[liblucy-perl] 03/07: Update copyright info: Extend coverage for myself.

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

js pushed a commit to branch master
in repository liblucy-perl.

commit d61356251c1ccbaf08c5553fb0d2be44b1008bf0
Author: Jonas Smedegaard 
Date:   Tue Jun 2 12:27:46 2015 +0200

Update copyright info: Extend coverage for myself.
---
 debian/copyright | 2 +-
 debian/rules | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 6087d2c..c266a04 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -67,7 +67,7 @@ License: Expat
 
 Files: debian/*
 Copyright:
-  © 2014, Jonas Smedegaard 
+  © 2014-2015, Jonas Smedegaard 
 License-Grant:
  This program is free software: you can redistribute it and/or modify it
  under the terms of the GNU General Public License as published by the
diff --git a/debian/rules b/debian/rules
index 62db3ad..495853b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 # -*- mode: makefile; coding: utf-8 -*-
-# Copyright © 2014 Jonas Smedegaard 
+# Copyright © 2014-2015 Jonas Smedegaard 
 # Description: Main Debian packaging script for Lucy
 #
 # This program is free software; you can redistribute it and/or modify

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

[liblucy-perl] branch master updated (824e20d -> 23a35b2)

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

js pushed a change to branch master
in repository liblucy-perl.

  from  824e20d   Prepare for release: Update changelog, control file and 
copyright hints.
   new  fce5080   Update copyright info: Use License-Grant and 
License-Reference fields. Thanks to Ben Finney.
   new  337706b   Add lintian overrides regarding license in 
License-Reference field. See bug#786450.
   new  d613562   Update copyright info: Extend coverage for myself.
   new  158b205   Fix Build-depend on libcgi-pm-perl (or older Perl). 
Closes: bug#787467. Thanks to Dominic Hargreaves.
   new  a87497d   Fix typo.
   new  a9d62d6   Declare compliance with Debian Policy 3.9.6.
   new  23a35b2   Prepare for release: Update changelog, control file and 
copyright hints.

The 7 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 +++
 debian/control  |  3 +-
 debian/control.in   |  2 +-
 debian/copyright| 89 +
 debian/copyright_hints  |  4 +-
 debian/rules|  3 +-
 debian/source/lintian-overrides |  3 ++
 7 files changed, 62 insertions(+), 56 deletions(-)
 create mode 100644 debian/source/lintian-overrides

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


[liblucy-perl] 05/07: Fix typo.

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

js pushed a commit to branch master
in repository liblucy-perl.

commit a87497d66e20bf64145ad3e08b20d735a2b1a56f
Author: Jonas Smedegaard 
Date:   Tue Jun 2 13:09:37 2015 +0200

Fix typo.
---
 debian/copyright | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/copyright b/debian/copyright
index c266a04..b3a59cc 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -43,7 +43,7 @@ License-Grant:
  .
  http://snowball.tartarus.org/license.php
 License: BSD-2-clause
-Comment
+Comment:
  Web page at above mentioned URL contained on 20140523 the following:
  .
  All the software given out on this Snowball site is covered by the BSD

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


[liblucy-perl] 04/07: Fix Build-depend on libcgi-pm-perl (or older Perl). Closes: bug#787467. Thanks to Dominic Hargreaves.

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

js pushed a commit to branch master
in repository liblucy-perl.

commit 158b20540c8d4edc6bb271311ee1b1c09f06e904
Author: Jonas Smedegaard 
Date:   Tue Jun 2 12:50:06 2015 +0200

Fix Build-depend on libcgi-pm-perl (or older Perl). Closes: bug#787467. 
Thanks to Dominic Hargreaves.
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index 495853b..07c3dd9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,6 +29,7 @@ DEB_UPSTREAM_TARBALL_MD5 = b43bae463f9a7f8283ea3e7ad2ca3b25
 
 # Needed by upstream testsuite
 deps-test = libcache-memcached-fast-perl, libreadonly-perl
+deps-test +=, libcgi-pm-perl | perl (<< 5.21)
 deps-test +=, memcached
 
 CDBS_BUILD_DEPENDS +=, $(deps-test)

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


[liblucy-perl] 01/07: Update copyright info: Use License-Grant and License-Reference fields. Thanks to Ben Finney.

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

js pushed a commit to branch master
in repository liblucy-perl.

commit fce5080a2c9a916aa6efb20bc2f103b078b610b3
Author: Jonas Smedegaard 
Date:   Tue Jun 2 12:26:47 2015 +0200

Update copyright info: Use License-Grant and License-Reference fields. 
Thanks to Ben Finney.
---
 debian/copyright | 89 +++-
 1 file changed, 37 insertions(+), 52 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index e8079d1..6087d2c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -8,7 +8,23 @@ Source: http://www.cpan.org/authors/id/C/CR/CREAMYG
 
 Files: *
  lemon/Makefile*
-Copyright: 2013, The Apache Software Foundation
+Copyright:
+  © 2013, The Apache Software Foundation
+License-Grant:
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied.  See the License for the specific language governing
+ permissions and limitations under the License.
 License: Apache-2.0
 
 Files: lemon/*
@@ -17,19 +33,17 @@ License: PD
  The author of this program disclaims copyright.
 
 Files: modules/analysis/snowstem/source/*
-Copyright: 2002, Richard Boulton
-License: BSD-2-clause
- License:
- .
+Copyright:
+  © 2002, Richard Boulton
+License-Grant:
  Unless otherwise noted, the files within this directory are imported
  directly from a checkout of the Snowball source code repository.  Some
  of the files do not contain license headers, by choice of the Snowball
  project:
  .
  http://snowball.tartarus.org/license.php
- .
- Comment
- .
+License: BSD-2-clause
+Comment
  Web page at above mentioned URL contained on 20140523 the following:
  .
  All the software given out on this Snowball site is covered by the BSD
@@ -42,37 +56,27 @@ License: BSD-2-clause
 
 Files: modules/unicode/ucd/*
  modules/unicode/utf8proc/utf8proc_data.c
-Copyright: 1991-2011, Unicode, Inc.
+Copyright:
+  © 1991-2011, Unicode, Inc.
 License: Unicode
 
 Files: modules/unicode/utf8proc/*
-Copyright: 2009, Public Software Group e. V., Berlin, Germany
+Copyright:
+  © 2009, Public Software Group e. V., Berlin, Germany
 License: Expat
 
 Files: debian/*
-Copyright: 2014, Jonas Smedegaard 
+Copyright:
+  © 2014, Jonas Smedegaard 
+License-Grant:
+ This program is free software: you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by the
+ Free Software Foundation, either version 3 of the License, or (at your
+ option) any later version.
 License: GPL-3+
 
 License: Apache-2.0
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements.  See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License.  You may obtain a copy of the License at
- .
- http://www.apache.org/licenses/LICENSE-2.0
- .
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
- implied.  See the License for the specific language governing
- permissions and limitations under the License.
- .
- Comment:
- .
- On Debian systems the 'Apache License' version 2.0 is located in
- '/usr/share/common-licenses/Apache-2.0'.
+License-Reference: /usr/share/common-licenses/Apache-2.0
 
 License: Expat
  Permission is hereby granted, free of charge, to any person obtaining a
@@ -154,29 +158,10 @@ License: BSD-2-clause
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 License: Artistic
- Comment:
- .
- On Debian systems the 'Artistic License' is located in
- '/usr/share/common-licenses/Artistic'.
+License-Reference: /usr/share/common-licenses/Artistic
 
 License: GPL-1+
- Comment:
- .
- On Debian systems the 'GNU General Public License' version 1 is located
- in '/usr/share/common-licenses/GPL-1'.
+License-Reference: /usr/share/common-licenses/GPL-1
 
 License: GPL-3+
- This program is free software: you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by the
- Free Software Foundation, either version 3 of the License, or (at your
- option) any later vers

[liblucy-perl] 07/07: Prepare for release: Update changelog, control file and copyright hints.

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

js pushed a commit to branch master
in repository liblucy-perl.

commit 23a35b28aed4ffe6c29b81d1a53089d97c767acb
Author: Jonas Smedegaard 
Date:   Tue Jun 2 13:10:56 2015 +0200

Prepare for release: Update changelog, control file and copyright hints.
---
 debian/changelog   | 14 ++
 debian/control |  3 ++-
 debian/copyright_hints |  4 +++-
 3 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 14ff94e..4bd412b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+liblucy-perl (0.3.3-5) unstable; urgency=medium
+
+  * Update copyright info:
++ Use License-Grant and License-Reference fields.
+  Thanks to Ben Finney.
++ Extend coverage for myself.
+  * Add lintian overrides regarding license in License-Reference field.
+See bug#786450.
+  * Fix Build-depend on libcgi-pm-perl (or older Perl).
+Closes: bug#787467. Thanks to Dominic Hargreaves.
+  * Declare compliance with Debian Policy 3.9.6.
+
+ -- Jonas Smedegaard   Tue, 02 Jun 2015 13:10:47 +0200
+
 liblucy-perl (0.3.3-4) unstable; urgency=medium
 
   * Fix upstream URLs, and add alternate source URLs.
diff --git a/debian/control b/debian/control
index 1ee0301..f645b49 100644
--- a/debian/control
+++ b/debian/control
@@ -9,10 +9,11 @@ Build-Depends: cdbs,
  dh-buildinfo,
  libcache-memcached-fast-perl,
  libreadonly-perl,
+ libcgi-pm-perl | perl (<< 5.21),
  memcached
 Maintainer: Debian Perl Group 
 Uploaders: Jonas Smedegaard 
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liblucy-perl
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/liblucy-perl.git
 Homepage: https://lucy.apache.org/
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 8d737d5..8e15ac2 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -1103,6 +1103,7 @@ Files: CHANGES
  debian/patches/mips-unaligned-access.patch
  debian/patches/series
  debian/source/format
+ debian/source/lintian-overrides
  debian/watch
  devel/benchmarks/README.txt
  lemon/README
@@ -1261,7 +1262,7 @@ License: Apache-2.0
  FIXME
 
 Files: debian/rules
-Copyright: 2014, Jonas Smedegaard 
+Copyright: 2014-2015, Jonas Smedegaard 
 License: GPL-3+
  FIXME
 
@@ -1273,6 +1274,7 @@ License: Public domain Apache-2.0
 Files: LICENSE
 Copyright: [
   license to reproduce, prepare Derivative Works of
+  there is clear notice in each modified Data File or
 License: Public domain Apache-2.0 BSD (3 clause) MIT/X11 (BSD like)
  FIXME
 

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


[liblucy-perl] 06/07: Declare compliance with Debian Policy 3.9.6.

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

js pushed a commit to branch master
in repository liblucy-perl.

commit a9d62d60fd9786253949a39147e540c7278693c8
Author: Jonas Smedegaard 
Date:   Tue Jun 2 13:09:53 2015 +0200

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

diff --git a/debian/control.in b/debian/control.in
index ba9712b..d817e9e 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -4,7 +4,7 @@ Priority: optional
 Build-Depends: @cdbs@
 Maintainer: Debian Perl Group 
 Uploaders: Jonas Smedegaard 
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liblucy-perl
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/liblucy-perl.git
 Homepage: https://lucy.apache.org/

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


[liblucy-perl] 02/07: Add lintian overrides regarding license in License-Reference field. See bug#786450.

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

js pushed a commit to branch master
in repository liblucy-perl.

commit 337706b73bf5675ec4ed5eab5625be590f154483
Author: Jonas Smedegaard 
Date:   Tue Jun 2 12:27:15 2015 +0200

Add lintian overrides regarding license in License-Reference field. See 
bug#786450.
---
 debian/source/lintian-overrides | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 000..134c57c
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,3 @@
+# License is in License-Reference field (see bug#786450)
+missing-license-text-in-dep5-copyright
+missing-license-paragraph-in-dep5-copyright

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


[liblucy-perl] annotated tag debian/0.3.3-5 created (now c80d629)

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

js pushed a change to annotated tag debian/0.3.3-5
in repository liblucy-perl.

at  c80d629   (tag)
   tagging  23a35b28aed4ffe6c29b81d1a53089d97c767acb (commit)
  replaces  debian/0.3.3-4
 tagged by  Jonas Smedegaard
on  Tue Jun 2 13:22:44 2015 +0200

- Log -
liblucy-perl Debian release 0.3.3-5
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJVbZIEAAoJECx8MUbBoAEhDAgP/RgKTaJcUY6z9rPqTrM5xdMb
ZeYdfXUbsMBY0QCv7wTHw6duC+JBcYnjpMJIND0c+VZzrmoGBJvmxd43P/tjtwEh
jDGoEobGZl28T6Jxii+x6kWZjiua1v64MK94n+3kWX7cRTXCU+JVA6/718kZiO0t
kVZgbe3kEyQT8dwELQOqnf1o6FFUbX+YzTCK9a4REfhvLoB9L86uOHLua3HcPHyF
EYf7t9R68hHuwTlY9/yNDZIt/tgGHEt9nZzXfKUFSQAP2LR530iLQ93BvOeUZK/Y
8OYXHHZlCxaOtLQBvVcUZYEkPxFyjrlNJI+KVudUG4lMVqN978JIRTBwt9X0SrFq
uZJ0pIiGNQjd/GUUZ/5TP1wWADr9ZmEdjF4+93e/0YsKjc9Ww33seqWVxYbFCW76
+xem/BwnCS6EMpVr+svhnJaNHnR/TPv8SG7azqjW/cYfOWOloSBMHdPM5Wh9GmG+
FzTsMBitfmeAFO5zJRVsXZhORzBOCq541Fh4gFCWmoFFW96TSU5fqwrgGPJ3UoZ/
eIKbe/3bNYFMLVnayplWadO9/LmXuyjDo9v5s3q1s2jf+qDD8FhgF0bvW3Qo0xjF
lLmzJcf05VvM0ozR8oBKbswMFl1oBSWABLcVoa/WDRQAmZE3/Ngv2Jmwu8nq2A6t
d3fbCsXa/uqGcEfvcrn5
=ilE4
-END PGP SIGNATURE-

Jonas Smedegaard (7):
  Update copyright info: Use License-Grant and License-Reference fields. 
Thanks to Ben Finney.
  Add lintian overrides regarding license in License-Reference field. See 
bug#786450.
  Update copyright info: Extend coverage for myself.
  Fix Build-depend on libcgi-pm-perl (or older Perl). Closes: bug#787467. 
Thanks to Dominic Hargreaves.
  Fix typo.
  Declare compliance with Debian Policy 3.9.6.
  Prepare for release: Update changelog, control file and copyright hints.

---

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/liblucy-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-corelist-perl] 01/02: Merge tag 'upstream/5.20150520'

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

carnil pushed a commit to branch master
in repository libmodule-corelist-perl.

commit 5915c73fd1dd128be460e62d2d32192c6960dea3
Merge: abb09fd 3203880
Author: Salvatore Bonaccorso 
Date:   Tue Jun 2 14:26:00 2015 +0200

Merge tag 'upstream/5.20150520'

Upstream version 5.20150520

 Changes |   5 ++
 META.json   |   2 +-
 META.yml|   2 +-
 lib/Module/CoreList.pm  | 168 +++-
 lib/Module/CoreList/TieHashDelta.pm |   2 +-
 lib/Module/CoreList/Utils.pm|   9 +-
 6 files changed, 144 insertions(+), 44 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmodule-corelist-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-corelist-perl] 01/01: pristine-tar data for libmodule-corelist-perl_5.20150520.orig.tar.gz

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

carnil pushed a commit to branch pristine-tar
in repository libmodule-corelist-perl.

commit 861fd8d2fd2d16b02b3c5b0ed16c072e1f635bc8
Author: Salvatore Bonaccorso 
Date:   Tue Jun 2 14:25:59 2015 +0200

pristine-tar data for libmodule-corelist-perl_5.20150520.orig.tar.gz
---
 libmodule-corelist-perl_5.20150520.orig.tar.gz.delta | Bin 0 -> 1451 bytes
 libmodule-corelist-perl_5.20150520.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libmodule-corelist-perl_5.20150520.orig.tar.gz.delta 
b/libmodule-corelist-perl_5.20150520.orig.tar.gz.delta
new file mode 100644
index 000..b2d1b5e
Binary files /dev/null and 
b/libmodule-corelist-perl_5.20150520.orig.tar.gz.delta differ
diff --git a/libmodule-corelist-perl_5.20150520.orig.tar.gz.id 
b/libmodule-corelist-perl_5.20150520.orig.tar.gz.id
new file mode 100644
index 000..a1df2d9
--- /dev/null
+++ b/libmodule-corelist-perl_5.20150520.orig.tar.gz.id
@@ -0,0 +1 @@
+788d23911f2bd991afa36d01d04740e834d9d595

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmodule-corelist-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-corelist-perl] 02/02: Prepare changelog for release

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

carnil pushed a commit to branch master
in repository libmodule-corelist-perl.

commit 9897d64a39cb6921086861e5d2094a4eee083d3b
Author: Salvatore Bonaccorso 
Date:   Tue Jun 2 14:27:24 2015 +0200

Prepare changelog for release

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

diff --git a/debian/changelog b/debian/changelog
index 6eb8811..c687589 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libmodule-corelist-perl (5.20150520-1) unstable; urgency=medium
+
+  * Imported Upstream version 5.20150520
+
+ -- Salvatore Bonaccorso   Tue, 02 Jun 2015 14:27:14 +0200
+
 libmodule-corelist-perl (5.20150420-1) unstable; urgency=medium
 
   * Imported Upstream version 5.20150420

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmodule-corelist-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-corelist-perl] annotated tag debian/5.20150520-1 created (now b303fc5)

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

carnil pushed a change to annotated tag debian/5.20150520-1
in repository libmodule-corelist-perl.

at  b303fc5   (tag)
   tagging  9897d64a39cb6921086861e5d2094a4eee083d3b (commit)
  replaces  debian/5.20150420-1
 tagged by  Salvatore Bonaccorso
on  Tue Jun 2 14:27:44 2015 +0200

- Log -
tagging package libmodule-corelist-perl version debian/5.20150520-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCgAGBQJVbaFAAAoJEAVMuPMTQ89ERyoP/RTFqRLF5K004HPLLq1nRsG7
okNN4cUoyt7z+oIcREXIdJ/5p4Lql/0CEosMjtgl0J0CBMXvV9REB+VWMXLSi2GY
y46TnMAtW3drEpK0I74YxQqx3q+RPdKsU8nmKJf3e8cGEqNRirkRYgxtgtHQkuxw
2o3YT7Z3pGWZR4u/DKO9c07ydtGgb9rKioCZS25V2eymyHCPVjZApzXDK6qXQm/7
0nxo+4M6neKuYaSmE0bzAvQyLGwlTjAexIHaSDNQnSCGHJ1vRtAdymGWv7O5Syb4
2mMuR44DmWXMWpzoSDZFzqiIw/UWlsU0qOPrxEkFlBJx2ZGy6xcg2tX8OquUQH2p
EVf/R3i+FSjhm0YPPqvm5qlHvhP6/CsSw56WmOihjHGscglAiAnzwaoPLDB1C7en
5XpC1Y3hGifCua8vpRcFde6h+5JrLfP/YKfupTZ810MCqpIvu7co+vh8sPvQNegM
LEl3fkNN02uNzK5z9/BgPqGBEdiue4JnGFlMPO0F4/pVugEwIFnlOy/Hh0YTfANS
dInXltkm26OHNksCad9/E21zh8UIElE5shAF7RcQUTb4i39Jh4npe7lMplwIPosQ
gSijwBKROnpT2k5eIDQ6w6zWS8jaa8pv3VRyZ9vbnmVtOFxYEvrhrj2Lxi3GfAr4
DhQ61IgCFUeI+seSuoJG
=PTIk
-END PGP SIGNATURE-

Salvatore Bonaccorso (3):
  Imported Upstream version 5.20150520
  Merge tag 'upstream/5.20150520'
  Prepare changelog for release

---

This annotated tag includes the following new commits:

   new  5915c73   Merge tag 'upstream/5.20150520'
   new  9897d64   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-corelist-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-corelist-perl] annotated tag upstream/5.20150520 created (now 435392f)

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

carnil pushed a change to annotated tag upstream/5.20150520
in repository libmodule-corelist-perl.

at  435392f   (tag)
   tagging  32038802e229411a91b4ff16ed6e3ddd9ab6f658 (commit)
  replaces  upstream/5.20150420
 tagged by  Salvatore Bonaccorso
on  Tue Jun 2 14:25:59 2015 +0200

- Log -
Upstream version 5.20150520

Salvatore Bonaccorso (1):
  Imported Upstream version 5.20150520

---

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-corelist-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-corelist-perl] branch pristine-tar updated (65c2213 -> 861fd8d)

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

carnil pushed a change to branch pristine-tar
in repository libmodule-corelist-perl.

  from  65c2213   pristine-tar data for 
libmodule-corelist-perl_5.20150420.orig.tar.gz
   new  861fd8d   pristine-tar data for 
libmodule-corelist-perl_5.20150520.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:
 libmodule-corelist-perl_5.20150520.orig.tar.gz.delta | Bin 0 -> 1451 bytes
 libmodule-corelist-perl_5.20150520.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libmodule-corelist-perl_5.20150520.orig.tar.gz.delta
 create mode 100644 libmodule-corelist-perl_5.20150520.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmodule-corelist-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-corelist-perl] branch master updated (abb09fd -> 9897d64)

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

carnil pushed a change to branch master
in repository libmodule-corelist-perl.

  from  abb09fd   Prepare changelog for release
  adds  3203880   Imported Upstream version 5.20150520
   new  5915c73   Merge tag 'upstream/5.20150520'
   new  9897d64   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.


Summary of changes:
 Changes |   5 ++
 META.json   |   2 +-
 META.yml|   2 +-
 debian/changelog|   6 ++
 lib/Module/CoreList.pm  | 168 +++-
 lib/Module/CoreList/TieHashDelta.pm |   2 +-
 lib/Module/CoreList/Utils.pm|   9 +-
 7 files changed, 150 insertions(+), 44 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmodule-corelist-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-mvp-perl] branch master updated (4c38d4f -> 4ef930c)

2015-06-02 Thread Nuno Carvalho
This is an automated email from the git hooks/post-receive script.

mestre-guest pushed a change to branch master
in repository libconfig-mvp-perl.

  from  4c38d4f   update changelog
  adds  03e7f25   Imported Upstream version 2.200010
   new  5103372   Merge tag 'upstream/2.200010'
   new  c270c90   Update standards version
   new  1635178   Update d/copyright years
   new  e692355   Add Testsuite in d/control
   new  598152f   Add d/upstream/metadata
   new  4ef930c   New upstream release, ready for review

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:
 Changes   |   8 ++
 LICENSE   |   6 +-
 MANIFEST  |   5 +-
 META.json | 180 +++--
 META.yml  | 164 +--
 Makefile.PL   |  17 +--
 README|   6 +-
 debian/changelog  |  15 ++-
 debian/control|   3 +-
 debian/copyright  |   2 +-
 debian/upstream/metadata  |   7 +
 lib/Config/MVP.pm |  34 -
 lib/Config/MVP/Assembler.pm   |   6 +-
 lib/Config/MVP/Assembler/WithBundles.pm   |  19 ++-
 lib/Config/MVP/Error.pm   |   6 +-
 lib/Config/MVP/Reader.pm  |   6 +-
 lib/Config/MVP/Reader/Findable.pm |   6 +-
 lib/Config/MVP/Reader/Findable/ByExtension.pm |   6 +-
 lib/Config/MVP/Reader/Finder.pm   |   6 +-
 lib/Config/MVP/Reader/Hash.pm |   6 +-
 lib/Config/MVP/Section.pm |  27 ++--
 lib/Config/MVP/Sequence.pm|   6 +-
 t/00-report-prereqs.dd|  48 +++
 t/00-report-prereqs.t | 183 ++
 t/000-report-versions-tiny.t  |  90 -
 xt/release/changes_has_content.t  |   2 +-
 26 files changed, 568 insertions(+), 296 deletions(-)
 create mode 100644 debian/upstream/metadata
 create mode 100644 t/00-report-prereqs.dd
 create mode 100644 t/00-report-prereqs.t
 delete mode 100644 t/000-report-versions-tiny.t

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libconfig-mvp-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-mvp-perl] 04/06: Add Testsuite in d/control

2015-06-02 Thread Nuno Carvalho
This is an automated email from the git hooks/post-receive script.

mestre-guest pushed a commit to branch master
in repository libconfig-mvp-perl.

commit e69235595a2f0e2a31acb9445b85bb6ed609075e
Author: Nuno Carvalho 
Date:   Tue Jun 2 05:43:47 2015 +0100

Add Testsuite in d/control
---
 debian/changelog | 4 +++-
 debian/control   | 1 +
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 596136f..bda524c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,7 +4,9 @@ libconfig-mvp-perl (2.200010-1) UNRELEASED; urgency=medium
   * Update Vcs-Browser URL to cgit web frontend
 
   [ Nuno Carvalho ]
-  * debian/control: update standards version to 3.9.6
+  * debian/control:
++ update standards version to 3.9.6
++ add "Testsuite: autopkgtest-pkg-perl"
   * debian/copyright: update upstream copyright years
 
  -- Nuno Carvalho   Tue, 02 Jun 2015 02:29:28 +0100
diff --git a/debian/control b/debian/control
index ecac488..db334f2 100644
--- a/debian/control
+++ b/debian/control
@@ -23,6 +23,7 @@ Build-Conflicts: libtest-pod-coverage-perl
 Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libconfig-mvp-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libconfig-mvp-perl.git
+Testsuite: autopkgtest-pkg-perl
 Homepage: https://metacpan.org/release/Config-MVP
 
 Package: libconfig-mvp-perl

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libconfig-mvp-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-mvp-perl] 02/06: Update standards version

2015-06-02 Thread Nuno Carvalho
This is an automated email from the git hooks/post-receive script.

mestre-guest pushed a commit to branch master
in repository libconfig-mvp-perl.

commit c270c90d2f2568d4f0571a2849574b92120a2fc4
Author: Nuno Carvalho 
Date:   Tue Jun 2 02:34:59 2015 +0100

Update standards version
---
 debian/changelog | 8 ++--
 debian/control   | 2 +-
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ee6b922..fb53f29 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
-libconfig-mvp-perl (2.28-2) UNRELEASED; urgency=medium
+libconfig-mvp-perl (2.200010-1) UNRELEASED; urgency=medium
 
+  [ Salvatore Bonaccorso ]
   * Update Vcs-Browser URL to cgit web frontend
 
- -- Salvatore Bonaccorso   Sat, 16 Aug 2014 09:30:34 +0200
+  [ Nuno Carvalho ]
+  * debian/control: update standards version to 3.9.6
+
+ -- Nuno Carvalho   Tue, 02 Jun 2015 02:29:28 +0100
 
 libconfig-mvp-perl (2.28-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 353156f..ecac488 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Build-Depends-Indep: perl,
  libtry-tiny-perl,
  perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
 Build-Conflicts: libtest-pod-coverage-perl
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libconfig-mvp-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libconfig-mvp-perl.git
 Homepage: https://metacpan.org/release/Config-MVP

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libconfig-mvp-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-mvp-perl] 05/06: Add d/upstream/metadata

2015-06-02 Thread Nuno Carvalho
This is an automated email from the git hooks/post-receive script.

mestre-guest pushed a commit to branch master
in repository libconfig-mvp-perl.

commit 598152f4ddb40c81b566e0b6cb42d322edd1a4af
Author: Nuno Carvalho 
Date:   Tue Jun 2 06:39:28 2015 +0100

Add d/upstream/metadata
---
 debian/changelog | 1 +
 debian/upstream/metadata | 7 +++
 2 files changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index bda524c..f716e61 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ libconfig-mvp-perl (2.200010-1) UNRELEASED; urgency=medium
 + update standards version to 3.9.6
 + add "Testsuite: autopkgtest-pkg-perl"
   * debian/copyright: update upstream copyright years
+  * Add debian/upstream/metadata file
 
  -- Nuno Carvalho   Tue, 02 Jun 2015 02:29:28 +0100
 
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 000..71e2174
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,7 @@
+Archive: CPAN
+Bug-Database: https://github.com/rjbs/Config-MVP/issues
+Bug-Submit: https://github.com/rjbs/Config-MVP/issues/new
+Contact: Ricardo Signes 
+Name: Config-MVP
+Repository: https://github.com/rjbs/Config-MVP
+Repository-Browse: https://github.com/rjbs/Config-MVP

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libconfig-mvp-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-mvp-perl] 03/06: Update d/copyright years

2015-06-02 Thread Nuno Carvalho
This is an automated email from the git hooks/post-receive script.

mestre-guest pushed a commit to branch master
in repository libconfig-mvp-perl.

commit 1635178d3afc0c297ea6fb9197523e3b19bf4e6a
Author: Nuno Carvalho 
Date:   Tue Jun 2 05:39:34 2015 +0100

Update d/copyright years
---
 debian/changelog | 1 +
 debian/copyright | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index fb53f29..596136f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libconfig-mvp-perl (2.200010-1) UNRELEASED; urgency=medium
 
   [ Nuno Carvalho ]
   * debian/control: update standards version to 3.9.6
+  * debian/copyright: update upstream copyright years
 
  -- Nuno Carvalho   Tue, 02 Jun 2015 02:29:28 +0100
 
diff --git a/debian/copyright b/debian/copyright
index 821c879..5c0c4f8 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Upstream-Contact: Ricardo Signes 
 Source: https://metacpan.org/release/Config-MVP
 
 Files: *
-Copyright: 2014, Ricardo Signes 
+Copyright: 2015, Ricardo Signes 
 License: Artistic or GPL-1+
 
 Files: debian/*

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libconfig-mvp-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-mvp-perl] 01/06: Merge tag 'upstream/2.200010'

2015-06-02 Thread Nuno Carvalho
This is an automated email from the git hooks/post-receive script.

mestre-guest pushed a commit to branch master
in repository libconfig-mvp-perl.

commit 5103372436c1dcf32db740a7c796e2b2fe5a4599
Merge: 4c38d4f 03e7f25
Author: Nuno Carvalho 
Date:   Tue Jun 2 02:29:21 2015 +0100

Merge tag 'upstream/2.200010'

Upstream version 2.200010

 Changes   |   8 ++
 LICENSE   |   6 +-
 MANIFEST  |   5 +-
 META.json | 180 +++--
 META.yml  | 164 +--
 Makefile.PL   |  17 +--
 README|   6 +-
 lib/Config/MVP.pm |  34 -
 lib/Config/MVP/Assembler.pm   |   6 +-
 lib/Config/MVP/Assembler/WithBundles.pm   |  19 ++-
 lib/Config/MVP/Error.pm   |   6 +-
 lib/Config/MVP/Reader.pm  |   6 +-
 lib/Config/MVP/Reader/Findable.pm |   6 +-
 lib/Config/MVP/Reader/Findable/ByExtension.pm |   6 +-
 lib/Config/MVP/Reader/Finder.pm   |   6 +-
 lib/Config/MVP/Reader/Hash.pm |   6 +-
 lib/Config/MVP/Section.pm |  27 ++--
 lib/Config/MVP/Sequence.pm|   6 +-
 t/00-report-prereqs.dd|  48 +++
 t/00-report-prereqs.t | 183 ++
 t/000-report-versions-tiny.t  |  90 -
 xt/release/changes_has_content.t  |   2 +-
 22 files changed, 545 insertions(+), 292 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libconfig-mvp-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-mvp-perl] branch pristine-tar updated (f1245f7 -> f4ff307)

2015-06-02 Thread Nuno Carvalho
This is an automated email from the git hooks/post-receive script.

mestre-guest pushed a change to branch pristine-tar
in repository libconfig-mvp-perl.

  from  f1245f7   pristine-tar data for 
libconfig-mvp-perl_2.28.orig.tar.gz
   new  f4ff307   pristine-tar data for 
libconfig-mvp-perl_2.200010.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:
 libconfig-mvp-perl_2.200010.orig.tar.gz.delta | Bin 0 -> 2200 bytes
 libconfig-mvp-perl_2.200010.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libconfig-mvp-perl_2.200010.orig.tar.gz.delta
 create mode 100644 libconfig-mvp-perl_2.200010.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libconfig-mvp-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-mvp-perl] annotated tag upstream/2.200010 created (now 4e6758c)

2015-06-02 Thread Nuno Carvalho
This is an automated email from the git hooks/post-receive script.

mestre-guest pushed a change to annotated tag upstream/2.200010
in repository libconfig-mvp-perl.

at  4e6758c   (tag)
   tagging  03e7f2599455521b8a97fc902bef74645b0b632a (commit)
  replaces  upstream/2.28
 tagged by  Nuno Carvalho
on  Tue Jun 2 02:29:20 2015 +0100

- Log -
Upstream version 2.200010

Nuno Carvalho (1):
  Imported Upstream version 2.200010

---

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-mvp-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-mvp-perl] 01/01: pristine-tar data for libconfig-mvp-perl_2.200010.orig.tar.gz

2015-06-02 Thread Nuno Carvalho
This is an automated email from the git hooks/post-receive script.

mestre-guest pushed a commit to branch pristine-tar
in repository libconfig-mvp-perl.

commit f4ff307b1981d417adda48971aa5065ac3ed7b34
Author: Nuno Carvalho 
Date:   Tue Jun 2 02:29:20 2015 +0100

pristine-tar data for libconfig-mvp-perl_2.200010.orig.tar.gz
---
 libconfig-mvp-perl_2.200010.orig.tar.gz.delta | Bin 0 -> 2200 bytes
 libconfig-mvp-perl_2.200010.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libconfig-mvp-perl_2.200010.orig.tar.gz.delta 
b/libconfig-mvp-perl_2.200010.orig.tar.gz.delta
new file mode 100644
index 000..4299c27
Binary files /dev/null and b/libconfig-mvp-perl_2.200010.orig.tar.gz.delta 
differ
diff --git a/libconfig-mvp-perl_2.200010.orig.tar.gz.id 
b/libconfig-mvp-perl_2.200010.orig.tar.gz.id
new file mode 100644
index 000..8b8eadd
--- /dev/null
+++ b/libconfig-mvp-perl_2.200010.orig.tar.gz.id
@@ -0,0 +1 @@
+20b74bf176976a418c1575a999006c892d8fc765

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libconfig-mvp-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-mvp-perl] 06/06: New upstream release, ready for review

2015-06-02 Thread Nuno Carvalho
This is an automated email from the git hooks/post-receive script.

mestre-guest pushed a commit to branch master
in repository libconfig-mvp-perl.

commit 4ef930c63e6687f681a5da6698ac2b788b244941
Author: Nuno Carvalho 
Date:   Tue Jun 2 06:47:29 2015 +0100

New upstream release, ready for review
---
 debian/changelog | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f716e61..0e5d0af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,16 +1,19 @@
-libconfig-mvp-perl (2.200010-1) UNRELEASED; urgency=medium
+libconfig-mvp-perl (2.200010-1) unstable; urgency=medium
+
+  * Team upload
 
   [ Salvatore Bonaccorso ]
   * Update Vcs-Browser URL to cgit web frontend
 
   [ Nuno Carvalho ]
+  * New upstream release
   * debian/control:
 + update standards version to 3.9.6
 + add "Testsuite: autopkgtest-pkg-perl"
   * debian/copyright: update upstream copyright years
   * Add debian/upstream/metadata file
 
- -- Nuno Carvalho   Tue, 02 Jun 2015 02:29:28 +0100
+ -- Nuno Carvalho   Tue, 02 Jun 2015 06:44:32 +0100
 
 libconfig-mvp-perl (2.28-1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libconfig-mvp-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-mvp-perl] annotated tag debian/2.200010-1 created (now 8072af9)

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

gregoa pushed a change to annotated tag debian/2.200010-1
in repository libconfig-mvp-perl.

at  8072af9   (tag)
   tagging  4ef930c63e6687f681a5da6698ac2b788b244941 (commit)
  replaces  debian/2.28-1
 tagged by  gregor herrmann
on  Tue Jun 2 19:44:45 2015 +0200

- Log -
tagging package libconfig-mvp-perl version debian/2.200010-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJVbeuNXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGa9QP/0MtNRBJX2aVJiBbT7egN6fs
wyy9UlQXhCrx3lbH+1410Qov+2T6HBqHkvxOxAtXJU30MOzFUm0lZyfm9fHaMnwZ
cWwE+fnddeVTxp6ClemhOKz7v1qbOv2dVXhDMBwqGTLOU4nQs69TQHIvRE98/AY4
yxOAXvFFJbvFbNVYQ5LwGR4PVjvarDJw9fYSAgrTUBRwz5bucB6jxhDAmpGa6xtH
ebtWQy65rkcaetP5PtmvE6+D1BnSonsn7JCbRJYJQa/bLO9mkr5wkVeN9tFx5rcW
Gddlv3+CociJUFAs+CyV6LEf3lcruQwIycmGxOqsbCkCwH95x2UGoFuZrc55KXjv
q1gM2OtEs/6zGvN7bQt0YEfCUT6XYXt6OW+OGAs9CCXArmdUv9IoNkv5lRZ9+uYK
Pu9nH0uspclaak7XKakFgAOwWfEAK9dy5Wf3Ag6VcY0KumAdyw4DV+LGl5xtT+Na
0F/nE70B/Ub10dS0Zq3TuES8Vlw45MMufT4VwEGua9oS2qrOLJuhKZBpMxj/zgT+
qtEkDPMWGRh6z0JYfBVBaJqrbmK+g00Smz/BN999ucVD33HWbgdsE9zo6IZiAQyD
8ZSGW8RrWR3KrKiYxyzEExZGjbVuc29ORmtHcjfffvX2oDuVVPWJjfIDx/xq62sZ
iCW1plBZHTw9jUMi5S9R
=UxoN
-END PGP SIGNATURE-

Nuno Carvalho (7):
  Imported Upstream version 2.200010
  Merge tag 'upstream/2.200010'
  Update standards version
  Update d/copyright years
  Add Testsuite in d/control
  Add d/upstream/metadata
  New upstream release, ready for review

Salvatore Bonaccorso (2):
  Update Vcs-Browser URL to cgit web frontend
  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/libconfig-mvp-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


[libfile-monitor-perl] 02/02: update changelog

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

gregoa pushed a commit to branch master
in repository libfile-monitor-perl.

commit c4addf2db686ff6348e473193dc0a67912f153a8
Author: gregor herrmann 
Date:   Tue Jun 2 19:50:06 2015 +0200

update changelog

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

diff --git a/debian/changelog b/debian/changelog
index f1b7b00..297f19b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libfile-monitor-perl (1.00-2) UNRELEASED; urgency=medium
+
+  * Fix linebreaks in item list in long description.
+Thanks to Beatrice Torracca for the bug report.
+(Closes: #787522)
+
+ -- gregor herrmann   Tue, 02 Jun 2015 19:49:50 +0200
+
 libfile-monitor-perl (1.00-1) unstable; urgency=low
 
   * Initial Release. (Closes: #783866)

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


[libfile-monitor-perl] 01/02: Fix linebreaks in item list in long description.

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

gregoa pushed a commit to branch master
in repository libfile-monitor-perl.

commit afd158783114bc96ad5dbd8ed56225015a3ca0f6
Author: gregor herrmann 
Date:   Tue Jun 2 19:49:01 2015 +0200

Fix linebreaks in item list in long description.

Thanks: Beatrice Torracca for the bug report.
Closes: #787522
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index cb690f5..172272f 100644
--- a/debian/control
+++ b/debian/control
@@ -25,5 +25,5 @@ Description: module to monitor file and directory changes
* Monitor existing files for changes to any of the attributes returned
  by the stat function
* Monitor files that don't yet exist and notify you if they are created
-   * Notify when a monitored file is deleted Notify when files are added or
- removed from a directory
+   * Notify when a monitored file is deleted
+   * Notify when files are added or removed from a directory

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


[libfile-monitor-perl] branch master updated (79045e8 -> c4addf2)

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

gregoa pushed a change to branch master
in repository libfile-monitor-perl.

  from  79045e8   move libmodule-build-perl from B-D-I to B-D
   new  afd1587   Fix linebreaks in item list in long description.
   new  c4addf2   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 | 8 
 debian/control   | 4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

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


[libpadwalker-perl] 02/11: Update debian/changelog

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

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

commit 4b508b9311ecd9a2511e47f83828dce5db7b2dc8
Author: gregor herrmann 
Date:   Tue Jun 2 20:00:47 2015 +0200

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index e5c8ee7..e8177cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,9 @@ libpadwalker-perl (1.98-2) UNRELEASED; urgency=medium
   [ Salvatore Bonaccorso ]
   * Update Vcs-Browser URL to cgit web frontend
 
+  [ gregor herrmann ]
+  * Add debian/upstream/metadata
+
  -- gregor herrmann   Thu, 27 Feb 2014 22:39:23 +0100
 
 libpadwalker-perl (1.98-1) unstable; urgency=medium

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


[libpadwalker-perl] branch master updated (de91782 -> 64f27b5)

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

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

  from  de91782   update changelog
   new  5f20084   Add debian/upstream/metadata
   new  4b508b9   Update debian/changelog
  adds  55482b1   Imported Upstream version 2.1
   new  6012142   Merge tag 'upstream/2.1'
   new  865ae15   Update debian/changelog
   new  6f54c2e   add bug closer
   new  e218f57   Refresh dead-lexicals-rt55242.patch (offset).
   new  102e4b8   Update lintian override for multiarch paths.
   new  7e446b2   Update years of packaging copyright.
   new  0ed175f   Declare compliance with Debian Policy 3.9.6.
   new  8cb7ce5   Mark package as autopkgtest-able.
   new  64f27b5   releasing package libpadwalker-perl version 2.1-1

The 11 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| 16 
 META.json  |  4 ++--
 META.yml   |  4 ++--
 PadWalker.pm   |  2 +-
 PadWalker.xs   | 13 -
 README |  2 +-
 debian/changelog   | 15 +--
 debian/control |  3 ++-
 debian/copyright   |  2 +-
 debian/libpadwalker-perl.lintian-overrides |  2 +-
 debian/patches/dead-lexicals-rt55242.patch |  6 +++---
 debian/upstream/metadata   |  5 +
 t/closure.t|  5 -
 13 files changed, 59 insertions(+), 20 deletions(-)
 create mode 100644 debian/upstream/metadata

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


[libpadwalker-perl] 01/11: Add debian/upstream/metadata

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

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

commit 5f2008461db0f06e43f37c8f3c2f88c746b16c6e
Author: gregor herrmann 
Date:   Tue Jun 2 20:00:46 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..eacb807
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,5 @@
+---
+Archive: CPAN
+Contact: unknown
+Name: PadWalker
+Repository: https://github.com/robinhouston/PadWalker

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


[libpadwalker-perl] 11/11: releasing package libpadwalker-perl version 2.1-1

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

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

commit 64f27b565a944dc560d0d9e5335572e457b7f450
Author: gregor herrmann 
Date:   Tue Jun 2 20:08:13 2015 +0200

releasing package libpadwalker-perl version 2.1-1
---
 debian/changelog | 14 ++
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7f8bdc3..4bd99f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libpadwalker-perl (2.1-1) UNRELEASED; urgency=medium
+libpadwalker-perl (2.1-1) unstable; urgency=medium
 
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
@@ -7,11 +7,17 @@ libpadwalker-perl (2.1-1) UNRELEASED; urgency=medium
   * Update Vcs-Browser URL to cgit web frontend
 
   [ gregor herrmann ]
-  * Add debian/upstream/metadata
-  * Import upstream version 2.1
+  * Add debian/upstream/metadata.
+
+  * Import upstream version 2.1.
 Fixes "FTBFS with perl 5.22" (Closes: #787439)
+  * Refresh dead-lexicals-rt55242.patch (offset).
+  * Update lintian override for multiarch paths.
+  * Update years of packaging copyright.
+  * Declare compliance with Debian Policy 3.9.6.
+  * Mark package as autopkgtest-able.
 
- -- gregor herrmann   Tue, 02 Jun 2015 20:02:30 +0200
+ -- gregor herrmann   Tue, 02 Jun 2015 20:07:07 +0200
 
 libpadwalker-perl (1.98-1) unstable; urgency=medium
 

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


[libpadwalker-perl] 10/11: Mark package as autopkgtest-able.

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

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

commit 8cb7ce5c3af1413af1e521bafeee3cb7c7097f11
Author: gregor herrmann 
Date:   Tue Jun 2 20:07:00 2015 +0200

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

diff --git a/debian/control b/debian/control
index b6b5f85..19db4c8 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,7 @@ Standards-Version: 3.9.6
 Homepage: https://metacpan.org/release/PadWalker
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpadwalker-perl.git
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libpadwalker-perl.git
+Testsuite: autopkgtest-pkg-perl
 
 Package: libpadwalker-perl
 Architecture: any

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


[libpadwalker-perl] 09/11: Declare compliance with Debian Policy 3.9.6.

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

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

commit 0ed175ff607ccb9c6762139feb262e06783998d1
Author: gregor herrmann 
Date:   Tue Jun 2 20:05:47 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 a64ccf1..b6b5f85 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Uploaders: Salvatore Bonaccorso ,
Jonathan Yu ,
Martín Ferrari ,
gregor herrmann 
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Homepage: https://metacpan.org/release/PadWalker
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpadwalker-perl.git
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libpadwalker-perl.git

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

[libpadwalker-perl] 06/11: Refresh dead-lexicals-rt55242.patch (offset).

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

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

commit e218f57ff8c8846f1701935a1b24ba7685005ba5
Author: gregor herrmann 
Date:   Tue Jun 2 20:04:30 2015 +0200

Refresh dead-lexicals-rt55242.patch (offset).
---
 debian/patches/dead-lexicals-rt55242.patch | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/patches/dead-lexicals-rt55242.patch 
b/debian/patches/dead-lexicals-rt55242.patch
index f0dce01..2ac0f8e 100644
--- a/debian/patches/dead-lexicals-rt55242.patch
+++ b/debian/patches/dead-lexicals-rt55242.patch
@@ -6,11 +6,11 @@ Origin: other
 Bug: http://rt.cpan.org/Ticket/Display.html?id=55242
 Author: Paul Driver 
 Reviewed-by: Jonathan Yu 
-Last-Update: 2010-07-15
+Last-Update: 2015-06-02
 
 --- a/PadWalker.xs
 +++ b/PadWalker.xs
-@@ -255,10 +255,6 @@
+@@ -256,10 +256,6 @@
if (is_our) {
  val_sv = fetch_from_stash(PadnameOURSTASH(name_sv),
name_str, name_len);
@@ -21,7 +21,7 @@ Last-Update: 2010-07-15
}
else
{
-@@ -267,6 +263,12 @@
+@@ -268,6 +264,12 @@
  if (!val_sv) val_sv = &PL_sv_undef;
}
  

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


[libpadwalker-perl] 05/11: add bug closer

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

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

commit 6f54c2e79692369fe309e22ea7e79cf94c1f09c7
Author: gregor herrmann 
Date:   Tue Jun 2 20:03:24 2015 +0200

add bug closer

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

diff --git a/debian/changelog b/debian/changelog
index 97602d3..7f8bdc3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ libpadwalker-perl (2.1-1) UNRELEASED; urgency=medium
   [ gregor herrmann ]
   * Add debian/upstream/metadata
   * Import upstream version 2.1
+Fixes "FTBFS with perl 5.22" (Closes: #787439)
 
  -- gregor herrmann   Tue, 02 Jun 2015 20:02:30 +0200
 

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


[libpadwalker-perl] 07/11: Update lintian override for multiarch paths.

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

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

commit 102e4b8b0ee496b4b869be505408e26409b173f8
Author: gregor herrmann 
Date:   Tue Jun 2 20:04:54 2015 +0200

Update lintian override for multiarch paths.
---
 debian/libpadwalker-perl.lintian-overrides | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/libpadwalker-perl.lintian-overrides 
b/debian/libpadwalker-perl.lintian-overrides
index cf810ed..ab53193 100644
--- a/debian/libpadwalker-perl.lintian-overrides
+++ b/debian/libpadwalker-perl.lintian-overrides
@@ -1,2 +1,2 @@
 # blhc disagrees with lintian
-libpadwalker-perl: hardening-no-fortify-functions 
usr/lib/perl5/auto/PadWalker/PadWalker.so
+libpadwalker-perl: hardening-no-fortify-functions */PadWalker/PadWalker.so

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


