summaryrefslogtreecommitdiff
path: root/Debian/Debhelper
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 /Debian/Debhelper
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 'Debian/Debhelper')
-rw-r--r--Debian/Debhelper/Dh_Lib.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Debian/Debhelper/Dh_Lib.pm b/Debian/Debhelper/Dh_Lib.pm
index 3b696027..b46af58e 100644
--- a/Debian/Debhelper/Dh_Lib.pm
+++ b/Debian/Debhelper/Dh_Lib.pm
@@ -16,7 +16,7 @@ use vars qw(@ISA @EXPORT %dh);
&compat &addsubstvar &delsubstvar &excludefile &package_arch
&is_udeb &udeb_filename &debhelper_script_subst &escape_shell);
-my $max_compat=6;
+my $max_compat=7;
sub init {
# If DH_OPTIONS is set, prepend it @ARGV.