[pkg-perl-tools] 03/03: update changelog

2018-01-25 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository pkg-perl-tools.

commit ec5b5e66da1071e2a8d2ad054246aa09b478209b
Author: gregor herrmann 
Date:   Thu Jan 25 16:45:09 2018 +0100

update changelog

Gbp-Dch: Ignore
---
 debian/changelog | 21 +
 1 file changed, 13 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ade11fb..dec973b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -42,14 +42,15 @@ pkg-perl-tools (0.40) UNRELEASED; urgency=medium
 + Change Priority from extra to optional.
 
   [ Alex Muntada ]
-  * Add missing ticket param for method new
-  * Increase verbosity when patching fails
-  * Add test for a failing patch
-  * Capture and show error if pull-request fails
+  * Debian::PkgPerl::GitHub:
++ Add missing ticket param for method new
++ Increase verbosity when patching fails
++ Add test for a failing patch
++ Capture and show error if pull-request fails
 
   [ Damyan Ivanov ]
-  * new wrapper around uscan and gbp import-orig
-  * pristine-orig: honour USCAN_DESTRIR from devscripts' configuration
+  * dpt-uscan: new wrapper around uscan and gbp import-orig
+  * pristine-orig: honour USCAN_DESTDIR from devscripts' configuration
   * gc: add -p option, running 'git gc' via 'parallel', utilising all
 available CPUs.
   * Declare compliance with Debian Policy 4.1.3. (No changes needed.)
@@ -60,8 +61,12 @@ pkg-perl-tools (0.40) UNRELEASED; urgency=medium
   * Consolidate and extend debian/copyright.
   * Bump debhelper compatibility level to 10.
   * Remove another common unneded test file in autopkgtest's smoke test.
-  * examples/check-build: update lintian invocation. tag-display-limit=0
-can be set in the config since 2.5.63.
+  * examples/check-build: update lintian invocation.
+tag-display-limit=0 can be set in the config since 2.5.63.
+  * Slightly improve documentation about DPT_* variables, dpt-config, and
+dpt.conf in various scripts.
+  * Extend long description of pkg-perl-autopkgtest.
+Mention Testsuite header and README.
 
  -- Damyan Ivanov   Sun, 03 Dec 2017 21:31:34 +
 

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[pkg-perl-tools] 03/03: update changelog

2017-09-20 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository pkg-perl-tools.

commit cd4a4d8c5e43264ddaea782121bacb7ffdd0663b
Author: gregor herrmann 
Date:   Wed Sep 20 20:47:29 2017 +0200

update changelog

(skip last commits re check-build/reprotest as reprotest support is new.)

Gbp-Dch: Ignore
---
 debian/changelog | 5 +
 1 file changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e65d002..b88f152 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,11 @@ pkg-perl-tools (0.40) UNRELEASED; urgency=medium
 + use dpkg-vendor to check for Ubuntu instead of grepping
   /etc/lsb-release.
 
+  [ intrigeri ]
+  * examples/check-build: update autopkgtest section to support current
+sid with libvirt/QEMU … while keeping compatibility with Stretch, and
+dropping another Jessie-area path.
+
  -- gregor herrmann   Fri, 18 Aug 2017 17:48:10 +0200
 
 pkg-perl-tools (0.39) unstable; urgency=medium

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

[pkg-perl-tools] 03/03: update changelog

2017-09-09 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository pkg-perl-tools.

commit a1432d67ac65fa015665aa064d82977bae1d9235
Author: gregor herrmann 
Date:   Sat Sep 9 18:20:11 2017 +0200

update changelog

Gbp-Dch: Ignore
---
 debian/changelog | 14 --
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8384dce..1f51684 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 pkg-perl-tools (0.40) UNRELEASED; urgency=medium
 
   [ gregor herrmann ]
-  * examples/check-build: update autopkgtest section. Drop adt-run
-variant, as stable has autopkgtest, and add --shell-fail option.
+  * examples/check-build: update autopkgtest section.
+Drop adt-run variant, as stable has autopkgtest, and add --shell-fail
+option.
   * examples/check-build: add option to run reprotest.
 
   [ Dominic Hargreaves ]
@@ -10,6 +11,15 @@ pkg-perl-tools (0.40) UNRELEASED; urgency=medium
   * scripts/alioth-author: remove conditional use of curl/wget now that
 curl is a dependency
 
