[debhelper-devel] [debhelper] 11/12: dh_installdeb: add support for d-m-h commands symlink_to_dir, dir_to_symlink
Niels Thykier
nthykier at moszumanska.debian.org
Sun Jan 7 21:37:47 UTC 2018
This is an automated email from the git hooks/post-receive script.
nthykier pushed a commit to annotated tag Release_2.3.0
in repository debhelper.
commit d2633d4291229b007eefa22f6276408bec969047
Author: Andreas Beckmann <anbe at debian.org>
Date: Tue Sep 2 15:15:11 2014 -0700
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)
(cherry picked from commit eaaa4d05f4cfabbb4da37e7caf2029e821787dc3)
---
debian/changelog | 9 +++++++++
dh_installdeb | 2 ++
2 files changed, 11 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index a7e0e69..dc6f78f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+debhelper (9.20130630co2endless9) eos; urgency=low
+
+ [ 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
+
+ -- Dan Nicholson <nicholson at endlessm.com> Tue, 02 Sep 2014 15:15:11 -0700
+
debhelper (9.20130630co2endless8) eos; urgency=low
* Debian/Debhelper/Buildsystem/python_distutils.pm:
diff --git a/dh_installdeb b/dh_installdeb
index e233170..1f02edf 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}}) {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debhelper/debhelper.git
More information about the debhelper-devel
mailing list