summaryrefslogtreecommitdiff
path: root/debhelper.pod
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-04-23 15:29:22 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-04-23 15:29:22 -0400
commitcf04cbf2d5d3edf3d9e2ef7ef348b7bd7d5d5a15 (patch)
tree77f2befac41bffaa730666bc29bfbc439a655ec2 /debhelper.pod
parentf2fd63ed1124d54f398e5bc3a0cdbd383a21c196 (diff)
New v7 mode, which only has one change from v6, and is the new recommended default.
* New v7 mode, which only has one change from v6, and is the new recommended default. * dh_install: if --sourcedir is not specified, first look for files in debian/tmp, and then will look in the current directory. This allows dh_install to interoperate with dh_auto_install without needing any special parameters.
Diffstat (limited to 'debhelper.pod')
-rw-r--r--debhelper.pod20
1 files changed, 18 insertions, 2 deletions
diff --git a/debhelper.pod b/debhelper.pod
index 55089338..b67ec950 100644
--- a/debhelper.pod
+++ b/debhelper.pod
@@ -364,8 +364,7 @@ dh_install errors out if wildcards expand to nothing.
=item V6
-This is the recommended mode of operation. It does everything V5 does,
-plus:
+Changes from V5 are:
=over 8
@@ -393,6 +392,23 @@ directory. In previous compatability levels it silently refuses to do this.
=back
+=item V7
+
+This is the recommended mode of operation.
+
+Changes from V6 are:
+
+=over 8
+
+=item -
+
+dh_install, if --sourcedir is not specified, will first look for files in
+debian/tmp, and then will look in the current directory. This allows
+dh_install to interoperate with dh_auto_install without needing any special
+parameters.
+
+=back
+
=back
=head2 Doc directory symlinks