On Sun, Nov 25, 2007 at 07:12:31PM +0100, Aurelien Jarno wrote: > > The order in which the packages are built should be changed this way: > -binary-arch: apt-transport-https apt libapt-pkg-dev apt-utils > +binary-arch: apt libapt-pkg-dev apt-utils apt-transport-https
Please don't assume that make runs in a single thread. If apt-transport-https depends on libapt-pkg-dev, specify that instead: -apt-transport-https: build debian/shlibs.local +apt-transport-https: build debian/shlibs.local libapt-pkg-dev (this was tested with "dpkg-buildpackage -j2") -- Robert Millan <GPLv2> I know my rights; I want my phone call! <DRM> What use is a phone call, if you are unable to speak? (as seen on /.)
--- apt-0.7.9.old/debian/rules 2007-08-06 15:40:06.000000000 +0200 +++ apt-0.7.9/debian/rules 2007-12-05 17:56:25.000000000 +0100 @@ -292,7 +292,7 @@ dh_md5sums -p$@ dh_builddeb -p$@ -apt-transport-https: build debian/shlibs.local +apt-transport-https: build debian/shlibs.local libapt-pkg-dev dh_testdir -p$@ dh_testroot -p$@ dh_clean -p$@ -k