[SCM] Debian packaging of starman branch, master, updated. debian/0.3007-1-6-g9544927

gregor herrmann gregoa at debian.org
Wed Jul 24 17:59:55 UTC 2013


The following commit has been merged in the master branch:
commit 49fbafd244351d856a1cbfc18cee35a016e0ff2c
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Jul 24 19:58:20 2013 +0200

    Don't install empty manpages.

diff --git a/debian/rules b/debian/rules
index 2d33f6a..f4b8485 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,13 @@
 #!/usr/bin/make -f
 
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
 %:
 	dh $@
+
+override_dh_auto_install:
+	dh_auto_install
+	# empty manpages
+	$(RM) -v $(TMP)/usr/share/man/man3/HTTP::Server::PSGI::Net::Server::PreFork.3pm \
+		$(TMP)/usr/share/man/man3/Starman::Server.3pm

-- 
Debian packaging of starman



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