r64244 - in /branches/testing-proposed-updates/liburi-perl/debian: changelog control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Oct 25 21:34:27 UTC 2010


Author: gregoa
Date: Mon Oct 25 21:34:07 2010
New Revision: 64244

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=64244
Log:
Don't run online tests (closes: #601116).

Modified:
    branches/testing-proposed-updates/liburi-perl/debian/changelog
    branches/testing-proposed-updates/liburi-perl/debian/control
    branches/testing-proposed-updates/liburi-perl/debian/rules

Modified: branches/testing-proposed-updates/liburi-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/branches/testing-proposed-updates/liburi-perl/debian/changelog?rev=64244&op=diff
==============================================================================
--- branches/testing-proposed-updates/liburi-perl/debian/changelog (original)
+++ branches/testing-proposed-updates/liburi-perl/debian/changelog Mon Oct 25 21:34:07 2010
@@ -1,3 +1,9 @@
+liburi-perl (1.54-2) testing-proposed-updates; urgency=low
+
+  * Don't run online tests (closes: #601116).
+
+ -- gregor herrmann <gregoa at debian.org>  Mon, 25 Oct 2010 23:31:36 +0200
+
 liburi-perl (1.54-1) unstable; urgency=low
 
   * New upstream release.

Modified: branches/testing-proposed-updates/liburi-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/branches/testing-proposed-updates/liburi-perl/debian/control?rev=64244&op=diff
==============================================================================
--- branches/testing-proposed-updates/liburi-perl/debian/control (original)
+++ branches/testing-proposed-updates/liburi-perl/debian/control Mon Oct 25 21:34:07 2010
@@ -1,7 +1,7 @@
 Source: liburi-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.50~)
 Build-Depends-Indep: perl, libbusiness-isbn-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Stefan Hornburg (Racke) <racke at linuxia.de>,

Modified: branches/testing-proposed-updates/liburi-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/branches/testing-proposed-updates/liburi-perl/debian/rules?rev=64244&op=diff
==============================================================================
--- branches/testing-proposed-updates/liburi-perl/debian/rules (original)
+++ branches/testing-proposed-updates/liburi-perl/debian/rules Mon Oct 25 21:34:07 2010
@@ -2,3 +2,8 @@
 
 %:
 	dh $@
+
+override_dh_auto_test:
+	touch OFFLINE
+	dh_auto_test
+	$(RM) OFFLINE




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