Re: How to get all dependent source packages

2009-07-19 Thread sha liu
2009/7/19 Osamu Aoki os...@debian.org Hi, On Thu, Jul 16, 2009 at 07:46:59PM +0800, sha liu wrote: Hi everyone, What I want to do is: If I want to build a package(for example dpkg) from source, how should I recursively get all the dependent *source* packages of it? This means not

Re: How to get all dependent source packages

2009-07-19 Thread Osamu Aoki
Hi, On Sun, Jul 19, 2009 at 11:34:33PM +0800, sha liu wrote: 2009/7/19 Osamu Aoki os...@debian.org On Thu, Jul 16, 2009 at 07:46:59PM +0800, sha liu wrote: If you are building installation image only, you may not need dpkg. Why not? I thought installation image should prepare all

Re: How to get all dependent source packages

2009-07-18 Thread Osamu Aoki
Hi, On Thu, Jul 16, 2009 at 07:46:59PM +0800, sha liu wrote: Hi everyone, What I want to do is: If I want to build a package(for example dpkg) from source, how should I recursively get all the dependent *source* packages of it? This means not only the direct dependency of the package but

How to get all dependent source packages

2009-07-16 Thread sha liu
Hi everyone, What I want to do is: If I want to build a package(for example dpkg) from source, how should I recursively get all the dependent *source* packages of it? This means not only the direct dependency of the package but also the dependent of the dependent...I know apt-get build-dep

Re: How to get all dependent source packages

2009-07-16 Thread Alex Samad
On Thu, Jul 16, 2009 at 07:46:59PM +0800, sha liu wrote: Hi everyone, What I want to do is: If I want to build a package(for example dpkg) from source, how should I recursively get all the dependent *source* packages of it? This means not only the direct dependency of the package but also