+  [ gregor herrmann ]
+  * examples/pbuilder-hooks/E10cleanup:
++ use `apt-get indextargets' and `/usr/lib/apt/apt-helper cat-file'
+  instead of grepping the Packages files directly. Guarded by a check for
+  apt 1.1, so the old code is still there but only used in oldoldstable.
+  Thanks to Julian Andres Klode for the bug report. (Closes: #874778)
++ use dpkg-vendor to check for Ubuntu instead of grepping
+  /etc/lsb-release.
+
  -- gregor herrmann   Fri, 18 Aug 2017 17:48:10 +0200
 
 pkg-perl-tools (0.39) unstable; urgency=medium

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[pkg-perl-tools] 03/03: update changelog

2017-08-18 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository pkg-perl-tools.

commit 52a13f0565da35d78a011ea3ebda48ad43953406
Author: gregor herrmann 
Date:   Fri Aug 18 17:48:24 2017 +0200

update changelog

Gbp-Dch: Ignore
---
 debian/changelog | 8 
 1 file changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 94f20e7..119960d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+pkg-perl-tools (0.40) UNRELEASED; urgency=medium
+
+  * examples/check-build: update autopkgtest section. Drop adt-run
+variant, as stable has autopkgtest, and add --shell-fail option.
+  * examples/check-build: add option to run reprotest.
+
+ -- gregor herrmann   Fri, 18 Aug 2017 17:48:10 +0200
+
 pkg-perl-tools (0.39) unstable; urgency=medium
 
   * autopkgtest/smoke: fix skipping perlcritic tests

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[pkg-perl-tools] 03/03: Update changelog

2017-08-03 Thread ntyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository pkg-perl-tools.

commit dc21a5833df78b9904cab1becf9388abeb7cd40b
Author: Niko Tyni 
Date:   Thu Aug 3 20:13:20 2017 +0300

Update changelog
---
 debian/changelog | 8 
 1 file changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a127f38..7f83e51 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+pkg-perl-tools (0.38) UNRELEASED; urgency=medium
+
+  * Move most of build dependencies to Build-Depends-Indep
+  * autopkgtest/smoke: expand the skip list to compile, author and pod tests
+(Closes: #870252)
+
+ -- Niko Tyni   Thu, 03 Aug 2017 20:13:06 +0300
+
 pkg-perl-tools (0.37) unstable; urgency=medium
 
   [ Christopher Hoskin ]

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[pkg-perl-tools] 03/03: update changelog

2017-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository pkg-perl-tools.

commit 316ed92be6a0a385981745604fb5d7e3308ba2e5
Author: gregor herrmann 
Date:   Tue Feb 14 20:37:25 2017 +0100

update changelog

Gbp-Dch: Ignore
---
 debian/changelog | 8 
 1 file changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 0fb7409..1aa7235 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,17 @@
 pkg-perl-tools (0.37) UNRELEASED; urgency=medium
 
   * Team upload.
+
+  [ Christopher Hoskin ]
   * Fix "Broken link for repack.sh in examples/repack.stub" Changed broken link
 to working link (Closes: #853045)
 
+  [ gregor herrmann ]
+  * dpt-gen-itp: handle encoding up From and Owner.
+  * dpt-gen-itp: mention dpt-gen-itp(1) in the footer of its output.
+Thanks to Balint Reczey for the proposal and the patch.
+(Closes: #855135)
+
  -- Christopher Hoskin   Sun, 29 Jan 2017 09:44:56 +
 
 pkg-perl-tools (0.36) unstable; urgency=medium

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[pkg-perl-tools] 03/03: update changelog

2017-01-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository pkg-perl-tools.

commit e4a61f36537ba617ebd50188ddff226cd1b8738d
Author: gregor herrmann 
Date:   Thu Jan 26 19:57:27 2017 +0100

update changelog

- bring in new changes
- name scripts consistently
- remove details of changes in file which was only added earlier in this
  version

Gbp-Dch: Ignore
---
 debian/changelog | 25 -
 1 file changed, 12 insertions(+), 13 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 494411f..cefffd3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,8 @@ pkg-perl-tools (0.36) UNRELEASED; urgency=medium
   * examples/mass-commit: `continue' in a function fails with newer bash.
 
   [ Florian Schlichting ]
-  * forward: improve mail usage: fail early when --use-mail not given and no
-pause credentials are available, allow forwarding a bug without patch
+  * dpt-forward: improve mail usage: fail early when --use-mail not given and
+no pause credentials are available, allow forwarding a bug without patch
 
   [ Alex Muntada ]
   * t/github.t: Test GitHub pull request workflow
@@ -24,16 +24,6 @@ pkg-perl-tools (0.36) UNRELEASED; urgency=medium
   * dpt-github-oauth: don't display password if Term::ReadLine::Gnu
 is used.
 
-  [ Alex Muntada ]
-  * lib/Debian/PkgPerl/GitHub.pm:
-- Apply patch using Git::Repository->run.
-  Thanks to gregor herrmann
-- Option quiet only needed in Git::Repository->new.
-- Improve code and doc.
-- Get the actual repo in fork_exists.
-- Provide patch realpath to git apply.
-- Sync with upstream before branching.
-
   [ gregor herrmann ]
   * dpt-alioth-repo: document the possibility to pass the distribution
 name as a parameter.
@@ -45,7 +35,16 @@ pkg-perl-tools (0.36) UNRELEASED; urgency=medium
   * posix-lib.sh: run the pipe/tee magic only for subcommands where it's
 actually used later on.
 
- -- gregor herrmann   Thu, 08 Sep 2016 00:39:56 +0200
+  [ Florian Schlichting ]
+  * dpt-forward: fall back to sending email when pause credentials cannot be
+read
+  * dpt-forward: add POD on email fallback and relevant config
+  * Add missing dependencies for github.t
+
+  [ gregor herrmann ]
+  * Add debian/tests/pkg-perl/use-name to run autopkgtest's use.t test.
+
+ -- gregor herrmann   Thu, 26 Jan 2017 20:09:01 +0100
 
 pkg-perl-tools (0.35) unstable; urgency=medium
 

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[pkg-perl-tools] 03/03: update changelog

2016-11-21 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository pkg-perl-tools.

commit 4dc3cd18c4eac12fdcfce9a580bfc88f7f6a8e50
Author: gregor herrmann 
Date:   Mon Nov 21 20:25:10 2016 +0100

update changelog

Gbp-Dch: Ignore
---
 debian/changelog | 4 
 1 file changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6f24a0a..a3bc688 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -34,6 +34,10 @@ pkg-perl-tools (0.34) UNRELEASED; urgency=medium
 - Provide patch realpath to git apply.
 - Sync with upstream before branching.
 
+  [ gregor herrmann ]
+  * dpt-alioth-repo: document the possibility to pass the distribution
+name as a parameter.
+
  -- gregor herrmann   Thu, 08 Sep 2016 00:39:56 +0200
 
 pkg-perl-tools (0.33) unstable; urgency=medium

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[pkg-perl-tools] 03/03: update changelog and TODO

2016-11-02 Thread Alex Muntada
This is an automated email from the git hooks/post-receive script.

alexm-guest pushed a commit to branch master
in repository pkg-perl-tools.

commit 0884be0d3f0f3dd48b3e89aad03a687866d0b188
Author: Alex Muntada 
Date:   Thu Nov 3 01:54:00 2016 +0100

update changelog and TODO

Gbp-Dch: Ignore
---
 TODO | 3 +++
 debian/changelog | 5 +
 2 files changed, 8 insertions(+)

diff --git a/TODO b/TODO
index 50e0cf6..7b841bc 100644
--- a/TODO
+++ b/TODO
@@ -19,6 +19,9 @@ TODOS:
 - forward: set Forwarded (but not Bug) header when using --mailto
 - forward: automatically fall back to email when proper credentials are not 
available
   (even without --use-mail)
+- forward: fallback to creating an issue with patch attached if applying
+  the patch fails (can be the case when the tarball we create the patch
+  against and the git repo don't match)
 - upstream-repo: s/http/https/ for github/cpan URLs on creation/updates ...
 - push: push tags of native packages
 - autopkgtest: smoke: the dummy package should "use strict;", otherwise:
diff --git a/debian/changelog b/debian/changelog
index 623efea..9cac7bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,11 @@ pkg-perl-tools (0.34) UNRELEASED; urgency=medium
   * dpt-github-oauth: don't display password if Term::ReadLine::Gnu
 is used.
 
+  [ Alex Muntada ]
+  * Apply patch using Git::Repository->run.
+Thanks to gregor herrmann
+  * Option quiet only needed in Git::Repository->new
+
  -- gregor herrmann   Thu, 08 Sep 2016 00:39:56 +0200
 
 pkg-perl-tools (0.33) unstable; urgency=medium

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[pkg-perl-tools] 03/03: update changelog

2016-11-02 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository pkg-perl-tools.

commit 0782cd15e192fb470876487eaa64e566eb2d540e
Author: gregor herrmann 
Date:   Wed Nov 2 18:44:58 2016 +0100

update changelog

Gbp-Dch: Ignore
---
 debian/changelog | 5 +
 1 file changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 19d706f..1040445 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,11 @@ pkg-perl-tools (0.34) UNRELEASED; urgency=medium
 - install Perl modules from lib/Debian/PkgPerl
   * t/spelling.st: check files in lib/Debian/PkgPerl directory
 
+  [ gregor herrmann ]
+  * Add (build) dependency on libgit-repository-perl.
+Needed for the new GitHub PR feature.
+  * Add a note to the pbuilder firewall example hook.
+
  -- gregor herrmann   Thu, 08 Sep 2016 00:39:56 +0200
 
 pkg-perl-tools (0.33) unstable; urgency=medium

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[pkg-perl-tools] 03/03: update changelog

2016-06-28 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository pkg-perl-tools.

commit cff968d4a1df1d0247ce8e1ceec6b8f3d739ece3
Author: gregor herrmann 
Date:   Tue Jun 28 21:45:45 2016 +0200

update changelog

Gbp-Dch: Ignore
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index dc99620..13da26d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,12 @@ pkg-perl-tools (0.32) UNRELEASED; urgency=medium
 
   [ gregor herrmann ]
   * examples/check-build: update to work with adt-run and autopkgtest.
+  * scripts/upstream-repo: add -u (update) option to change the URL of the
+Git remote 'upstream-repo' in the local clone.
+  * patchedit: don't claim that ./debian/patches can be left out when it
+can't.
+  * patchedit: always set Last-Update to the mtime of the patch file when
+in fix mode.
 
  -- intrigeri   Sun, 26 Jun 2016 14:31:10 +0200
 

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[pkg-perl-tools] 03/03: update changelog

2016-05-27 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository pkg-perl-tools.

commit 19aad227625b9d607002fd95c5bbcb9789332b75
Author: gregor herrmann 
Date:   Fri May 27 15:02:15 2016 +0200

update changelog

Gbp-Dch: Ignore
---
 debian/changelog | 5 +
 1 file changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index fc7cff5..7f36ff4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,11 @@ pkg-perl-tools (0.31) UNRELEASED; urgency=medium
 instead of "--uscan" to "gbp import-orig". Needed if a newer upstream
 release has a (from dpkg's point of view) lower version number.
 
+  [ gregor herrmann ]
+  * scripts/debian-upstream:
+- only replace URLs for existing keys. Avoids a warning about 
uninitialized values.
+- add another URL replacement (http://github.com/)
+
  -- gregor herrmann   Mon, 23 May 2016 22:37:41 +0200
 
 pkg-perl-tools (0.30) unstable; urgency=medium

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[pkg-perl-tools] 03/03: update changelog

2015-08-10 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository pkg-perl-tools.

commit cd2388d0d38f239f5112d433e91c23634e8d219a
Author: gregor herrmann gre...@debian.org
Date:   Mon Aug 10 15:47:16 2015 +0200

update changelog

Gbp-Dch: Ignore
---
 debian/changelog | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 3f863b4..8440a45 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,15 @@
 pkg-perl-tools (0.23) UNRELEASED; urgency=medium
 
+  [ Axel Beckert ]
   * Fix patchedit to not expect a file in $PATH as $EDITOR but to support
 $EDITOR to contain commandline options.
 
+  [ gregor herrmann ]
+  * examples/check-build: use mergechanges for sourceless uploads instead
+of manually messing with the .changes file.
+  * examples/check-build: add stanza for running adt-run (with schroot and
+a chroot named/aliased to default).
+
  -- Axel Beckert a...@debian.org  Mon, 10 Aug 2015 14:25:39 +0200
 
 pkg-perl-tools (0.22) unstable; urgency=medium

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits