[libtest-cmd-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
Sun Jan 12 16:46:23 UTC 2014


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

gregoa pushed a commit to branch master
in repository libtest-cmd-perl.

commit 760ca19407a39ca5f19c49dccedcbee26d63a513
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jan 12 17:46:20 2014 +0100

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

diff --git a/debian/changelog b/debian/changelog
index b789e30..0f80f2c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,14 @@
 libtest-cmd-perl (1.05-9) UNRELEASED; urgency=medium
 
   * Take over for the Debian Perl Group; Closes: #733559 -- RFA/ITA
+  * debian/control: Added: Vcs-Git field (source stanza); Vcs-Browser
+    field (source stanza); ${misc:Depends} to Depends: field. Changed:
+    Homepage field changed to metacpan.org URL; Maintainer set to Debian
+    Perl Group <pkg-perl-maintainers at lists.alioth.debian.org> (was:
+    Debian QA Group <packages at qa.debian.org>); Debian QA Group
+    <packages at qa.debian.org> moved to Uploaders.
+  * debian/watch: use metacpan-based URL.
+  * debian/rules: delete /usr/lib/perl5 only if it exists.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 12 Jan 2014 17:46:18 +0100
 
diff --git a/debian/control b/debian/control
index 952104e..49b1a59 100644
--- a/debian/control
+++ b/debian/control
@@ -1,15 +1,18 @@
 Source: libtest-cmd-perl
 Section: perl
 Priority: optional
-Maintainer: Debian QA Group <packages at qa.debian.org>
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Debian QA Group <packages at qa.debian.org>
 Build-Depends: debhelper (>= 5)
 Build-Depends-Indep: perl (>= 5.8)
 Standards-Version: 3.7.3
-Homepage: http://search.cpan.org/dist/Test-Cmd/
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-cmd-perl.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-cmd-perl.git
+Homepage: https://metacpan.org/release/Test-Cmd
 
 Package: libtest-cmd-perl
 Architecture: all
-Depends: ${perl:Depends}
+Depends: ${misc:Depends}, ${perl:Depends}
 Description: perl module which provides a testing framework
  The Test::Cmd module provides a framework for portable automated testing
  of executable commands and scripts (in any language, not just Perl),
diff --git a/debian/rules b/debian/rules
index bf8932f..a2522ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,7 +25,7 @@ install: build
 	dh_clean -k
 	dh_installdirs
 	$(MAKE) install PREFIX=$(CURDIR)/debian/libtest-cmd-perl/usr
-	rm -rf $(CURDIR)/debian/libtest-cmd-perl/usr/lib
+	[ ! -d $(CURDIR)/debian/libtest-cmd-perl/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(CURDIR)/debian/libtest-cmd-perl/usr/lib/perl5
 
 binary-arch: build install
 
diff --git a/debian/watch b/debian/watch
index b8711d2..e65376a 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-http://www.cpan.org/modules/by-module/Test/Test-Cmd-([\d\.]*)\.tar\.gz
+https://metacpan.org/release/Test-Cmd   .*/Test-Cmd-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/libtest-cmd-perl.git



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