[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: no libc deps



On Tue, Dec 11, 2001 at 08:07:18PM +0900, Junichi Uekawa wrote:
> On Tue, 11 Dec 2001 11:14:07 +0100
> Eric Van Buggenhaut <eric@andago.com> wrote:
> 
> > I just notice I forgot to include this line from stderr when running dpkg-buildpackage:
> > 
> > dh_shlibdeps
> > dh_gencontrol
> > dpkg-gencontrol: warning: unknown substitution variable ${shlibs:Depends}
> > if [ -d ../unstripped ]; then \
> >         dh_md5sums; \
> >         dh_builddeb --destdir=../unstripped; \
> > fi
> 
> 
> Is there any binary ?
> 
> If there is no shared binary scanned by shlibdeps, no shlibs:Depends will
> be available, because it won't be generated by dh_shlibdeps.
> 

AFAIU, there's always at least 1 package of shared binaries: libc6.

For example:

[eric@mrmimePOTATO:~/ucd-snmp-4.1.1]$ less debian/control

[...]

Package: snmp
Section: net
Priority: extra
Architecture: any
Depends: ${shlibs:Depends}
Description: UCD SNMP (Simple Network Management Protocol) Apps.
 The UCD SNMP applications allow querying the UCD and other SNMP
 agents.


Then,

[eric@mrmimePOTATO:~/ucd-snmp-4.1.1]$ less debian/snmp/DEBIAN/control
Package: snmp
Version: 4.1.1-2
Section: net
Priority: extra
Architecture: i386
Depends: libc6 (>= 2.1.2), libsnmp4.1

[...]

Correct me if I'm wrong.

Cheers,
-- 
Eric VAN BUGGENHAUT     "Los niños son esponjas"
			(Amaya Rodrigo Sastre)
        \_|_/           Andago
       \/   \/          Av. Santa Engracia, 54
a n d a g o  |--        E-28010 Madrid - tfno:+34(91)2041100
       /\___/\ 		http://www.andago.com
        / | \           "Innovando en Internet"
                        eric@andago.com



Reply to: