diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2007-11-26 15:47:45 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2007-11-26 15:47:45 -0200 |
commit | e753b480d27976ac46aac08bc7412d0c4d8d792b (patch) | |
tree | 739027a65279cb21b52f522898533d28f95462e8 | |
parent | 9983591d172ba5ded02b4e697e655429546e4966 (diff) |
* Applied patch from Aurelien Jarno <aurel32@debian.org> to fix building
with newest dpkg-shlibdeps changing the packaging building order,
closes: #452862.
-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$@ |