[SCM] Debian packaging of XML-DT CPAN distribution branch, master, updated. debian/0.3-1.1-2-g1773ec1

gregor herrmann gregoa at debian.org
Sun Apr 22 22:39:47 UTC 2012


The following commit has been merged in the master branch:
commit 1773ec152267c7919adfdbc6c314d561a0817096
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Apr 23 00:39:40 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 65284a0..7abc308 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,13 @@
 libxml-dt-perl (0.3-2) UNRELEASED; urgency=low
 
   * Take over for the Debian Perl Group
+  * 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:
+    Itamar Almeida de Carvalho <itamar at oktiva.com.br>); Itamar Almeida
+    de Carvalho <itamar at oktiva.com.br> moved to Uploaders.
+  * Add debian/watch.
 
  -- gregor herrmann <gregoa at debian.org>  Mon, 23 Apr 2012 00:39:37 +0200
 
diff --git a/debian/control b/debian/control
index 07cc09b..edd876a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,16 @@ Source: libxml-dt-perl
 Section: perl
 Priority: optional
 Build-Depends-Indep: perl (>= 5.8.0-7), debhelper (>= 4.0.2)
-Maintainer: Itamar Almeida de Carvalho <itamar at oktiva.com.br>
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Itamar Almeida de Carvalho <itamar at oktiva.com.br>
 Standards-Version: 3.6.1
+Homepage: http://search.cpan.org/dist/XML-DT/
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libxml-dt-perl.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-dt-perl.git
 
 Package: libxml-dt-perl
 Architecture: all
-Depends: ${perl:Depends}, libxml-libxml-perl, libwww-perl
+Depends: ${misc:Depends}, ${perl:Depends}, libxml-libxml-perl, libwww-perl
 Description: Down translation of XML files
  This module provides a way to manipulate in various ways a XML
  document. Including: changing the contents, transforming to 
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..46bed0b
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/XML-DT/  .+/XML-DT-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

-- 
Debian packaging of XML-DT CPAN distribution



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