]> git.donarmstrong.com Git - debhelper.git/blobdiff - debhelper.pod
make standard targets support a v9 feature
[debhelper.git] / debhelper.pod
index 9bb06e74a2e8166e392866137f800fa91883c96e..301f0472663019fa59f9143d6781eba0003005d3 100644 (file)
@@ -503,23 +503,6 @@ none is specified.
 
 =back
 
-=item v9
-
-This compatability level is still open for development; use with caution.
-
-Changes from v8 are:
-
-=over 8
-
-=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 is
-${misc:Pre-Depends} . A version of dpkg-dev supporting multiarch
-is required for this to work.
-
 =item v8
 
 This is the recommended mode of operation.
@@ -551,6 +534,29 @@ B<dh_auto_>I<*> prefer to use Perl's B<Module::Build> in preference to F<Makefil
 
 =back
 
+=item v9
+
+This compatability level is still open for development; use with caution.
+
+Changes from v8 are:
+
+=over 8
+
+=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}
+
+=item -
+
+dh supports use of standard targets in debian/rules without needing
+to manually define the dependencies between targets there.
+
+=back
+
 =back
 
 =head2 udebs