diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2007-12-08 12:11:15 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2007-12-08 12:11:15 -0200 |
commit | b5a6232deec3c55a3fb925aab67527f42716b278 (patch) | |
tree | b46283adae9a78be49527c5c2f74f5068a8964e7 | |
parent | 129977045b1f04d017c5c7019461fb7a1d2a3892 (diff) |
Amend patch from #452862 using a fix proposed by Robert Millan <rmh@aybabtu.com> to fix parallel buildings
-rw-r--r-- | debian/changelog | 3 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 15d5235ea..4db756063 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,7 +9,8 @@ apt (0.7.10) UNRELEASED; urgency=low getting crazy when /dev/null is redirected to stdin (which breaks buildds), closes: #452858. * Applied patch from Aurelien Jarno <aurel32@debian.org> to fix building - with newest dpkg-shlibdeps changing the packaging building order, + with newest dpkg-shlibdeps changing the packaging building order and a + patch from Robert Millan <rmh@aybabtu.com> to fix parallel building, closes: #452862. [ Program translations ] diff --git a/debian/rules b/debian/rules index 5989934b4..006d2de8a 100755 --- a/debian/rules +++ b/debian/rules @@ -294,7 +294,7 @@ apt-utils: build debian/shlibs.local 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 |