r44356 - in /trunk/libnet-ntp-perl/debian: changelog control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Sep 19 22:00:34 UTC 2009


Author: gregoa
Date: Sat Sep 19 22:00:13 2009
New Revision: 44356

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44356
Log:
debian/rules: don't run tests as they need an ntpd.

Modified:
    trunk/libnet-ntp-perl/debian/changelog
    trunk/libnet-ntp-perl/debian/control
    trunk/libnet-ntp-perl/debian/rules

Modified: trunk/libnet-ntp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ntp-perl/debian/changelog?rev=44356&op=diff
==============================================================================
--- trunk/libnet-ntp-perl/debian/changelog (original)
+++ trunk/libnet-ntp-perl/debian/changelog Sat Sep 19 22:00:13 2009
@@ -1,10 +1,10 @@
 libnet-ntp-perl (1.2-4) UNRELEASED; urgency=low
 
   * Split Build-Depends and Build-Depends-Indep.
-  * Add build dependency on ntp (closes: #546233).
+  * debian/rules: don't run tests as they need an ntpd (closes: #546233).
   * Add /me to Uploaders.
 
- -- gregor herrmann <gregoa at debian.org>  Sat, 19 Sep 2009 23:18:38 +0200
+ -- gregor herrmann <gregoa at debian.org>  Sat, 19 Sep 2009 23:48:57 +0200
 
 libnet-ntp-perl (1.2-3) unstable; urgency=low
 

Modified: trunk/libnet-ntp-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ntp-perl/debian/control?rev=44356&op=diff
==============================================================================
--- trunk/libnet-ntp-perl/debian/control (original)
+++ trunk/libnet-ntp-perl/debian/control Sat Sep 19 22:00:13 2009
@@ -1,8 +1,8 @@
 Source: libnet-ntp-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl
-Build-Depends-Indep: netbase, ntp
+Build-Depends: debhelper (>= 7.0.50~), perl
+Build-Depends-Indep: netbase
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>, gregor herrmann <gregoa at debian.org>
 Standards-Version: 3.8.3

Modified: trunk/libnet-ntp-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ntp-perl/debian/rules?rev=44356&op=diff
==============================================================================
--- trunk/libnet-ntp-perl/debian/rules (original)
+++ trunk/libnet-ntp-perl/debian/rules Sat Sep 19 22:00:13 2009
@@ -2,3 +2,6 @@
 
 %:
 	dh $@
+
+override_dh_auto_test:
+	# don't run tests, need ntpd




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