r4152 - in /packages/libmath-randomorg-perl/trunk/debian: changelog control rules

ntyni-guest at users.alioth.debian.org ntyni-guest at users.alioth.debian.org
Wed Oct 18 21:00:59 UTC 2006


Author: ntyni-guest
Date: Wed Oct 18 21:00:58 2006
New Revision: 4152

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=4152
Log:
don't run 'make test', it requires net access.

Modified:
    packages/libmath-randomorg-perl/trunk/debian/changelog
    packages/libmath-randomorg-perl/trunk/debian/control
    packages/libmath-randomorg-perl/trunk/debian/rules

Modified: packages/libmath-randomorg-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmath-randomorg-perl/trunk/debian/changelog?rev=4152&op=diff
==============================================================================
--- packages/libmath-randomorg-perl/trunk/debian/changelog (original)
+++ packages/libmath-randomorg-perl/trunk/debian/changelog Wed Oct 18 21:00:58 2006
@@ -1,3 +1,12 @@
+libmath-randomorg-perl (0.03-3) unstable; urgency=medium
+
+  * Disable 'make test', as it requires network access.
+    Thanks to Thijs Kinkhorst. (Closes: #393898)
+  * Urgency set to 'medium' because of an RC bug fix.
+  * Remove libwww-perl and netbase from Build-Depends-Indep.
+
+ -- Niko Tyni <ntyni at iki.fi>  Thu, 19 Oct 2006 00:00:59 +0300
+
 libmath-randomorg-perl (0.03-2) unstable; urgency=low
 
   * New Maintainer: Debian Perl Group.

Modified: packages/libmath-randomorg-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmath-randomorg-perl/trunk/debian/control?rev=4152&op=diff
==============================================================================
--- packages/libmath-randomorg-perl/trunk/debian/control (original)
+++ packages/libmath-randomorg-perl/trunk/debian/control Wed Oct 18 21:00:58 2006
@@ -2,9 +2,9 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 4.0.2)
-Build-Depends-Indep: perl (>= 5.8.0-7), libwww-perl, netbase
+Build-Depends-Indep: perl (>= 5.8.0-7)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregor+debian at comodo.priv.at>, Gunnar Wolf <gwolf at debian.org>
+Uploaders: gregor herrmann <gregor+debian at comodo.priv.at>, Gunnar Wolf <gwolf 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/libmath-randomorg-perl/trunk/
 

Modified: packages/libmath-randomorg-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmath-randomorg-perl/trunk/debian/rules?rev=4152&op=diff
==============================================================================
--- packages/libmath-randomorg-perl/trunk/debian/rules (original)
+++ packages/libmath-randomorg-perl/trunk/debian/rules Wed Oct 18 21:00:58 2006
@@ -45,7 +45,8 @@
 	dh_clean -k
 
 	# Add commands to install the package into debian/$PACKAGE_NAME here
-	$(MAKE) test
+	# Do not run tests; they require network access during build.
+	# $(MAKE) test
 	$(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