r43899 - in /trunk/dh-make-perl/debian: changelog rules
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Thu Sep 10 21:59:48 UTC 2009
Author: gregoa
Date: Thu Sep 10 21:59:43 2009
New Revision: 43899
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=43899
Log:
Re-add "NO_NETWORK=1" to tests in debian/rules, got lost somewhere.
Modified:
trunk/dh-make-perl/debian/changelog
trunk/dh-make-perl/debian/rules
Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/changelog?rev=43899&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Thu Sep 10 21:59:43 2009
@@ -11,6 +11,7 @@
[ gregor herrmann ]
* Remove PREFIX from debhelper5 debian/rules templates, which won't work
with Perl 5.10.1 anymore (cf. #545904).
+ * Re-add "NO_NETWORK=1" to tests in debian/rules, got lost somewhere.
-- Ryan Niebur <ryanryan52 at gmail.com> Wed, 02 Sep 2009 23:04:47 -0700
Modified: trunk/dh-make-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/rules?rev=43899&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/rules (original)
+++ trunk/dh-make-perl/debian/rules Thu Sep 10 21:59:43 2009
@@ -14,7 +14,7 @@
override_dh_auto_test:
# leave this here for Test::DistManifest..I want it to happen on package build but not on CPAN install.
- RELEASE_TESTING=1 dh_auto_test
+ NO_NETWORK=1 RELEASE_TESTING=1 dh_auto_test
clean:
dh clean
More information about the Pkg-perl-cvs-commits
mailing list