This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository python-biomaj3.
commit a6a03532fff23f520938829fff89df25192892da Author: Andreas Tille <[email protected]> Date: Tue Aug 29 22:47:17 2017 +0200 Add missing debhelper token in postrm --- debian/biomaj3-commons.postrm | 3 +-- debian/changelog | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/biomaj3-commons.postrm b/debian/biomaj3-commons.postrm index a6c554e..cbb9363 100644 --- a/debian/biomaj3-commons.postrm +++ b/debian/biomaj3-commons.postrm @@ -28,5 +28,4 @@ case "$1" in ;; esac - - +#DEBHELPER# diff --git a/debian/changelog b/debian/changelog index d2e7b07..f76a4a6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ python-biomaj3 (3.0.20-2) UNRELEASED; urgency=medium Closes: #866547 * debhelper 10 * Standards-Version: 4.1.0 (no changes needed) + * Add missing debhelper token in postrm [ Scott Kitterman ] * Prune unneeded -dev build-depends -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-biomaj3.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
