r73187 - /trunk/libmoosex-chainedaccessors-perl/debian/rules

ansgar at users.alioth.debian.org ansgar at users.alioth.debian.org
Sat Apr 23 13:27:00 UTC 2011


Author: ansgar
Date: Sat Apr 23 13:26:48 2011
New Revision: 73187

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=73187
Log:
Remove almost empty man pages

Modified:
    trunk/libmoosex-chainedaccessors-perl/debian/rules

Modified: trunk/libmoosex-chainedaccessors-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-chainedaccessors-perl/debian/rules?rev=73187&op=diff
==============================================================================
--- trunk/libmoosex-chainedaccessors-perl/debian/rules (original)
+++ trunk/libmoosex-chainedaccessors-perl/debian/rules Sat Apr 23 13:26:48 2011
@@ -1,4 +1,13 @@
 #!/usr/bin/make -f
+
+PKG := $(shell dh_listpackages)
+TMP := $(CURDIR)/debian/$(PKG)
 
 %:
 	dh $@
+
+override_dh_auto_install:
+	dh_auto_install
+	# Remove almost empty man pages
+	$(RM) $(TMP)/usr/share/man/man3/Moose::Meta::Attribute::Custom::Trait::Chained.3pm \
+	      $(TMP)/usr/share/man/man3/MooseX::ChainedAccessors::Accessor.3pm




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