[SCM] Debian packaging of libb-hooks-endofscope-perl branch, master, updated. debian/0.11-1-16-g6abd53d

gregor herrmann gregoa at debian.org
Fri Apr 19 12:27:49 UTC 2013


The following commit has been merged in the master branch:
commit a698fd6e4099ae3968e2af78be0e754f198680a7
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Apr 19 14:25:56 2013 +0200

    don't install manpages stubs of new sub-modules
    
    Git-Dch: Ignore

diff --git a/debian/rules b/debian/rules
index 2d33f6a..bd81725 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
+	# remove manpages stubs
+	$(RM) -v $(TMP)/usr/share/man/man3/B::Hooks::EndOfScope::PP::*.3pm

-- 
Debian packaging of libb-hooks-endofscope-perl



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