r15067 - in /trunk/libsub-uplevel-perl/debian: changelog control rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sun Feb 17 15:48:59 UTC 2008


Author: gregoa-guest
Date: Sun Feb 17 15:48:58 2008
New Revision: 15067

URL: http://svn.debian.org/wsvn/?sc=1&rev=15067
Log:
  - re-enable most author tests by passing --test_files to Build test; add
    libtest-perl-critic-perl to Build-Depends-Indep

Modified:
    trunk/libsub-uplevel-perl/debian/changelog
    trunk/libsub-uplevel-perl/debian/control
    trunk/libsub-uplevel-perl/debian/rules

Modified: trunk/libsub-uplevel-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libsub-uplevel-perl/debian/changelog?rev=15067&op=diff
==============================================================================
--- trunk/libsub-uplevel-perl/debian/changelog (original)
+++ trunk/libsub-uplevel-perl/debian/changelog Sun Feb 17 15:48:58 2008
@@ -11,8 +11,10 @@
     - remove some comments and empty lines
     - remove AUTHOR_TESTING evnironment variable, not used anymore by
       upstream tests
+    - re-enable most author tests by passing --test_files to Build test; add
+      libtest-perl-critic-perl to Build-Depends-Indep
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 17 Feb 2008 16:34:23 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 17 Feb 2008 16:46:38 +0100
 
 libsub-uplevel-perl (0.18-1) unstable; urgency=low
 

Modified: trunk/libsub-uplevel-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libsub-uplevel-perl/debian/control?rev=15067&op=diff
==============================================================================
--- trunk/libsub-uplevel-perl/debian/control (original)
+++ trunk/libsub-uplevel-perl/debian/control Sun Feb 17 15:48:58 2008
@@ -5,7 +5,7 @@
 Uploaders: Jay Bonci <jaybonci at debian.org>, Damyan Ivanov <dmn at debian.org>
 Build-Depends: debhelper (>= 6), libmodule-build-perl, quilt
 Build-Depends-Indep: perl (>= 5.6.0-16), libtest-pod-perl,
- libtest-pod-coverage-perl
+ libtest-pod-coverage-perl, libtest-perl-critic-perl
 Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/Sub-Uplevel/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libsub-uplevel-perl/

Modified: trunk/libsub-uplevel-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libsub-uplevel-perl/debian/rules?rev=15067&op=diff
==============================================================================
--- trunk/libsub-uplevel-perl/debian/rules (original)
+++ trunk/libsub-uplevel-perl/debian/rules Sun Feb 17 15:48:58 2008
@@ -19,7 +19,8 @@
 	dh_testdir
 	$(PERL) Build.PL installdirs=vendor verbose=1
 	$(PERL) Build
-	$(PERL) Build test
+	# xt/spelling.t lacks Test::Spelling so we only take the other xt/ tests
+	$(PERL) Build test --test_files 't/*.t' --test_files 'xt/[cp]*.t'
 	touch $@
 
 clean: unpatch




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