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

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Jun 5 13:03:05 UTC 2011


Author: gregoa
Date: Sun Jun  5 13:02:06 2011
New Revision: 75137

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=75137
Log:
* Add libio-socket-inet6-perl to Recommends.
* Activate tests again, they now only 'use' the module and don't query an
  ntp server.

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=75137&op=diff
==============================================================================
--- trunk/libnet-ntp-perl/debian/changelog (original)
+++ trunk/libnet-ntp-perl/debian/changelog Sun Jun  5 13:02:06 2011
@@ -1,5 +1,6 @@
 libnet-ntp-perl (1.3-1) unstable; urgency=low
 
+  [ Nicholas Bamber ]
   * New upstream release
   * Added myself to Uploaders
   * Added debian/source/format
@@ -7,6 +8,11 @@
   * Added patch for spelling mistake
   * Extended long descrption
   * Refreshed copyright
+
+  [ gregor herrmann ]
+  * Add libio-socket-inet6-perl to Recommends.
+  * Activate tests again, they now only 'use' the module and don't query an
+    ntp server.
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Sun, 05 Jun 2011 10:12:27 +0100
 

Modified: trunk/libnet-ntp-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ntp-perl/debian/control?rev=75137&op=diff
==============================================================================
--- trunk/libnet-ntp-perl/debian/control (original)
+++ trunk/libnet-ntp-perl/debian/control Sun Jun  5 13:02:06 2011
@@ -1,7 +1,7 @@
 Source: libnet-ntp-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50~), perl
+Build-Depends: debhelper (>= 7), perl
 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>,
  Nicholas Bamber <nicholas at periapt.co.uk>
@@ -13,6 +13,7 @@
 Package: libnet-ntp-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, netbase
+Recommends: libio-socket-inet6-perl
 Description: Perl module to query NTP servers
  Net::NTP is a small perl module to query an NTP (Network Time Protocol)
  time server for the current time. It exports a single method

Modified: trunk/libnet-ntp-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ntp-perl/debian/rules?rev=75137&op=diff
==============================================================================
--- trunk/libnet-ntp-perl/debian/rules (original)
+++ trunk/libnet-ntp-perl/debian/rules Sun Jun  5 13:02:06 2011
@@ -2,6 +2,3 @@
 
 %:
 	dh $@
-
-override_dh_auto_test:
-	# don't run tests, need ntpd




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