Re: How to figure out the correct build-dependencies?

2003-07-03 Thread Frank Kster
Michel Dänzer [EMAIL PROTECTED] schrieb: BTW, xlibmesa3 is old; if you aren't running sid, you should use something like pbuilder with a sid chroot to build packages for upload. That will also help verify that the build dependencies are correct. Yes, of course. I'm just doing a first try in

Re: How to figure out the correct build-dependencies?

2003-07-03 Thread Frank Kster
Thomas Viehmann [EMAIL PROTECTED] schrieb: Hi. Frank Küster wrote: dh_shlibdeps nicely sorts out the libraries that a binary package depends on. Quite nicely, since I get xlibmesa3 | libgl1, but there seems to be no package named libgl1. And how do I figure out the correct

Re: How to figure out the correct build-dependencies?

2003-07-03 Thread Andreas Metzler
On Thu, Jul 03, 2003 at 09:45:23AM +0200, Frank Küster wrote: Thomas Viehmann [EMAIL PROTECTED] schrieb: Frank Küster wrote: But what about libraries? Can I just assume that for every library in the Dependencies of my binary package, I need the respective libfoo-dev in Build-Dependencies?

Re: How to figure out the correct build-dependencies?

2003-07-03 Thread Thomas Viehmann
Frank Küster ([EMAIL PROTECTED]) wrote*: Of course if I use some utilities not in build-essential, I have to know that myself and put them there. But what about libraries? Can I just assume that for every library in the Dependencies of my binary package, I need the respective libfoo-dev in

Re: How to figure out the correct build-dependencies?

2003-07-03 Thread Frank Kster
Andreas Metzler [EMAIL PROTECTED] schrieb: On Thu, Jul 03, 2003 at 09:45:23AM +0200, Frank Küster wrote: Thomas Viehmann [EMAIL PROTECTED] schrieb: Frank Küster wrote: But what about libraries? Can I just assume that for every library in the Dependencies of my binary package, I need the

Re: How to figure out the correct build-dependencies?

2003-07-03 Thread Neil Roeth
On Jul 3, Frank Küster ([EMAIL PROTECTED]) wrote: Building your packages with pbuilder (and testing those) will catch most of your obmissions. I'll try that - last time I tried, some weeks ago, it seemed unstable was un-installable. IIRC, I initially set up pbuilder with woody, then

Re: How to figure out the correct build-dependencies?

2003-07-03 Thread Thomas Viehmann
Neil Roeth wrote: IIRC, I initially set up pbuilder with woody, then upgraded it to sid. Unstable breaks often in various ways. Last week, the sysvinit-Postinst prevented chroots to be created/upgraded... Cheers T. pgp0.pgp Description: PGP signature

Re: How to figure out the correct build-dependencies?

2003-07-03 Thread Frank Küster
Michel Dänzer [EMAIL PROTECTED] schrieb: BTW, xlibmesa3 is old; if you aren't running sid, you should use something like pbuilder with a sid chroot to build packages for upload. That will also help verify that the build dependencies are correct. Yes, of course. I'm just doing a first try in

Re: How to figure out the correct build-dependencies?

2003-07-03 Thread Frank Küster
Thomas Viehmann [EMAIL PROTECTED] schrieb: Hi. Frank Küster wrote: dh_shlibdeps nicely sorts out the libraries that a binary package depends on. Quite nicely, since I get xlibmesa3 | libgl1, but there seems to be no package named libgl1. And how do I figure out the correct

Re: How to figure out the correct build-dependencies?

2003-07-03 Thread Andreas Metzler
On Thu, Jul 03, 2003 at 09:45:23AM +0200, Frank Küster wrote: Thomas Viehmann [EMAIL PROTECTED] schrieb: Frank Küster wrote: But what about libraries? Can I just assume that for every library in the Dependencies of my binary package, I need the respective libfoo-dev in Build-Dependencies?

Re: How to figure out the correct build-dependencies?

