r45683 - in /trunk/libmoosex-poe-perl/debian: control rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Oct 12 23:52:35 UTC 2009


Author: jawnsy-guest
Date: Mon Oct 12 23:52:28 2009
New Revision: 45683

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45683
Log:
Add overrides to remove useless PODs

Modified:
    trunk/libmoosex-poe-perl/debian/control
    trunk/libmoosex-poe-perl/debian/rules

Modified: trunk/libmoosex-poe-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-poe-perl/debian/control?rev=45683&op=diff
==============================================================================
--- trunk/libmoosex-poe-perl/debian/control (original)
+++ trunk/libmoosex-poe-perl/debian/control Mon Oct 12 23:52:28 2009
@@ -1,7 +1,7 @@
 Source: libmoosex-poe-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.50)
 Build-Depends-Indep: perl, libmoosex-async-perl, libsub-name-perl (>= 0.04),
  libpoe-perl (>= 1.004), libmoose-perl (>= 0.73)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>

Modified: trunk/libmoosex-poe-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-poe-perl/debian/rules?rev=45683&op=diff
==============================================================================
--- trunk/libmoosex-poe-perl/debian/rules (original)
+++ trunk/libmoosex-poe-perl/debian/rules Mon Oct 12 23:52:28 2009
@@ -1,4 +1,13 @@
 #!/usr/bin/make -f
+
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 %:
 	dh $@
+
+override_dh_auto_install:
+	dh_auto_install
+	rm $(TMP)/usr/share/man/man3/MooseX::POE::Meta::Trait::Class.3pm
+	rm $(TMP)/usr/share/man/man3/MooseX::POE::Meta::Trait::Constructor.3pm
+	rm $(TMP)/usr/share/man/man3/MooseX::POE::Meta::Trait::SweetArgs.3pm




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