[libtext-trac-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:57:54 UTC 2014
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libtext-trac-perl.
commit 2768db7843207d39ecde1b81eb001fe01f3fb449
Author: gregor herrmann <gregoa at debian.org>
Date: Sun Jan 12 17:57:52 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 5079db0..bdf3792 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,14 @@
libtext-trac-perl (0.15-3) UNRELEASED; urgency=medium
* Take over for the Debian Perl Group; Closes: #733560 -- 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:57:49 +0100
diff --git a/debian/control b/debian/control
index 2e2eac5..decf10b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,15 +1,18 @@
Source: libtext-trac-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 (>= 7)
Build-Depends-Indep: perl, libtest-base-perl, libuniversal-require-perl, libclass-accessor-perl, libclass-data-inheritable-perl, libtie-ixhash-perl, liblist-moreutils-perl, libhtml-parser-perl
Standards-Version: 3.8.3
-Homepage: http://search.cpan.org/dist/Text-Trac/
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtext-trac-perl.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtext-trac-perl.git
+Homepage: https://metacpan.org/release/Text-Trac
Package: libtext-trac-perl
Architecture: all
-Depends: ${perl:Depends}, libtest-base-perl, libuniversal-require-perl, libclass-accessor-perl, libclass-data-inheritable-perl, libtie-ixhash-perl, liblist-moreutils-perl, libhtml-parser-perl
+Depends: ${misc:Depends}, ${perl:Depends}, libtest-base-perl, libuniversal-require-perl, libclass-accessor-perl, libclass-data-inheritable-perl, libtie-ixhash-perl, liblist-moreutils-perl, libhtml-parser-perl
Description: format text with Trac Wiki Style
Text::Trac is a perl module the provides an easy interface
to parse text with Trac WikiFormatting and convert it to
diff --git a/debian/rules b/debian/rules
index 7988fc5..af9d453 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,7 +30,7 @@ install: build
dh_prep
dh_installdirs
$(MAKE) install
- rm -rf $(CURDIR)/debian/$(PACKAGE)/usr/lib
+ [ ! -d $(CURDIR)/debian/$(PACKAGE)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(CURDIR)/debian/$(PACKAGE)/usr/lib/perl5
binary-indep: build install
dh_testdir
diff --git a/debian/watch b/debian/watch
index 3ed52e8..c63bb36 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
version=3
-http://search.cpan.org/dist/Text-Trac/ .*/Text-Trac-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)
+https://metacpan.org/release/Text-Trac .*/Text-Trac-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/libtext-trac-perl.git
More information about the Pkg-perl-cvs-commits
mailing list