[SCM] Debian packaging of DNS-ZoneParse CPAN distribution branch, master, updated. debian/0.95-1-2-g228a84f

gregor herrmann gregoa at debian.org
Sat Apr 14 16:12:29 UTC 2012


The following commit has been merged in the master branch:
commit 228a84f43d315febcd066854e2b5063debe38212
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Apr 14 18:12:25 2012 +0200

    [packagecheck] fixed Vcs-(Git|Browser)/Homepage field(s) in debian/control and/or URL in debian/watch and/or rmdir /usr/{lib|share}/perl5 in debian/rules.

diff --git a/debian/changelog b/debian/changelog
index 18db743..6db0a1f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,13 @@
 libdns-zoneparse-perl (0.95-2) UNRELEASED; urgency=low
 
   * Take over for the Debian Perl Group; Closes: #668696 -- RFA/ITA
+  * debian/control: Added: Vcs-Git 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: Ivan
+    Kohler <ivan-debian at 420.am>); Ivan Kohler <ivan-debian at 420.am> moved
+    to Uploaders.
+  * debian/watch: use dist-based URL.
 
  -- gregor herrmann <gregoa at debian.org>  Sat, 14 Apr 2012 18:12:23 +0200
 
diff --git a/debian/control b/debian/control
index be07ec1..9d29156 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,16 @@ Source: libdns-zoneparse-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 3.0.5), perl (>= 5.6.0-17)
-Maintainer: Ivan Kohler <ivan-debian at 420.am>
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ivan Kohler <ivan-debian at 420.am>
 Standards-Version: 3.5.1
+Homepage: http://search.cpan.org/dist/DNS-ZoneParse/
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libdns-zoneparse-perl.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdns-zoneparse-perl.git
 
 Package: libdns-zoneparse-perl
 Architecture: all
-Depends: ${perl:Depends}
+Depends: ${misc:Depends}, ${perl:Depends}
 Description:  Perl extension for parsing and manipulating DNS Zone Files.
  This module will parse a Zone File and put all the Resource Records (RRs)
  into an anonymous hash structure. At the moment, the following types of 
diff --git a/debian/watch b/debian/watch
index 4d764bb..0bd9369 100644
--- a/debian/watch
+++ b/debian/watch
@@ -2,6 +2,6 @@
 # you can run the "uscan" command
 # to check for upstream updates and more.
 # Site          Directory               Pattern                 Version Script
-version=2
-ftp://ftp.cpan.org/pub/CPAN/modules/by-module/DNS/DNS-ZoneParse-([\d\.]+)\.tar\.gz \
+version=3
+http://search.cpan.org/dist/DNS-ZoneParse/   .*/DNS-ZoneParse-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) \
   debian uupdate

-- 
Debian packaging of DNS-ZoneParse CPAN distribution



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