]> git.donarmstrong.com Git - debhelper.git/commitdiff
Depend on dpkg-dev (>= 1.16.0) for multiarch support.
authorJoey Hess <joey@kitenet.net>
Sat, 12 Mar 2011 18:20:53 +0000 (14:20 -0400)
committerJoey Hess <joey@kitenet.net>
Sat, 12 Mar 2011 18:20:53 +0000 (14:20 -0400)
Note to backporters: If you remove that dependency, debhelper will fall
back to not doing multiarch stuff in v9 mode, which is probably what you
want.

debhelper.pod
debian/changelog
debian/control

index 9bb06e74a2e8166e392866137f800fa91883c96e..7c88f368804f5384805e6d65226f04b45e6b4da5 100644 (file)
@@ -516,9 +516,8 @@ Changes from v8 are:
 Multiarch support. In particular, B<dh_auto_configure> passes
 multiarch directories to autoconf in --libdir and --libexecdir,
 while B<dh_makeshlibs> detects packages containing multiarch
-directories and sets a Pre-Dependency on multiarch-support is
-${misc:Pre-Depends} . A version of dpkg-dev supporting multiarch
-is required for this to work.
+directories and sets a Pre-Dependency on multiarch-support in
+${misc:Pre-Depends}
 
 =item v8
 
index b2f9b0ffbda0055bd1eeaef89a19ce52b3bba6df..2f6fba057f7b8e681e26cfdb6ad9fa8ca31b68c1 100644 (file)
@@ -8,11 +8,12 @@ debhelper (8.1.3) UNRELEASED; urgency=low
     changes may be added to that mode.
   * Support multiarch in v9. Thanks, Steve Langasek. Closes: #617761
   * dh_auto_configure: Support multiarch in v9 by passing multiarch
-    directories to --libdir and --libexecdir. dpkg-dev (>= 1.16.0)
-    is needed for this to be done, so packages should build-depend on it.
+    directories to --libdir and --libexecdir.
   * dh_makeshlibs: Detect packages using multiarch directories and
-    make ${misc:Pre-Depends} expand to multiarch-support. Also needs
-    a new enough dpkg-dev.
+    make ${misc:Pre-Depends} expand to multiarch-support.
+  * Depend on dpkg-dev (>= 1.16.0) for multiarch support. Note to backporters:
+    If you remove that dependency, debhelper will fall back to not doing
+    multiarch stuff in v9 mode, which is probably what you want.
 
  -- Joey Hess <joeyh@debian.org>  Sun, 27 Feb 2011 15:43:12 -0400
 
index cdf7489cfceddff2030db4168d2bd10fca948917..202f418031cbd767372aff96537c7cf53b14521a 100644 (file)
@@ -10,7 +10,7 @@ Homepage: http://kitenet.net/~joey/code/debhelper/
 
 Package: debhelper
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, perl-base (>= 5.10), file (>= 3.23), dpkg-dev (>= 1.14.19), html2text, binutils, po-debconf, man-db (>= 2.5.1-1)
+Depends: ${perl:Depends}, ${misc:Depends}, perl-base (>= 5.10), file (>= 3.23), dpkg-dev (>= 1.16.0), html2text, binutils, po-debconf, man-db (>= 2.5.1-1)
 Suggests: dh-make
 Conflicts: dpkg-cross (<< 1.18), python-support (<< 0.5.3), python-central (<< 0.5.6)
 Description: helper programs for debian/rules