[libmodule-build-perl] 01/08: Add a patch to output data in stable order to make builds reproducible

2015-05-20 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch master
in repository libmodule-build-perl.

commit 09507e6feed527e29941a3ecdbec69caa5340016
Author: Jérémy Bobbio lu...@debian.org
Date:   Thu Jan 8 15:51:29 2015 +0100

Add a patch to output data in stable order to make builds reproducible

Closes: #774869
---
 debian/patches/output-data-in-stable-order.patch | 16 
 debian/patches/series|  1 +
 2 files changed, 17 insertions(+)

diff --git a/debian/patches/output-data-in-stable-order.patch 
b/debian/patches/output-data-in-stable-order.patch
new file mode 100644
index 000..d23855d
--- /dev/null
+++ b/debian/patches/output-data-in-stable-order.patch
@@ -0,0 +1,16 @@
+Description: output data in a stable order
+ In order to make builds reproducible, we sort keys when dumping
+ data.
+Author: Jérémy Bobbio lu...@debian.org
+
+--- libmodule-build-perl-0.421000.orig/lib/Module/Build/Dumper.pm
 libmodule-build-perl-0.421000/lib/Module/Build/Dumper.pm
+@@ -12,7 +12,7 @@ use Data::Dumper;
+ sub _data_dump {
+   my ($self, $data) = @_;
+   return (do{ my 
+-. Data::Dumper-new([$data],['x'])-Purity(1)-Terse(0)-Dump()
++. 
Data::Dumper-new([$data],['x'])-Purity(1)-Terse(0)-Sortkeys(1)-Dump()
+ . '$x; }')
+ }
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 4218d4a..56c0760 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 man-ext
 0001-Allow-loading-from-system-path-when-running-under-au.patch
+output-data-in-stable-order.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmodule-build-perl.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

[libmodule-build-perl] 08/08: prepare release

2015-05-20 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch master
in repository libmodule-build-perl.

commit bab7e769b856bc840e9c703f0fca43bc7232df1f
Author: Dominique Dumont d...@debian.org
Date:   Wed May 20 14:40:38 2015 +0200

prepare release
---
 debian/changelog | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index f5a9f91..a74abfc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,7 +4,12 @@ libmodule-build-perl (0.421100-2) unstable; urgency=low
   * Add a patch to output data in stable order to make builds reproducible.
(Closes: #774869)
 
- -- Dominique Dumont d...@debian.org  Tue, 19 May 2015 19:14:10 +0200
+  [ Dominique Dumont ]
+  * control: added dod to uploaders
+  * control: removed obsolete packages from dependencies
+  * control: refreshed with cme
+
+ -- Dominique Dumont d...@debian.org  Wed, 20 May 2015 14:40:05 +0200
 
 libmodule-build-perl (0.421100-1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmodule-build-perl.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


[libmodule-build-perl] 03/08: Merge remote-tracking branch 'reproducible/pu/reproducible_builds'

2015-05-20 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch master
in repository libmodule-build-perl.

commit e48133a0f4bea1967291ab09e6d9543876b8007d
Merge: 7671ba3 58e65bf
Author: Dominique Dumont d...@debian.org
Date:   Tue May 19 18:57:52 2015 +0200

Merge remote-tracking branch 'reproducible/pu/reproducible_builds'

Conflicts:
debian/changelog

 debian/changelog |  6 ++
 debian/patches/output-data-in-stable-order.patch | 16 
 debian/patches/series|  1 +
 3 files changed, 23 insertions(+)

diff --cc debian/changelog
index 11ec8e3,1853d8a..d65a767
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,13 -1,9 +1,19 @@@
 -libmodule-build-perl (0.421000-2.0~reproducible1) UNRELEASED; urgency=low
++libmodule-build-perl (0.421100-2.0~reproducible1) UNRELEASED; urgency=low
+ 
+   * Add a patch to output data in stable order to make builds reproducible.
+ 
+  -- Jérémy Bobbio lu...@debian.org  Thu, 08 Jan 2015 15:52:19 +0100
+ 
 +libmodule-build-perl (0.421100-1) unstable; urgency=medium
 +
 +  * Import upstream version 0.421100.
 +Splits out inc::latest to a separate CPAN distribution.
 +  * Update years of packaging copyright.
 +Remove stanza about dropped files.
 +  * Declare compliance with Debian Policy 3.9.6.
 +
 + -- gregor herrmann gre...@debian.org  Sat, 02 May 2015 15:34:59 +0200
 +
  libmodule-build-perl (0.421000-2) unstable; urgency=medium
  
[ gregor herrmann ]

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmodule-build-perl.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

[libmodule-build-perl] branch master updated (7671ba3 - bab7e76)

2015-05-20 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a change to branch master
in repository libmodule-build-perl.

  from  7671ba3   releasing package libmodule-build-perl version 0.421100-1
   new  09507e6   Add a patch to output data in stable order to make builds 
reproducible
   new  58e65bf   Document 0.421000-2.0~reproducible1
   new  e48133a   Merge remote-tracking branch 
'reproducible/pu/reproducible_builds'
   new  ee43c0d   prepare release
   new  76d1db1   control: added dod to uploaders
   new  e96e336   control: removed obsolete packages from dependencies
   new  7d8a569   control: refreshed with cme
   new  bab7e76   prepare release

The 8 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 13 ++
 debian/control   | 31 +++-
 debian/patches/output-data-in-stable-order.patch | 16 
 debian/patches/series|  1 +
 4 files changed, 44 insertions(+), 17 deletions(-)
 create mode 100644 debian/patches/output-data-in-stable-order.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmodule-build-perl.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


[libmodule-build-perl] 05/08: control: added dod to uploaders

2015-05-20 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch master
in repository libmodule-build-perl.

commit 76d1db1076eafd84d9f51ada6ff4e9623ddb9978
Author: Dominique Dumont d...@debian.org
Date:   Wed May 20 14:26:48 2015 +0200

control: added dod to uploaders
---
 debian/control | 19 ++-
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index d96f2d3..12be40b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,4 +1,14 @@
 Source: libmodule-build-perl
+Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
+Uploaders: Jay Bonci jaybo...@debian.org,
+   Niko Tyni nt...@debian.org,
+   gregor herrmann gre...@debian.org,
+   Damyan Ivanov d...@debian.org,
+   Antonio Radici anto...@dyne.org,
+   Ryan Niebur r...@debian.org,
+   Jonathan Yu jaw...@cpan.org,
+   Florian Schlichting f...@debian.org,
+   Dominique Dumont d...@debian.org
 Section: perl
 Priority: optional
 Build-Depends: debhelper (= 8)
@@ -11,15 +21,6 @@ Build-Depends-Indep: perl,
  perl (= 5.12) | libextutils-parsexs-perl,
  perl (= 5.13.9) | libmodule-metadata-perl,
  perl (= 5.13.9) | libversion-perl (= 1:0.8700)
-Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
-Uploaders: Jay Bonci jaybo...@debian.org,
-   Niko Tyni nt...@debian.org,
-   gregor herrmann gre...@debian.org,
-   Damyan Ivanov d...@debian.org,
-   Antonio Radici anto...@dyne.org,
-   Ryan Niebur r...@debian.org,
-   Jonathan Yu jaw...@cpan.org,
-   Florian Schlichting f...@debian.org
 Standards-Version: 3.9.6
 Testsuite: autopkgtest-pkg-perl
 Homepage: https://metacpan.org/release/Module-Build

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmodule-build-perl.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


[libmodule-build-perl] 02/08: Document 0.421000-2.0~reproducible1

2015-05-20 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch master
in repository libmodule-build-perl.

commit 58e65bfcf76db8a15c65a68eb62e237b532983a1
Author: Jérémy Bobbio lu...@debian.org
Date:   Thu Jan 8 15:52:57 2015 +0100

Document 0.421000-2.0~reproducible1
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d244c13..1853d8a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libmodule-build-perl (0.421000-2.0~reproducible1) UNRELEASED; urgency=low
+
+  * Add a patch to output data in stable order to make builds reproducible.
+
+ -- Jérémy Bobbio lu...@debian.org  Thu, 08 Jan 2015 15:52:19 +0100
+
 libmodule-build-perl (0.421000-2) unstable; urgency=medium
 
   [ gregor herrmann ]

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmodule-build-perl.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

[libmodule-build-perl] 04/08: prepare release

2015-05-20 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch master
in repository libmodule-build-perl.

commit ee43c0dfcf1ea2f22906ebe1dd85bb6ce4eb7fea
Author: Dominique Dumont d...@debian.org
Date:   Tue May 19 19:15:22 2015 +0200

prepare release
---
 debian/changelog | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d65a767..f5a9f91 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
-libmodule-build-perl (0.421100-2.0~reproducible1) UNRELEASED; urgency=low
+libmodule-build-perl (0.421100-2) unstable; urgency=low
 
+  [ Jérémy Bobbio ]
   * Add a patch to output data in stable order to make builds reproducible.
+   (Closes: #774869)
 
- -- Jérémy Bobbio lu...@debian.org  Thu, 08 Jan 2015 15:52:19 +0100
+ -- Dominique Dumont d...@debian.org  Tue, 19 May 2015 19:14:10 +0200
 
 libmodule-build-perl (0.421100-1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmodule-build-perl.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

[libmodule-build-perl] 07/08: control: refreshed with cme

2015-05-20 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch master
in repository libmodule-build-perl.

commit 7d8a56964c0c1da0960f7b78813bd6df7ba851ad
Author: Dominique Dumont d...@debian.org
Date:   Wed May 20 14:28:06 2015 +0200

control: refreshed with cme
---
 debian/control | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 3e5f3a4..aced756 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Uploaders: Jay Bonci jaybo...@debian.org,
Florian Schlichting f...@debian.org,
Dominique Dumont d...@debian.org
 Section: perl
+Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (= 8)
 Build-Depends-Indep: perl,
@@ -20,10 +21,9 @@ Build-Depends-Indep: perl,
  perl (= 5.13.9) | libmodule-metadata-perl,
  perl (= 5.13.9) | libversion-perl (= 1:0.8700)
 Standards-Version: 3.9.6
-Testsuite: autopkgtest-pkg-perl
-Homepage: https://metacpan.org/release/Module-Build
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmodule-build-perl.git
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libmodule-build-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmodule-build-perl.git
+Homepage: https://metacpan.org/release/Module-Build
 
 Package: libmodule-build-perl
 Architecture: all

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmodule-build-perl.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


[libmodule-build-perl] 06/08: control: removed obsolete packages from dependencies

2015-05-20 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch master
in repository libmodule-build-perl.

commit e96e336a33006a7f9e999cb6bcd98017c14b
Author: Dominique Dumont d...@debian.org
Date:   Wed May 20 14:27:46 2015 +0200

control: removed obsolete packages from dependencies
---
 debian/control | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 12be40b..3e5f3a4 100644
--- a/debian/control
+++ b/debian/control
@@ -13,10 +13,8 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (= 8)
 Build-Depends-Indep: perl,
- libarchive-zip-perl,
  libcpan-meta-perl (= 2.142060) | perl (= 5.21.3),
  libpar-dist-perl,
- libperl-ostype-perl,
  perl (= 5.11.2) | libextutils-cbuilder-perl,
  perl (= 5.12) | libextutils-parsexs-perl,
  perl (= 5.13.9) | libmodule-metadata-perl,
@@ -32,13 +30,11 @@ Architecture: all
 Depends: ${misc:Depends},
  ${perl:Depends},
  libcpan-meta-perl (= 2.142060) | perl (= 5.21.3),
- libperl-ostype-perl,
  perl (= 5.11.2) | libextutils-cbuilder-perl,
  perl (= 5.12) | libextutils-parsexs-perl,
  perl (= 5.13.9) | libmodule-metadata-perl,
  perl (= 5.13.9) | libversion-perl (= 1:0.8700)
-Recommends: libarchive-tar-perl,
-libmodule-signature-perl,
+Recommends: libmodule-signature-perl,
 libpod-readme-perl,
 libsoftware-license-perl (= 0.103009)
 Description: framework for building and installing Perl modules

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmodule-build-perl.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


[libmodule-build-perl] annotated tag debian/0.421100-2 created (now b4ac4ff)

2015-05-20 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a change to annotated tag debian/0.421100-2
in repository libmodule-build-perl.

at  b4ac4ff   (tag)
   tagging  bab7e769b856bc840e9c703f0fca43bc7232df1f (commit)
  replaces  debian/0.421100-1
 tagged by  Dominique Dumont
on  Wed May 20 14:42:21 2015 +0200

- Log -
libmodule-build-perl Debian release 0.421100-2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJVXIEtAAoJEMMfT9lJqytskmkP/R6U7YpDdhJnPAMr6nUfy+AZ
kUtfeMqowfTdBxmTBVtZk3S7o9BZuDdRi1EGRljtfsB4BU7DgwN9Uqttta0abV6t
JZNqxinN5RyDcT4kGglyLf7zBfNColXIKOUXgiNwMdqD424NJ6GPTQg8wfQGEjLG
zVc3k/33KqD2ZPgYK+PGqa0Eu5PuMtp1DRfCVfkSdUJsK7ttkWBsYd4+ttny6x/m
f+8yHk/O8ilQRBZCJH+z27OBJ3T4RkJ38iRAMs1dasVekZKUrdDYMv9uc73YiaRs
bq5lenojzEqQGu+pCswvHbYFeR9obMdwQ5H0WWV0wdRIOLaQsJlFodxJ9lbfty70
OLsEXPskwSMz33d4Vi/R0k9wW/siAKe9CMrI3QAbbw30WkonfRlo2YHNIx8CvkCT
I5L3czRDv7xTK1gOz/0wu+nyhQNjn2HpYf1y5FyOLqbE9eiqkaw4/ExG0aVToMWZ
ul7sN4Yyu+V9QSiwO3lyxzberftQ8hzpTpO81VJmFf8vO7e0W7/j7FAFs8goSoCH
j2z4eshlIWJp8aYaHieJFF2kuIlK+YkaLqYViPMRIs6ppgRSgmPl8RbATrlIyNqS
ptFR19kSjdFJNtjWpUCEbbybzWNpSUH/J/vHCwvkGXWmvrZ58gBJ2BiTGUVgGj/I
+Wez6kp0noNhMECnEiEt
=qYEA
-END PGP SIGNATURE-

Dominique Dumont (6):
  Merge remote-tracking branch 'reproducible/pu/reproducible_builds'
  prepare release
  control: added dod to uploaders
  control: removed obsolete packages from dependencies
  control: refreshed with cme
  prepare release

Jérémy Bobbio (2):
  Add a patch to output data in stable order to make builds reproducible
  Document 0.421000-2.0~reproducible1

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmodule-build-perl.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

[libconfig-model-dpkg-perl] 06/13: test the alternate dep where Perl version dep must be preserved

2015-05-20 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch master
in repository libconfig-model-dpkg-perl.

commit 9ec677279a32afca89f9550007862c7cab454ef9
Author: Dominique Dumont d...@debian.org
Date:   Wed May 20 13:39:55 2015 +0200

test the alternate dep where Perl version dep must be preserved
---
 t/dependency-check.t | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/t/dependency-check.t b/t/dependency-check.t
index 016945b..da91aaf 100644
--- a/t/dependency-check.t
+++ b/t/dependency-check.t
@@ -14,6 +14,7 @@ BEGIN {
 'xserver-xorg-input-evdev' = 'etch 1:1.1.2-6 lenny 1:2.0.8-1 squeeze 
1:2.3.2-6 wheezy 1:2.3.2-6 sid 1:2.6.0-2 experimental 1:2.6.0-3',
 'lcdproc' = 'etch 0.4.5-1.1 lenny 0.4.5-1.1 squeeze 0.5.2-3 wheezy 
0.5.2-3.1 sid 0.5.2-3.1',
 'libsdl1.2' = '', # only source
+'libmodule-metadata-perl' = 'wheezy 1.09-1+deb7u1 jessie 
1.24-1 jessie-kfreebsd 1.24-1 stretch 1.24-1 sid 1.24-1',
 'dpkg' = 'squeeze 1.15 wheezy 1.16 sid 1.16',
 makedev = 'squeeze 2.3.1-89 wheezy 2.3.1-92 jessie 2.3.1-92 sid 
2.3.1-93',
 udev = 'squeeze 164-3 wheezy 175-7.2 jessie 175-7.2 sid 175-7.2',
@@ -201,6 +202,8 @@ my @chain_tests = (
 'libarchive-extract-perl' = [ [qw/libarchive-extract-perl = 0.68/] , 
[qw/perl = 5.17.9/]]  =  [ ['libarchive-extract-perl'] ,],
 'libarchive-extract-perl' = [ [qw/perl = 5.17.9/], 
['libarchive-extract-perl'] , ]  = 0, # Archive::Extract is now removed from 
core
 'libmodule-build-perl to fix' =  [ [qw/perl = 5.11.3/], 
[qw/libmodule-build-perl = 0.36/] ] = [ ['libmodule-build-perl'] ] ,
+# test that cme does not restrict needlessly the alternate Perl version
+'libmodule-metadata-perl to fix' =  [ [qw/perl = 5.13.9/], 
[qw/libmodule-metadata-perl/]] = 1 ,
 );
 
 while (@chain_tests) {

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libconfig-model-dpkg-perl.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


[libconfig-model-dpkg-perl] 03/13: Dependency: improved comment

2015-05-20 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch master
in repository libconfig-model-dpkg-perl.

commit e9572f7987df7fe781a3f796cb2a086d62d858dc
Author: Dominique Dumont d...@debian.org
Date:   Wed May 20 13:32:35 2015 +0200

Dependency: improved comment
---
 lib/Config/Model/Dpkg/Dependency.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Config/Model/Dpkg/Dependency.pm 
b/lib/Config/Model/Dpkg/Dependency.pm
index 7ed2295..d01d7eb 100644
--- a/lib/Config/Model/Dpkg/Dependency.pm
+++ b/lib/Config/Model/Dpkg/Dependency.pm
@@ -150,7 +150,7 @@ my $vs = $_system-versioning;
 
 my $apt_cache = AptPkg::Cache-new ;
 
-# end black magic
+# end of AptPkg black magic
 
 extends qw/Config::Model::Value/ ;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libconfig-model-dpkg-perl.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


[libconfig-model-dpkg-perl] branch master updated (b9fd233 - 80f21e4)

2015-05-20 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a change to branch master
in repository libconfig-model-dpkg-perl.

  from  b9fd233   Merge branch 'master' of 
ssh://git.debian.org/git/pkg-perl/packages/libconfig-model-dpkg-perl
   new  19ba54c   Dependency: added stretch and buster to the list of known 
debian releases
   new  48d2772   Dependency: die if something went wrong while finding the 
ideal dependency
   new  e9572f7   Dependency: improved comment
   new  ab9da02   Dependency: preserve the Perl's versioned dep if the 
alternate lib has no versioned dependeny...
   new  0ea3927   Dependency: cleanup the code used to compute the ideal 
dependency
   new  9ec6772   test the alternate dep where Perl version dep must be 
preserved
   new  f84fa9e   Dependency: improved comment and traces
   new  9f7be59   Dependency: preserve perl versioned dep if no versioned 
dep is provided with alternate lib
   new  fb49a88   improved tests on alternate dep (versioned perl and non 
versioned lib)
   new  7295ea5   Copyright update: can replace old directory entries
   new  26a121c   test for replacement or removal of copyright dir entries 
during update
   new  5b14f4e   fix entry in © example used during tests
   new  80f21e4   prepare release

The 13 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog   | 16 +++--
 lib/Config/Model/Dpkg/Copyright.pm |  4 +--
 lib/Config/Model/Dpkg/Dependency.pm| 39 ++
 lib/Dpkg/Copyright/Scanner.pm  | 10 --
 t/dependency-check.t   |  5 +++
 .../debian/copyright   |  4 +++
 .../pan-copyright-upgrade-update/debian/copyright  |  2 +-
 t/model_tests.d/dpkg-test-conf.pl  |  6 
 8 files changed, 65 insertions(+), 21 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libconfig-model-dpkg-perl.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

[libconfig-model-dpkg-perl] 08/13: Dependency: preserve perl versioned dep if no versioned dep is provided with alternate lib

2015-05-20 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch master
in repository libconfig-model-dpkg-perl.

commit 9f7be59fca0af1e973070b4a2e0ba814dd386c34
Author: Dominique Dumont d...@debian.org
Date:   Wed May 20 14:21:04 2015 +0200

Dependency: preserve perl versioned dep if no versioned dep is provided 
with alternate lib
---
 lib/Config/Model/Dpkg/Dependency.pm | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/lib/Config/Model/Dpkg/Dependency.pm 
b/lib/Config/Model/Dpkg/Dependency.pm
index a7682d7..24a4944 100644
--- a/lib/Config/Model/Dpkg/Dependency.pm
+++ b/lib/Config/Model/Dpkg/Dependency.pm
@@ -528,11 +528,13 @@ sub check_perl_lib_dep {
$v_normal =~ s/^v//;# loose the v prefix
if ( $logger-is_debug ) {
my $dep_str = $dep_name . ( defined $check_v ? ' ' . $check_v : 
'' );
-   $logger-debug(dual life $dep_str found in Perl core 
$v_normal);
+   $logger-debug(dual life $dep_str found in Perl core $v_normal 
(req perl is $old_perl_versioned_dep));
}
 
-if ($old_perl_versioned_dep and $vs-compare($old_perl_versioned_dep, 
$v_normal)  0) {
-# if the old version of Perl was enough, there's no need to restrict 
more the Perl version
+if ( not defined $dep_v and $old_perl_versioned_dep ) {
+# when alternate lib version is not defined (because the requirement 
is satisfied by all
+# available versions of the lib), the actual requirement is held by 
the versioned dep of perl
+# hence, it must be preserved
$logger-debug(preserving old perl versioned dep 
$old_perl_versioned_dep instead of $v_normal
. for $dep_name);
 $v_normal = $old_perl_versioned_dep;

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libconfig-model-dpkg-perl.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


[libconfig-model-dpkg-perl] 02/13: Dependency: die if something went wrong while finding the ideal dependency

2015-05-20 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch master
in repository libconfig-model-dpkg-perl.

commit 48d2772738082269a93ce855c91fa4d9169987eb
Author: Dominique Dumont d...@debian.org
Date:   Wed May 20 13:32:12 2015 +0200

Dependency: die if something went wrong while finding the ideal dependency
---
 lib/Config/Model/Dpkg/Dependency.pm | 4 
 1 file changed, 4 insertions(+)

diff --git a/lib/Config/Model/Dpkg/Dependency.pm 
b/lib/Config/Model/Dpkg/Dependency.pm
index 567cae5..7ed2295 100644
--- a/lib/Config/Model/Dpkg/Dependency.pm
+++ b/lib/Config/Model/Dpkg/Dependency.pm
@@ -555,8 +555,12 @@ sub check_perl_lib_dep {
 = $removed || $deprecated  ? ( \@ideal_lib_dep )
 : $has_older_perl_in_sid ? ( \@ideal_perl_dep, \@ideal_lib_dep )
 :  ( \@ideal_lib_dep, \@ideal_perl_dep ) ;
+
my $ideal_dep = $self-struct_to_dep( @ordered_ideal_dep );
 
+die Internal error: undefined ideal dep. Please report bug with the 
dependencies that triggered the bug
+unless defined $ideal_dep;
+
if ( $actual_dep ne $ideal_dep ) {
if ($apply_fix) {
@$input = @ordered_ideal_dep ; # notify_change called 
in check_value

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libconfig-model-dpkg-perl.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


[libconfig-model-dpkg-perl] 05/13: Dependency: cleanup the code used to compute the ideal dependency

2015-05-20 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch master
in repository libconfig-model-dpkg-perl.

commit 0ea39274e6d797f467dac2cd962b8dae500dc761
Author: Dominique Dumont d...@debian.org
Date:   Wed May 20 13:39:03 2015 +0200

Dependency: cleanup the code used to compute the ideal dependency
---
 lib/Config/Model/Dpkg/Dependency.pm | 15 +--
 1 file changed, 5 insertions(+), 10 deletions(-)

diff --git a/lib/Config/Model/Dpkg/Dependency.pm 
b/lib/Config/Model/Dpkg/Dependency.pm
index 1d21944..5156a57 100644
--- a/lib/Config/Model/Dpkg/Dependency.pm
+++ b/lib/Config/Model/Dpkg/Dependency.pm
@@ -541,16 +541,11 @@ sub check_perl_lib_dep {
my ($has_older_perl) = $self-check_versioned_dep(  ['perl', '=', 
$v_normal] );
push @ideal_perl_dep, '=', $v_normal if $has_older_perl;
 
-   if ( defined $dep_v ) {
-   my ($has_older_lib) = $self-check_versioned_dep(  $depend );
-   if ($has_older_perl) {
-   push @ideal_lib_dep, $dep_name;
-   push @ideal_lib_dep, '=', $dep_v if $has_older_lib;
-   }
-   }
-   elsif ($has_older_perl or $removed or $deprecated) {
-   push @ideal_lib_dep, $dep_name;
-   }
+if ($removed or $deprecated or $has_older_perl) {
+my ($has_older_lib) = $self-check_versioned_dep(  $depend );
+push @ideal_lib_dep, $dep_name;
+push @ideal_lib_dep, '=', $dep_v if $dep_v and $has_older_lib;
+}
 
my %perl_version =  $self-get_available_version( 'perl');
my $has_older_perl_in_sid = ( $vs-compare( $v_normal, 
$perl_version{sid} )  0 ) ? 1 : 0;

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libconfig-model-dpkg-perl.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


[libconfig-model-dpkg-perl] 09/13: improved tests on alternate dep (versioned perl and non versioned lib)

2015-05-20 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch master
in repository libconfig-model-dpkg-perl.

commit fb49a88e8a02aec4544a3798d7d6860048dca514
Author: Dominique Dumont d...@debian.org
Date:   Wed May 20 14:21:29 2015 +0200

improved tests on alternate dep (versioned perl and non versioned lib)
---
 t/dependency-check.t | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/t/dependency-check.t b/t/dependency-check.t
index da91aaf..9caaa8d 100644
--- a/t/dependency-check.t
+++ b/t/dependency-check.t
@@ -15,6 +15,7 @@ BEGIN {
 'lcdproc' = 'etch 0.4.5-1.1 lenny 0.4.5-1.1 squeeze 0.5.2-3 wheezy 
0.5.2-3.1 sid 0.5.2-3.1',
 'libsdl1.2' = '', # only source
 'libmodule-metadata-perl' = 'wheezy 1.09-1+deb7u1 jessie 
1.24-1 jessie-kfreebsd 1.24-1 stretch 1.24-1 sid 1.24-1',
+'libextutils-parsexs-perl' = 'squeeze 2.220600-1 wheezy 3.15-1 
jessie-kfreebsd 3.24-1 jessie 3.24-1 stretch 3.24-1 sid 3.24-1',
 'dpkg' = 'squeeze 1.15 wheezy 1.16 sid 1.16',
 makedev = 'squeeze 2.3.1-89 wheezy 2.3.1-92 jessie 2.3.1-92 sid 
2.3.1-93',
 udev = 'squeeze 164-3 wheezy 175-7.2 jessie 175-7.2 sid 175-7.2',
@@ -203,7 +204,8 @@ my @chain_tests = (
 'libarchive-extract-perl' = [ [qw/perl = 5.17.9/], 
['libarchive-extract-perl'] , ]  = 0, # Archive::Extract is now removed from 
core
 'libmodule-build-perl to fix' =  [ [qw/perl = 5.11.3/], 
[qw/libmodule-build-perl = 0.36/] ] = [ ['libmodule-build-perl'] ] ,
 # test that cme does not restrict needlessly the alternate Perl version
-'libmodule-metadata-perl to fix' =  [ [qw/perl = 5.13.9/], 
[qw/libmodule-metadata-perl/]] = 1 ,
+'libmodule-metadata-perl to fix' =  [ [qw/perl = 5.13.9/], [ 
qw/libmodule-metadata-perl/ ]] = 1 ,
+'libmodule-parsexs-perl to fix'  =  [ [ qw/perl = 5.12/ ], [ 
qw/libextutils-parsexs-perl/]] = 1 ,
 );
 
 while (@chain_tests) {

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libconfig-model-dpkg-perl.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


[libconfig-model-dpkg-perl] 01/13: Dependency: added stretch and buster to the list of known debian releases

2015-05-20 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch master
in repository libconfig-model-dpkg-perl.

commit 19ba54c687d16c6cb9c3480f132ba687772511dc
Author: Dominique Dumont d...@debian.org
Date:   Wed May 20 13:30:37 2015 +0200

Dependency: added stretch and buster to the list of known debian releases
---
 lib/Config/Model/Dpkg/Dependency.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Config/Model/Dpkg/Dependency.pm 
b/lib/Config/Model/Dpkg/Dependency.pm
index 2495d15..567cae5 100644
--- a/lib/Config/Model/Dpkg/Dependency.pm
+++ b/lib/Config/Model/Dpkg/Dependency.pm
@@ -508,7 +508,7 @@ sub check_perl_lib_dep {
# use oldest version only if the oldest version is NOT in oldstable
# unfortunately this is fragile and must be modified after each Debian
# release
-   if ($oldest_debian_with_lib =~ /wheezy|jessie|sid/) {
+   if ($oldest_debian_with_lib =~ /wheezy|jessie|stretch|buster|sid/) {
$check_v ||= $oldest_lib_version_in_debian ;
$logger-debug(dual life $dep_name has oldest debian 
$oldest_lib_version_in_debian, using $check_v);
}

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libconfig-model-dpkg-perl.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


[libconfig-model-dpkg-perl] 12/13: fix entry in © example used during tests

2015-05-20 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch master
in repository libconfig-model-dpkg-perl.

commit 5b14f4eb0cc74a6826adf68499f0d8e35776bbe2
Author: Dominique Dumont d...@debian.org
Date:   Wed May 20 18:45:28 2015 +0200

fix entry in © example used during tests
---
 .../dpkg-examples/pan-copyright-upgrade-update/debian/copyright | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/t/model_tests.d/dpkg-examples/pan-copyright-upgrade-update/debian/copyright 
b/t/model_tests.d/dpkg-examples/pan-copyright-upgrade-update/debian/copyright
index cf7f95f..8fa1ded 100644
--- 
a/t/model_tests.d/dpkg-examples/pan-copyright-upgrade-update/debian/copyright
+++ 
b/t/model_tests.d/dpkg-examples/pan-copyright-upgrade-update/debian/copyright
@@ -4,7 +4,7 @@ Upstream-Contact: Charles Kerr char...@rebelbase.com
 Source: http://pan.rebelbase.com/
 
 Files: *
-Copyright: 1994-2001, Frank Pilhofer. The author may
+Copyright: 1994-2001, Frank Pilhofer.
 License: GPL-2+
 
 Files: debian/*

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libconfig-model-dpkg-perl.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

[libconfig-model-dpkg-perl] annotated tag debian/2.065 created (now 174b400)

2015-05-20 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a change to annotated tag debian/2.065
in repository libconfig-model-dpkg-perl.

at  174b400   (tag)
   tagging  80f21e44b416316a06015e553144b3f8362b9c00 (commit)
  replaces  debian/2.064
 tagged by  Dominique Dumont
on  Wed May 20 18:58:35 2015 +0200

- Log -
libconfig-model-dpkg-perl Debian release 2.065
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJVXL07AAoJEMMfT9lJqytsKRAP/1c9mcX1Ad30p3Wy4DRCOJII
xN8al/j/gp5XH+ZpgufKqu4XgLJQJhOp1XYiHf+HnbgQHcI86nAKqoHGihDrF8Q1
e7eaHzHbIDx+ERQ5MfvwDW0M7NzzjhsT2IoT7Ph3LsKdB3ODrdCyplRIEgsrpqjf
XPF09jQ+S7LAf4UFBy2/Za4WI+36PeJd+bxoRk+iyIHcw8h0szhRqknq/m+IAi2f
BkA5Z6Kzjv7Skfu/RxfTrA7v79/lEp0vfaDsXfR/SmNURHZRJmuhsT0EXgWTyATD
uOrHZNgrDPhxJXZFD8SbLKlVE8ooL1dWoeLxBr7OfGsvw5GSjvvw1nPQmzMt7QVo
RWYSHpIk6NhXsWyaYCheLHrfrTwN1y1Fd/YhQAjqsduhWEBfGYyao4DIiNIt1+3B
8qBbwsoal7F2wI4D51EDBU5xy/h5Yz/sDKJWDO9IedFXg3LK9eGAyaVRIxPTo4kV
WMiQroIQLr9BMkwyqQRKreE7p9UOwLueUl8PwwFswW7LYG0I1WxWzTWGl6B+ZbkV
M5Nti1BauUsbYhmDA+nvqMhbsvc4F8+LIkfPhf7Tt9xjG9efhBWYoxTZvEQEJSKh
JHHGSEgKuJKEeLlyBPUjk4VqqjNZ3t8g2ZHOKHAb72SqSqM8afWN7BVJ1EsfWU7I
6U/KURTrd90j6jSpl7KN
=Wuux
-END PGP SIGNATURE-

Dominique Dumont (16):
  Dpkg Control: can now fix formatting of Description when more than one 
paragraph has too long lines
  test automatic fix of too long description lines in several paragraphs
  Merge branch 'master' of 
ssh://git.debian.org/git/pkg-perl/packages/libconfig-model-dpkg-perl
  Dependency: added stretch and buster to the list of known debian releases
  Dependency: die if something went wrong while finding the ideal dependency
  Dependency: improved comment
  Dependency: preserve the Perl's versioned dep if the alternate lib has no 
versioned dependeny...
  Dependency: cleanup the code used to compute the ideal dependency
  test the alternate dep where Perl version dep must be preserved
  Dependency: improved comment and traces
  Dependency: preserve perl versioned dep if no versioned dep is provided 
with alternate lib
  improved tests on alternate dep (versioned perl and non versioned lib)
  Copyright update: can replace old directory entries
  test for replacement or removal of copyright dir entries during update
  fix entry in © example used during tests
  prepare release

Salvatore Bonaccorso (2):
  Correct name of licensecheck utility
  Update debian/changelog file

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libconfig-model-dpkg-perl.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

[libconfig-model-dpkg-perl] 11/13: test for replacement or removal of copyright dir entries during update

2015-05-20 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch master
in repository libconfig-model-dpkg-perl.

commit 26a121ca79847c1cf914970908e6e7e8196b3090
Author: Dominique Dumont d...@debian.org
Date:   Wed May 20 18:43:25 2015 +0200

test for replacement or removal of copyright dir entries during update
---
 .../pan-copyright-upgrade-update-more/debian/copyright  | 4 
 t/model_tests.d/dpkg-test-conf.pl   | 6 ++
 2 files changed, 10 insertions(+)

diff --git 
a/t/model_tests.d/dpkg-examples/pan-copyright-upgrade-update-more/debian/copyright
 
b/t/model_tests.d/dpkg-examples/pan-copyright-upgrade-update-more/debian/copyright
index 7790975..6abbcb0 100644
--- 
a/t/model_tests.d/dpkg-examples/pan-copyright-upgrade-update-more/debian/copyright
+++ 
b/t/model_tests.d/dpkg-examples/pan-copyright-upgrade-update-more/debian/copyright
@@ -18,6 +18,10 @@ Files: pan/*
 Copyright: 2002-2007, Charles Kerr char...@rebelbase.com
 License: GPL-2
 
+Files: pan/data/*
+Copyright: 2011, ShouldBeGone
+License: GPL-2
+
 Files: pan/data/cert-store.cc
 Copyright: 2011, Heinrich Müller henm...@src.gnome.org
   2002-2005, Charles Kerr char...@rebelbase.com
diff --git a/t/model_tests.d/dpkg-test-conf.pl 
b/t/model_tests.d/dpkg-test-conf.pl
index c0dfd7e..7f4f50f 100644
--- a/t/model_tests.d/dpkg-test-conf.pl
+++ b/t/model_tests.d/dpkg-test-conf.pl
@@ -109,6 +109,12 @@ my $del_home = sub {
 'copyright Files:pan/general/sorted-vector.h License short_name' 
= 'public-domain',
 qq'copyright Files:uulib/* Copyright' = '1994-2001, Frank 
Pilhofer.',
 },
+has_key = {
+'copyright Files' = ['*','uulib/*'],
+},
+has_not_key = {
+'copyright Files' = 'pan/data/*',
+},
 wr_check = {
 copyright License:GPL-2 text = {value = undef, mode = 
'custom'},
 copyright License:GPL-2 text = qr/GNU/,

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libconfig-model-dpkg-perl.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

[libconfig-model-dpkg-perl] 07/13: Dependency: improved comment and traces

2015-05-20 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch master
in repository libconfig-model-dpkg-perl.

commit f84fa9ec6b4a12e4ef505125a7175f7e94c93253
Author: Dominique Dumont d...@debian.org
Date:   Wed May 20 14:20:29 2015 +0200

Dependency: improved comment and traces
---
 lib/Config/Model/Dpkg/Dependency.pm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/Config/Model/Dpkg/Dependency.pm 
b/lib/Config/Model/Dpkg/Dependency.pm
index 5156a57..a7682d7 100644
--- a/lib/Config/Model/Dpkg/Dependency.pm
+++ b/lib/Config/Model/Dpkg/Dependency.pm
@@ -484,7 +484,7 @@ sub check_perl_lib_dep {
 my $removed= Module::CoreList-removed_from($cpan_name) ;
 $logger-debug(dual life $dep_name is removed from perl $removed) if 
$removed;
 
-return 1 if (defined $dep_v  $dep_v =~ m/^\$/) ;
+return 1 if (defined $dep_v  $dep_v =~ m/^\$/) ; # version like ${foobar}
 
 my @ideal_perl_dep = qw/perl/ ;
 my @ideal_lib_dep ;
@@ -806,6 +806,7 @@ sub get_available_version {
}
 $self-instance-show_message(got info for $pkg_name) ;
$cache{$pkg_name} = time . @res ;
+$logger-debug(pkg info is .$cache{$pkg_name});
return @res;
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libconfig-model-dpkg-perl.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


[libconfig-model-dpkg-perl] 10/13: Copyright update: can replace old directory entries

2015-05-20 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch master
in repository libconfig-model-dpkg-perl.

commit 7295ea5d9c0a54d1494b30f450c9ced43e539d70
Author: Dominique Dumont d...@debian.org
Date:   Wed May 20 18:42:34 2015 +0200

Copyright update: can replace old directory entries
---
 lib/Config/Model/Dpkg/Copyright.pm |  4 ++--
 lib/Dpkg/Copyright/Scanner.pm  | 10 --
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/lib/Config/Model/Dpkg/Copyright.pm 
b/lib/Config/Model/Dpkg/Copyright.pm
index d3cad02..86ca0d9 100644
--- a/lib/Config/Model/Dpkg/Copyright.pm
+++ b/lib/Config/Model/Dpkg/Copyright.pm
@@ -95,7 +95,7 @@ sub update ($self, %args) {
 # * %old_split_files contains paths no longer present. Useful to trace 
deleted files
 # implode files entries with same data index
 
-__squash(\%new_split_files) ;
+__squash(\%new_split_files, \%old_split_files) ;
 
 # pack files by copyright id
 my @packed = __pack_files(\%new_split_files);
@@ -168,7 +168,7 @@ sub update ($self, %args) {
 
 # warn about old files
 foreach my $old_path (sort keys %old_split_files) {
-# put back data matching an existing dir
+# put back data matching an existing dir (data may be redundant or 
obsolete though)
 if ($old_path eq '*' or ($old_path =~ m!(.*)/\*$! and 
$current_dir-is_dir($1))) {
 say Note: preserving entry '$old_path';
 $files_obj-fetch_with_id($old_path)-load_data( 
$old_split_files{$old_path} );
diff --git a/lib/Dpkg/Copyright/Scanner.pm b/lib/Dpkg/Copyright/Scanner.pm
index f1e1db5..b9e2a05 100644
--- a/lib/Dpkg/Copyright/Scanner.pm
+++ b/lib/Dpkg/Copyright/Scanner.pm
@@ -339,7 +339,7 @@ sub __coalesce_copyright_years($entries, $owners) {
 
 # $h is a tree of hash matching the directory structure. Each leaf is a
 # copyright id.
-sub __squash ($h) {
+sub __squash ($h, $old_dirs = {}, $path = [] ) {
 my %count ;
 
 # count the number of times each (c) info is used in this directory.
@@ -349,7 +349,7 @@ sub __squash ($h) {
 if (ref($item)) {
 # squash may return a plain id, or a hash with '*' = id ,
 # or a non squashable hash
-$h-{$name} = __squash($item);
+$h-{$name} = __squash($item, $old_dirs, [ $path-@*, $name ]);
 }
 my $id = (ref($item) and defined $item-{'*'}) ? $item-{'*'} : $item ;
 
@@ -390,6 +390,12 @@ sub __squash ($h) {
 # here's the '*' file representing the most used (c) info
 $h-{'*'} //= $max_id if defined $max_id;
 
+# delete current directory entry
+my $dir_path = join('/', $path-@*,'*');
+if ($old_dirs-{$dir_path}) {
+say Removing old entry $dir_path;
+delete $old_dirs-{$dir_path};
+}
 return $h;
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libconfig-model-dpkg-perl.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


[libconfig-model-dpkg-perl] 13/13: prepare release

2015-05-20 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch master
in repository libconfig-model-dpkg-perl.

commit 80f21e44b416316a06015e553144b3f8362b9c00
Author: Dominique Dumont d...@debian.org
Date:   Wed May 20 18:49:48 2015 +0200

prepare release
---
 debian/changelog | 16 ++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a55e84f..b5ed94f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,21 @@
-libconfig-model-dpkg-perl (2.065) UNRELEASED; urgency=medium
+libconfig-model-dpkg-perl (2.065) unstable; urgency=medium
 
+  [ Salvatore Bonaccorso ]
   * Correct name of licensecheck utility.
 Thanks to Andreas Metzler (Closes: #784838)
 
- -- Salvatore Bonaccorso car...@debian.org  Sun, 10 May 2015 10:22:49 +0200
+  [ Dominique Dumont ]
+  * Dpkg Control: can now fix formatting of Description when more
+than one paragraph has too long lines
+  * Dependency:
+* added stretch and buster to the list of known debian releases
+* die if something went wrong while finding the ideal dependency
+  for an alternate dependency
+* preserve Perl's versioned dep if the alternate lib has no
+  versioned dependency.
+  * Copyright update: can remove old directory entries when needed
+
+ -- Dominique Dumont d...@debian.org  Wed, 20 May 2015 18:46:08 +0200
 
 libconfig-model-dpkg-perl (2.064) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libconfig-model-dpkg-perl.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


[libconfig-model-dpkg-perl] 04/13: Dependency: preserve the Perl's versioned dep if the alternate lib has no versioned dependeny...

2015-05-20 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch master
in repository libconfig-model-dpkg-perl.

commit ab9da025d9da5df2a34e07d163bfa34287d0ebed
Author: Dominique Dumont d...@debian.org
Date:   Wed May 20 13:38:23 2015 +0200

Dependency: preserve the Perl's versioned dep if the alternate lib has no 
versioned dependeny...

Note that available Perl versions may go back beyond what's available
as an alternate lib. E.g. Module::Build oldest package returned by madison
is 0.360700, but oldest Perl is 5.10.1 which provides Module::Build 0.34.

Which means that the functionality requirement is indeed expressed in the
required Perl version (i.e. Module::Build  0.36) but cannot be expressed
as version requirement on libmodule-build-perl since the oldest version
is 0.360700.
---
 lib/Config/Model/Dpkg/Dependency.pm | 9 +
 1 file changed, 9 insertions(+)

diff --git a/lib/Config/Model/Dpkg/Dependency.pm 
b/lib/Config/Model/Dpkg/Dependency.pm
index d01d7eb..1d21944 100644
--- a/lib/Config/Model/Dpkg/Dependency.pm
+++ b/lib/Config/Model/Dpkg/Dependency.pm
@@ -463,6 +463,8 @@ sub check_perl_lib_dep {
 
 $logger-debug(called for $dep_name with $actual_dep with apply_fix 
$apply_fix);
 
+my ($old_perl_dep) = grep { $_-[0] eq 'perl' } @$input;
+my $old_perl_versioned_dep = $old_perl_dep-[2];
 
 # The dependency should be in the form perl (= 5.10.1) | 
libtest-simple-perl (= 0.88).
 # cf http://pkg-perl.alioth.debian.org/policy.html#debian_control_handling
@@ -529,6 +531,13 @@ sub check_perl_lib_dep {
$logger-debug(dual life $dep_str found in Perl core 
$v_normal);
}
 
+if ($old_perl_versioned_dep and $vs-compare($old_perl_versioned_dep, 
$v_normal)  0) {
+# if the old version of Perl was enough, there's no need to restrict 
more the Perl version
+   $logger-debug(preserving old perl versioned dep 
$old_perl_versioned_dep instead of $v_normal
+   . for $dep_name);
+$v_normal = $old_perl_versioned_dep;
+}
+
my ($has_older_perl) = $self-check_versioned_dep(  ['perl', '=', 
$v_normal] );
push @ideal_perl_dep, '=', $v_normal if $has_older_perl;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libconfig-model-dpkg-perl.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


[libmath-cartesian-product-perl] annotated tag debian/1.008-2 created (now fc7d785)

2015-05-20 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag debian/1.008-2
in repository libmath-cartesian-product-perl.

at  fc7d785   (tag)
   tagging  7471e967505b2367a7af2978747db40baed28b6f (commit)
  replaces  debian/1.008-1
 tagged by  Jonas Smedegaard
on  Wed May 20 17:21:45 2015 +0200

- Log -
libmath-cartesian-product-perl Debian release 1.008-2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJVXKaJAAoJECx8MUbBoAEhHm4P/2p92pW5Rf20TR0hHdknGAy3
WDfOJwETSnSKM4L+K3M8TPtQU9YScdKdtYsH5404mHng13s85rrnu7Q9xwvu4qav
gvtuWb4GkFwLhL7lZxVTPvUvAvbtQNUWe72oSBAz5OhivG3cN30+GteQemcSbnUO
uP79864AYm9/+4zNqc8sUGPkMwC3NII4VU4dxzWwWhimkN2OdMYa2ZtHsInMekvr
r5yFE9is58E3FAlmLllHIcplojseVwgd2NCBYw6/otEf54vusTwXjHzm4bKBdEBk
VlaMEwir2soJTHcG+Zgv9XB58FE2J4EJr33/lV4jc3gyLH9kVdD9GXLgxobpKC35
HrL59SQXfH6V7GAwaEGhv2MRL0STyLEUPgL6GVBN1lbvyILHPtaOF9NsWVuhBwDa
ZciTnma+V+TJdb7ULY8x4sFCYGWuoERMfathVRBeJQaEQdUorTMtIEqWxUp9BLMj
5HkEfN8uTCSePGcQ8pQSt4DH8u9yrkPzvCCkAh3Iy0uD8c9mveI2O7Q+PVdtH/BJ
1o6vt0h2syGMZ1oc8JEunjUyOJNTWakZoyYjQszTrN67kOzYrcoAF/STRjmfeeLh
jFyubAOXTC4+8VpSazCwGZbFaxaOnVkwYzEHxUIDS9HptCqWFYBOgor07pJIT20M
SDy//XVB5FVzqfl0p+01
=g0NB
-END PGP SIGNATURE-

Jonas Smedegaard (2):
  Update copyright info: Fix Upstream-refer, and drop bogus alternative git 
URL. Thanks to Gregor Herrmann.
  Prepare for release: Update changelog.

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-cartesian-product-perl.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


[libdist-zilla-plugin-requiresexternal-perl] 03/05: Mark package as autopkgtest-able.

2015-05-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 libdist-zilla-plugin-requiresexternal-perl.

commit 9d616c210ec30b68c6c851ad952e92304ff5cc3c
Author: gregor herrmann gre...@debian.org
Date:   Wed May 20 21:13:24 2015 +0200

Mark package as autopkgtest-able.
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index 3a01601..1050def 100644
--- a/debian/control
+++ b/debian/control
@@ -20,6 +20,7 @@ Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libdist-zilla-plugin-requiresexternal-perl.git
 Vcs-Git: 
git://anonscm.debian.org/pkg-perl/packages/libdist-zilla-plugin-requiresexternal-perl.git
 Homepage: http://metacpan.org/release/Dist-Zilla-Plugin-RequiresExternal
+Testsuite: autopkgtest-pkg-perl
 
 Package: libdist-zilla-plugin-requiresexternal-perl
 Architecture: all

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-requiresexternal-perl.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


[libdist-zilla-plugin-requiresexternal-perl] 04/05: Add debian/upstream/metadata

2015-05-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 libdist-zilla-plugin-requiresexternal-perl.

commit c81b26509f234a0ceacf970370137c77244c0145
Author: gregor herrmann gre...@debian.org
Date:   Wed May 20 21:13:38 2015 +0200

Add debian/upstream/metadata
---
 debian/upstream/metadata | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 000..7f0c680
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,7 @@
+---
+Archive: CPAN
+Bug-Database: 
https://github.com/mjgardner/Dist-Zilla-Plugin-RequiresExternal/issues
+Contact: Mark Gardner mjgard...@cpan.org
+Name: Dist-Zilla-Plugin-RequiresExternal
+Repository: git://github.com/mjgardner/Dist-Zilla-Plugin-RequiresExternal.git
+Repository-Browse: 
https://github.com/mjgardner/Dist-Zilla-Plugin-RequiresExternal

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-requiresexternal-perl.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


[libdist-zilla-plugin-requiresexternal-perl] annotated tag debian/1.4-2 created (now 5343f2d)

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

gregoa pushed a change to annotated tag debian/1.4-2
in repository libdist-zilla-plugin-requiresexternal-perl.

at  5343f2d   (tag)
   tagging  1c8ea23b77628c46844386b98a32804f77ca0dd1 (commit)
  replaces  debian/1.4-1
 tagged by  gregor herrmann
on  Wed May 20 21:16:53 2015 +0200

- Log -
tagging package libdist-zilla-plugin-requiresexternal-perl version debian/1.4-2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJVXN2lXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGrGUQAKcpJJ4lkSeLcX61Vg4wv0gX
9azoek/v0ydxAt770ksCHcZ2vd+8kcDgG6fw+UyK1Yil5zD1gLnDo2KrXReBQ6H2
j9B5KICZdroH2fXsiiu1Z+I0SKIs+INO6MaXaKfIzJAr/+vbwjT0HLbhl0JWO8PU
2MY4d7YYZjLqJWMIBiYfn5FSWKiv84KXxQ8ea2vIT6cvQwsOhGNhGgPx5s4n96za
ibwrHXcaaSM+6dsGGA4L3dMGiWpI6/yRrOO0fWG98TCEE4Q+TgUq2Rmmny3cGy1L
MsxrK+P3SCryD9WwGWGW2Cp9ZIsTup7hPMLgAKTcoB5akENgLJuqsfcWjsMps875
/smfDDlD6rnt70WXuYLw3OG5vU6ehDleHp4jzJ+Mlh4lW560CvLHLenMwDM4WcqA
4ffz6pzcHPXADLDJBhK5YK6xxN1L2oCu9k4QXvT6V7PIDKPLb4gpGigkheM5BpNm
rkyDKF1QP5Bb4gzTZgfEBKsxx44w+IoCcyrizY0QgGnPyMJiDl/r/2JWnI25GNQR
qXp+blleBYPK28CQBOBF9RkjNIL36dCsEQSAHYmSt4pIqISLsO3OC7gkOKdeMy4H
75/s6uM7PDqWFcXDlGaLvzfurG8N1CtkTQ/dDGytZh+TBNirQA6rPRBJIl2q1WcV
eI1CKbS1bukUgwG5vE5l
=j/P+
-END PGP SIGNATURE-

Salvatore Bonaccorso (2):
  Update Vcs-Browser URL to cgit web frontend
  update changelog

gregor herrmann (7):
  Strip trailing slash from metacpan URLs.
  update changelog
  Run test non-verbosely.
  Declare compliance with Debian Policy 3.9.6.
  Mark package as autopkgtest-able.
  Add debian/upstream/metadata
  releasing package libdist-zilla-plugin-requiresexternal-perl version 1.4-2

---

This annotated tag includes the following new commits:

   new  d2937f6   Run test non-verbosely.
   new  0ab2afc   Declare compliance with Debian Policy 3.9.6.
   new  9d616c2   Mark package as autopkgtest-able.
   new  c81b265   Add debian/upstream/metadata
   new  1c8ea23   releasing package 
libdist-zilla-plugin-requiresexternal-perl version 1.4-2

The 5 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-requiresexternal-perl.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


[libdist-zilla-plugin-requiresexternal-perl] branch master updated (a7bef68 - 1c8ea23)

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

gregoa pushed a change to branch master
in repository libdist-zilla-plugin-requiresexternal-perl.

  from  a7bef68   update changelog
   new  d2937f6   Run test non-verbosely.
   new  0ab2afc   Declare compliance with Debian Policy 3.9.6.
   new  9d616c2   Mark package as autopkgtest-able.
   new  c81b265   Add debian/upstream/metadata
   new  1c8ea23   releasing package 
libdist-zilla-plugin-requiresexternal-perl version 1.4-2

The 5 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 12 ++--
 debian/control   |  3 ++-
 debian/rules |  3 +++
 debian/upstream/metadata |  7 +++
 4 files changed, 22 insertions(+), 3 deletions(-)
 create mode 100644 debian/upstream/metadata

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-requiresexternal-perl.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


[libdist-zilla-plugin-requiresexternal-perl] 01/05: Run test non-verbosely.

2015-05-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 libdist-zilla-plugin-requiresexternal-perl.

commit d2937f6ec88a03d48de1c3166dadbf03a0491b34
Author: gregor herrmann gre...@debian.org
Date:   Wed May 20 21:10:10 2015 +0200

Run test non-verbosely.

Closes: #785232
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..87fd826 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,6 @@
 
 %:
dh $@
+
+override_dh_auto_test:
+   dh_auto_test -- TEST_VERBOSE=0

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-requiresexternal-perl.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


[libdist-zilla-plugin-requiresexternal-perl] 05/05: releasing package libdist-zilla-plugin-requiresexternal-perl version 1.4-2

2015-05-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 libdist-zilla-plugin-requiresexternal-perl.

commit 1c8ea23b77628c46844386b98a32804f77ca0dd1
Author: gregor herrmann gre...@debian.org
Date:   Wed May 20 21:16:53 2015 +0200

releasing package libdist-zilla-plugin-requiresexternal-perl version 1.4-2
---
 debian/changelog | 12 ++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b121879..3b6184d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,6 @@
-libdist-zilla-plugin-requiresexternal-perl (1.4-2) UNRELEASED; urgency=medium
+libdist-zilla-plugin-requiresexternal-perl (1.4-2) unstable; urgency=medium
+
+  * Team upload.
 
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
@@ -6,7 +8,13 @@ libdist-zilla-plugin-requiresexternal-perl (1.4-2) UNRELEASED; 
urgency=medium
   [ Salvatore Bonaccorso ]
   * Update Vcs-Browser URL to cgit web frontend
 
- -- gregor herrmann gre...@debian.org  Thu, 27 Feb 2014 22:35:10 +0100
+  [ gregor herrmann ]
+  * Run test non-verbosely. (Closes: #785232)
+  * Declare compliance with Debian Policy 3.9.6.
+  * Mark package as autopkgtest-able.
+  * Add debian/upstream/metadata
+
+ -- gregor herrmann gre...@debian.org  Wed, 20 May 2015 21:15:29 +0200
 
 libdist-zilla-plugin-requiresexternal-perl (1.4-1) unstable; urgency=low
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-requiresexternal-perl.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


[libdist-zilla-plugin-requiresexternal-perl] 02/05: Declare compliance with Debian Policy 3.9.6.

2015-05-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 libdist-zilla-plugin-requiresexternal-perl.

commit 0ab2afc47c5103165a27ef6345f018be76e9dd15
Author: gregor herrmann gre...@debian.org
Date:   Wed May 20 21:10:42 2015 +0200

Declare compliance with Debian Policy 3.9.6.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 9736e5b..3a01601 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Build-Depends-Indep: libdist-zilla-perl,
  libtest-most-perl,
  perl,
  perl (= 5.11.1) | libtest-simple-perl (= 0.94)
-Standards-Version: 3.9.4
+Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libdist-zilla-plugin-requiresexternal-perl.git
 Vcs-Git: 
git://anonscm.debian.org/pkg-perl/packages/libdist-zilla-plugin-requiresexternal-perl.git
 Homepage: http://metacpan.org/release/Dist-Zilla-Plugin-RequiresExternal

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-requiresexternal-perl.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


[libanyevent-http-perl] 02/08: Update debian/changelog

2015-05-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 libanyevent-http-perl.

commit fc9003a462bfcc7c671f1d9e9d83555d6b0a8af0
Author: gregor herrmann gre...@debian.org
Date:   Wed May 20 21:17:59 2015 +0200

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index 5753992..3cc127d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
 libanyevent-http-perl (2.21-2) UNRELEASED; urgency=medium
 
+  [ Salvatore Bonaccorso ]
   * Update Vcs-Browser URL to cgit web frontend
 
+  [ gregor herrmann ]
+  * Add debian/upstream/metadata
+
  -- Salvatore Bonaccorso car...@debian.org  Sat, 16 Aug 2014 09:29:28 +0200
 
 libanyevent-http-perl (2.21-1) unstable; urgency=medium

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libanyevent-http-perl.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


[libanyevent-http-perl] 01/08: Add debian/upstream/metadata

2015-05-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 libanyevent-http-perl.

commit 7d17e952e98bd9ae7dc3f1e9d4d6ad11e9c52976
Author: gregor herrmann gre...@debian.org
Date:   Wed May 20 21:17:59 2015 +0200

Add debian/upstream/metadata
---
 debian/upstream/metadata | 4 
 1 file changed, 4 insertions(+)

diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 000..ac364c2
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Archive: CPAN
+Contact: unknown
+Name: AnyEvent-HTTP

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libanyevent-http-perl.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


[libanyevent-http-perl] branch pristine-tar updated (87c16a2 - c83ef3b)

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

gregoa pushed a change to branch pristine-tar
in repository libanyevent-http-perl.

  from  87c16a2   pristine-tar data for 
libanyevent-http-perl_2.21.orig.tar.gz
   new  c83ef3b   pristine-tar data for 
libanyevent-http-perl_2.22.orig.tar.gz

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 libanyevent-http-perl_2.22.orig.tar.gz.delta | Bin 0 - 1067 bytes
 libanyevent-http-perl_2.22.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libanyevent-http-perl_2.22.orig.tar.gz.delta
 create mode 100644 libanyevent-http-perl_2.22.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libanyevent-http-perl.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


[libanyevent-http-perl] 06/08: Declare compliance with Debian Policy 3.9.6.

2015-05-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 libanyevent-http-perl.

commit aa64fcae072998490799d09264867dfbafa9f9cb
Author: gregor herrmann gre...@debian.org
Date:   Wed May 20 21:19:57 2015 +0200

Declare compliance with Debian Policy 3.9.6.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 5b95880..03bb75b 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (= 8)
 Build-Depends-Indep: libanyevent-perl (= 5.330),
  libcommon-sense-perl,
  perl
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libanyevent-http-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libanyevent-http-perl.git
 Homepage: https://metacpan.org/release/AnyEvent-HTTP

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libanyevent-http-perl.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


[libanyevent-http-perl] branch master updated (decb5d8 - 43a9fb3)

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

gregoa pushed a change to branch master
in repository libanyevent-http-perl.

  from  decb5d8   update changelog
   new  7d17e95   Add debian/upstream/metadata
   new  fc9003a   Update debian/changelog
  adds  238a363   Imported Upstream version 2.22
   new  bf29e99   Merge tag 'upstream/2.22'
   new  bb7531f   Update debian/changelog
   new  1832475   add bug closer
   new  aa64fca   Declare compliance with Debian Policy 3.9.6.
   new  22c12f3   Mark package as autopkgtest-able.
   new  43a9fb3   releasing package libanyevent-http-perl version 2.22-1

The 8 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes  | 18 --
 HTTP.pm  | 34 +++---
 MANIFEST |  1 +
 META.json|  4 ++--
 META.yml |  4 ++--
 README   | 10 +++---
 debian/changelog | 15 +--
 debian/control   |  3 ++-
 debian/upstream/metadata |  4 
 t/02_ip_literals.t   | 34 ++
 10 files changed, 104 insertions(+), 23 deletions(-)
 create mode 100644 debian/upstream/metadata
 create mode 100644 t/02_ip_literals.t

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libanyevent-http-perl.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


[libanyevent-http-perl] 03/08: Merge tag 'upstream/2.22'

2015-05-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 libanyevent-http-perl.

commit bf29e996cadd4955f0e2426883729cddc39a0cac
Merge: fc9003a 238a363
Author: gregor herrmann gre...@debian.org
Date:   Wed May 20 21:18:05 2015 +0200

Merge tag 'upstream/2.22'

Upstream version 2.22

 Changes| 18 --
 HTTP.pm| 34 +++---
 MANIFEST   |  1 +
 META.json  |  4 ++--
 META.yml   |  4 ++--
 README | 10 +++---
 t/02_ip_literals.t | 34 ++
 7 files changed, 85 insertions(+), 20 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libanyevent-http-perl.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


[libnet-amazon-perl] annotated tag debian/0.62-2 created (now 9360a82)

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

gregoa pushed a change to annotated tag debian/0.62-2
in repository libnet-amazon-perl.

at  9360a82   (tag)
   tagging  a9e14463e707a5f23aedea702676e398b3267bb8 (commit)
  replaces  debian/0.62-1
 tagged by  gregor herrmann
on  Wed May 20 21:46:31 2015 +0200

- Log -
tagging package libnet-amazon-perl version debian/0.62-2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJVXOSXXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGt4QQALdKqXG7iDU3wZ273qLCcxbT
FiIIv2vb73Edz/w308zRK4O6EdJ4g7QRYnuzTZG8ixaTf/qh1AiSizhqzx99rjEr
1qkXwrr0pNKMCiXR7NA4Gt3Yh1ipSnAFZlosc+jaHe15XZZMjxE9+3M3mdjkrEC/
+eKw+GnXtrsThAyCi4xEyLiF2tw9rDTASUQ8X5ephRzkiMCju1fwCMcW4pGGxIKe
dvii0Tha7iAQmzinaeqm4M99IhCzQUNkZz1i/i+S2KArBQRVGQFIbvSqZR6Uf4f7
IdK5aWpRqu6KG0bS7WVrAKeB67axxqZV/XxwSYeH1H5LtRAbHhzB85Mji+Yxg+/I
EYU0m4eGkQKlZFKTg1STp90y1fFyoNHC4uptL3HNhOszkMIKPPtm55ookTvmpISR
S1EXP8ZDIumL8oHYrWKHBRLjh31pNMCYa9u5IkqLsW8YxoXPDqQwvVtvUSeXY15y
rk5DAWz177cA9AKbdwbqFGa+TzzmI1AXpUWQkV8oreiG06LtEzXjcwC3FzEusbvT
/FgAlmQdIM5Qn6ei6j91XJPNImGIMgYVOjDrhl8ZeFXQz7YlDn0ZoskCmPgXevRH
TbYxB5O6P9UVeaFfOcEC1FeJSFNiLNUSj9REXENGFI859H2SbsXX8Gyh0gPZFQXG
vSfvRlTjd4gq5AShOHO8
=7ALc
-END PGP SIGNATURE-

Salvatore Bonaccorso (2):
  Update Vcs-Browser URL to cgit web frontend
  update changelog

gregor herrmann (11):
  Drop xz compression for {binary,source} package, set by default by dpkg 
since 1.17.{0,6}.
  update changelog
  drop Pre-Depends on dpkg which was needed for xz compression
  Strip trailing slash from metacpan URLs.
  update changelog
  Add libcache-perl to Recommends.
  Add debian/upstream/metadata
  Update years of packaging copyright.
  Declare compliance with Debian Policy 3.9.6.
  Mark package as autopkgtest-able.
  releasing package libnet-amazon-perl version 0.62-2

---

This annotated tag includes the following new commits:

   new  6c3b70e   Add libcache-perl to Recommends.
   new  02cef32   Add debian/upstream/metadata
   new  ba032eb   Update years of packaging copyright.
   new  15754be   Declare compliance with Debian Policy 3.9.6.
   new  023cba0   Mark package as autopkgtest-able.
   new  a9e1446   releasing package libnet-amazon-perl version 0.62-2

The 6 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libnet-amazon-perl.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


[libnet-amazon-perl] 06/06: releasing package libnet-amazon-perl version 0.62-2

2015-05-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 libnet-amazon-perl.

commit a9e14463e707a5f23aedea702676e398b3267bb8
Author: gregor herrmann gre...@debian.org
Date:   Wed May 20 21:46:31 2015 +0200

releasing package libnet-amazon-perl version 0.62-2
---
 debian/changelog | 12 ++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8c45fc6..54aee61 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libnet-amazon-perl (0.62-2) UNRELEASED; urgency=medium
+libnet-amazon-perl (0.62-2) unstable; urgency=medium
 
   [ gregor herrmann ]
   * Drop xz compression for {binary,source} package, set by default by
@@ -8,7 +8,15 @@ libnet-amazon-perl (0.62-2) UNRELEASED; urgency=medium
   [ Salvatore Bonaccorso ]
   * Update Vcs-Browser URL to cgit web frontend
 
- -- gregor herrmann gre...@debian.org  Fri, 24 Jan 2014 19:33:01 +0100
+  [ gregor herrmann ]
+  * Add libcache-perl to Recommends.
+Thanks to Xavier Brochard for the bug report. (Closes: #785577)
+  * Add debian/upstream/metadata
+  * Update years of packaging copyright.
+  * Declare compliance with Debian Policy 3.9.6.
+  * Mark package as autopkgtest-able.
+
+ -- gregor herrmann gre...@debian.org  Wed, 20 May 2015 21:44:48 +0200
 
 libnet-amazon-perl (0.62-1) unstable; urgency=low
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libnet-amazon-perl.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


[libnet-amazon-perl] 01/06: Add libcache-perl to Recommends.

2015-05-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 libnet-amazon-perl.

commit 6c3b70e185b3b9c3df8442b3b45c27a5d5872462
Author: gregor herrmann gre...@debian.org
Date:   Wed May 20 21:30:16 2015 +0200

Add libcache-perl to Recommends.

Thanks: Xavier Brochard for the bug report.
Closes: #785577
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index 3cfca12..34843d6 100644
--- a/debian/control
+++ b/debian/control
@@ -29,6 +29,7 @@ Depends: ${misc:Depends},
  liburi-perl,
  libwww-perl,
  libxml-simple-perl
+Recommends: libcache-perl
 Description: Perl framework for accessing amazon.com via SOAP and XML/HTTP
  Net::Amazon provides an object-oriented interface to amazon.com's SOAP and
  XML/HTTP interfaces. This way it's possible to create applications using

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libnet-amazon-perl.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


[libnet-amazon-perl] 02/06: Add debian/upstream/metadata

2015-05-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 libnet-amazon-perl.

commit 02cef32c9779a9f2e255ce1f4bfe82696a50da26
Author: gregor herrmann gre...@debian.org
Date:   Wed May 20 21:30:56 2015 +0200

Add debian/upstream/metadata
---
 debian/upstream/metadata | 5 +
 1 file changed, 5 insertions(+)

diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 000..bfec124
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,5 @@
+---
+Archive: CPAN
+Contact: Mike m...@perlmeister.com
+Name: Net-Amazon
+Repository: http://github.com/boumenot/p5-Net-Amazon

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libnet-amazon-perl.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


[libnet-amazon-perl] 05/06: Mark package as autopkgtest-able.

2015-05-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 libnet-amazon-perl.

commit 023cba05c8afb90123625f7e28feb0e1cb7f0493
Author: gregor herrmann gre...@debian.org
Date:   Wed May 20 21:34:59 2015 +0200

Mark package as autopkgtest-able.
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index 0a2265e..07533cf 100644
--- a/debian/control
+++ b/debian/control
@@ -19,6 +19,7 @@ Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-amazon-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnet-amazon-perl.git
 Homepage: https://metacpan.org/release/Net-Amazon
+Testsuite: autopkgtest-pkg-perl
 
 Package: libnet-amazon-perl
 Architecture: all

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libnet-amazon-perl.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


[libnet-amazon-perl] branch master updated (ec7a692 - a9e1446)

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

gregoa pushed a change to branch master
in repository libnet-amazon-perl.

  from  ec7a692   update changelog
   new  6c3b70e   Add libcache-perl to Recommends.
   new  02cef32   Add debian/upstream/metadata
   new  ba032eb   Update years of packaging copyright.
   new  15754be   Declare compliance with Debian Policy 3.9.6.
   new  023cba0   Mark package as autopkgtest-able.
   new  a9e1446   releasing package libnet-amazon-perl version 0.62-2

The 6 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 12 ++--
 debian/control   |  4 +++-
 debian/copyright |  2 +-
 debian/upstream/metadata |  5 +
 4 files changed, 19 insertions(+), 4 deletions(-)
 create mode 100644 debian/upstream/metadata

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libnet-amazon-perl.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


[libnet-amazon-perl] 03/06: Update years of packaging copyright.

2015-05-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 libnet-amazon-perl.

commit ba032ebacbe0baebe9225b4c2734b0bb204fd7dd
Author: gregor herrmann gre...@debian.org
Date:   Wed May 20 21:31:41 2015 +0200

Update years of packaging copyright.
---
 debian/copyright | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/copyright b/debian/copyright
index ff42cbc..9ae6a59 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -13,7 +13,7 @@ Copyright: 2007, Carl Franks, fireart...@gmail.com
 License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: 2006-2009, gregor herrmann gre...@debian.org
+Copyright: 2006-2015, gregor herrmann gre...@debian.org
  2008, Gunnar Wolf gw...@debian.org
  2008, Roberto C. Sanchez robe...@debian.org
  2009, Jonathan Yu jaw...@cpan.org

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libnet-amazon-perl.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


[libnet-amazon-perl] 04/06: Declare compliance with Debian Policy 3.9.6.

2015-05-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 libnet-amazon-perl.

commit 15754becd70237c4c1736ad3cfa58b0033f469c2
Author: gregor herrmann gre...@debian.org
Date:   Wed May 20 21:32:06 2015 +0200

Declare compliance with Debian Policy 3.9.6.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 34843d6..0a2265e 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends-Indep: libhttp-message-perl,
  libwww-perl,
  libxml-simple-perl,
  perl
-Standards-Version: 3.9.4
+Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-amazon-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnet-amazon-perl.git
 Homepage: https://metacpan.org/release/Net-Amazon

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libnet-amazon-perl.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] 01/02: examples/buildpackage-pdebuild: initialize DEBBUILDOPTS with -d.

2015-05-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 23c44a2a18f874d44304c91122de5f02e73309e4
Author: gregor herrmann gre...@debian.org
Date:   Wed May 20 22:02:00 2015 +0200

examples/buildpackage-pdebuild: initialize DEBBUILDOPTS with -d.

This passes -d (Do not check build dependencies and conflicts.) to
dpkg-buildpackage. Prior to dpkg 1.18.0, missing build dependecies only
threw a warning, since 1.18.0 aborting is the default.

Since we're building in a chroot anyway, we don't want to install build
dependencies only creating the source package.
---
 examples/buildpackage-pdebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/buildpackage-pdebuild b/examples/buildpackage-pdebuild
index 080235b..671d526 100755
--- a/examples/buildpackage-pdebuild
+++ b/examples/buildpackage-pdebuild
@@ -17,7 +17,7 @@
 # or call it directly
 
 BUILDER=
-DEBBUILDOPTS=
+DEBBUILDOPTS=-d
 DEB_BUILD_OPTIONS=
 PDEBUILDOPTS=
 PBUILDEROPTS=

-- 
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] 02/02: update changelog

2015-05-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 0dc2d15bd95bef7bb02645bdfdf0508c23d3809b
Author: gregor herrmann gre...@debian.org
Date:   Wed May 20 22:05:02 2015 +0200

update changelog

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

diff --git a/debian/changelog b/debian/changelog
index ab51819..800234f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,14 @@
 pkg-perl-tools (0.21) UNRELEASED; urgency=medium
 
+  [ Salvatore Bonaccorso ]
   * examples/b: Use buildpackage subcomand for gbp in case git directory
 is present
 
+  [ gregor herrmann ]
+  * examples/buildpackage-pdebuild: initialize DEBBUILDOPTS with -d.
+This passes -d (Do not check build dependencies and conflicts.) to
+dpkg-buildpackage.
+
  -- Salvatore Bonaccorso car...@debian.org  Wed, 29 Apr 2015 06:53:12 +0200
 
 pkg-perl-tools (0.20) 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] branch master updated (20cf996 - 0dc2d15)

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

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

  from  20cf996   Update debian/changelog file
   new  23c44a2   examples/buildpackage-pdebuild: initialize DEBBUILDOPTS 
with -d.
   new  0dc2d15   update changelog

The 2 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog   | 6 ++
 examples/buildpackage-pdebuild | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

-- 
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


[libmodule-signature-perl] branch jessie updated (5b1d09a - 962d351)

2015-05-20 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a change to branch jessie
in repository libmodule-signature-perl.

  from  5b1d09a   Prepare changelog for release to jessie-security
  adds  0c1890e   Add 0001-make-skip-work-again.patch patch
  adds  962d351   Prepare changelog for release

No new revisions were added by this update.

Summary of changes:
 debian/changelog   |  8 
 debian/patches/0001-make-skip-work-again.patch | 27 ++
 debian/patches/series  |  1 +
 3 files changed, 36 insertions(+)
 create mode 100644 debian/patches/0001-make-skip-work-again.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmodule-signature-perl.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


[libmodule-signature-perl] 01/02: Add 0001-make-skip-work-again.patch patch

2015-05-20 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to annotated tag debian/0.68-1+deb7u3
in repository libmodule-signature-perl.

commit d6e829f009f83ca7f8ad17e1b3a96641817e28e7
Author: Salvatore Bonaccorso car...@debian.org
Date:   Wed May 20 20:34:16 2015 +0200

Add 0001-make-skip-work-again.patch patch

Restore --skip functionality for cpansign.

Closes: #785701
---
 debian/patches/0001-make-skip-work-again.patch | 27 ++
 debian/patches/series  |  1 +
 2 files changed, 28 insertions(+)

diff --git a/debian/patches/0001-make-skip-work-again.patch 
b/debian/patches/0001-make-skip-work-again.patch
new file mode 100644
index 000..832784d
--- /dev/null
+++ b/debian/patches/0001-make-skip-work-again.patch
@@ -0,0 +1,27 @@
+From 6e1b7d3a7109ecf42e99e374e90f997051015c7e Mon Sep 17 00:00:00 2001
+From: Christian Loos cl...@netcologne.de
+Date: Mon, 18 May 2015 16:20:35 +0200
+Subject: [PATCH] make --skip work again
+
+8a91645 removed 'skip = 1' from verify() but missed to change the logic
+in the cpansign script for the skip option parsing.
+---
+ script/cpansign | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/script/cpansign b/script/cpansign
+index ced80b4..e628050 100644
+--- a/script/cpansign
 b/script/cpansign
+@@ -51,7 +51,7 @@ my $cmd = $cmd{substr($op, 0, 1)};
+ (system(perldoc $0), exit) if $cmd eq 'help';
+ my @args;
+ push @args, (overwrite = '1')if $cmd eq 'sign';
+-push @args, (skip = '0') unless grep /^-?-?skip/, @ARGV;
++push @args, (skip = '1') if grep /^-?-?skip/, @ARGV;
+ 
+ if (my $sub = Module::Signature-can($cmd)) {
+ if (@ARGV and -e $ARGV[-1]) {
+-- 
+2.1.4
+
diff --git a/debian/patches/series b/debian/patches/series
index 1a484e6..7b5e8ef 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ CVE-2013-2145.patch
 CVE-2015-3406_CVE-2015-3407_CVE-2015-3408.patch
 CVE-2015-3409.patch
 Fix-signature-tests.patch
+0001-make-skip-work-again.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmodule-signature-perl.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


[libmodule-signature-perl] branch wheezy updated (cb16829 - aac52ff)

2015-05-20 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a change to branch wheezy
in repository libmodule-signature-perl.

  from  cb16829   Prepare changelog for release to wheezy-security
  adds  d6e829f   Add 0001-make-skip-work-again.patch patch
  adds  aac52ff   Prepare changelog for release

No new revisions were added by this update.

Summary of changes:
 debian/changelog   |  8 
 debian/patches/0001-make-skip-work-again.patch | 27 ++
 debian/patches/series  |  1 +
 3 files changed, 36 insertions(+)
 create mode 100644 debian/patches/0001-make-skip-work-again.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmodule-signature-perl.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


[libmodule-signature-perl] annotated tag debian/0.68-1+deb7u3 created (now 15f0b7c)

2015-05-20 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a change to annotated tag debian/0.68-1+deb7u3
in repository libmodule-signature-perl.

at  15f0b7c   (tag)
   tagging  aac52ffa13bbcdd042c9da1afb69102cbf9c34d0 (commit)
  replaces  debian/0.68-1+deb7u2
 tagged by  Salvatore Bonaccorso
on  Wed May 20 20:51:46 2015 +0200

- Log -
tagging package libmodule-signature-perl version debian/0.68-1+deb7u3
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCgAGBQJVXNfCAAoJEAVMuPMTQ89EuzoP/0mj1ozZI0PlpwlSOU21yBMp
JX6CE5vt8taYGyc00ibSOeolvZzrjQEncojSlfNytrvXiOs7V4ZuHjXO6qUxS1Ri
ddo7MFtIHjk8gJOgKYkXsNWXPj7pc3+3M3M2nXkWLE+6SFO+hcpXzhvq7wEHtKHZ
AG2Fjg5UeuuBzJEJlMh9XPX3Qim/4dNxm7+uXIAK0EmL/4LHyPzm1aCaiygXXpxM
TPSSFGIH9Ddj8gT5/RKfdJ+lkecM8xER71w9Zu5/Vro6zfZH3ih6MH5zD6O4/JRW
GxLV9erSI/6+au1tCGkh6murAPPnbNZR9NJEF/1gu8dDyfrzgImJqGXkFdybR7ji
K90qGaBp7iYVOkPDzya5VaYK3hugPki0gdtc/GPtov+gYI4byQNj3I1halT5rDQN
W2SjylZxokadM5Ce+NFihMStTlYASXfOUQN8rouUNvbSQSKZdu33IOarP5j4DUZR
Nx88Gw4tn0GmzM2dTCHozrWsMvwHM6LtkzgKzkCP7bAWsL+1HQB6SMCJNv81NE3W
dFPR6/BXJVE3dm2uoZWpOBAAuSQRvarz1/ZcfigEBtMqjQAfjVfrC8SBeKiSaaVx
MCDde5HuwN9kHZ+JBpQF/kzQYL+SpWnrvJ0IaYtfFTWUH+GgS4ga4mD01RhgLYvJ
esRLgKThbd9OYLlekr7q
=eOHN
-END PGP SIGNATURE-

Salvatore Bonaccorso (2):
  Add 0001-make-skip-work-again.patch patch
  Prepare changelog for release

---

This annotated tag includes the following new commits:

   new  d6e829f   Add 0001-make-skip-work-again.patch patch
   new  aac52ff   Prepare changelog for release

The 2 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmodule-signature-perl.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


[libmodule-signature-perl] 02/02: Prepare changelog for release

2015-05-20 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to annotated tag debian/0.68-1+deb7u3
in repository libmodule-signature-perl.

commit aac52ffa13bbcdd042c9da1afb69102cbf9c34d0
Author: Salvatore Bonaccorso car...@debian.org
Date:   Wed May 20 20:51:22 2015 +0200

Prepare changelog for release

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

diff --git a/debian/changelog b/debian/changelog
index 5b7fc83..6d25e6b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libmodule-signature-perl (0.68-1+deb7u3) wheezy-security; urgency=high
+
+  * Team upload.
+  * Add 0001-make-skip-work-again.patch patch.
+Restore --skip functionality for cpansign. (Closes: #785701)
+
+ -- Salvatore Bonaccorso car...@debian.org  Wed, 20 May 2015 20:51:05 +0200
+
 libmodule-signature-perl (0.68-1+deb7u2) wheezy-security; urgency=high
 
   * Team upload.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmodule-signature-perl.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


[libanyevent-http-perl] 04/08: Update debian/changelog

2015-05-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 libanyevent-http-perl.

commit bb7531f63e5d5d25ddd744ae5217edec6f5356d1
Author: gregor herrmann gre...@debian.org
Date:   Wed May 20 21:18:06 2015 +0200

Update debian/changelog

Git-Dch: Ignore
---
 debian/changelog | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3cc127d..10fab83 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,13 @@
-libanyevent-http-perl (2.21-2) UNRELEASED; urgency=medium
+libanyevent-http-perl (2.22-1) UNRELEASED; urgency=medium
 
   [ Salvatore Bonaccorso ]
   * Update Vcs-Browser URL to cgit web frontend
 
   [ gregor herrmann ]
   * Add debian/upstream/metadata
+  * Import upstream version 2.22
 
- -- Salvatore Bonaccorso car...@debian.org  Sat, 16 Aug 2014 09:29:28 +0200
+ -- gregor herrmann gre...@debian.org  Wed, 20 May 2015 21:18:06 +0200
 
 libanyevent-http-perl (2.21-1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libanyevent-http-perl.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


[libanyevent-http-perl] annotated tag debian/2.22-1 created (now b522afb)

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

gregoa pushed a change to annotated tag debian/2.22-1
in repository libanyevent-http-perl.

at  b522afb   (tag)
   tagging  43a9fb3ce46ca94fb7709006f073c2ceb7079c23 (commit)
  replaces  debian/2.21-1
 tagged by  gregor herrmann
on  Wed May 20 21:25:40 2015 +0200

- Log -
tagging package libanyevent-http-perl version debian/2.22-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJVXN+0XxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoG4yIP/2EsSVRXExUYotOYSh864bUC
mecsJQgheVhRMMlBz/QSh1WUQADTH2D8VMZTM3dVQC7ezoJN0uqlJ9gguq1bFvdI
2T3D2wC+VUZ15X7KoOkoZ+K01CTzJQ88elrX649qqGHYJM7cEhZLrN0ZLPzlOklu
pdonfL7BZ3gtDiAv4sL0eOefYEiDYZmwboQ6yHBYo+iQuq/ljwqQ/13axOzRujn+
gmvSJlthd4ky3mgK2VvLDdgqo8kp0wjY3/JRhJKweRx7+eE6XoGtuF/8TnFV/jGZ
MEz8d8Qb48xUJ2HvgBM/RXOwTmL1ZVWsesEMazFv5mUbTrZHLcNXzQTgTbUIbyHj
KYUL/rd66sqpvxnprEyTRlvrk/qtWAUp42LGF702YJqPlvPnokxOBt8BY+INeDE+
cw7NpdN3ORd5IiCqeKRpL+nIopD92l3RUVE/WBurlk9pn2/Mu5XoccmCTNJ8Edqs
0Obc2ZdE9pqMAqm7mQniPcV659sYq42Cbhd4pD8L3EtztoT/s/tVFAEKG35mBtEp
85h0OJ4usjg14Ubw5LpSeVul7oZKt0tiqa7NPR6RmfVd/SvkbuO6nabKzU2oegim
QTAVAOyEzkswdTMMdUi1FyIwFsDyYXm1YRzhvxCQj3JQyzu0mFoCwaZY3gs64N2c
EKGK3diYV8DvPl69odhv
=aO02
-END PGP SIGNATURE-

Salvatore Bonaccorso (2):
  Update Vcs-Browser URL to cgit web frontend
  update changelog

gregor herrmann (9):
  Add debian/upstream/metadata
  Update debian/changelog
  Imported Upstream version 2.22
  Merge tag 'upstream/2.22'
  Update debian/changelog
  add bug closer
  Declare compliance with Debian Policy 3.9.6.
  Mark package as autopkgtest-able.
  releasing package libanyevent-http-perl version 2.22-1

---

This annotated tag includes the following new commits:

   new  7d17e95   Add debian/upstream/metadata
   new  fc9003a   Update debian/changelog
   new  bf29e99   Merge tag 'upstream/2.22'
   new  bb7531f   Update debian/changelog
   new  1832475   add bug closer
   new  aa64fca   Declare compliance with Debian Policy 3.9.6.
   new  22c12f3   Mark package as autopkgtest-able.
   new  43a9fb3   releasing package libanyevent-http-perl version 2.22-1

The 8 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libanyevent-http-perl.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


[libanyevent-http-perl] annotated tag upstream/2.22 created (now ffe8977)

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

gregoa pushed a change to annotated tag upstream/2.22
in repository libanyevent-http-perl.

at  ffe8977   (tag)
   tagging  238a3631c24c52db7a76094c5aaf251d307cf589 (commit)
  replaces  upstream/2.21
 tagged by  gregor herrmann
on  Wed May 20 21:18:05 2015 +0200

- Log -
Upstream version 2.22

gregor herrmann (1):
  Imported Upstream version 2.22

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libanyevent-http-perl.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


[libanyevent-http-perl] 01/01: pristine-tar data for libanyevent-http-perl_2.22.orig.tar.gz

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

gregoa pushed a commit to branch pristine-tar
in repository libanyevent-http-perl.

commit c83ef3bdf8c44d199b7d544d5596e5da96f7bd57
Author: gregor herrmann gre...@debian.org
Date:   Wed May 20 21:18:05 2015 +0200

pristine-tar data for libanyevent-http-perl_2.22.orig.tar.gz
---
 libanyevent-http-perl_2.22.orig.tar.gz.delta | Bin 0 - 1067 bytes
 libanyevent-http-perl_2.22.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libanyevent-http-perl_2.22.orig.tar.gz.delta 
b/libanyevent-http-perl_2.22.orig.tar.gz.delta
new file mode 100644
index 000..d23884e
Binary files /dev/null and b/libanyevent-http-perl_2.22.orig.tar.gz.delta differ
diff --git a/libanyevent-http-perl_2.22.orig.tar.gz.id 
b/libanyevent-http-perl_2.22.orig.tar.gz.id
new file mode 100644
index 000..c06a6a7
--- /dev/null
+++ b/libanyevent-http-perl_2.22.orig.tar.gz.id
@@ -0,0 +1 @@
+6d9455bebaf59141e918ec5688fd2310318e249b

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libanyevent-http-perl.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


[libanyevent-http-perl] 07/08: Mark package as autopkgtest-able.

2015-05-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 libanyevent-http-perl.

commit 22c12f36eaa0aaeb4ab22de78044192cef56850a
Author: gregor herrmann gre...@debian.org
Date:   Wed May 20 21:22:34 2015 +0200

Mark package as autopkgtest-able.
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index 03bb75b..51100ce 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,7 @@ Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libanyevent-http-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libanyevent-http-perl.git
 Homepage: https://metacpan.org/release/AnyEvent-HTTP
+Testsuite: autopkgtest-pkg-perl
 
 Package: libanyevent-http-perl
 Architecture: all

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libanyevent-http-perl.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


[libanyevent-http-perl] 08/08: releasing package libanyevent-http-perl version 2.22-1

2015-05-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 libanyevent-http-perl.

commit 43a9fb3ce46ca94fb7709006f073c2ceb7079c23
Author: gregor herrmann gre...@debian.org
Date:   Wed May 20 21:25:40 2015 +0200

releasing package libanyevent-http-perl version 2.22-1
---
 debian/changelog | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bcd97d6..6cb08b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,6 @@
-libanyevent-http-perl (2.22-1) UNRELEASED; urgency=medium
+libanyevent-http-perl (2.22-1) unstable; urgency=medium
+
+  * Team upload.
 
   [ Salvatore Bonaccorso ]
   * Update Vcs-Browser URL to cgit web frontend
@@ -8,8 +10,10 @@ libanyevent-http-perl (2.22-1) UNRELEASED; urgency=medium
   * Import upstream version 2.22
 Fixes http_get cannot parse IPv6 addresses.
 (Closes: #785807)
+  * Declare compliance with Debian Policy 3.9.6.
+  * Mark package as autopkgtest-able.
 
- -- gregor herrmann gre...@debian.org  Wed, 20 May 2015 21:18:06 +0200
+ -- gregor herrmann gre...@debian.org  Wed, 20 May 2015 21:24:39 +0200
 
 libanyevent-http-perl (2.21-1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libanyevent-http-perl.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


[libanyevent-http-perl] 05/08: add bug closer

2015-05-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 libanyevent-http-perl.

commit 1832475bc2253f12727bae6a9066c9bc7a269abc
Author: gregor herrmann gre...@debian.org
Date:   Wed May 20 21:19:05 2015 +0200

add bug closer

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

diff --git a/debian/changelog b/debian/changelog
index 10fab83..bcd97d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ libanyevent-http-perl (2.22-1) UNRELEASED; urgency=medium
   [ gregor herrmann ]
   * Add debian/upstream/metadata
   * Import upstream version 2.22
+Fixes http_get cannot parse IPv6 addresses.
+(Closes: #785807)
 
  -- gregor herrmann gre...@debian.org  Wed, 20 May 2015 21:18:06 +0200
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libanyevent-http-perl.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


[libmodule-signature-perl] 01/02: Add 0001-make-skip-work-again.patch patch

2015-05-20 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to annotated tag debian/0.73-1+deb8u2
in repository libmodule-signature-perl.

commit 0c1890e761a32b57b15736fb2267b7dbe0e5b785
Author: Salvatore Bonaccorso car...@debian.org
Date:   Wed May 20 20:34:16 2015 +0200

Add 0001-make-skip-work-again.patch patch

Restore --skip functionality for cpansign.

Closes: #785701
---
 debian/patches/0001-make-skip-work-again.patch | 27 ++
 debian/patches/series  |  1 +
 2 files changed, 28 insertions(+)

diff --git a/debian/patches/0001-make-skip-work-again.patch 
b/debian/patches/0001-make-skip-work-again.patch
new file mode 100644
index 000..832784d
--- /dev/null
+++ b/debian/patches/0001-make-skip-work-again.patch
@@ -0,0 +1,27 @@
+From 6e1b7d3a7109ecf42e99e374e90f997051015c7e Mon Sep 17 00:00:00 2001
+From: Christian Loos cl...@netcologne.de
+Date: Mon, 18 May 2015 16:20:35 +0200
+Subject: [PATCH] make --skip work again
+
+8a91645 removed 'skip = 1' from verify() but missed to change the logic
+in the cpansign script for the skip option parsing.
+---
+ script/cpansign | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/script/cpansign b/script/cpansign
+index ced80b4..e628050 100644
+--- a/script/cpansign
 b/script/cpansign
+@@ -51,7 +51,7 @@ my $cmd = $cmd{substr($op, 0, 1)};
+ (system(perldoc $0), exit) if $cmd eq 'help';
+ my @args;
+ push @args, (overwrite = '1')if $cmd eq 'sign';
+-push @args, (skip = '0') unless grep /^-?-?skip/, @ARGV;
++push @args, (skip = '1') if grep /^-?-?skip/, @ARGV;
+ 
+ if (my $sub = Module::Signature-can($cmd)) {
+ if (@ARGV and -e $ARGV[-1]) {
+-- 
+2.1.4
+
diff --git a/debian/patches/series b/debian/patches/series
index d75f807..0cad9ed 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 CVE-2015-3406_CVE-2015-3407_CVE-2015-3408.patch
 CVE-2015-3409.patch
 Fix-signature-tests.patch
+0001-make-skip-work-again.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmodule-signature-perl.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


[libmodule-signature-perl] annotated tag debian/0.73-1+deb8u2 created (now 05eb56e)

2015-05-20 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a change to annotated tag debian/0.73-1+deb8u2
in repository libmodule-signature-perl.

at  05eb56e   (tag)
   tagging  962d3517f2a166112c7eef6a116a0eb89faf86e4 (commit)
  replaces  debian/0.73-1+deb8u1
 tagged by  Salvatore Bonaccorso
on  Wed May 20 20:37:12 2015 +0200

- Log -
tagging package libmodule-signature-perl version debian/0.73-1+deb8u2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCgAGBQJVXNRYAAoJEAVMuPMTQ89EnTIP/0ldYdKhirCOLaLgTyfHlENy
5XjblbJ7peUIxRPWZN0YStksZ2QuvpvZ5xzNMKZ1aB4D4SKdceP0rq52UghwaMPJ
IRx+izvcjsQ2j4U13vi99Dmay4qo5/0t7FOHFZcghcaGG+Htdzft7oKFSyV4wRCT
25Y7i7/S/LZbtJWS38V108VqwMc+2kAbSDtzD0keAIoq0SZeR+s3BYeMxk42DWM4
aq/mO5M5ch2Ilq6QQIrkUpo4/+3j53F2T70mkeDSx8Mcpc+LzXvPcgWzUUWSk6yp
SZ/+4/QoO72+JEi+Iik1z81UaQ9so/O1yKIgRO3bssrZAS2uY+1/Tv7I9o701lmz
qnp2CzOQpFUe5tRNjsfWOH58Y8fkTU3ly8PUK77QsxJ7AFEH50wDGA7JIdvSuQNY
lAXC4tliqrELKq74Q/zyd4DNWp72q4eSc5Xvt7HRJH2Joy10gyOZHkubesGNNDOM
4Z/2pcYtdEplQjP2XGNSfhtjtHXia8hkrkt+UDL7jGsuL7m18pfjjUrTmccjZ4Sq
sP5sQUSvQwEGWZ92QjpbJYQwFmW2SxVcjSsIUCMcUeRj/nEeeOtzqRDVcmLhgx6m
98rFApq7BC/tVLKAWF26X3UlfKshaaLx0b7qUnO09eXdubsSXS+JAwDALRqWP1Wt
bok5Mp2+hLNJVcJM0GGD
=HT04
-END PGP SIGNATURE-

Salvatore Bonaccorso (2):
  Add 0001-make-skip-work-again.patch patch
  Prepare changelog for release

---

This annotated tag includes the following new commits:

   new  0c1890e   Add 0001-make-skip-work-again.patch patch
   new  962d351   Prepare changelog for release

The 2 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmodule-signature-perl.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


[libmodule-signature-perl] 02/02: Prepare changelog for release

2015-05-20 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to annotated tag debian/0.73-1+deb8u2
in repository libmodule-signature-perl.

commit 962d3517f2a166112c7eef6a116a0eb89faf86e4
Author: Salvatore Bonaccorso car...@debian.org
Date:   Wed May 20 20:36:57 2015 +0200

Prepare changelog for release

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

diff --git a/debian/changelog b/debian/changelog
index bb7cb7e..479bf16 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libmodule-signature-perl (0.73-1+deb8u2) jessie-security; urgency=high
+
+  * Team upload.
+  * Add 0001-make-skip-work-again.patch patch.
+Restore --skip functionality for cpansign. (Closes: #785701)
+
+ -- Salvatore Bonaccorso car...@debian.org  Wed, 20 May 2015 20:36:38 +0200
+
 libmodule-signature-perl (0.73-1+deb8u1) jessie-security; urgency=high
 
   * Team upload.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmodule-signature-perl.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


[libmath-cartesian-product-perl] 02/02: Prepare for release: Update changelog.

2015-05-20 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libmath-cartesian-product-perl.

commit 7471e967505b2367a7af2978747db40baed28b6f
Author: Jonas Smedegaard d...@jones.dk
Date:   Wed May 20 17:17:16 2015 +0200

Prepare for release: Update changelog.
---
 debian/changelog | 9 +
 1 file changed, 9 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 0a61c5b..e71793e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+libmath-cartesian-product-perl (1.008-2) unstable; urgency=medium
+
+  * Update copyright info:
++ Fix Upstream-refer.
++ Drop bogus alternative git URL.
+Thanks to Gregor Herrmann.
+
+ -- Jonas Smedegaard d...@jones.dk  Wed, 20 May 2015 17:16:43 +0200
+
 libmath-cartesian-product-perl (1.008-1) unstable; urgency=low
 
   * Initial packaging release.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-cartesian-product-perl.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


[libmath-cartesian-product-perl] branch master updated (3a6d423 - 7471e96)

2015-05-20 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to branch master
in repository libmath-cartesian-product-perl.

  from  3a6d423   Initial packaging.
   new  88534e2   Update copyright info: Fix Upstream-refer, and drop bogus 
alternative git URL. Thanks to Gregor Herrmann.
   new  7471e96   Prepare for release: Update changelog.

The 2 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 9 +
 debian/copyright | 3 +--
 2 files changed, 10 insertions(+), 2 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-cartesian-product-perl.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


[libmath-cartesian-product-perl] 01/02: Update copyright info: Fix Upstream-refer, and drop bogus alternative git URL. Thanks to Gregor Herrmann.

2015-05-20 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libmath-cartesian-product-perl.

commit 88534e287222f273e41cd0d6c4223cbeb277acdb
Author: Jonas Smedegaard d...@jones.dk
Date:   Wed May 20 17:16:13 2015 +0200

Update copyright info: Fix Upstream-refer, and drop bogus alternative git 
URL. Thanks to Gregor Herrmann.
---
 debian/copyright | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 8af5979..a8eaef5 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,8 +1,7 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Math::Cartesian::Product
-Upstream-Contact: https://github.com/kasei/Math-Cartesian-Product/issues
+Upstream-Contact: 
https://rt.cpan.org/Public/Dist/Display.html?Name=Math-Cartesian-Product
 Source: http://search.cpan.org/dist/Math-Cartesian-Product/
- git://github.com/kasei/Math-Cartesian-Product
 
 Files: *
 Copyright: 2006, Philip R Brenan philiprbre...@appaapps.com

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-cartesian-product-perl.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


[libpdf-fromhtml-perl] branch master updated (401501e - 4c36e8e)

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

gregoa pushed a change to branch master
in repository libpdf-fromhtml-perl.

  from  401501e   Re-set changelog for upload
   new  4c36e8e   back to UNRELEASED, TODO added to d/changelog

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 14 +-
 1 file changed, 13 insertions(+), 1 deletion(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libpdf-fromhtml-perl.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


[libpdf-fromhtml-perl] 01/01: back to UNRELEASED, TODO added to d/changelog

2015-05-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 libpdf-fromhtml-perl.

commit 4c36e8eefa80f78f7f53e26aebc60682eec99cd3
Author: gregor herrmann gre...@debian.org
Date:   Wed May 20 16:42:56 2015 +0200

back to UNRELEASED, TODO added to d/changelog

Git-Dch: Ignore
---
 debian/changelog | 14 +-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 687b405..2280a9a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,16 @@
-libpdf-fromhtml-perl (0.31-1) unstable; urgency=low
+libpdf-fromhtml-perl (0.31-1) UNRELEASED; urgency=low
+
+  TODO:
+  if you remove inc/ (which is a bit overkill IMO, the only thing missing was
+  a copyright/license paragraph in d/copyright, ready for copypaste (modulo
+  adjusting years) at
+  https://pkg-perl.alioth.debian.org/copyright.html#module__install ) then you
+  need to create a new tarball and gbp-import-orig it to get it into the
+  pristine-tar branch and to bump the version (to 0.31+dfsg-1 or whatever
+  uscan with Files-Excluded creates) in d/changelog. -- currently inc/ is
+  still in the .orig.tar.gz in pristine-tar (and hence still missing in
+  d/copyright since we also distribute the tarball) and dpkg-source whines
+  during build because it's missing in git
 
   * Initial Release. Closes: #784297
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libpdf-fromhtml-perl.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