summaryrefslogtreecommitdiff
path: root/dh_installdeb
diff options
context:
space:
mode:
authorAndreas Beckmann <anbe@debian.org>2013-12-13 01:18:28 +0100
committerJoey Hess <joey@kitenet.net>2013-12-13 13:00:47 -0400
commiteaaa4d05f4cfabbb4da37e7caf2029e821787dc3 (patch)
tree90ec998ec3b060ef13b39d085dcfec09b92c289f /dh_installdeb
parent7912710d34b8001959e9ffee079fcf5dffdf0007 (diff)
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 (and fixed in 1.17.5, therefore using this version for Pre-Depends)
Diffstat (limited to 'dh_installdeb')
-rwxr-xr-xdh_installdeb2
1 files changed, 2 insertions, 0 deletions
diff --git a/dh_installdeb b/dh_installdeb
index e2331701..1f02edf4 100755
--- a/dh_installdeb
+++ b/dh_installdeb
@@ -69,6 +69,8 @@ init();
my %maintscript_predeps = (
"rm_conffile" => "",
"mv_conffile" => "",
+ "symlink_to_dir" => "1.17.5",
+ "dir_to_symlink" => "1.17.5",
);
foreach my $package (@{$dh{DOPACKAGES}}) {