r19209 - in /trunk/libnet-z3950-zoom-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Apr 27 13:45:51 UTC 2008


Author: gregoa
Date: Sun Apr 27 13:45:49 2008
New Revision: 19209

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=19209
Log:
debian/rules: run only those tests that don't need a network connection
(closes: #478115).

Modified:
    trunk/libnet-z3950-zoom-perl/debian/changelog
    trunk/libnet-z3950-zoom-perl/debian/rules

Modified: trunk/libnet-z3950-zoom-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-z3950-zoom-perl/debian/changelog?rev=19209&op=diff
==============================================================================
--- trunk/libnet-z3950-zoom-perl/debian/changelog (original)
+++ trunk/libnet-z3950-zoom-perl/debian/changelog Sun Apr 27 13:45:49 2008
@@ -1,3 +1,10 @@
+libnet-z3950-zoom-perl (1.21-2) UNRELEASED; urgency=low
+
+  * debian/rules: run only those tests that don't need a network connection
+    (closes: #478115).
+
+ -- gregor herrmann <gregoa at debian.org>  Sun, 27 Apr 2008 15:40:23 +0200
+
 libnet-z3950-zoom-perl (1.21-1) unstable; urgency=low
   
   [ Vincent Danjean ]

Modified: trunk/libnet-z3950-zoom-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-z3950-zoom-perl/debian/rules?rev=19209&op=diff
==============================================================================
--- trunk/libnet-z3950-zoom-perl/debian/rules (original)
+++ trunk/libnet-z3950-zoom-perl/debian/rules Sun Apr 27 13:45:49 2008
@@ -29,7 +29,9 @@
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
-	$(MAKE) test
+	# test that don't need network access
+	# running all once for new packages might be a good idea
+	$(MAKE) test TEST_FILES="t/10-options.t t/11-option-callback.t t/17-logging.t t/20-options.t t/21-option-callback.t t/27-logging.t"
 	touch $@
 
 clean:




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