summaryrefslogtreecommitdiff
path: root/dh_installdeb
diff options
context:
space:
mode:
authorNiels Thykier <niels@thykier.net>2014-11-21 21:24:19 +0100
committerNiels Thykier <niels@thykier.net>2014-11-21 21:24:19 +0100
commit3bab0bff706efe0a5d5899eccc1cdc2dfe97d7b6 (patch)
tree73db36166429b4f67c484c07c9c61e6718a56057 /dh_installdeb
parent20c42b08a649f18522bc25ddec8e099ee7133e1e (diff)
downloaddebhelper-3bab0bff706efe0a5d5899eccc1cdc2dfe97d7b6.tar.gz
dh_installdeb: Bump dpkg-dev Pre-Depends for dir_to_symlink
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'dh_installdeb')
-rwxr-xr-xdh_installdeb2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_installdeb b/dh_installdeb
index bcaf5e1b..0bd9252b 100755
--- a/dh_installdeb
+++ b/dh_installdeb
@@ -70,7 +70,7 @@ my %maintscript_predeps = (
"rm_conffile" => "",
"mv_conffile" => "",
"symlink_to_dir" => "1.17.14",
- "dir_to_symlink" => "1.17.5",
+ "dir_to_symlink" => "1.17.13",
);
foreach my $package (@{$dh{DOPACKAGES}}) {