[libpadwalker-perl] 03/11: Merge tag 'upstream/2.1'

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

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

commit 6012142794b72955dab5a5ab6b7f2bc5ea272b2b
Merge: 4b508b9 55482b1
Author: gregor herrmann 
Date:   Tue Jun 2 20:02:30 2015 +0200

Merge tag 'upstream/2.1'

Upstream version 2.1

 Changes  | 16 
 META.json|  4 ++--
 META.yml |  4 ++--
 PadWalker.pm |  2 +-
 PadWalker.xs | 13 -
 README   |  2 +-
 t/closure.t  |  5 -
 7 files changed, 34 insertions(+), 12 deletions(-)

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


[libpadwalker-perl] branch pristine-tar updated (74c4914 -> 9739346)

2015-06-02 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 libpadwalker-perl.

  from  74c4914   pristine-tar data for libpadwalker-perl_1.98.orig.tar.gz
   new  9739346   pristine-tar data for libpadwalker-perl_2.1.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:
 libpadwalker-perl_2.1.orig.tar.gz.delta | Bin 0 -> 1382 bytes
 libpadwalker-perl_2.1.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libpadwalker-perl_2.1.orig.tar.gz.delta
 create mode 100644 libpadwalker-perl_2.1.orig.tar.gz.id

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


