From: Denis Briand Date: Wed, 30 Dec 2015 01:52:41 +0000 (+0100) Subject: Add debhelper token into maintainers scripts. X-Git-Tag: debian/0.6.1-1~10 X-Git-Url: https://git.deb.at/w?p=pkg%2Fabook.git;a=commitdiff_plain;h=b1c882049db5d6d7d5770134cd93e14934ace6c1 Add debhelper token into maintainers scripts. --- diff --git a/debian/changelog b/debian/changelog index bd6efc2..69ac650 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ abook (0.6.1-1) unstable; urgency=medium * Remove autotools-dev build dependency. * Remove merged patch 03_datafile-f-switch. * Provide debugging symbols with a new abook-dbg binary package. + * Add debhelper token into maintainers scripts. -- Rhonda D'Vine Fri, 14 Aug 2015 11:34:47 +0200 diff --git a/debian/postinst b/debian/postinst index d4601aa..08ca090 100644 --- a/debian/postinst +++ b/debian/postinst @@ -57,3 +57,5 @@ fi if [ "$action" = 'configure' ] && [ -x "`which update-menus`" ]; then update-menus fi + +#DEBHELPER# diff --git a/debian/postrm b/debian/postrm index 27b19f3..fece21f 100644 --- a/debian/postrm +++ b/debian/postrm @@ -29,3 +29,5 @@ case "$action" in fi ;; esac + +#DEBHELPER#