Просмотр исходного кода

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

Otavio Salvador лет назад: 18
Родитель
Сommit
e753b480d2
2 измененных файлов с 5 добавлено и 2 удалено
  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
     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
 

+ 1 - 1
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$@