This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libhttp-message-perl.
commit f6ce5382e7c1547b2db31d1973a273632e8e95ad Author: gregor herrmann <[email protected]> Date: Thu Sep 14 18:36:38 2017 +0200 fix removal of manpages Gbp-Dch: Ignore --- debian/rules | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/debian/rules b/debian/rules index 4a398dc..af86aff 100755 --- a/debian/rules +++ b/debian/rules @@ -1,9 +1,12 @@ #!/usr/bin/make -f +PACKAGE = $(shell dh_listpackages) +TMP = $(CURDIR)/debian/$(PACKAGE) + %: dh $@ -override_dh_installman: - rm -f debian/libhttp-message-perl/usr/share/man/man3/HTTP::Headers::Auth.3pm \ - debian/libhttp-message-perl/usr/share/man/man3/HTTP::Headers::ETag.3pm - dh_installman +override_dh_auto_install: + dh_auto_install + $(RM) -v $(TMP)/usr/share/man/man3/HTTP::Headers::Auth.3pm \ + $(TMP)/usr/share/man/man3/HTTP::Headers::ETag.3pm -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhttp-message-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
