r42333 - in /trunk/libppi-perl/debian: control rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Fri Aug 21 17:07:35 UTC 2009


Author: jawnsy-guest
Date: Fri Aug 21 17:07:29 2009
New Revision: 42333

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=42333
Log:
Added the META.yml and Pod tests

Modified:
    trunk/libppi-perl/debian/control
    trunk/libppi-perl/debian/rules

Modified: trunk/libppi-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppi-perl/debian/control?rev=42333&op=diff
==============================================================================
--- trunk/libppi-perl/debian/control (original)
+++ trunk/libppi-perl/debian/control Fri Aug 21 17:07:29 2009
@@ -5,8 +5,9 @@
 Build-Depends-Indep: perl (>= 5.10.0), liblist-moreutils-perl (>= 0.16),
  libparams-util-perl (>= 0.21), libtask-weaken-perl, libclone-perl (>= 0.30),
  libio-string-perl (>= 1.07), libtest-pod-perl, libfile-remove-perl (>= 0.39),
- libtest-simple-perl (>= 0.86), libtest-object-perl, libtest-subcalls-perl,
- libtest-classapi-perl (>= 1.04), libtest-nowarnings-perl (>= 0.084)
+ libtest-simple-perl (>= 0.86), libtest-subcalls-perl, libtest-cpan-meta-perl,
+ libtest-nowarnings-perl (>= 0.084), libtest-classapi-perl (>= 1.04), 
+ libtest-object-perl, libtest-pod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>, Rene Mayorga <rmayorga at debian.org>,
  gregor herrmann <gregoa at debian.org>, Jonathan Yu <frequency at cpan.org>

Modified: trunk/libppi-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppi-perl/debian/rules?rev=42333&op=diff
==============================================================================
--- trunk/libppi-perl/debian/rules (original)
+++ trunk/libppi-perl/debian/rules Fri Aug 21 17:07:29 2009
@@ -1,5 +1,15 @@
 #!/usr/bin/make -f
+
+PACKAGE = $(shell dh_listpackages)
+TMP = $(CURDIR)/debian/$(PACKAGE)
 
 %:
 	dh $@
 
+override_dh_auto_test:
+	AUTOMATED_TESTING=1 dh_auto_test
+
+override_dh_auto_install:
+	dh_auto_install
+	rm $(TMP)/usr/share/man/man3/PPI::Token::_QuoteEngine::Full.3pm
+	rm $(TMP)/usr/share/man/man3/PPI::Token::_QuoteEngine::Simple.3pm




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