[libpoe-component-server-simplehttp-perl] 10/11: debian/rules: Don't install a manpage fragment.

gregor herrmann gregoa at debian.org
Sat Dec 30 21:31:25 UTC 2017


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

gregoa pushed a commit to branch master
in repository libpoe-component-server-simplehttp-perl.

commit d2903797421ea81aeff5367af3429dc79e4bcf68
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Dec 30 22:28:49 2017 +0100

    debian/rules: Don't install a manpage fragment.
---
 debian/rules | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..affa413 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,12 @@
 #!/usr/bin/make -f
 
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
 %:
 	dh $@
+
+override_dh_auto_install:
+	dh_auto_install
+	# almost empty & incomplete
+	$(RM) -v $(TMP)/usr/share/man/man3/POE::Component::Server::SimpleHTTP::State.3pm

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpoe-component-server-simplehttp-perl.git



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