Explorar o código

* Applied patch from Aurelien Jarno <aurel32@debian.org> to fix building
with newest dpkg-shlibdeps changing the packaging building order,
closes: #452862.

Otavio Salvador %!s(int64=18) %!d(string=hai) anos
pai
achega
e753b480d2
Modificáronse 2 ficheiros con 5 adicións e 2 borrados
  1. 4 1
      debian/changelog
  2. 1 1
      debian/rules

+ 4 - 1
debian/changelog

@@ -7,8 +7,11 @@ apt (0.7.10) UNRELEASED; urgency=low
   * Applied patch from Aurelien Jarno <aurel32@debian.org> to avoid CPU
   * Applied patch from Aurelien Jarno <aurel32@debian.org> to avoid CPU
     getting crazy when /dev/null is redirected to stdin (which breaks
     getting crazy when /dev/null is redirected to stdin (which breaks
     buildds), closes: #452858.
     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
 apt (0.7.9) unstable; urgency=low
 
 

+ 1 - 1
debian/rules

@@ -185,7 +185,7 @@ apt-doc: build-doc
 
 
 # Build architecture-dependent files here.
 # 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
 apt: build debian/shlibs.local
 	dh_testdir -p$@
 	dh_testdir -p$@
 	dh_testroot -p$@
 	dh_testroot -p$@