]> git.donarmstrong.com Git - debhelper.git/blobdiff - debhelper.pod
dh: Add sequence dependency support
[debhelper.git] / debhelper.pod
index 1a6e6cd0594517e6dc149e1abafe169a5386e79a..9939ea13842964467786f7c360dd76cc541d09a7 100644 (file)
@@ -528,12 +528,30 @@ can cause some packages to fail to build.
 B<dh> requires the sequence to run be specified as the first parameter, and
 any switches come after it. Ie, use "B<dh $@ --foo>", not "B<dh --foo $@>".
 
-=item
+=item -
 
 B<dh_auto_>I<*> prefer to use Perl's B<Module::Build> in preference to F<Makefile.PL>.
 
 =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}
+
+=back
+
 =back
 
 =head2 udebs