[med-svn] [odil] 01/01: Add missing debhelper token to postinst/postrm
Andreas Tille
tille at debian.org
Thu Apr 14 21:40:32 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository odil.
commit a94e329e81f7b58782cc7ca449014578bafe6ea1
Author: Andreas Tille <tille at debian.org>
Date: Thu Apr 14 23:40:23 2016 +0200
Add missing debhelper token to postinst/postrm
---
debian/changelog | 4 ++++
debian/odil.postinst | 2 ++
debian/odil.prerm | 1 +
3 files changed, 7 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 57b1469..f85f8d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
odil (0.5.0-1) UNRELEASED; urgency=medium
+ [ Julien Lamy ]
* New upstream release.
+ [ Andreas Tille ]
+ * Add missing debhelper token to postinst/postrm
+
-- Julien Lamy <lamy at unistra.fr> Fri, 08 Apr 2016 18:29:02 +0200
odil (0.4.2-1) unstable; urgency=medium
diff --git a/debian/odil.postinst b/debian/odil.postinst
index 84f293d..84dcb24 100644
--- a/debian/odil.postinst
+++ b/debian/odil.postinst
@@ -13,3 +13,5 @@ case "$1" in
exit 1
;;
esac
+
+#DEBHELPER#
diff --git a/debian/odil.prerm b/debian/odil.prerm
index acfa16c..b29da18 100644
--- a/debian/odil.prerm
+++ b/debian/odil.prerm
@@ -4,3 +4,4 @@ set -e
dpkg --listfiles odil | awk '$0~/\.py$/ {print $0"c\n" $0"o"}' | xargs rm -f >&2
+#DEBHELPER#
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/odil.git
More information about the debian-med-commit
mailing list