]> git.saurik.com Git - apt.git/commitdiff
* Applied patch from Aurelien Jarno <aurel32@debian.org> to fix building
authorOtavio Salvador <otavio@ossystems.com.br>
Mon, 26 Nov 2007 17:47:45 +0000 (15:47 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 26 Nov 2007 17:47:45 +0000 (15:47 -0200)
  with newest dpkg-shlibdeps changing the packaging building order,
  closes: #452862.

debian/changelog
debian/rules

index f5f9659ac3202348a3e74de42a8d078969e8cb3a..89b10a7de88132d0b8d65f2e1513df727fd2fcea 100644 (file)
@@ -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
 
index b3222f3b4c1000694b7d5515cff15e13ebfca8ea..33cd59fd19b5adfd4850ca548fc3e31858b243b6 100755 (executable)
@@ -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$@