This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository pirs.
commit ca3db44b0e158a8e9e95e77d77b765824ace86a0 Author: Andreas Tille <[email protected]> Date: Wed Dec 7 12:58:39 2016 +0100 Fix Build for -A --- debian/changelog | 7 +++++++ debian/rules | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 77004f1..66aa28e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +pirs (2.0.2+dfsg-3) UNRELEASED; urgency=medium + + * Fix build for -A + Closes: #847339 + + -- Andreas Tille <[email protected]> Wed, 07 Dec 2016 12:57:51 +0100 + pirs (2.0.2+dfsg-2) unstable; urgency=medium * Team upload. diff --git a/debian/rules b/debian/rules index c111690..27c91e1 100755 --- a/debian/rules +++ b/debian/rules @@ -56,6 +56,6 @@ override_dh_link: override_dh_installchangelogs: dh_installchangelogs NEWS -override_dh_installdocs: - dh_installdocs +override_dh_installdocs-arch: + dh_installdocs -a cp -a src/stator/readme.txt debian/$(DEBPKGNAME)/usr/share/doc/$(DEBPKGNAME)/strator_readme.txt -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pirs.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
