[liblog-agent-perl] 10/11: Install upstream changelog to /u/s/d instead of as pod and manpage

Florian Schlichting fsfs at alioth.debian.org
Thu Aug 22 23:10:37 UTC 2013


This is an automated email from the git hooks/post-receive script.

fsfs pushed a commit to branch master
in repository liblog-agent-perl.

commit 2af053d6682c7bb142b2fb8a659a744d36177cde
Author: Florian Schlichting <fsfs at debian.org>
Date:   Fri Aug 23 00:57:36 2013 +0200

    Install upstream changelog to /u/s/d instead of as pod and manpage
---
 debian/rules |   10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/debian/rules b/debian/rules
index cbe925d..d972316 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,13 @@
 #!/usr/bin/make -f
+
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
 %:
 	dh $@
+
+override_dh_installchangelogs:
+	pod2text changes.pod Changes
+	dh_installchangelogs
+	$(RM) $(TMP)/usr/share/perl5/Log/changes.pod
+	$(RM) $(TMP)/usr/share/man/man3/Log::changes.3pm

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liblog-agent-perl.git



More information about the Pkg-perl-cvs-commits mailing list