summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rwxr-xr-xdh_installdeb2
2 files changed, 0 insertions, 8 deletions
diff --git a/debian/changelog b/debian/changelog
index ffdc5b19..526ca9fa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,14 +1,8 @@
debhelper (9.20131128) UNRELEASED; urgency=low
- [ Joey Hess ]
* cmake: Configure with -DCMAKE_BUILD_TYPE=None
Closes: #701233
- [ Andreas Beckmann ]
- * dh_installdeb: Add support for dpkg-maintscript-helper commands
- symlink_to_dir and dir_to_symlink that were added in dpkg 1.17.2.
- Closes: #731723
-
-- Joey Hess <joeyh@debian.org> Thu, 05 Dec 2013 14:04:01 -0400
debhelper (9.20131127) unstable; urgency=low
diff --git a/dh_installdeb b/dh_installdeb
index 64a6c7d9..e2331701 100755
--- a/dh_installdeb
+++ b/dh_installdeb
@@ -69,8 +69,6 @@ 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}}) {