r19634 - in /trunk/libwww-myspace-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed May 7 18:50:41 UTC 2008


Author: gregoa
Date: Wed May  7 18:50:40 2008
New Revision: 19634

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=19634
Log:
debian/rules: add an additional file to the test suite.

Modified:
    trunk/libwww-myspace-perl/debian/changelog
    trunk/libwww-myspace-perl/debian/rules

Modified: trunk/libwww-myspace-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-myspace-perl/debian/changelog?rev=19634&op=diff
==============================================================================
--- trunk/libwww-myspace-perl/debian/changelog (original)
+++ trunk/libwww-myspace-perl/debian/changelog Wed May  7 18:50:40 2008
@@ -1,8 +1,9 @@
 libwww-myspace-perl (0.79-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * debian/rules: add an additional file to the test suite.
 
- -- gregor herrmann <gregoa at debian.org>  Wed, 07 May 2008 20:46:14 +0200
+ -- gregor herrmann <gregoa at debian.org>  Wed, 07 May 2008 20:49:00 +0200
 
 libwww-myspace-perl (0.78-1) unstable; urgency=low
 

Modified: trunk/libwww-myspace-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-myspace-perl/debian/rules?rev=19634&op=diff
==============================================================================
--- trunk/libwww-myspace-perl/debian/rules (original)
+++ trunk/libwww-myspace-perl/debian/rules Wed May  7 18:50:40 2008
@@ -21,7 +21,7 @@
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
 	# explicitly list only those tests that don't require network access.
-	$(MAKE) test TEST_FILES="t/00-load.t t/pod.t t/pod-coverage.t"
+	$(MAKE) test TEST_FILES="t/00-load.t t/pod.t t/pod-coverage.t t/boilerplate.t"
 	touch $@
 
 clean:




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