diff options
-rw-r--r-- | debian/changelog | 5 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index f5f9659ac..89b10a7de 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,8 +7,11 @@ apt (0.7.10) UNRELEASED; urgency=low * Applied patch from Aurelien Jarno <aurel32@debian.org> to avoid CPU 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, + closes: #452862. - -- Otavio Salvador <otavio@ossystems.com.br> Mon, 26 Nov 2007 15:42:43 -0200 + -- Otavio Salvador <otavio@ossystems.com.br> Mon, 26 Nov 2007 15:46:33 -0200 apt (0.7.9) unstable; urgency=low diff --git a/debian/rules b/debian/rules index b3222f3b4..33cd59fd1 100755 --- a/debian/rules +++ b/debian/rules @@ -185,7 +185,7 @@ apt-doc: build-doc # Build architecture-dependent files here. -binary-arch: apt-transport-https apt libapt-pkg-dev apt-utils +binary-arch: apt libapt-pkg-dev apt-utils apt-transport-https apt: build debian/shlibs.local dh_testdir -p$@ dh_testroot -p$@ |