r4153 - in /packages/libwww-myspace-perl/trunk/debian: changelog control rules

ntyni-guest at users.alioth.debian.org ntyni-guest at users.alioth.debian.org
Thu Oct 19 17:48:23 UTC 2006


Author: ntyni-guest
Date: Thu Oct 19 17:48:23 2006
New Revision: 4153

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=4153
Log:
run only those tests that don't require net access.

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

Modified: packages/libwww-myspace-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libwww-myspace-perl/trunk/debian/changelog?rev=4153&op=diff
==============================================================================
--- packages/libwww-myspace-perl/trunk/debian/changelog (original)
+++ packages/libwww-myspace-perl/trunk/debian/changelog Thu Oct 19 17:48:23 2006
@@ -1,3 +1,10 @@
+libwww-myspace-perl (0.58-2) unstable; urgency=medium
+
+  * Only run those tests that don't require network access. (Closes: #393900)
+  * Urgency set to medium because of an RC bug fix.
+
+ -- Niko Tyni <ntyni at iki.fi>  Thu, 19 Oct 2006 20:44:21 +0300
+
 libwww-myspace-perl (0.58-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/libwww-myspace-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libwww-myspace-perl/trunk/debian/control?rev=4153&op=diff
==============================================================================
--- packages/libwww-myspace-perl/trunk/debian/control (original)
+++ packages/libwww-myspace-perl/trunk/debian/control Thu Oct 19 17:48:23 2006
@@ -4,7 +4,7 @@
 Build-Depends: debhelper (>= 4.0.2)
 Build-Depends-Indep: perl (>= 5.8.0-7), libspiffy-perl, libparams-validate-perl, libconfig-general-perl, libyaml-perl, libcontextual-return-perl, libversion-perl, libwant-perl, liblocale-subcountry-perl, libwww-mechanize-perl, libio-prompt-perl, libterm-readkey-perl, liblist-compare-perl, libmath-round-perl, libclass-dbi-loader-perl, libclass-dbi-abstractsearch-perl, libdatetime-perl, netbase, libdatetime-format-mysql-perl, libdatetime-format-builder-perl, libtest-pod-perl, libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregor+debian at comodo.priv.at>, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
+Uploaders: gregor herrmann <gregor+debian at comodo.priv.at>, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>, Niko Tyni <ntyni at iki.fi>
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-perl/packages/libwww-myspace-perl/trunk/
 

Modified: packages/libwww-myspace-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libwww-myspace-perl/trunk/debian/rules?rev=4153&op=diff
==============================================================================
--- packages/libwww-myspace-perl/trunk/debian/rules (original)
+++ packages/libwww-myspace-perl/trunk/debian/rules Thu Oct 19 17:48:23 2006
@@ -45,7 +45,8 @@
 	dh_clean -k
 
 	# Add commands to install the package into debian/$PACKAGE_NAME here
-	$(MAKE) test
+	# 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) install DESTDIR=$(TMP) PREFIX=/usr
 
 	# As this is a architecture independent package, we are not




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