r34273 - in /trunk/libsvn-hooks-perl/debian: changelog control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Apr 28 15:57:14 UTC 2009


Author: gregoa
Date: Tue Apr 28 15:57:09 2009
New Revision: 34273

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=34273
Log:
debian/rules: add the new --noonline-tests option to dh_auto_configure to
make sure we don't run tests that require network access; bump debhelper
dependency in debian/control.

Modified:
    trunk/libsvn-hooks-perl/debian/changelog
    trunk/libsvn-hooks-perl/debian/control
    trunk/libsvn-hooks-perl/debian/rules

Modified: trunk/libsvn-hooks-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-hooks-perl/debian/changelog?rev=34273&op=diff
==============================================================================
--- trunk/libsvn-hooks-perl/debian/changelog (original)
+++ trunk/libsvn-hooks-perl/debian/changelog Tue Apr 28 15:57:09 2009
@@ -4,6 +4,9 @@
   * debian/copyright: update years of upstream copyright, add /me to copyright
     for debian/*.
   * Add /me to Uploaders.
+  * debian/rules: add the new --noonline-tests option to dh_auto_configure to
+    make sure we don't run tests that require network access; bump debhelper
+    dependency in debian/control.
 
  -- gregor herrmann <gregoa at debian.org>  Tue, 28 Apr 2009 17:35:05 +0200
 

Modified: trunk/libsvn-hooks-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-hooks-perl/debian/control?rev=34273&op=diff
==============================================================================
--- trunk/libsvn-hooks-perl/debian/control (original)
+++ trunk/libsvn-hooks-perl/debian/control Tue Apr 28 15:57:09 2009
@@ -1,7 +1,7 @@
 Source: libsvn-hooks-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.50)
 Build-Depends-Indep: perl (>= 5.6.0-12), libemail-simple-creator-perl,
   libsoap-lite-perl, libemail-simple-perl, libsvn-look-perl,
   libemail-send-perl, libsvn-notify-perl, subversion,

Modified: trunk/libsvn-hooks-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-hooks-perl/debian/rules?rev=34273&op=diff
==============================================================================
--- trunk/libsvn-hooks-perl/debian/rules (original)
+++ trunk/libsvn-hooks-perl/debian/rules Tue Apr 28 15:57:09 2009
@@ -4,6 +4,9 @@
 build-stamp:
 	dh build
 	touch $@
+
+override_dh_auto_configure:
+	dh_auto_configure -- --noonline-tests
 
 clean:
 	dh $@




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