2003-07-03 Thread Thomas Viehmann
Frank Küster ([EMAIL PROTECTED]) wrote*: Of course if I use some utilities not in build-essential, I have to know that myself and put them there. But what about libraries? Can I just assume that for every library in the Dependencies of my binary package, I need the respective libfoo-dev in

Re: How to figure out the correct build-dependencies?

2003-07-03 Thread Frank Küster
Andreas Metzler [EMAIL PROTECTED] schrieb: On Thu, Jul 03, 2003 at 09:45:23AM +0200, Frank Küster wrote: Thomas Viehmann [EMAIL PROTECTED] schrieb: Frank Küster wrote: But what about libraries? Can I just assume that for every library in the Dependencies of my binary package, I need the

Re: How to figure out the correct build-dependencies?

2003-07-03 Thread Neil Roeth
On Jul 3, Frank Küster ([EMAIL PROTECTED]) wrote: Building your packages with pbuilder (and testing those) will catch most of your obmissions. I'll try that - last time I tried, some weeks ago, it seemed unstable was un-installable. IIRC, I initially set up pbuilder with woody,

Re: How to figure out the correct build-dependencies?

2003-07-03 Thread Thomas Viehmann
Neil Roeth wrote: IIRC, I initially set up pbuilder with woody, then upgraded it to sid. Unstable breaks often in various ways. Last week, the sysvinit-Postinst prevented chroots to be created/upgraded... Cheers T. pgpmlwcNMoo3P.pgp Description: PGP signature

How to figure out the correct build-dependencies?

2003-07-02 Thread Frank Kster
Hi, dh_shlibdeps nicely sorts out the libraries that a binary package depends on. Quite nicely, since I get xlibmesa3 | libgl1, but there seems to be no package named libgl1. And how do I figure out the correct Build-dependencies:-line? Are there any tools? Of course if I use some utilities not

Re: How to figure out the correct build-dependencies?

2003-07-02 Thread Mika Fischer
Hi, Frank! * Frank Küster [EMAIL PROTECTED] [2003-07-02 20:53]: dh_shlibdeps nicely sorts out the libraries that a binary package depends on. Quite nicely, since I get xlibmesa3 | libgl1, but there seems to be no package named libgl1. And how do I figure out the correct

Re: How to figure out the correct build-dependencies?

2003-07-02 Thread Michel Dänzer
On Wed, 2003-07-02 at 16:23, Frank Küster wrote: dh_shlibdeps nicely sorts out the libraries that a binary package depends on. Quite nicely, since I get xlibmesa3 | libgl1, but there seems to be no package named libgl1. apt-cache showpkg libgl1, see the Reverse Provides . And how do I

How to figure out the correct build-dependencies?

2003-07-02 Thread Frank Küster
Hi, dh_shlibdeps nicely sorts out the libraries that a binary package depends on. Quite nicely, since I get xlibmesa3 | libgl1, but there seems to be no package named libgl1. And how do I figure out the correct Build-dependencies:-line? Are there any tools? Of course if I use some utilities not

Re: How to figure out the correct build-dependencies?

2003-07-02 Thread Mika Fischer
Hi, Frank! * Frank Küster [EMAIL PROTECTED] [2003-07-02 20:53]: dh_shlibdeps nicely sorts out the libraries that a binary package depends on. Quite nicely, since I get xlibmesa3 | libgl1, but there seems to be no package named libgl1. And how do I figure out the correct

Re: How to figure out the correct build-dependencies?

2003-07-02 Thread Michel Dänzer
On Wed, 2003-07-02 at 16:23, Frank Küster wrote: dh_shlibdeps nicely sorts out the libraries that a binary package depends on. Quite nicely, since I get xlibmesa3 | libgl1, but there seems to be no package named libgl1. apt-cache showpkg libgl1, see the Reverse Provides . And how do I

Re: How to figure out the correct build-dependencies?

2003-07-02 Thread Thomas Viehmann
Hi. Frank Küster wrote: dh_shlibdeps nicely sorts out the libraries that a binary package depends on. Quite nicely, since I get xlibmesa3 | libgl1, but there seems to be no package named libgl1. And how do I figure out the correct Build-dependencies:-line? Are there any tools? This is created