[libpadwalker-perl] 08/11: Update years of packaging copyright.

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

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

commit 7e446b2f24bd97a60752ca0a0ed6bb35b6988aff
Author: gregor herrmann 
Date:   Tue Jun 2 20:05: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 7e41d98..fc38bf5 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -15,7 +15,7 @@ Copyright: 2005, Chip Salzenberg 
2009, Ryan Niebur 
2009, 2010, Jonathan Yu 
2010-2012, Salvatore Bonaccorso 
-   2013, gregor herrmann 
+   2013-2015, gregor herrmann 
 License: Artistic or GPL-1+
 
 License: Artistic

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


[libpadwalker-perl] 04/11: Update debian/changelog

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

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

commit 865ae156a1953811cdab0626fde05b964446aa14
Author: gregor herrmann 
Date:   Tue Jun 2 20:02:30 2015 +0200

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index e8177cf..97602d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libpadwalker-perl (1.98-2) UNRELEASED; urgency=medium
+libpadwalker-perl (2.1-1) UNRELEASED; urgency=medium
 
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
@@ -8,8 +8,9 @@ libpadwalker-perl (1.98-2) UNRELEASED; urgency=medium
 
   [ gregor herrmann ]
   * Add debian/upstream/metadata
+  * Import upstream version 2.1
 
