]> git.donarmstrong.com Git - debhelper.git/commitdiff
Correct docs about multiarch and v9. Closes: #630826
authorJoey Hess <joey@kitenet.net>
Fri, 17 Jun 2011 18:13:05 +0000 (14:13 -0400)
committerJoey Hess <joey@kitenet.net>
Fri, 17 Jun 2011 18:13:05 +0000 (14:13 -0400)
debhelper.pod
debian/changelog
dh_makeshlibs

index fbb76deb8f9bb8703efa1a7b31a2782001649b39..2dbd4a54ba0ba7aab4cc07f37d7d2f0df16c5850 100644 (file)
@@ -549,10 +549,7 @@ Changes from v8 are:
 =item - 
 
 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 in
-${misc:Pre-Depends}
+multiarch directories to autoconf in --libdir and --libexecdir.
 
 =item -
 
index 9bf728aff09ddb474a4dd6eca618f5c8550b3714..404f03e0a172338cc09b6b60fd485f723af8743c 100644 (file)
@@ -16,6 +16,7 @@ debhelper (8.1.7) UNRELEASED; urgency=low
     Closes: #544844
   * Also, support DEB_BUILD_OPTIONS=noopt, by changing -O2 to -O0
     in any variables listed by dpkg-buildflags.
+  * Correct docs about multiarch and v9. Closes: #630826
 
  -- Joey Hess <joeyh@debian.org>  Sat, 21 May 2011 15:24:19 -0400
 
index 03dd7ab3e5f58b9ae2d7a6e71931cfce63023369..6e349c39cc0b08d915585a82aceeae1f7802d266 100755 (executable)
@@ -21,7 +21,7 @@ libraries, and generates a shlibs file for the libraries it finds.
 It also adds a call to ldconfig in the F<postinst> and F<postrm> scripts (in
 v3 mode and above only) to any packages in which it finds shared libraries.
 
-In v9 mode and above, packages that support multiarch are detected, and
+Packages that support multiarch are detected, and
 a Pre-Dependency on multiarch-support is set in ${misc:Pre-Depends} ;
 you should make sure to put that token into an appropriate place in your
 debian/control file for packages supporting multiarch.