r43650 - in /trunk/libnet-ntp-perl/debian: changelog control watch

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Sep 4 10:46:22 UTC 2009


Author: dmn
Date: Fri Sep  4 10:45:50 2009
New Revision: 43650

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=43650
Log:
[packagecheck] fixed Vcs-(Svn|Browser)/Homepage field(s) in debian/control and/or URL in debian/watch and/or rmdir /usr/{lib|share}/perl5 in debian/rules.

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

Modified: trunk/libnet-ntp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ntp-perl/debian/changelog?rev=43650&op=diff
==============================================================================
--- trunk/libnet-ntp-perl/debian/changelog (original)
+++ trunk/libnet-ntp-perl/debian/changelog Fri Sep  4 10:45:50 2009
@@ -3,6 +3,13 @@
   * Take over for the Debian Perl Group on maintainer's request
     (http://lists.alioth.debian.org/pipermail/pkg-perl-maintainers/2009-
     September/025053.html)
+  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
+    field (source stanza); Homepage field (source stanza);
+    ${misc:Depends} to Depends: field. Changed: Maintainer set to Debian
+    Perl Group <pkg-perl-maintainers at lists.alioth.debian.org> (was:
+    Adrian von Bidder <avbidder at fortytwo.ch>); Adrian von Bidder
+    <avbidder at fortytwo.ch> moved to Uploaders.
+  * debian/watch: use dist-based URL.
 
  -- Damyan Ivanov <dmn at debian.org>  Fri, 04 Sep 2009 13:45:20 +0300
 

Modified: trunk/libnet-ntp-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ntp-perl/debian/control?rev=43650&op=diff
==============================================================================
--- trunk/libnet-ntp-perl/debian/control (original)
+++ trunk/libnet-ntp-perl/debian/control Fri Sep  4 10:45:50 2009
@@ -2,12 +2,16 @@
 Section: perl
 Priority: optional
 Build-Depends-Indep: debhelper (>= 3), perl
-Maintainer: Adrian von Bidder <avbidder at fortytwo.ch>
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Adrian von Bidder <avbidder at fortytwo.ch>
 Standards-Version: 3.6.1
+Homepage: http://search.cpan.org/dist/Net-NTP/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-ntp-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnet-ntp-perl/
 
 Package: libnet-ntp-perl
 Architecture: all
-Depends: ${perl:Depends}
+Depends: ${misc:Depends}, ${perl:Depends}
 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.

Modified: trunk/libnet-ntp-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ntp-perl/debian/watch?rev=43650&op=diff
==============================================================================
--- trunk/libnet-ntp-perl/debian/watch (original)
+++ trunk/libnet-ntp-perl/debian/watch Fri Sep  4 10:45:50 2009
@@ -1,2 +1,2 @@
-version=2
-http://search.cpan.org/CPAN/authors/id/W/WI/WILLMOJG/Net-NTP-(.*)\.tar\.gz
+version=3
+http://search.cpan.org/dist/Net-NTP/   .*/Net-NTP-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)




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