Re: Correctly determining Build-Depends

2005-02-06 Thread martin f krafft
also sprach Goswin von Brederlow <[EMAIL PROTECTED]> [2005.02.06.1849 +0100]: > 1. setup a clean chroot > 2. build package in chroot pbuilder is really nice for those two tasks. I also use this method. -- Please do not send copies of list mail to me; I read the list! .''`. martin f. kraf

Re: Correctly determining Build-Depends

2005-02-06 Thread martin f krafft
also sprach Miguel Gea Milvaques <[EMAIL PROTECTED]> [2005.02.06.1744 +0100]: > for x in `dpkg -S $(grep open /tmp/log|perl -pe 's!.* > open\(\"([^\"]*).*!$1!' |grep "^/"| sort | uniq| grep -v > "^\(/tmp\|/dev\|/proc\)" ) 2>/dev/null|cut -f1 -d":"| sort | uniq`; do > echo -n "$x (>=" `dpkg -s $x|gr

Re: Correctly determining Build-Depends

2005-02-06 Thread Goswin von Brederlow
Maykel Moya <[EMAIL PROTECTED]> writes: > I'd followed the step recommended in maint-guide to obtain Build-Depends > > $ objdump -p /usr/bin/foo | grep NEEDED > > then a dpkg -S on each founded library. But I have now a (not so little) > list of packages. I can add all of their -dev versions to Bu

Re: Correctly determining Build-Depends

2005-02-06 Thread Miguel Gea Milvaques
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Maykel Moya wrote: | I'd followed the step recommended in maint-guide to obtain Build-Depends | | $ objdump -p /usr/bin/foo | grep NEEDED | I use another form, I look in compiling time the "touched" packages, I use this script: # Here's a hack you can

Re: Correctly determining Build-Depends

2005-02-06 Thread Adeodato Simó
* Adeodato Simó [Sun, 06 Feb 2005 17:42:57 +0100]: > about "the minor subset of packages". This way, your package continues > to work even if the dependencies work. change (sorry) -- Adeodato Simó EM: asp16 [yk

Re: Correctly determining Build-Depends

2005-02-06 Thread Adeodato Simó
* Maykel Moya [Sun, 06 Feb 2005 12:32:07 -0400]: > list of packages. I can add all of their -dev versions to Build-Depends > but there are already dependencies among then. > Do exists a tool to automatize this task, I mean, obtain the minor > subset of packages that resolved (which their respectiv