[libxml-validate-perl] 02/02: [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.

gregor herrmann gregoa at debian.org
Tue Aug 8 21:50:40 UTC 2017


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libxml-validate-perl.

commit 5199dc8f4558ed972229ca1429dca0ec59eed07e
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Aug 8 17:50:36 2017 -0400

    [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.
---
 debian/changelog | 9 +++++++++
 debian/control   | 9 ++++++---
 debian/watch     | 2 +-
 3 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8fd88c9..f19dcf8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,15 @@
 libxml-validate-perl (1.025-3) UNRELEASED; urgency=medium
 
   * Take over for the Debian Perl Group; Closes: #870979 -- RFA/ITA
+  * debian/control: Added: Vcs-Git field (source stanza); Vcs-Browser
+    field (source stanza). Changed: Homepage field changed to
+    metacpan.org URL; Maintainer set to Debian Perl Group <pkg-perl-
+    maintainers at lists.alioth.debian.org> (was: Jotam Jr. Trejo
+    <jotamjr at debian.org.sv>); Jotam Jr. Trejo <jotamjr at debian.org.sv>
+    moved to Uploaders; Replace (build-)dependency on ancient version of
+    perl with a dependency on perl without a version (as permitted by
+    Debian Policy 3.8.3).
+  * debian/watch: use metacpan-based URL.
 
  -- gregor herrmann <gregoa at debian.org>  Tue, 08 Aug 2017 17:50:33 -0400
 
diff --git a/debian/control b/debian/control
index 6393ad4..ff30c7d 100644
--- a/debian/control
+++ b/debian/control
@@ -2,11 +2,14 @@ Source: libxml-validate-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7), quilt
-Build-Depends-Indep: perl (>= 5.6.0-12), libtest-pod-coverage-perl, libtest-pod-perl, 
+Build-Depends-Indep: perl, libtest-pod-coverage-perl, libtest-pod-perl, 
  libtest-assertions-perl, liblog-trace-perl
-Maintainer: Jotam Jr. Trejo <jotamjr at debian.org.sv>
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jotam Jr. Trejo <jotamjr at debian.org.sv>
 Standards-Version: 3.8.3
-Homepage: http://search.cpan.org/dist/XML-Validate/
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libxml-validate-perl.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libxml-validate-perl.git
+Homepage: https://metacpan.org/release/XML-Validate
 
 Package: libxml-validate-perl
 Architecture: all
diff --git a/debian/watch b/debian/watch
index 283db00..e9fff59 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-http://search.cpan.org/dist/XML-Validate/   .*/XML-Validate-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+https://metacpan.org/release/XML-Validate   .*/XML-Validate-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libxml-validate-perl.git



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