[SCM] Debian packaging of DBIx-Class-Helpers CPAN distribution branch, master, updated. debian/2.013002-1-23-g7a7050c

gregor herrmann gregoa at debian.org
Sun May 26 17:25:32 UTC 2013


The following commit has been merged in the master branch:
commit 4587316fe60e8066429fd48f6be3179370f246da
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun May 26 19:18:15 2013 +0200

    Don't install empty manpages.

diff --git a/debian/rules b/debian/rules
index 2d33f6a..32e7edd 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
+	# remove empty manpages
+	$(RM) -v $(TMP)/usr/share/man/man3/DBIx::Class::Helper::ResultSet::Shortcut::*.3pm
+	

-- 
Debian packaging of DBIx-Class-Helpers CPAN distribution



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