- -- gregor herrmann   Thu, 27 Feb 2014 22:39:23 +0100
+ -- gregor herrmann   Tue, 02 Jun 2015 20:02:30 +0200
 
 libpadwalker-perl (1.98-1) unstable; urgency=medium
 

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


[libpadwalker-perl] annotated tag upstream/2.1 created (now 9a7b818)

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

gregoa pushed a change to annotated tag upstream/2.1
in repository libpadwalker-perl.

at  9a7b818   (tag)
   tagging  55482b1ab98ff38f7d1eb8f511ed4a1ac9366a77 (commit)
  replaces  upstream/1.98
 tagged by  gregor herrmann
on  Tue Jun 2 20:02:30 2015 +0200

- Log -
Upstream version 2.1

gregor herrmann (1):
  Imported Upstream version 2.1

---

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


[libpadwalker-perl] 01/01: pristine-tar data for libpadwalker-perl_2.1.orig.tar.gz

2015-06-02 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 libpadwalker-perl.

commit 9739346678f87d65c57b635f347e942a0dc83fff
Author: gregor herrmann 
Date:   Tue Jun 2 20:02:30 2015 +0200

pristine-tar data for libpadwalker-perl_2.1.orig.tar.gz
---
 libpadwalker-perl_2.1.orig.tar.gz.delta | Bin 0 -> 1382 bytes
 libpadwalker-perl_2.1.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libpadwalker-perl_2.1.orig.tar.gz.delta 
b/libpadwalker-perl_2.1.orig.tar.gz.delta
new file mode 100644
index 000..ac9648f
Binary files /dev/null and b/libpadwalker-perl_2.1.orig.tar.gz.delta differ
diff --git a/libpadwalker-perl_2.1.orig.tar.gz.id 
b/libpadwalker-perl_2.1.orig.tar.gz.id
new file mode 100644
index 000..b8ea769
--- /dev/null
+++ b/libpadwalker-perl_2.1.orig.tar.gz.id
@@ -0,0 +1 @@
+9a26302d144ae0df533fd78a0669c08fbdf49f85

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


[libpadwalker-perl] annotated tag debian/2.1-1 created (now f729f79)

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

gregoa pushed a change to annotated tag debian/2.1-1
in repository libpadwalker-perl.

at  f729f79   (tag)
   tagging  64f27b565a944dc560d0d9e5335572e457b7f450 (commit)
  replaces  debian/1.98-1
 tagged by  gregor herrmann
on  Tue Jun 2 20:08:13 2015 +0200

- Log -
tagging package libpadwalker-perl version debian/2.1-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJVbfENXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGmccP/3d8J2V0fuXMKz6K8aB4IJA0
e2z5DR/JF0Uh4W6v9csyzwCNkWM4r51/kPuLiVqJ/qGJbkmQP9eQeyMFnAkd7DRz
rXNhI+Ce3hAbcAF+xdpNZiXenPvzw8A4vooms8QcBZzRx7vdUgq6bP3G8xRx4kco
lwk8Mf6pQpgSxd2H4eH+nKzEyTWLxuvJYdmi8NxSwoz5MmqrPkKxHru033BL39rC
hbBeW1DzN+hkFYqs0WUlk0R4bbMVxdrkVrlXfPZ/amC/WEZhP809o0WvJX1Etdbh
3CvF7aYAT4bd7CdTsWPP4K9sfPCrDE3scovnY5qUwceTeiReeuNR63j0FRd9AaP+
nDN+SdQ+YqgZSDaTFQdOJtDXMeaSWwh9hDsZGtIQ6bQqNtnKl/2MxC5zYBWMhUDg
BJSriNgJQJyP8sHe3pTF9/QsZlOJgqn23ABIC6AVGdqC2PfPU4bUzxmv4tbhHla1
rQLQamTrTCsL8hEI1G78RGA7C5AwIAKxdQGbKRzGq+m3B1BRD19PykuK7moc1NFU
UdJfqiY5YvA6soiGXQYCPzIA7+YOG2Lu6d4RQRJg0zV0qdN83FgF/Z2swMPpip2n
toNHGvhpyKpqQT0GXQHn/gIRT84g7DOP9XgjloJuzPJOjuT5Vd+kboUZ/JawlRl0
LZ5041ip5MOgHzEz5HsV
=j1ry
-END PGP SIGNATURE-

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

gregor herrmann (14):
  Strip trailing slash from metacpan URLs.
  update changelog
  Add debian/upstream/metadata
  Update debian/changelog
  Imported Upstream version 2.1
  Merge tag 'upstream/2.1'
  Update debian/changelog
  add bug closer
  Refresh dead-lexicals-rt55242.patch (offset).
  Update lintian override for multiarch paths.
  Update years of packaging copyright.
  Declare compliance with Debian Policy 3.9.6.
  Mark package as autopkgtest-able.
  releasing package libpadwalker-perl version 2.1-1

---

This annotated tag includes the following new commits:

   new  5f20084   Add debian/upstream/metadata
   new  4b508b9   Update debian/changelog
   new  6012142   Merge tag 'upstream/2.1'
   new  865ae15   Update debian/changelog
   new  6f54c2e   add bug closer
   new  e218f57   Refresh dead-lexicals-rt55242.patch (offset).
   new  102e4b8   Update lintian override for multiarch paths.
   new  7e446b2   Update years of packaging copyright.
   new  0ed175f   Declare compliance with Debian Policy 3.9.6.
   new  8cb7ce5   Mark package as autopkgtest-able.
   new  64f27b5   releasing package libpadwalker-perl version 2.1-1

The 11 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/libpadwalker-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-scandeps-perl] 06/06: releasing package libmodule-scandeps-perl version 1.19-1

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

gregoa pushed a commit to branch master
in repository libmodule-scandeps-perl.

commit 39bd3e41a674cae708aaa650d82f5837f71fa15a
Author: gregor herrmann 
Date:   Tue Jun 2 20:32:46 2015 +0200

releasing package libmodule-scandeps-perl version 1.19-1
---
 debian/changelog | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 08cec1b..5f8e3c4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,11 @@
-libmodule-scandeps-perl (1.19-1) UNRELEASED; urgency=medium
+libmodule-scandeps-perl (1.19-1) unstable; urgency=medium
 
   * New upstream release.
+  * Refresh debian/patches/fix_references_to_renamed_executable (offset).
+  * Update Upstream-Contact in debian/copyright.
+  * Update years of packaging copyright.
 
- -- gregor herrmann   Tue, 02 Jun 2015 20:27:03 +0200
+ -- gregor herrmann   Tue, 02 Jun 2015 20:30:59 +0200
 
 libmodule-scandeps-perl (1.16-1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmodule-scandeps-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-scandeps-perl] branch master updated (b0ff30a -> 39bd3e4)

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

gregoa pushed a change to branch master
in repository libmodule-scandeps-perl.

  from  b0ff30a   releasing package libmodule-scandeps-perl version 1.16-1
  adds  d408258   Imported Upstream version 1.19
   new  901ef81   Merge tag 'upstream/1.19'
   new  a24d7cc   New upstream release.
   new  be9b8fb   Refresh 
debian/patches/fix_references_to_renamed_executable
   new  40e24c3   Update Upstream-Contact in debian/copyright.
   new  62227ee   Update years of packaging copyright.
   new  39bd3e4   releasing package libmodule-scandeps-perl version 1.19-1

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:
 Changes| 1303 +++-
 META.yml   |6 +-
 Makefile.PL|3 +-
 debian/changelog   |9 +
 debian/copyright   |4 +-
 .../patches/fix_references_to_renamed_executable   |4 +-
 inc/Module/Install.pm  |6 +-
 inc/Module/Install/Base.pm |2 +-
 inc/Module/Install/Can.pm  |2 +-
 inc/Module/Install/Fetch.pm|2 +-
 inc/Module/Install/Makefile.pm |2 +-
 inc/Module/Install/Metadata.pm |2 +-
 inc/Module/Install/Scripts.pm  |2 +-
 inc/Module/Install/Win32.pm|2 +-
 inc/Module/Install/WriteAll.pm |2 +-
 lib/Module/ScanDeps.pm |   37 +-
 lib/Module/ScanDeps/DataFeed.pm|6 +-
 17 files changed, 740 insertions(+), 654 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmodule-scandeps-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-scandeps-perl] annotated tag debian/1.19-1 created (now 1f2241f)

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

gregoa pushed a change to annotated tag debian/1.19-1
in repository libmodule-scandeps-perl.

at  1f2241f   (tag)
   tagging  39bd3e41a674cae708aaa650d82f5837f71fa15a (commit)
  replaces  debian/1.16-1
 tagged by  gregor herrmann
on  Tue Jun 2 20:32:46 2015 +0200

- Log -
tagging package libmodule-scandeps-perl version debian/1.19-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJVbfbOXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoG7UUQALNe14wzYV/09XMr/OJccPEa
Vf8uEAPf9f/ct1fATksfuUUUeFzk4kzA8tr1i7Y6M7Me0HNgoB9BnRhzu5dPFg85
6cFAXfYsdmRabG8WCOoHaO8qwcApbO6jPIvzK+Eqe0Us8h6OFJQi4d/sYxZ4B5NM
CJNgSIOdHZJOi0ngUghp5SVj81LULF0tIPKHJOGUtYZinlToY6ENKV6HMdewM4xG
g8jO6iIp3SP9WennsPrRD8qeGwU+74qQp5Md0snx5CTCeJYZYT8v9CsKRze9Nzzr
aM97l/t29NgTt3Xh2Ql2yWhTrRpmhZvN3WAVdjdK5ET+E8KUl+lUHh4vOqudbPyV
deQEirdJKL5kPONEneFxUshJF1SgkAxyYjcR9QMczVfVTghdPm+GPD4wOJxSQBpp
75gmt9EjWO6l/5M9qA/RGoeLNk2ZO0cHF0lUPrXr2bmtlWTVmFZzoxkvE9rEDihO
wtq1FrAKeOldsej+IPn12jlmoSKjuOa/nf6/aGONiEP2f/gvIVXv5K9Igm9v+qV6
mPBto4TkC2asyU8cpR1vIoTCl2/FtUizuMqk1I3jlsGTA8PZLDqonwv0mDxNDqVn
Lln/a51aRaZY3/IJJiODzYWBVzjW9OcJ7IVDR+Vhp4u/iTjcURnvh2BtAXthlHL/
hStL0oFnF9NXzh2CbgYA
=3iZN
-END PGP SIGNATURE-

gregor herrmann (7):
  Imported Upstream version 1.19
  Merge tag 'upstream/1.19'
  New upstream release.
  Refresh debian/patches/fix_references_to_renamed_executable
  Update Upstream-Contact in debian/copyright.
  Update years of packaging copyright.
  releasing package libmodule-scandeps-perl version 1.19-1

---

This annotated tag includes the following new commits:

   new  901ef81   Merge tag 'upstream/1.19'
   new  a24d7cc   New upstream release.
   new  be9b8fb   Refresh 
debian/patches/fix_references_to_renamed_executable
   new  40e24c3   Update Upstream-Contact in debian/copyright.
   new  62227ee   Update years of packaging copyright.
   new  39bd3e4   releasing package libmodule-scandeps-perl version 1.19-1

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/libmodule-scandeps-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-scandeps-perl] 01/01: pristine-tar data for libmodule-scandeps-perl_1.19.orig.tar.gz

2015-06-02 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 libmodule-scandeps-perl.

commit 1bffa47d37bc70bd7e0af23aac2a48f8d5356ed8
Author: gregor herrmann 
Date:   Tue Jun 2 20:27:02 2015 +0200

pristine-tar data for libmodule-scandeps-perl_1.19.orig.tar.gz
---
 libmodule-scandeps-perl_1.19.orig.tar.gz.delta | Bin 0 -> 3743 bytes
 libmodule-scandeps-perl_1.19.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libmodule-scandeps-perl_1.19.orig.tar.gz.delta 
