r10778 - in /trunk/libparams-validate-perl/debian: changelog control rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Mon Dec 3 19:55:54 UTC 2007


Author: gregoa-guest
Date: Mon Dec  3 19:55:54 2007
New Revision: 10778

URL: http://svn.debian.org/wsvn/?sc=1&rev=10778
Log:
add libtest-pod-perl

Modified:
    trunk/libparams-validate-perl/debian/changelog
    trunk/libparams-validate-perl/debian/control
    trunk/libparams-validate-perl/debian/rules

Modified: trunk/libparams-validate-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libparams-validate-perl/debian/changelog?rev=10778&op=diff
==============================================================================
--- trunk/libparams-validate-perl/debian/changelog (original)
+++ trunk/libparams-validate-perl/debian/changelog Mon Dec  3 19:55:54 2007
@@ -17,8 +17,8 @@
     - explicitly remove empty directory /usr/share/perl5 instead of trying to find any
     - move tests to build target
     - use PREFIX and DESTDIR in call to make install
-  * Add libreadonly-xs-perl, libreadonly-perl to build dependencies in order
-    to enable additinal tests.
+  * Add libreadonly-xs-perl, libreadonly-perl, libtest-pod-perl to build
+    dependencies in order to enable additional tests.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:12 +0100
 

Modified: trunk/libparams-validate-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libparams-validate-perl/debian/control?rev=10778&op=diff
==============================================================================
--- trunk/libparams-validate-perl/debian/control (original)
+++ trunk/libparams-validate-perl/debian/control Mon Dec  3 19:55:54 2007
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: perl (>= 5.8.0-17) | perl-base (>= 5.8.0-17), debhelper (>= 5),
- libreadonly-xs-perl, libreadonly-perl
+ libreadonly-xs-perl, libreadonly-perl, libtest-pod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jay Bonci <jaybonci at debian.org>, 
  gregor herrmann <gregor+debian at comodo.priv.at>

Modified: trunk/libparams-validate-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libparams-validate-perl/debian/rules?rev=10778&op=diff
==============================================================================
--- trunk/libparams-validate-perl/debian/rules (original)
+++ trunk/libparams-validate-perl/debian/rules Mon Dec  3 19:55:54 2007
@@ -11,7 +11,7 @@
 build-stamp:
 	dh_testdir
 	perl Makefile.PL verbose INSTALLDIRS=vendor
-	$(MAKE) test
+	IS_MAINTAINER=1 $(MAKE) test
 	touch $@
 
 clean:




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