diff options
author | Andreas Beckmann <anbe@debian.org> | 2013-12-09 02:37:56 +0100 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-09 13:21:36 -0400 |
commit | 1e42d7e017cc36ec10e029abac78a1ffceea72f9 (patch) | |
tree | 1f6c180173dab88a4f1b26f4cc431ec9002d4967 /dh_installdeb | |
parent | df54af7aa5e75400fee01aff8c8d92d4d976a8db (diff) | |
download | debhelper-1e42d7e017cc36ec10e029abac78a1ffceea72f9.tar.gz |
dh_installdeb: add support for d-m-h commands symlink_to_dir, dir_to_symlink
these two new dpkg-maintscript-helper commands were added in dpkg 1.17.2
Diffstat (limited to 'dh_installdeb')
-rwxr-xr-x | dh_installdeb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dh_installdeb b/dh_installdeb index e2331701..64a6c7d9 100755 --- a/dh_installdeb +++ b/dh_installdeb @@ -69,6 +69,8 @@ init(); my %maintscript_predeps = ( "rm_conffile" => "", "mv_conffile" => "", + "symlink_to_dir" => "1.17.2", + "dir_to_symlink" => "1.17.2", ); foreach my $package (@{$dh{DOPACKAGES}}) { |