no shlibdeps in DEBIAN/control

2001-12-10 Thread Eric Van Buggenhaut
Since some days, when building packages, I don't have libc6 version included anymore. dpkg-deb then complains: [EMAIL PROTECTED]:~/gdm-2.2.2.1]$ less debian/tmp/DEBIAN/control Package: gdm Version: 2.2.2.1-ximian.12linex6 Section: x11 Priority: optional Architecture: i386 Depends: , libpam-modules

no shlibdeps in DEBIAN/control

2001-12-10 Thread Eric Van Buggenhaut
Since some days, when building packages, I don't have libc6 version included anymore. dpkg-deb then complains: [eric@mrmimePOTATO:~/gdm-2.2.2.1]$ less debian/tmp/DEBIAN/control Package: gdm Version: 2.2.2.1-ximian.12linex6 Section: x11 Priority: optional Architecture: i386 Depends: , libpam-modul

Re: no shlibdeps in DEBIAN/control

2001-12-10 Thread Santiago Vila
Eric Van Buggenhaut: > Depends: , libpam-modules (>= 0.72-1), adduser, xutils | xbase-clients, > gdm-cleaner > Are you sure you run dpkg-shlibdeps (or debhelper equivalent) on the ELF binaries in debian/rules?

Re: no shlibdeps in DEBIAN/control

2001-12-10 Thread Christian Marillat
>> "EVB" == Eric Van Buggenhaut <[EMAIL PROTECTED]> writes: > Since some days, when building packages, I don't have libc6 version > included anymore. dpkg-deb then complains: I had the same problem yesterday when building gnome-libs. Of course I can't reproduce this problem. Christian

Re: no shlibdeps in DEBIAN/control

2001-12-11 Thread Eric Van Buggenhaut
On Mon, Dec 10, 2001 at 07:03:25PM +0100, Santiago Vila wrote: > Eric Van Buggenhaut: > > Depends: , libpam-modules (>= 0.72-1), adduser, xutils | xbase-clients, > > gdm-cleaner > > > > Are you sure you run dpkg-shlibdeps (or debhelper equivalent) on the > ELF binaries in debian/rules

Re: no shlibdeps in DEBIAN/control

2001-12-11 Thread Santiago Vila
Eric Van Buggenhaut wrote: > This is what my debian/rules looks like: > > binary-arch: install-stamp > dh_testdir > dh_testroot > dh_installdirs > dh_movefiles > dh_installdocs > dh_installinfo > dh_installmenu > dh_installpam >

Re: no shlibdeps in DEBIAN/control

2001-12-11 Thread Eric Van Buggenhaut
On Tue, Dec 11, 2001 at 11:02:34AM +0100, Santiago Vila wrote: > Eric Van Buggenhaut wrote: > > This is what my debian/rules looks like: > > > > binary-arch: install-stamp > > dh_testdir > > dh_testroot > > dh_installdirs > > dh_movefiles > > dh_installdocs >

Re: no shlibdeps in DEBIAN/control

2001-12-11 Thread Matt Hope
On Tue, 11 Dec 2001, Eric Van Buggenhaut <[EMAIL PROTECTED]> wrote... : Thanks for the hint. That's what I did and got a step further ! : : Problem is now that : : : TATO:~/gdm-2.2.2.1]$ dpkg-shlibdeps gui/gdmconfig : dpkg: couldn't find /lib/libdb.so.3. : dpkg-shlibdeps: warning: could not find

Re: no shlibdeps in DEBIAN/control

2001-12-11 Thread Gustavo Noronha Silva
On Tue, 11 Dec 2001 13:55:57 +0100 Eric Van Buggenhaut <[EMAIL PROTECTED]> wrote: > On Tue, Dec 11, 2001 at 11:02:34AM +0100, Santiago Vila wrote: > > Eric Van Buggenhaut wrote: > Problem is now that : > > TATO:~/gdm-2.2.2.1]$ dpkg-shlibdeps gui/gdmconfig > dpkg: couldn't find /lib/libdb.so.3. >

Re: no shlibdeps in DEBIAN/control

2001-12-10 Thread Santiago Vila
Eric Van Buggenhaut: > Depends: , libpam-modules (>= 0.72-1), adduser, xutils | xbase-clients, gdm-cleaner > Are you sure you run dpkg-shlibdeps (or debhelper equivalent) on the ELF binaries in debian/rules? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscri

Re: no shlibdeps in DEBIAN/control

2001-12-10 Thread Christian Marillat
>> "EVB" == Eric Van Buggenhaut <[EMAIL PROTECTED]> writes: > Since some days, when building packages, I don't have libc6 version > included anymore. dpkg-deb then complains: I had the same problem yesterday when building gnome-libs. Of course I can't reproduce this problem. Christian -- To

Re: no shlibdeps in DEBIAN/control

2001-12-11 Thread Eric Van Buggenhaut
On Mon, Dec 10, 2001 at 07:03:25PM +0100, Santiago Vila wrote: > Eric Van Buggenhaut: > > Depends: , libpam-modules (>= 0.72-1), adduser, xutils | xbase-clients, gdm-cleaner > > > > Are you sure you run dpkg-shlibdeps (or debhelper equivalent) on the > ELF binaries in debian/rules? H

Re: no shlibdeps in DEBIAN/control

2001-12-11 Thread Santiago Vila
Eric Van Buggenhaut wrote: > This is what my debian/rules looks like: > > binary-arch: install-stamp > dh_testdir > dh_testroot > dh_installdirs > dh_movefiles > dh_installdocs > dh_installinfo > dh_installmenu > dh_installpam >

Re: no shlibdeps in DEBIAN/control

2001-12-11 Thread Eric Van Buggenhaut
On Tue, Dec 11, 2001 at 11:02:34AM +0100, Santiago Vila wrote: > Eric Van Buggenhaut wrote: > > This is what my debian/rules looks like: > > > > binary-arch: install-stamp > > dh_testdir > > dh_testroot > > dh_installdirs > > dh_movefiles > > dh_installdocs

Re: no shlibdeps in DEBIAN/control

2001-12-11 Thread Matt Hope
On Tue, 11 Dec 2001, Eric Van Buggenhaut <[EMAIL PROTECTED]> wrote... : Thanks for the hint. That's what I did and got a step further ! : : Problem is now that : : : TATO:~/gdm-2.2.2.1]$ dpkg-shlibdeps gui/gdmconfig : dpkg: couldn't find /lib/libdb.so.3. : dpkg-shlibdeps: warning: could not fin

Re: no shlibdeps in DEBIAN/control

2001-12-11 Thread Gustavo Noronha Silva
On Tue, 11 Dec 2001 13:55:57 +0100 Eric Van Buggenhaut <[EMAIL PROTECTED]> wrote: > On Tue, Dec 11, 2001 at 11:02:34AM +0100, Santiago Vila wrote: > > Eric Van Buggenhaut wrote: > Problem is now that : > > TATO:~/gdm-2.2.2.1]$ dpkg-shlibdeps gui/gdmconfig > dpkg: couldn't find /lib/libdb.so.3. >