b/libmodule-scandeps-perl_1.19.orig.tar.gz.delta
new file mode 100644
index 000..08066c9
Binary files /dev/null and b/libmodule-scandeps-perl_1.19.orig.tar.gz.delta 
differ
diff --git a/libmodule-scandeps-perl_1.19.orig.tar.gz.id 
b/libmodule-scandeps-perl_1.19.orig.tar.gz.id
new file mode 100644
index 000..8fddbb1
--- /dev/null
+++ b/libmodule-scandeps-perl_1.19.orig.tar.gz.id
@@ -0,0 +1 @@
+4332b7165831795d0ddd8910d68b5d32367ab29d

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmodule-scandeps-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-scandeps-perl] branch pristine-tar updated (6b877e9 -> 1bffa47)

2015-06-02 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 libmodule-scandeps-perl.

  from  6b877e9   pristine-tar data for 
libmodule-scandeps-perl_1.16.orig.tar.gz
   new  1bffa47   pristine-tar data for 
libmodule-scandeps-perl_1.19.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:
 libmodule-scandeps-perl_1.19.orig.tar.gz.delta | Bin 0 -> 3743 bytes
 libmodule-scandeps-perl_1.19.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libmodule-scandeps-perl_1.19.orig.tar.gz.delta
 create mode 100644 libmodule-scandeps-perl_1.19.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmodule-scandeps-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-scandeps-perl] 03/06: Refresh debian/patches/fix_references_to_renamed_executable

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

gregoa pushed a commit to branch master
in repository libmodule-scandeps-perl.

commit be9b8fb62590d398bee254ed4b83c0465062b27a
Author: gregor herrmann 
Date:   Tue Jun 2 20:29:10 2015 +0200

Refresh debian/patches/fix_references_to_renamed_executable

(offset)
---
 debian/patches/fix_references_to_renamed_executable | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/patches/fix_references_to_renamed_executable 
b/debian/patches/fix_references_to_renamed_executable
index 077c726..abd4e72 100644
--- a/debian/patches/fix_references_to_renamed_executable
+++ b/debian/patches/fix_references_to_renamed_executable
@@ -6,7 +6,7 @@ Forwarded: not-needed
 From: Gunnar Wolf 
 Reviewed-by: Nicholas Bamber 
  gregor herrmann 
-Last-Update: 2014-10-13
+Last-Update: 2015-06-02
 
 --- a/lib/Module/ScanDeps.pm
 +++ b/lib/Module/ScanDeps.pm
@@ -28,7 +28,7 @@ Last-Update: 2014-10-13
  
  Used in a program;
  
-@@ -1516,7 +1516,7 @@
+@@ -1513,7 +1513,7 @@
  
  =head1 SEE ALSO
  

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmodule-scandeps-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-scandeps-perl] 01/06: Merge tag 'upstream/1.19'

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

gregoa pushed a commit to branch master
in repository libmodule-scandeps-perl.

commit 901ef81a86bf4000d6738814c62386cafd87e980
Merge: b0ff30a d408258
Author: gregor herrmann 
Date:   Tue Jun 2 20:27:02 2015 +0200

Merge tag 'upstream/1.19'

Upstream version 1.19

 Changes | 1303 +--
 META.yml|6 +-
 Makefile.PL |3 +-
 inc/Module/Install.pm   |6 +-
 inc/Module/Install/Base.pm  |2 +-
 inc/Module/Install/Can.pm   |2 +-
 inc/Module/Install/Fetch.pm |2 +-
 inc/Module/Install/Makefile.pm  |2 +-
 inc/Module/Install/Metadata.pm  |2 +-
 inc/Module/Install/Scripts.pm   |2 +-
 inc/Module/Install/Win32.pm |2 +-
 inc/Module/Install/WriteAll.pm  |2 +-
 lib/Module/ScanDeps.pm  |   37 +-
 lib/Module/ScanDeps/DataFeed.pm |6 +-
 14 files changed, 727 insertions(+), 650 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmodule-scandeps-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-scandeps-perl] 02/06: New upstream release.

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

gregoa pushed a commit to branch master
in repository libmodule-scandeps-perl.

commit a24d7cc9e9e62cd5c37534be44e6c075625c41a4
Author: gregor herrmann 
Date:   Tue Jun 2 20:28:06 2015 +0200

New upstream release.
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6c87b7e..08cec1b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libmodule-scandeps-perl (1.19-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- gregor herrmann   Tue, 02 Jun 2015 20:27:03 +0200
+
 libmodule-scandeps-perl (1.16-1) unstable; urgency=medium
 
   * New upstream release.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmodule-scandeps-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-scandeps-perl] annotated tag upstream/1.19 created (now 331e9c1)

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

gregoa pushed a change to annotated tag upstream/1.19
in repository libmodule-scandeps-perl.

at  331e9c1   (tag)
   tagging  d408258b0665f26b961456495cdf993e49ba5709 (commit)
  replaces  upstream/1.16
 tagged by  gregor herrmann
on  Tue Jun 2 20:27:02 2015 +0200

- Log -
Upstream version 1.19

gregor herrmann (1):
  Imported Upstream version 1.19

---

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-scandeps-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-scandeps-perl] 04/06: Update Upstream-Contact in debian/copyright.

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

gregoa pushed a commit to branch master
in repository libmodule-scandeps-perl.

commit 40e24c32aa440bf6e07cb4a81a227bb378b18800
Author: gregor herrmann 
Date:   Tue Jun 2 20:30:00 2015 +0200

Update Upstream-Contact in debian/copyright.
---
 debian/copyright | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/copyright b/debian/copyright
index 09a94c5..2d27789 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Module-ScanDeps
-Upstream-Contact: Audrey Tang 
+Upstream-Contact: Roderich Schupp 
 Source: https://metacpan.org/release/Module-ScanDeps
 
 Files: *

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmodule-scandeps-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-scandeps-perl] 05/06: Update years of packaging copyright.

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

gregoa pushed a commit to branch master
in repository libmodule-scandeps-perl.

commit 62227eefd85c88320f273a28865c6426fd5055c7
Author: gregor herrmann 
Date:   Tue Jun 2 20:30:38 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 2d27789..3915309 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -25,7 +25,7 @@ Copyright: 2005-2006, Florian Ragwitz 
  2007-2008, Krzysztof Krzyzaniak (eloy) 
  2008-2010, Ansgar Burchardt 
  2008, Gunnar Wolf 
- 2008-2014, gregor herrmann 
+ 2008-2015, gregor herrmann 
  2009, Ryan Niebur 
  2011, Jonathan Yu 
 License: Artistic or GPL-1+

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


[libpar-packer-perl] 05/07: Update Upstream-Contact in debian/copyright.

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

gregoa pushed a commit to branch master
in repository libpar-packer-perl.

commit 0453ff748c8aedad2ce70e201b4da809edd9b474
Author: gregor herrmann 
Date:   Tue Jun 2 20:39:59 2015 +0200

Update Upstream-Contact in debian/copyright.
---
 debian/copyright | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/copyright b/debian/copyright
index 78b25dd..5b1e6d6 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: PAR-Packer
-Upstream-Contact: Audrey Tang 
+Upstream-Contact: Roderich Schupp 
 Source: https://metacpan.org/release/PAR-Packer
 
 Files: *

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


[libpar-packer-perl] 02/07: New upstream release.

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

gregoa pushed a commit to branch master
in repository libpar-packer-perl.

commit 078d1f51c905f889fade08a1b2eb1ec49adcc7d2
Author: gregor herrmann 
Date:   Tue Jun 2 20:20:22 2015 +0200

