[debsums] 09/184: Add debhelper substitution variable to the postinst
Axel Beckert
abe at deuxchevaux.org
Mon Mar 2 21:21:13 UTC 2015
This is an automated email from the git hooks/post-receive script.
abe pushed a commit to branch master
in repository debsums.
commit 97ceba2bdc0ee988af17f27e1a80a4771d8897d3
Author: Francois Marier <francois at debian.org>
Date: Wed Jul 2 17:19:11 2008 +1200
Add debhelper substitution variable to the postinst
---
debian/changelog | 3 ++-
debian/postinst | 7 +++++++
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 485f9da..bdd0d34 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,12 +5,13 @@ debsums (2.0.35) unstable; urgency=low
* Bump Standards-Version to 3.8.0
* Bump debhelper dependency and compatibility to 6
* Add dependency on po-debconf
+ * Add debhelper substitution variable to the postinst
* Update French manpage translation (closes: #456288)
* Update Russian manpage translation (closes: #471035)
* Fix typos in README file (closes: #486313, #480546)
- -- Francois Marier <francois at debian.org> Wed, 02 Jul 2008 17:18:17 +1200
+ -- Francois Marier <francois at debian.org> Wed, 02 Jul 2008 17:18:54 +1200
debsums (2.0.34) unstable; urgency=low
diff --git a/debian/postinst b/debian/postinst
old mode 100644
new mode 100755
index 503ced9..745e979
--- a/debian/postinst
+++ b/debian/postinst
@@ -11,3 +11,10 @@ then
else
rm -f $APT_CONF
fi
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/debsums.git
More information about the Pkg-perl-cvs-commits
mailing list