This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository libquazip.
commit 8619ffa6bd7b2b2b1309c865fe8a4952034ad502 Author: Andreas Tille <[email protected]> Date: Tue Sep 26 22:14:02 2017 +0200 Fix dh_installchangelogs --- debian/changelog | 4 +++- debian/rules | 6 +----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index bc63483..050ab61 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,10 @@ libquazip (0.7.3-1) UNRELEASED; urgency=medium * New upstream version * debhelper 10 + * Fix dh_installchangelogs + Closes: #876886 - -- Andreas Tille <[email protected]> Sun, 10 Sep 2017 08:18:37 +0200 + -- Andreas Tille <[email protected]> Tue, 26 Sep 2017 22:11:11 +0200 libquazip (0.7.2-1) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 9f39d4c..f2617c7 100755 --- a/debian/rules +++ b/debian/rules @@ -56,11 +56,7 @@ override_dh_auto_install: dh_auto_install -B$(QT5_PATH) override_dh_installchangelogs: - dh_installchangelogs -plibquazip1 NEWS upstream - dh_installchangelogs -plibquazip1-dev NEWS upstream - dh_installchangelogs -plibquazip5-1 NEWS upstream - dh_installchangelogs -plibquazip5-dev NEWS upstream - dh_installchangelogs + dh_installchangelogs -k NEWS override_dh_installdocs: dh_installdocs -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libquazip.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