New upstream release.
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 75d58c6..834a726 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libpar-packer-perl (1.025-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- gregor herrmann   Tue, 02 Jun 2015 20:10:22 +0200
+
 libpar-packer-perl (1.022-1) unstable; urgency=medium
 
   * New upstream release.

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


[libpar-packer-perl] 04/07: Bump versioned (build) dependency on libmodule-scandeps-perl.

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

gregoa pushed a commit to branch master
in repository libpar-packer-perl.

commit c6fe0ef04656eeaeb9dc3514c59cde4437c5
Author: gregor herrmann 
Date:   Tue Jun 2 20:33:16 2015 +0200

Bump versioned (build) dependency on libmodule-scandeps-perl.
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 833f837..0ac213d 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends: perl,
libarchive-zip-perl,
libgetopt-argvfile-perl,
libinline-perl,
-   libmodule-scandeps-perl (>= 1.15),
+   libmodule-scandeps-perl (>= 1.17),
libpar-perl (>= 1.005),
libperl-dev
 Standards-Version: 3.9.6
@@ -29,7 +29,7 @@ Depends: ${misc:Depends},
  ${sameperl:Depends},
  libarchive-zip-perl,
  libgetopt-argvfile-perl,
- libmodule-scandeps-perl (>= 1.15),
+ libmodule-scandeps-perl (>= 1.17),
  libpar-dist-perl,
  libpar-perl (>= 1.005)
 Suggests: libmodule-signature-perl

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


[libpar-packer-perl] branch master updated (3ae90c7 -> ab1c2c2)

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

gregoa pushed a change to branch master
in repository libpar-packer-perl.

  from  3ae90c7   releasing package libpar-packer-perl version 1.022-1
  adds  7f31d1e   Imported Upstream version 1.025
   new  24aa806   Merge tag 'upstream/1.025'
   new  078d1f5   New upstream release.
   new  ab1fd5a   Update years of packaging copyright.
   new  c6fe0ef   Bump versioned (build) dependency on 
libmodule-scandeps-perl.
   new  0453ff7   Update Upstream-Contact in debian/copyright.
   new  c4d3654   Mark package as autopkgtest-able.
   new  ab1c2c2   releasing package libpar-packer-perl version 1.025-1

The 7 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:
 ChangeLog  | 1649 ---
 Changes| 1713 
 MANIFEST   |2 +-
 META.yml   |8 +-
 Makefile.PL|2 +-
 contrib/automated_pp_test/automated_pp_test.pl |  268 ++--
 debian/changelog   |   12 +
 debian/control |5 +-
 debian/copyright   |4 +-
 debian/patches/autopkgtest.patch   |   28 +
 debian/patches/series  |1 +
 debian/tests/pkg-perl/skip-smoke   |3 +
 inc/Module/Install.pm  |   11 +-
 inc/Module/Install/Base.pm |2 +-
 inc/Module/Install/Can.pm  |2 +-
 inc/Module/Install/Fetch.pm|6 +-
 inc/Module/Install/Include.pm  |6 +-
 inc/Module/Install/Makefile.pm |2 +-
 inc/Module/Install/Metadata.pm |  102 +-
 inc/Module/Install/PAR.pm  |2 +-
 inc/Module/Install/Win32.pm|6 +-
 inc/Module/Install/WriteAll.pm |6 +-
 lib/PAR/Filter/PatchContent.pm |4 +
 lib/PAR/Packer.pm  |   74 +-
 myldr/Makefile.PL  |   18 +-
 myldr/boot.c   |2 +-
 t/20-pp.t  |   18 +-
 t/30-current_exec.t|2 +-
 t/90-rt59710.t |2 +-
 29 files changed, 2020 insertions(+), 1940 deletions(-)
 delete mode 100644 ChangeLog
 create mode 100644 Changes
 create mode 100644 debian/patches/autopkgtest.patch
 create mode 100644 debian/tests/pkg-perl/skip-smoke

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


[libpar-packer-perl] 07/07: releasing package libpar-packer-perl version 1.025-1

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

gregoa pushed a commit to branch master
in repository libpar-packer-perl.

commit ab1c2c20d562daef8a3d1c22ca3b00ac8d142835
Author: gregor herrmann 
Date:   Tue Jun 2 21:13:18 2015 +0200

releasing package libpar-packer-perl version 1.025-1
---
 debian/changelog | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 834a726..a9346b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,14 @@
-libpar-packer-perl (1.025-1) UNRELEASED; urgency=medium
+libpar-packer-perl (1.025-1) unstable; urgency=medium
 
   * New upstream release.
+Fixes "FTBFS with perl 5.22"
+(Closes: #787440)
+  * Update years of packaging copyright.
+  * Bump versioned (build) dependency on libmodule-scandeps-perl.
+  * Update Upstream-Contact in debian/copyright.
+  * Mark package as autopkgtest-able.
 
- -- gregor herrmann   Tue, 02 Jun 2015 20:10:22 +0200
+ -- gregor herrmann   Tue, 02 Jun 2015 21:10:27 +0200
 
 libpar-packer-perl (1.022-1) unstable; urgency=medium
 

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


[libpar-packer-perl] annotated tag upstream/1.025 created (now 3fed3e3)

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

gregoa pushed a change to annotated tag upstream/1.025
in repository libpar-packer-perl.

at  3fed3e3   (tag)
   tagging  7f31d1e372271bab9205e53293dbf99d2af2c9d7 (commit)
  replaces  upstream/1.022
 tagged by  gregor herrmann
on  Tue Jun 2 20:10:22 2015 +0200

- Log -
Upstream version 1.025

gregor herrmann (1):
  Imported Upstream version 1.025

---

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/libpar-packer-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


[libpar-packer-perl] 01/07: Merge tag 'upstream/1.025'

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

gregoa pushed a commit to branch master
in repository libpar-packer-perl.

commit 24aa806dd2bac57f94de84ac393cafd0111a0048
Merge: 3ae90c7 7f31d1e
Author: gregor herrmann 
Date:   Tue Jun 2 20:10:22 2015 +0200

Merge tag 'upstream/1.025'

Upstream version 1.025

 ChangeLog  | 1649 ---
 Changes| 1713 
 MANIFEST   |2 +-
 META.yml   |8 +-
 Makefile.PL|2 +-
 contrib/automated_pp_test/automated_pp_test.pl |  268 ++--
 inc/Module/Install.pm  |   11 +-
 inc/Module/Install/Base.pm |2 +-
 inc/Module/Install/Can.pm  |2 +-
 inc/Module/Install/Fetch.pm|6 +-
 inc/Module/Install/Include.pm  |6 +-
 inc/Module/Install/Makefile.pm |2 +-
 inc/Module/Install/Metadata.pm |  102 +-
 inc/Module/Install/PAR.pm  |2 +-
 inc/Module/Install/Win32.pm|6 +-
 inc/Module/Install/WriteAll.pm |6 +-
 lib/PAR/Filter/PatchContent.pm |4 +
 lib/PAR/Packer.pm  |   74 +-
 myldr/Makefile.PL  |   18 +-
 myldr/boot.c   |2 +-
 t/20-pp.t  |   18 +-
 t/30-current_exec.t|2 +-
 t/90-rt59710.t |2 +-
 23 files changed, 1971 insertions(+), 1936 deletions(-)

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


[libpar-packer-perl] 01/01: pristine-tar data for libpar-packer-perl_1.025.orig.tar.gz

2015-06-02 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 libpar-packer-perl.

commit 46cae6854a7b973b7158ffcfae63f120db8f1646
Author: gregor herrmann 
Date:   Tue Jun 2 20:10:22 2015 +0200

pristine-tar data for libpar-packer-perl_1.025.orig.tar.gz
---
 libpar-packer-perl_1.025.orig.tar.gz.delta | Bin 0 -> 4006 bytes
 libpar-packer-perl_1.025.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libpar-packer-perl_1.025.orig.tar.gz.delta 
b/libpar-packer-perl_1.025.orig.tar.gz.delta
new file mode 100644
index 000..bb8ab87
Binary files /dev/null and b/libpar-packer-perl_1.025.orig.tar.gz.delta differ
diff --git a/libpar-packer-perl_1.025.orig.tar.gz.id 
b/libpar-packer-perl_1.025.orig.tar.gz.id
new file mode 100644
index 000..cd93f78
--- /dev/null
+++ b/libpar-packer-perl_1.025.orig.tar.gz.id
@@ -0,0 +1 @@
+690df048f02c025033eea5cc1c17d27e7496679e

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


[libpar-packer-perl] 06/07: Mark package as autopkgtest-able.

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

gregoa pushed a commit to branch master
in repository libpar-packer-perl.

commit c4d365422da99b4cb46dd042712fb586bf66732c
Author: gregor herrmann 
Date:   Tue Jun 2 21:09:06 2015 +0200

Mark package as autopkgtest-able.
---
 debian/control   |  1 +
 debian/patches/autopkgtest.patch | 28 
 debian/patches/series|  1 +
 debian/tests/pkg-perl/skip-smoke |  3 +++
 4 files changed, 33 insertions(+)

diff --git a/debian/control b/debian/control
index 0ac213d..198403f 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/libpar-packer-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpar-packer-perl.git
 Homepage: http://par.perl.org/
+Testsuite: autopkgtest-pkg-perl
 
 Package: libpar-packer-perl
 Architecture: any
diff --git a/debian/patches/autopkgtest.patch b/debian/patches/autopkgtest.patch
new file mode 100644
index 000..eb8ff8f
--- /dev/null
+++ b/debian/patches/autopkgtest.patch
@@ -0,0 +1,28 @@
+Description: adjust paths when run under autopkgtest
+Origin: vendor
+Forwarded: not needed
+Author: gregor herrmann 
+Last-Update: 2015-06-02
+
+--- a/t/30-current_exec.t
 b/t/30-current_exec.t
+@@ -22,6 +22,8 @@
+ my $PP = File::Spec->catfile( $SCRIPT, 'pp' );
+ my $blib_lib = File::Spec->catdir("blib", "lib");
+ 
++$PP = '/usr/bin/pp' if $ENV{ADTTMP};
++
+ my $sep = $Config{path_sep};
+ $sep = ':' if not defined $sep;
+ $blib_lib .= $sep if $ENV{PERL5LIB};
+--- a/t/90-rt59710.t
 b/t/90-rt59710.t
+@@ -17,6 +17,8 @@
+ my $EXE = File::Spec->catfile($ENV{PAR_TMPDIR},"rt59710$Config{_exe}");
+ my $PP = File::Spec->catfile(qw( blib script pp ));
+ 
++$PP = '/usr/bin/pp' if $ENV{ADTTMP};
++
+ system $^X, $PP, 
+ -o => $EXE, 
+ -e => 'use Unicode::UCD qw(charinfo); my $i = charinfo(0x42); print 
$i->{name};';
diff --git a/debian/patches/series b/debian/patches/series
index 1bd1bc6..c7e271e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 01_manpage-ext.patch
 fix-with-new-par-name
+autopkgtest.patch
diff --git a/debian/tests/pkg-perl/skip-smoke b/debian/tests/pkg-perl/skip-smoke
new file mode 100644
index 000..4f418a9
--- /dev/null
+++ b/debian/tests/pkg-perl/skip-smoke
@@ -0,0 +1,3 @@
+# this would need massive patching to work with the installed files
+# and without source and intermediate build results
+t/10-parl-generation.t

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


[libpar-packer-perl] branch pristine-tar updated (e597b98 -> 46cae68)

2015-06-02 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 libpar-packer-perl.

  from  e597b98   pristine-tar data for libpar-packer-perl_1.022.orig.tar.gz
   new  46cae68   pristine-tar data for libpar-packer-perl_1.025.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:
 libpar-packer-perl_1.025.orig.tar.gz.delta | Bin 0 -> 4006 bytes
 libpar-packer-perl_1.025.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libpar-packer-perl_1.025.orig.tar.gz.delta
 create mode 100644 libpar-packer-perl_1.025.orig.tar.gz.id

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


[libpar-packer-perl] annotated tag debian/1.025-1 created (now 61a1a02)

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

gregoa pushed a change to annotated tag debian/1.025-1
in repository libpar-packer-perl.

at  61a1a02   (tag)
   tagging  ab1c2c20d562daef8a3d1c22ca3b00ac8d142835 (commit)
  replaces  debian/1.022-1
 tagged by  gregor herrmann
on  Tue Jun 2 21:13:18 2015 +0200

- Log -
tagging package libpar-packer-perl version debian/1.025-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJVbgBOXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoG1Z8P/jnYFyrh5Qn2aEPthBSRT6LN
Hy3uMJn3fPnYmnOpDYOBodgubYHrKq028s+SBcW0Lr8R9toNdgC02wk1enfMm5ZN
XR5T02WeVKanXdWbcSzBttTUZz9qTU91PYgpzTFBSzWtE42ooSk8kAn1ucDoEVFv
o/PYjjkoxO+357cDzDuaQnHHC6AqJhPY/oyVMhxQQY4Y4MqMwXxdgMsrZXL04yMw
/cMtSQ1HKMTcK+I9vw0P0SEjkUzXChR3vSDfnOckfPLJOlSCz9EGz7sOa4MhkqtX
Hkg/uR18Bj+c5/0ZTrj0GY7X+ffofnODvtk67tfFlaWhKC34crEVj3A9SVGvHp/h
QKC8YPdldPorzzIgYI4gPGgEm54chUX/G1l4zj9vFiMqZ5s3G738Mury6qB7lMZP
qByRkrSNoipAmELD7g6nGNqK9SJXsd94Ve5ehwuVxdKokfcFx0ZLfO6qBCv9qxEv
HmO5Iy0nzojL8wlDgKFqM5VBypbGBjKETzOjWfGubGvaW7UE6zLNBZiXw2qyliIg
ePGYvUSOtDOioNs/alt3l+cLb2Xd2hk8b36TaDnv2wbtMkiKI+5smdGqPC0WPb0j
fHVpz5wNINCmdg6ABeb0d8Sv7hUyp/BAwqiU0xg/UJpd+h31Lf/llPCtKnYB9n+e
9Txps8bDqHmvwwVhhgQ1
=GjhF
-END PGP SIGNATURE-

gregor herrmann (8):
  Imported Upstream version 1.025
  Merge tag 'upstream/1.025'
  New upstream release.
  Update years of packaging copyright.
  Bump versioned (build) dependency on libmodule-scandeps-perl.
  Update Upstream-Contact in debian/copyright.
  Mark package as autopkgtest-able.
  releasing package libpar-packer-perl version 1.025-1

---

This annotated tag includes the following new commits:

   new  24aa806   Merge tag 'upstream/1.025'
   new  078d1f5   New upstream release.
   new  ab1fd5a   Update years of packaging copyright.
   new  c6fe0ef   Bump versioned (build) dependency on 
libmodule-scandeps-perl.
   new  0453ff7   Update Upstream-Contact in debian/copyright.
   new  c4d3654   Mark package as autopkgtest-able.
   new  ab1c2c2   releasing package libpar-packer-perl version 1.025-1

The 7 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/libpar-packer-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


[libpar-packer-perl] 03/07: Update years of packaging copyright.

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

gregoa pushed a commit to branch master
in repository libpar-packer-perl.

commit ab1fd5aa78345d00e616b9be996510cf3c606f27
Author: gregor herrmann 
Date:   Tue Jun 2 20:24:18 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 e449400..78b25dd 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -85,7 +85,7 @@ License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: 2007-2010, Damyan Ivanov 
- 2007-2014, gregor herrmann 
+ 2007-2015, gregor herrmann 
  2008, Niko Tyni 
  2008, Roberto C. Sanchez 
  2009, Ryan Niebur 

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


[libwant-perl] annotated tag debian/0.26-1 created (now 7e6c64a)

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

gregoa pushed a change to annotated tag debian/0.26-1
in repository libwant-perl.

at  7e6c64a   (tag)
   tagging  665384b0248213e4a0f233d478fe6bb6774340b6 (commit)
  replaces  debian/0.23-1
 tagged by  gregor herrmann
on  Tue Jun 2 21:22:02 2015 +0200

- Log -
tagging package libwant-perl version debian/0.26-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJVbgJaXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGaagQALKxe3Krcx17ZNAsgB6+7sbM
imOdHv8YyAL9HWIGzHoaMFUOvBAMk1bAAh5xOYMYqVNYKxnHxOL2wX8mH/tVHIwj
lJvmTkIOYh0Aqrr8Mw6wtquluGCpUKaql3u6ee3mHKDxD8/sqZIFGRd2258hveRV
CHETWNk2bMTXGhDI7tM/DkBvaIlnAoPFTqke47wCy3fBSCqZjtC8bSDKeAshG0xr
B7sVHKd+JnDeCrKr1bo0HEHM2y0d/7SeWFArO8XJCR64k+k4CSmcKmreZ0O6A7uG
2YC7erEtkMw3jJ6WP8N4S26a8WQb1RkpTkY025sfWk+GflE+h9Dg2VaikRZ4zCnZ
pdxCUnXgViLqx1Xp+AlrjvfbZ39p00tVW52N4gAEFXmx9+VBIR4XWLGjEmX9eB+E
lvoUFWI5Bx01ykGNRpMDq34E49sGcuWTie79hE3tS3nyvExV1DU3Gy3z0h1iiktx
Zi8NjX/Rz9ok/oerhJbDchoOzjBy4ZwlCr/CyAjIezr91PKLERNDnjOM+jeAExE3
OrtI1KGJgmkzo0P3h8JWyChc+5AaCuMSKt2s9g8wVxhJqSRQDM23EEtOae1sr06o
q5l2Pigzqp8OY3CAjFD7N+YajdFuAJbWvupBrSdVHgYKJPPXVz/YuxlVYbgwbCUE
mNTbq5UYdNQBunQZZrY9
=AYyF
-END PGP SIGNATURE-

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

gregor herrmann (8):
  Imported Upstream version 0.26
  Merge tag 'upstream/0.26'
  New upstream release. Fixes "FTBFS with perl 5.22" (Closes: #787441)
  Update years of packaging copyright.
  Declare compliance with Debian Policy 3.9.6.
  wrap&sort d/control
  Mark package as autopkgtest-able.
  releasing package libwant-perl version 0.26-1

---

This annotated tag includes the following new commits:

   new  9cbf131   Merge tag 'upstream/0.26'
   new  f598fce   New upstream release. Fixes "FTBFS with perl 5.22" 
(Closes: #787441)
   new  760c2bb   Update years of packaging copyright.
   new  f1848a9   Declare compliance with Debian Policy 3.9.6.
   new  33914f3   wrap&sort d/control
   new  8227f6b   Mark package as autopkgtest-able.
   new  665384b   releasing package libwant-perl version 0.26-1

The 7 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/libwant-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


[libwant-perl] branch master updated (2488f2b -> 665384b)

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

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

  from  2488f2b   update changelog
  adds  9deb750   Imported Upstream version 0.26
   new  9cbf131   Merge tag 'upstream/0.26'
   new  f598fce   New upstream release. Fixes "FTBFS with perl 5.22" 
(Closes: #787441)
   new  760c2bb   Update years of packaging copyright.
   new  f1848a9   Declare compliance with Debian Policy 3.9.6.
   new  33914f3   wrap&sort d/control
   new  8227f6b   Mark package as autopkgtest-able.
   new  665384b   releasing package libwant-perl version 0.26-1

The 7 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  | 27 
 META.json|  4 ++--
 META.yml |  4 ++--
 README   |  2 +-
 Want.pm  |  8 +--
 Want.xs  | 63 
 debian/changelog | 13 ++--
 debian/control   | 14 -
 debian/copyright |  2 +-
 t/all.t  |  2 +-
 10 files changed, 119 insertions(+), 20 deletions(-)

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


[libwant-perl] 05/07: wrap&sort d/control

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

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

commit 33914f399e860c63bbd85459d0be5c44d35f4f36
Author: gregor herrmann 
Date:   Tue Jun 2 21:19:59 2015 +0200

wrap&sort d/control

Gbp-Dch: Ignore
---
 debian/control | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 6c98936..9b4bcb0 100644
--- a/debian/control
+++ b/debian/control
@@ -1,11 +1,12 @@
 Source: libwant-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 9.20120312), perl
+Build-Depends: debhelper (>= 9.20120312),
+   perl
 Maintainer: Debian Perl Group 
 Uploaders: gregor herrmann ,
- Ansgar Burchardt ,
- Florian Schlichting 
+   Ansgar Burchardt ,
+   Florian Schlichting 
 Standards-Version: 3.9.6
 Homepage: https://metacpan.org/release/Want
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libwant-perl.git
@@ -13,7 +14,9 @@ Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libwant-perl.git
 
 Package: libwant-perl
 Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, 
+Depends: ${misc:Depends},
+ ${perl:Depends},
+ ${shlibs:Depends}
 Description: generalisation of wantarray
  The Want module generalises the mechanism of the wantarray function,
  allowing a function to determine in some detail how its return value

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


[libwant-perl] 01/01: pristine-tar data for libwant-perl_0.26.orig.tar.gz

2015-06-02 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 libwant-perl.

commit 528367f24007895513710f0229b7d545786d8bde
Author: gregor herrmann 
Date:   Tue Jun 2 21:17:46 2015 +0200

pristine-tar data for libwant-perl_0.26.orig.tar.gz
---
 libwant-perl_0.26.orig.tar.gz.delta | Bin 0 -> 1304 bytes
 libwant-perl_0.26.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libwant-perl_0.26.orig.tar.gz.delta 
b/libwant-perl_0.26.orig.tar.gz.delta
new file mode 100644
index 000..809ebf1
Binary files /dev/null and b/libwant-perl_0.26.orig.tar.gz.delta differ
diff --git a/libwant-perl_0.26.orig.tar.gz.id b/libwant-perl_0.26.orig.tar.gz.id
new file mode 100644
index 000..232122e
--- /dev/null
+++ b/libwant-perl_0.26.orig.tar.gz.id
@@ -0,0 +1 @@
+9588dd3e6d5aceb40eaf37b14cf7bf0866ba717a

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


[libwant-perl] 03/07: Update years of packaging copyright.

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

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

commit 760c2bbead0dec731cd3d1a1d47591d45b92ed24
Author: gregor herrmann 
Date:   Tue Jun 2 21:19:31 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 cef9985..94e2ee2 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -11,7 +11,7 @@ Files: debian/*
 Copyright: 2004-2008, Florian Weimer 
  2009, Ansgar Burchardt 
  2012, gregor herrmann 
- 2012-2013, Florian Schlichting 
+ 2012-2015, Florian Schlichting 
 License: Artistic or GPL-1+
 
 License: Artistic

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


[libwant-perl] 04/07: Declare compliance with Debian Policy 3.9.6.

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

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

commit f1848a9cb4b8f9ef2f631830856a67b7c6cc5260
Author: gregor herrmann 
Date:   Tue Jun 2 21:19:33 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 c8fc2d6..6c98936 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Maintainer: Debian Perl Group 

 Uploaders: gregor herrmann ,
  Ansgar Burchardt ,
  Florian Schlichting 
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Homepage: https://metacpan.org/release/Want
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libwant-perl.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libwant-perl.git

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


[libwant-perl] annotated tag upstream/0.26 created (now ac3cce2)

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

gregoa pushed a change to annotated tag upstream/0.26
in repository libwant-perl.

at  ac3cce2   (tag)
   tagging  9deb750921f1249c1f48f82211f9de6c55e21971 (commit)
  replaces  upstream/0.23
 tagged by  gregor herrmann
on  Tue Jun 2 21:17:46 2015 +0200

- Log -
Upstream version 0.26

gregor herrmann (1):
  Imported Upstream version 0.26

---

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


[libwant-perl] 02/07: New upstream release. Fixes "FTBFS with perl 5.22" (Closes: #787441)

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

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

commit f598fcecb13c4505d9c6981ad5d6db229f9f539a
Author: gregor herrmann 
Date:   Tue Jun 2 21:19:08 2015 +0200

New upstream release. Fixes "FTBFS with perl 5.22" (Closes: #787441)
---
 debian/changelog | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8e87f0d..e7222f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,14 @@
-libwant-perl (0.23-2) UNRELEASED; urgency=medium
+libwant-perl (0.26-1) UNRELEASED; urgency=medium
 
+  [ Salvatore Bonaccorso ]
   * Update Vcs-Browser URL to cgit web frontend
 
- -- Salvatore Bonaccorso   Sat, 16 Aug 2014 09:36:07 +0200
+  [ gregor herrmann ]
+  * New upstream release.
+Fixes "FTBFS with perl 5.22"
+(Closes: #787441)
+
+ -- gregor herrmann   Tue, 02 Jun 2015 21:17:46 +0200
 
 libwant-perl (0.23-1) unstable; urgency=medium
 

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


[libwant-perl] 06/07: Mark package as autopkgtest-able.

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

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

commit 8227f6b684fedec56fdac493515b193b4b22d9ab
Author: gregor herrmann 
Date:   Tue Jun 2 21:21:11 2015 +0200

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

diff --git a/debian/control b/debian/control
index 9b4bcb0..d23c0f3 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,7 @@ Standards-Version: 3.9.6
 Homepage: https://metacpan.org/release/Want
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libwant-perl.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libwant-perl.git
+Testsuite: autopkgtest-pkg-perl
 
 Package: libwant-perl
 Architecture: any

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


[libwant-perl] 07/07: releasing package libwant-perl version 0.26-1

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

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

commit 665384b0248213e4a0f233d478fe6bb6774340b6
Author: gregor herrmann 
Date:   Tue Jun 2 21:22:02 2015 +0200

releasing package libwant-perl version 0.26-1
---
 debian/changelog | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e7222f4..fbfe4e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libwant-perl (0.26-1) UNRELEASED; urgency=medium
+libwant-perl (0.26-1) unstable; urgency=medium
 
   [ Salvatore Bonaccorso ]
   * Update Vcs-Browser URL to cgit web frontend
@@ -7,8 +7,11 @@ libwant-perl (0.26-1) UNRELEASED; urgency=medium
   * New upstream release.
 Fixes "FTBFS with perl 5.22"
 (Closes: #787441)
+  * Update years of packaging copyright.
+  * Declare compliance with Debian Policy 3.9.6.
+  * Mark package as autopkgtest-able.
 
- -- gregor herrmann   Tue, 02 Jun 2015 21:17:46 +0200
+ -- gregor herrmann   Tue, 02 Jun 2015 21:21:16 +0200
 
 libwant-perl (0.23-1) unstable; urgency=medium
 

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


[libwant-perl] branch pristine-tar updated (ee90031 -> 528367f)

2015-06-02 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 libwant-perl.

  from  ee90031   pristine-tar data for libwant-perl_0.23.orig.tar.gz
   new  528367f   pristine-tar data for libwant-perl_0.26.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:
 libwant-perl_0.26.orig.tar.gz.delta | Bin 0 -> 1304 bytes
 libwant-perl_0.26.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libwant-perl_0.26.orig.tar.gz.delta
 create mode 100644 libwant-perl_0.26.orig.tar.gz.id

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


[libwant-perl] 01/07: Merge tag 'upstream/0.26'

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

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

commit 9cbf1319f91a184a0b2e383777001a5b36c28058
Merge: 2488f2b 9deb750
Author: gregor herrmann 
Date:   Tue Jun 2 21:17:46 2015 +0200

Merge tag 'upstream/0.26'

Upstream version 0.26

 Changes   | 27 +++
 META.json |  4 ++--
 META.yml  |  4 ++--
 README|  2 +-
 Want.pm   |  8 ++--
 Want.xs   | 63 +++
 t/all.t   |  2 +-
 7 files changed, 98 insertions(+), 12 deletions(-)

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


[libdata-util-perl] 03/06: Add patch from CPAN RT for compatibility with perl >= 5.21.4.

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

gregoa pushed a commit to branch master
in repository libdata-util-perl.

commit 657184f58ec2a539139e2dfa9a5e2e28bdea71e3
Author: gregor herrmann 
Date:   Tue Jun 2 21:29:38 2015 +0200

Add patch from CPAN RT for compatibility with perl >= 5.21.4.

Closes: #787454
---
 debian/patches/perl-5.21.patch | 47 ++
 debian/patches/series  |  1 +
 2 files changed, 48 insertions(+)

diff --git a/debian/patches/perl-5.21.patch b/debian/patches/perl-5.21.patch
new file mode 100644
index 000..1e21e3f
--- /dev/null
+++ b/debian/patches/perl-5.21.patch
@@ -0,0 +1,47 @@
+Description: fix errors with perl >= 5.12.4
+ "Stashes can now have sub refs in them."
+Origin: CPAN RT
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=99097
+Bug-Debian: https://bugs.debian.org/787454
+Author: spr...@cpan.org
+Reviewed-by: gregor herrmann 
+Last-Update: 2015-06-02
+
+--- a/DataUtil.xs
 b/DataUtil.xs
+@@ -674,7 +674,14 @@
+   CV* code;
+ 
+   if(!isGV(gv)){ /* a subroutine stub or special constant*/
+-  if(SvROK((SV*)gv) && ckWARN(WARN_MISC)){
++ /* or perhaps a sub ref */
++  if(SvROK((SV*)gv)) {
++  if(SvTYPE(SvRV(gv)) == SVt_PVCV) {
++  if( specified_code &&
++  specified_code != (CV*)SvRV(gv) )
++  return;
++  }
++  else if(ckWARN(WARN_MISC))
+   Perl_warner(aTHX_ packWARN(WARN_MISC), 
"Constant subroutine %s uninstalled", name);
+   }
+   (void)hv_delete(stash, name, namelen, G_DISCARD);
+--- a/lib/Data/Util/PurePerl.pm
 b/lib/Data/Util/PurePerl.pm
+@@ -246,8 +246,16 @@
+   my $glob = $stash->{$name};
+ 
+   if(ref(\$glob) ne 'GLOB'){
+-  if(ref $glob){
++  if(ref $glob) {
++  if(Scalar::Util::reftype $glob eq 'CODE'){
++  if(defined $specified_code &&
++ $specified_code != $glob) {
++  next;
++  }
++  }
++  else {
+   warnings::warnif(misc => "Constant subroutine 
$name uninstalled");
++  }
+   }
+   delete $stash->{$name};
+   next;
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..d59414d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+perl-5.21.patch

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


[libdata-util-perl] branch master updated (35bb3e5 -> d1bea36)

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

gregoa pushed a change to branch master
in repository libdata-util-perl.

  from  35bb3e5   update changelog
   new  1ca77a8   Add debian/upstream/metadata
   new  8af52fe   Update debian/changelog
   new  657184f   Add patch from CPAN RT for compatibility with perl >= 
5.21.4.
   new  750b77c   Update years of packaging copyright.
   new  73336c9   Declare compliance with Debian Policy 3.9.6.
   new  d1bea36   releasing package libdata-util-perl version 0.63-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 |  2 +-
 debian/copyright   |  2 +-
 debian/patches/perl-5.21.patch | 47 ++
 debian/patches/series  |  1 +
 debian/upstream/metadata   |  5 +
 6 files changed, 65 insertions(+), 4 deletions(-)
 create mode 100644 debian/patches/perl-5.21.patch
 create mode 100644 debian/patches/series
 create mode 100644 debian/upstream/metadata

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


[libdata-util-perl] annotated tag debian/0.63-2 created (now 3a7214f)

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

gregoa pushed a change to annotated tag debian/0.63-2
in repository libdata-util-perl.

at  3a7214f   (tag)
   tagging  d1bea364bbba10df660dbace2ad4c45d003fc87b (commit)
  replaces  debian/0.63-1
 tagged by  gregor herrmann
on  Tue Jun 2 21:39:29 2015 +0200

- Log -
tagging package libdata-util-perl version debian/0.63-2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJVbgZxXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGx/gP/iF9DKqU1dyMFKvFQ7Kd1Peo
s1FXmIiTyT/JlEFM++KI+j3/osQbVdbekgDAtnMOyMHZYQPXmMwTGNgcsrAO54Uu
LqBt0LPOiVBFgZF0CTv8xyQuaK9Y0ijgkz3GC6HqhgZ7L1sqlu2zUlkxqlh03BWa
B0PMAX6cU2klqXVRIir+Jt4SkWPRmv6CMa8lMMyqOP84ObPA7LNgx+thm7S57Aqs
ERcf2ZpnhHbmwXejGQbOsq3pnVVwZveJn5q4YuU3odqikP6P26P1trpWRIv1MZNS
+E49k5Z5GTKRgk/0qcvTu95oON6pWvIo482/t9iJkKH8NcNjfffa6vxpvSHvJTbK
sum08pi5p0hAXTuAtnCqiRAIMrKaGJr2M/x/WqdDc2Aud/KBpTtEnyRUOIdn9SjC
dyiKWU7uN2Qme32L3wFZ8ff0eXlH5tFnAqrlMrO3cBVOpivLbNYSWyQ2ERcj+u97
szuA6E9WJa0aMZW/aBop2GABL1T/ZQJVZ1tZSEu+sCyaDhj/5xFTWnhrGe98PsJH
ir0ePvGycji3nCaoXYvFX0e89UHDwwqM8QTKrqsLnIPXZP47QatwgDl1w1TbANcL
SHrefBqBAxwZr/358saiNqzQa4Ffmtno5OQEkD0y/ZEFyVcMBa7S1FZQml8RJOW8
e9nvkXbPLIzpN65pK3Lm
=JNL5
-END PGP SIGNATURE-

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

gregor herrmann (6):
  Add debian/upstream/metadata
  Update debian/changelog
  Add patch from CPAN RT for compatibility with perl >= 5.21.4.
  Update years of packaging copyright.
  Declare compliance with Debian Policy 3.9.6.
  releasing package libdata-util-perl version 0.63-2

---

This annotated tag includes the following new commits:

   new  1ca77a8   Add debian/upstream/metadata
   new  8af52fe   Update debian/changelog
   new  657184f   Add patch from CPAN RT for compatibility with perl >= 
5.21.4.
   new  750b77c   Update years of packaging copyright.
   new  73336c9   Declare compliance with Debian Policy 3.9.6.
   new  d1bea36   releasing package libdata-util-perl version 0.63-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/libdata-util-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


[libdata-util-perl] 05/06: Declare compliance with Debian Policy 3.9.6.

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

gregoa pushed a commit to branch master
in repository libdata-util-perl.

commit 73336c9a58bd1dff584d6b99e51da7c2b17da5d5
Author: gregor herrmann 
Date:   Tue Jun 2 21:30:37 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 47dca69..1f40e31 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 9.20120312~),
libtest-exception-perl,
perl,
perl (>= 5.17.4) | libextutils-parsexs-perl (>= 3.18)
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libdata-util-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdata-util-perl.git
 Homepage: https://metacpan.org/release/Data-Util

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


[libdata-util-perl] 02/06: Update debian/changelog

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

gregoa pushed a commit to branch master
in repository libdata-util-perl.

commit 8af52febf2c62d0142be60533b8a8dbfccd16c6f
Author: gregor herrmann 
Date:   Tue Jun 2 21:24:26 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 c4f4173..09f1ab2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
 libdata-util-perl (0.63-2) UNRELEASED; urgency=medium
 
+  [ Salvatore Bonaccorso ]
   * Update Vcs-Browser URL to cgit web frontend
 
+  [ gregor herrmann ]
+  * Add debian/upstream/metadata
+
  -- Salvatore Bonaccorso   Sat, 16 Aug 2014 09:30:59 +0200
 
 libdata-util-perl (0.63-1) unstable; urgency=medium

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


[libdata-util-perl] 04/06: Update years of packaging copyright.

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

gregoa pushed a commit to branch master
in repository libdata-util-perl.

commit 750b77c5feb769fa8f243af6b48b9434e09f139e
Author: gregor herrmann 
Date:   Tue Jun 2 21:30:32 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 468c0fe..5ba0ec8 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -14,7 +14,7 @@ Copyright: 2002-2012, Adam Kennedy 
 License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: 2012-2014, gregor herrmann 
+Copyright: 2012-2015, gregor herrmann 
 License: Artistic or GPL-1+
 
 License: Artistic

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


[libdata-util-perl] 06/06: releasing package libdata-util-perl version 0.63-2

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

gregoa pushed a commit to branch master
in repository libdata-util-perl.

commit d1bea364bbba10df660dbace2ad4c45d003fc87b
Author: gregor herrmann 
Date:   Tue Jun 2 21:39:29 2015 +0200

releasing package libdata-util-perl version 0.63-2
---
 debian/changelog | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 09f1ab2..680ccf7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,16 @@
-libdata-util-perl (0.63-2) UNRELEASED; urgency=medium
+libdata-util-perl (0.63-2) unstable; urgency=medium
 
   [ Salvatore Bonaccorso ]
   * Update Vcs-Browser URL to cgit web frontend
 
   [ gregor herrmann ]
   * Add debian/upstream/metadata
+  * Add patch from CPAN RT for compatibility with perl >= 5.21.4.
+(Closes: #787454)
+  * Update years of packaging copyright.
+  * Declare compliance with Debian Policy 3.9.6.
 
- -- Salvatore Bonaccorso   Sat, 16 Aug 2014 09:30:59 +0200
+ -- gregor herrmann   Tue, 02 Jun 2015 21:38:26 +0200
 
 libdata-util-perl (0.63-1) unstable; urgency=medium
 

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


[libdata-util-perl] 01/06: Add debian/upstream/metadata

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

gregoa pushed a commit to branch master
in repository libdata-util-perl.

commit 1ca77a8eede29202760c14660f79ca2c42e60325
Author: gregor herrmann 
Date:   Tue Jun 2 21:24:26 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..cda10d0
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,5 @@
+---
+Archive: CPAN
+Contact: Goro Fuji(gfx) .
+Name: Data-Util
+Repository: git://github.com/gfx/Perl-Data-Util.git

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


[libimager-perl] 01/10: Add debian/upstream/metadata

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

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

commit 8e57e9de5b8bafe017d272ae74c95a5d7538377b
Author: gregor herrmann 
Date:   Tue Jun 2 21:39:59 2015 +0200

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

diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 000..f40f06c
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,6 @@
+---
+Archive: CPAN
+Bug-Database: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Imager
+Contact: Tony Cook , Arnar M. Hrafnkelsson
+Name: Imager
+Repository: git://git.imager.perl.org/imager.git

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


[libimager-perl] 07/10: Update years of packaging copyright.

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

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

commit b93583ffc932f5e39202a4a8c93240732d60a823
Author: gregor herrmann 
Date:   Tue Jun 2 21:52:30 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 f3da393..b0fdc9d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -68,7 +68,7 @@ Copyright:
  2004, Michael K. Edwards 
  2004, Steve Langasek 
  2007, Gunnar Wolf 
- 2008-2014, gregor herrmann 
+ 2008-2015, gregor herrmann 
  2008, Damyan Ivanov 
  2008, Rene Mayorga 
  2008, Roberto C. Sanchez 

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


[libimager-perl] 03/10: Merge tag 'upstream/1.003+dfsg'

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

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

commit a46402364959cfad6fff6dda00b209ec38ea4f6a
Merge: 3ed4350 6950676
Author: gregor herrmann 
Date:   Tue Jun 2 21:43:46 2015 +0200

Merge tag 'upstream/1.003+dfsg'

Upstream version 1.003+dfsg

 Changes|  78 +
 FT2/FT2.pm |   2 +-
 GIF/GIF.pm |   2 +-
 GIF/Makefile.PL|   2 +-
 ICO/ICO.pm |  13 +-
 ICO/ICO.xs |   8 +-
 ICO/imicon.c   |  12 +-
 ICO/imicon.h   |   4 +-
 ICO/t/t10icon.t|  27 ++-
 Imager.pm  | 152 +++--
 Imager.xs  | 156 -
 JPEG/JPEG.pm   |   2 +-
 MANIFEST   |   1 +
 META.json  |   4 +-
 META.yml   |  18 +-
 Makefile.PL| 327 ++--
 PNG/PNG.pm |   2 +-
 T1/T1.pm   |   2 +-
 TIFF/TIFF.pm   |   2 +-
 W32/W32.pm |   2 +-
 apidocs.perl   |  13 +-
 draw.c | 318 +++
 image.c|  79 +
 imager.h   |  12 ++
 imdatatypes.h  | 410 -
 imext.c|  13 +-
 imext.h|   9 +
 imexttypes.h   |  21 ++-
 immacros.h |  14 +-
 inc/Devel/CheckLib.pm  |  10 +-
 lib/Imager/API.pod |  39 +
 lib/Imager/APIRef.pod  | 233 +-
 lib/Imager/Draw.pod|  83 +
 lib/Imager/Files.pod   |  16 +-
 lib/Imager/ImageTypes.pod  |  67 +++-
 lib/Imager/Matrix2d.pm |  71 +++-
 lib/Imager/Probe.pm|  18 +-
 perlio.c   |   2 +
 polygon.c  | 295 +---
 t/100-base/010-introvert.t |  45 -
 t/250-draw/020-flood.t | 136 ++-
 t/250-draw/050-polyaa.t|  94 +--
 t/250-draw/060-polypoly.t  | 126 ++
 t/450-api/100-inline.t |  52 +-
 t/900-util/050-matrix.t|  13 +-
 typemap.local  |  10 ++
 46 files changed, 2536 insertions(+), 479 deletions(-)

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


[libimager-perl] 08/10: Declare compliance with Debian Policy 3.9.6.

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

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

commit ccac89273e3b76534688e74cb339f585cb40dafb
Author: gregor herrmann 
Date:   Tue Jun 2 21:52: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 c1eb394..c0c2bed 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Build-Depends: perl,
libtest-pod-coverage-perl,
libtest-pod-perl,
libtiff-dev
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libimager-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libimager-perl.git
 Homepage: http://imager.perl.org/

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


[libimager-perl] 05/10: add bug closer

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

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

commit f4b3306edfed7b7b56627c4e494cb6c3b478947b
Author: gregor herrmann 
Date:   Tue Jun 2 21:48:52 2015 +0200

add bug closer

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

diff --git a/debian/changelog b/debian/changelog
index 2a4ae62..0a4ee35 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ libimager-perl (1.003+dfsg-1) UNRELEASED; urgency=medium
   [ gregor herrmann ]
   * Add debian/upstream/metadata
   * Import upstream version 1.003+dfsg.
+Fixes "FTBFS with perl 5.22"
+(Closes: #787456)
 
  -- gregor herrmann   Tue, 02 Jun 2015 21:44:30 +0200
 

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


[libimager-perl] 02/10: Update debian/changelog

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

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

commit 3ed4350609cb61eb3291fdf16906e39f31f0b252
Author: gregor herrmann 
Date:   Tue Jun 2 21:40:00 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 f8cb104..7624a38 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
 libimager-perl (1.000+dfsg-3) UNRELEASED; urgency=medium
 
+  [ Salvatore Bonaccorso ]
   * Update Vcs-Browser URL to cgit web frontend
 
+  [ gregor herrmann ]
+  * Add debian/upstream/metadata
+
  -- Salvatore Bonaccorso   Sat, 16 Aug 2014 09:32:26 +0200
 
 libimager-perl (1.000+dfsg-2) unstable; urgency=medium

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


[libimager-perl] annotated tag upstream/1.003+dfsg created (now 42949cd)

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

gregoa pushed a change to annotated tag upstream/1.003+dfsg
in repository libimager-perl.

at  42949cd   (tag)
   tagging  6950676a66c25c2f038378561045aa3df8f46e99 (commit)
  replaces  upstream/1.000+dfsg
 tagged by  gregor herrmann
on  Tue Jun 2 21:43:46 2015 +0200

- Log -
Upstream version 1.003+dfsg

Adrian Yee (1):
  small typo fix in Imager::Transformations

Arnar Mar Hrafnkelsson (161):
  Initial revision
  Added STATUS, other updates are just from touching files.
  Added flip() and docs to Imager.pm and i_flipxy() to image.{c,h}.
  Switched from xy naming for flip() to hv.
  Added a testcase for copy() and flip() methods, fixed a bug in i_flipxy()
  Fixed an overflow bug in png.c where reading images with a palette or
  Fixed bug reporting, updated Changes.
  Just code layout changes and logging.
  Added type=>gif for write_multi docs.
  Fixed png stripping alpha of all images.  Minor changes to png test.
  Removed the t/t10formats.t test as all of its functionality is now in 
t/t10*
  Fixed png transparency handling
  Added checks if there is no global colormap and a local colormap to avoid
  ImageNum in i_readgif_low() was a file global variable which was never
  Added more logging to quant.c.  Removed global variables from gif.c.
  Removed a bunch of unused variables and fixed an attempt to print out a
  Changed free() to myfree() in quant.c.
  Made Makefile.PL run $Config{make} lib/Imager/Regops.pm so it exists
  Some tests were logging into the wrong files and t50basicoo.t was using
  Added all the test images to the MANIFEST and re added Regops.pm since the
  Uninitialized variable used in filters.c.
  Fixes crop() method so it is consistent with documentation.
  Fixes to logging in iolayer.c and minor iolayer issues with tiffs in 
Imager.pm
  Added map.c which implements mapping images through tables.
  Simplified interface.
  Fixes to i_map function and map method.  Added a testcase for both.
  Added documentation to map method in Imager.pm and made some minor fixes
  Made TODO into a seperate file and removed it from the Changes file.
  Added mng to the TOOD, and added a warning to the Makefile.PL if gif/ungif
  Removed bench/* from MANIFEST (but not CVS).  Also moved transbench.perl
  If tiff format was not supported then then all tests after 4 appeared to 
be
  Fixed // in filters.c.  And things that didn't work in perl 5.004_04
  Fixed warnings for 5.004_04.
  Fixed so that IM_MANUAL doesn't lose the giflib version check.
  Version number change for 0.38 CPAN upload
  Fixed a bug which caused compile and runtime errors with IM_NOLOG=1
  Added a temporary circle antialiasing routine.
  Adds aa circle into export_ok list.
  Compile time error fix if IM_NOLOG=1 was chosen
  Removed i_writeppm and put in i_writeppm_wiol instead.
  Replaced i_readraw() and i_writeraw() with the equivalent _wiol functions.
  Updated png to use _wlio functions, and fixed a filename error for ppm 
test.
  Clean up after changing some formats to use iolayer.
  More fixes still for iolayer changes.
  Switched all of jpeg to iolayer functions, removed older functions and 
did some
  Misc fixes.
  Adds reading capabilities for certain variants of targa, writer code has 
not been
  Adds reading of non colour mapped targa images.
  Added i_bumpmap_complex and corresponding filterentry and documentation.
  Fixes some warnings about unused variables and missing prototypes.
  Rewrote most of tga.c so that It now should be able to read all variants 
of
  Updated Changes file for recent diffs
  Preliminary support for writing targa files.  Compression not working yet.
  Added support for writing paletted targa images.
  Various Changes to the memory accounting code, myrealloc() added.
  Code to free up resources for Imager::IO objects.
  tga.c should now support reading/writing all variants of targa files.  XS 
needs
  Cleaned up io.h, io.c which had functions not used any more, removed 
unused
  Completed the calling interface from perl to c for targa images.
  Adding test for targa images.
  Counter correction.
  Closed memory leaks when an error occurs during load of targa images.  
Fixed
  Fixes to the scale function so that edges are handled by extending the 
edges
  Changes file updated.
  Removed C++ comments that SunSPro and HPUX cc were not liking.  Also 
removed
  Updated README with 2001 copyright and email address to bug us with.
  Fixed warnings for ~0 for unsigned int variables.  Also a fix for a bug
  Added static to all internal functions for image.c and palimg.c
  Added casts for pointe

[libimager-perl] annotated tag debian/1.003+dfsg-1 created (now 4c7e26b)

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

gregoa pushed a change to annotated tag debian/1.003+dfsg-1
in repository libimager-perl.

at  4c7e26b   (tag)
   tagging  c1df8c53b193bb904da7a2b900473ec8bcd2562b (commit)
  replaces  upstream/1.003+dfsg
 tagged by  gregor herrmann
on  Tue Jun 2 21:59:27 2015 +0200

- Log -
tagging package libimager-perl version debian/1.003+dfsg-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJVbgsfXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGOPoQAJIreHrOdaJPB34FClubbPdC
saE67A139Xbh2ii9SfAZhu1gdJJkIJgwgnaSoBz+J/r+lBXxhM333JmTh+hKV87a
Z+NaKr4QbMAJjhzeMrvcrGdZNT2W444vhHhCGlkhBc3qwsGXBr7SIgfjF+7IxVGL
gp6zI9I3Dy8qKBTDi9UJbklQnLaZq+XDdKYBVrWtsc42u447kEJoy/15hI6zkyIu
vj/jTK/Xy+85KwxkFf5sq3H3R9jQpblz1+f3GrpPw562cjGweQ2sJCO+Zt+c6Wl6
Gw55Nzoz3dQm3REbY4wg8N9RwX93q2j0kxg3GdBLVE1hlbp0kG2Rh+ayjSea7mxj
BTyH0Ezw1aosG9qdj8yO6uoVWvb/GNkrW2F9xy4bw5OTTYmYdULNo5ovkpFtVnja
7YvyVXkHgSfLup/6iMd4h5Y2iDVtXlL+ZXG2WwqkEPB/MWrHzSok4FR3u20Sq0W0
sBFuG9OUsLvOiujRouOE/ENe8ZLxTrapT+KEFgSssbjuMDN/N4q8xFheYmmiOhAc
cFzdR4OeFB7eR9vBr/gzzKXR6WQ6EOZhAHfpkWaDjqXKb+QFs0D7W0/VCtwsgcRp
mpdiH5ZaeJ+YcZbGoLmlERE4tKwl0IMj/lXYO7onl8l6FgEYrN+b33gctiFqCJgt
k/8aQf7X+JOa6c12zDRK
=5M98
-END PGP SIGNATURE-

Alessandro Ghedini (30):
  Build depend on libpng-dev instead of libpng12-dev
  Bump debhelper compat level to 9
  Update debian/copyright format as in Debian Policy 3.9.3
  Bump Standards-Version to 3.9.3
  Update changelog
  Merge tag 'upstream/0.88+dfsg'
  New upstream release
  Update upstream copyright years
  Update changelog
  Merge tag 'upstream/0.89+dfsg'
  New upstream release
  Update debhelper versioned build depends to get more hardening flags
  Update changelog
  Finalize changelog
  Merge tag 'upstream/0.90+dfsg'
  New upstream release
  Finalize changelog
  Merge tag 'upstream/0.91+dfsg'
  New upstream release
  Add myself to Uploaders
  Finalize changelog
  Merge tag 'upstream/0.92+dfsg'
  New upstream release
  Finalize changelog
  Merge tag 'upstream/0.93+dfsg'
  New upstream release
  Bump Standards-Version to 3.9.4 (no changes needed)
  Finalize changelog
  Remove myself from Uploaders
  Update changelog

Ansgar Burchardt (1):
  debian/control: Convert Vcs-* fields to Git.

Chris Butler (4):
  merging in new upstream release 0.74
  Add myself to Uploaders and Copyright
  Removed spelling.patch (applied upstream).
  release 0.74-1

Damyan Ivanov (5):
  * remove "echo n |" from $(PERL) Makefile.PL invocation
  * debian/rules:
  * add myself to Uploaders
  releasing version 0.62-3
  releasing package libimager-perl version 0.98+dfsg-2

David Paleino (1):
  * New upstream release

Dominic Hargreaves (2):
  releasing version 0.84+dfsg-2
  WAITS-FOR: debhelper 9 hardening flags fix (#662666)

Gregor Herrmann (45):
  [svn-inject] Applying Debian modifications to trunk
  Add missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.
  set maintainer to Debian Perl Group and move Jay to Uploaders for all of 
Jay's imported packages
  change a couple of watch files to use dist-based URLs
  mass-change: rmdir /usr/{lib,share}/perl5 only if they exist as a 
preparation for perl5.10
  debian/watch: extend regexp for matching upstream tarballs.
  debian/rules:
  Set debhelper compatibility level to 6.
  * debian/copyright:
  debian/control:
  longer message in changelog
  debian/rules: remove --destdir argument from dh_builddeb invocation, and
  s/UNRELEASED/unstable/
  * Remove libttf-dev from build dependencies as per request of the security
  Add /me to Uploaders.
  s/UNRELEASED/unstable/
  New upstream release.
  debian/rules:
  s/UNRELEASED/unstable/
  New upstream release.
  Refresh debian/rules, no functional changes.
  debian/control: change my email address.
  New upstream release.
  releasing version 0.65-1
  [mass commit] switch Vcs-Browser from from WebSVN to ViewSVN
  [mass-commit] add ${misc:Depends} to Depends field in debian/control if 
it's missing
  add back years of copyright
  use debian/clean instead of rm in debian/rules
  debian/copyright: update years of upstream copyright, add info about new
  simplify override
  * Update debian/copyright formatting.
  * Convert to source format 3.0 (quilt).
  more spelling fixes
  releasing version 0.73-1
  New upstream release.
  Remove empty debian/patches directory from source package.
  Update Rene's email address.
  releasing version 0.75-1
  New upstream release.
  * debian/rules: remove dh_fixperms 

[libimager-perl] 04/10: update changelog

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

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

commit 57df9a63ff99de0a331a00d0ff3972d89e9d3afb
Author: gregor herrmann 
Date:   Tue Jun 2 21:45:03 2015 +0200

update changelog

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

diff --git a/debian/changelog b/debian/changelog
index 7624a38..2a4ae62 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,13 @@
-libimager-perl (1.000+dfsg-3) UNRELEASED; urgency=medium
+libimager-perl (1.003+dfsg-1) UNRELEASED; urgency=medium
 
   [ Salvatore Bonaccorso ]
   * Update Vcs-Browser URL to cgit web frontend
 
   [ gregor herrmann ]
   * Add debian/upstream/metadata
+  * Import upstream version 1.003+dfsg.
 
- -- Salvatore Bonaccorso   Sat, 16 Aug 2014 09:32:26 +0200
+ -- gregor herrmann   Tue, 02 Jun 2015 21:44:30 +0200
 
 libimager-perl (1.000+dfsg-2) unstable; urgency=medium
 

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


[libimager-perl] 01/01: pristine-tar data for libimager-perl_1.003+dfsg.orig.tar.gz

2015-06-02 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 libimager-perl.

commit a5420ebfc6755dd4e1df77a62dabadbebe02f8a7
Author: gregor herrmann 
Date:   Tue Jun 2 21:43:46 2015 +0200

pristine-tar data for libimager-perl_1.003+dfsg.orig.tar.gz
---
 libimager-perl_1.003+dfsg.orig.tar.gz.delta | Bin 0 -> 18583 bytes
 libimager-perl_1.003+dfsg.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libimager-perl_1.003+dfsg.orig.tar.gz.delta 
b/libimager-perl_1.003+dfsg.orig.tar.gz.delta
new file mode 100644
index 000..8aab464
Binary files /dev/null and b/libimager-perl_1.003+dfsg.orig.tar.gz.delta differ
diff --git a/libimager-perl_1.003+dfsg.orig.tar.gz.id 
b/libimager-perl_1.003+dfsg.orig.tar.gz.id
new file mode 100644
index 000..dc67f74
--- /dev/null
+++ b/libimager-perl_1.003+dfsg.orig.tar.gz.id
@@ -0,0 +1 @@
+e91212329a48763a356d3793a29257eb46d69d05

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


[libimager-perl] branch pristine-tar updated (ccf1448 -> a5420eb)

2015-06-02 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 libimager-perl.

  from  ccf1448   pristine-tar data for 
libimager-perl_1.000+dfsg.orig.tar.gz
   new  a5420eb   pristine-tar data for 
libimager-perl_1.003+dfsg.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:
 libimager-perl_1.003+dfsg.orig.tar.gz.delta | Bin 0 -> 18583 bytes
 libimager-perl_1.003+dfsg.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libimager-perl_1.003+dfsg.orig.tar.gz.delta
 create mode 100644 libimager-perl_1.003+dfsg.orig.tar.gz.id

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


  1   2   >