[libfile-rename-perl] 01/02: add #DEBHELPER# to maintainer scripts

dom at earth.li dom at earth.li
Sat Jan 18 15:29:01 UTC 2014


This is an automated email from the git hooks/post-receive script.

dom pushed a commit to branch master
in repository libfile-rename-perl.

commit 5701058ae766b556127d8c8a9e71c7a9a0f73640
Author: Dominic Hargreaves <dom at earth.li>
Date:   Sat Jan 18 15:25:18 2014 +0000

    add #DEBHELPER# to maintainer scripts
---
 debian/postinst | 2 ++
 debian/prerm    | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/debian/postinst b/debian/postinst
index 01ff0cc..9950e2d 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -6,3 +6,5 @@ then
     70 --slave /usr/share/man/man1/rename.1.gz rename.1.gz \
     /usr/share/man/man1/file-rename.1p.gz
 fi
+
+#DEBHELPER#
diff --git a/debian/prerm b/debian/prerm
index 22438f3..6f87c6d 100644
--- a/debian/prerm
+++ b/debian/prerm
@@ -4,3 +4,5 @@ if [ "$1" != upgrade ]
 then
     update-alternatives --remove rename /usr/bin/file-rename
 fi
+
+#DEBHELPER#

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libfile-rename-perl.git



More information about the Pkg-perl-cvs-commits mailing list