[libcpan-sqlite-perl] annotated tag debian/0.211-1 created (now e4905d6)

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

gregoa pushed a change to annotated tag debian/0.211-1
in repository libcpan-sqlite-perl.

at  e4905d6   (tag)
   tagging  4262df98280ccfe2c2959a054bb932084d93dd78 (commit)
  replaces  debian/0.206-1
 tagged by  gregor herrmann
on  Thu Jul 30 17:29:33 2015 +0200

- Log -
tagging package libcpan-sqlite-perl version debian/0.211-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJVukLdXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoG8pIQAKxRS9Uk74qHRMnAzcd3mNU1
drtDEiMkbmY/kT+OWamxjLryPZPff4h+fhegd/qSOj9hSWiXCEoKTuKmSQgJjDom
cqQahUt7AB3bxLabZPwrGbM7JMfVaDNTin89G+K9WXevFXGVhJzRdOSujF8hoP7c
6Img55k1dYoD5N+IhanH9ob/8gPdkCNUFcHB0S7/U+8W+AxqE9EhBMM+C8sRoSmL
GOqoN8Ot9fd2uHkEmX7nZQ0Lz3yGN/t3gCKIcKG9/ff3hxecJKnzUVcG4IQg2/Q0
AlmZIYKhXm4UJnfA/88BkBAo0E+C0nflgqDYE7IOCX9muInp1Gb9GCkPqUGv2k9g
RMsGs0ypILE3gOXZEFEAhBUa+Jk97QTqke4+fXVu5CnoAlbmQU9z359bIAenzGOi
ZyfTe0tahOX3j5S0k+aJRVQhyNGW4T3q54JCPQRqfyIYkFyriJXpYUiNACBqBDjJ
60xTh95tGrMHIEC6YiJf+NCwr8AhJ4tjC4w1zMtXxurhZ1feNZ6gcxYvDcJfIk2d
L6BwApTNW21Nq/4zFvVwNq/UgHkDVLlOwbi3g8eLzj7AnOdfzIbavewkAX/w4mBn
QKbOsAS+z6r1fq/Xa7DwltSrq9jI1wrZKlV4R8ZWhoCSkePVvautXAbMlkD4CyUA
fGMr4cO2Xdwc76xCsAQw
=F2qw
-END PGP SIGNATURE-

Lucas Kanashiro (8):
  Imported Upstream version 0.211
  Merge tag 'upstream/0.211'
  Update debian/changelog
  Update changelog info generated by dpt
  Set debhelper = 9
  Update date of upstream copyright
  autopkgtest: create test-files with bin/ and META
  Release libcpan-sqlite-perl 0.211-1 to unstable

gregor herrmann (4):
  Update (build) dependencies.
  Skip t/06retrieve.t which needs internet access.
  Add patch to test installed script when running under autopkgtest.
  releasing package libcpan-sqlite-perl version 0.211-1

---

This annotated tag includes the following new commits:

   new  994c3d7   Update (build) dependencies.
   new  8ca49f4   Skip t/06retrieve.t which needs internet access.
   new  33849e4   Add patch to test installed script when running under 
autopkgtest.
   new  4262df9   releasing package libcpan-sqlite-perl version 0.211-1

The 4 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/libcpan-sqlite-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


[libcpan-sqlite-perl] 03/04: Add patch to test installed script when running under autopkgtest.

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

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

commit 33849e4f4b27405314c8615508bd8a8569cc1ffc
Author: gregor herrmann gre...@debian.org
Date:   Thu Jul 30 17:25:56 2015 +0200

Add patch to test installed script when running under autopkgtest.
---
 debian/patches/autopkgtest.patch | 19 +++
 debian/patches/series|  1 +
 debian/tests/pkg-perl/test-files |  2 --
 3 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/debian/patches/autopkgtest.patch b/debian/patches/autopkgtest.patch
new file mode 100644
index 000..d55d214
--- /dev/null
+++ b/debian/patches/autopkgtest.patch
@@ -0,0 +1,19 @@
+Description: test installed script when running under autopkgtest
+Origin: vendor
+Forwarded: not-needed
+Author: gregor herrmann gre...@debian.org
+Last-Update: 2015-07-30
+
+--- a/t/00-compile.t
 b/t/00-compile.t
+@@ -22,8 +22,9 @@
+ 'CPAN/SQLite/Util.pm'
+ );
+ 
++my $bindir = $ENV{ADTTMP} ? '/usr/bin' : 'bin';
+ my @scripts = (
+-'bin/cpandb'
++$bindir/cpandb
+ );
+ 
+ # no fake home requested
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..aba7ccb
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+autopkgtest.patch
diff --git a/debian/tests/pkg-perl/test-files b/debian/tests/pkg-perl/test-files
index e1972a5..0e218d2 100644
--- a/debian/tests/pkg-perl/test-files
+++ b/debian/tests/pkg-perl/test-files
@@ -1,4 +1,2 @@
 t/
-bin/
-META.yaml
 META.json

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


[libcpan-sqlite-perl] 02/04: Skip t/06retrieve.t which needs internet access.

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

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

commit 8ca49f4b97041e1d72f57bf90dbf6e2141027c60
Author: gregor herrmann gre...@debian.org
Date:   Thu Jul 30 17:17:00 2015 +0200

Skip t/06retrieve.t which needs internet access.
---
 debian/rules | 5 +
 1 file changed, 5 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..74cab79 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,9 @@
 #!/usr/bin/make -f
 
+TEST_FILES=$(filter-out t/06retrieve.t,$(wildcard t/*.t))
+
 %:
dh $@
+
+override_dh_auto_test:
+   dh_auto_test -- TEST_FILES=$(TEST_FILES)

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


[libcpan-sqlite-perl] 01/04: Update (build) dependencies.

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

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

commit 994c3d7b4f743d21d6b8b149e5e591c1ad228092
Author: gregor herrmann gre...@debian.org
Date:   Thu Jul 30 17:03:51 2015 +0200

Update (build) dependencies.
---
 debian/control | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index f5b2340..db2303e 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,9 @@ Build-Depends-Indep: libcpan-distnameinfo-perl,
  libdbi-perl,
  libfile-homedir-perl,
  libwww-perl,
- perl (= 5.11.0)
+ perl (= 5.11.1) | libtest-simple-perl (= 0.94),
+ perl (= 5.13.9) | libhttp-tiny-perl,
+ perl
 Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libcpan-sqlite-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcpan-sqlite-perl.git
@@ -25,7 +27,7 @@ Depends: ${misc:Depends},
  libdbi-perl,
  libfile-homedir-perl,
  libwww-perl,
- perl (= 5.11.0)
+ perl (= 5.13.9) | libhttp-tiny-perl
 Description: module to maintain a minimal CPAN database with SQLite
  CPAN::SQLite is used for setting up, maintaining, and searching through a
  local CPAN database consisting of information in the three main CPAN index

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


[libcpan-sqlite-perl] branch master updated (56add34 - 4262df9)

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

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

  from  56add34   Release libcpan-sqlite-perl 0.211-1 to unstable
   new  994c3d7   Update (build) dependencies.
   new  8ca49f4   Skip t/06retrieve.t which needs internet access.
   new  33849e4   Add patch to test installed script when running under 
autopkgtest.
   new  4262df9   releasing package libcpan-sqlite-perl version 0.211-1

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


Summary of changes:
 debian/changelog |  9 -
 debian/control   |  6 --
 debian/patches/autopkgtest.patch | 19 +++
 debian/patches/series|  1 +
 debian/rules |  5 +
 debian/tests/pkg-perl/test-files |  2 --
 6 files changed, 37 insertions(+), 5 deletions(-)
 create mode 100644 debian/patches/autopkgtest.patch
 create mode 100644 debian/patches/series

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


[libcpan-sqlite-perl] 04/04: releasing package libcpan-sqlite-perl version 0.211-1

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

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

commit 4262df98280ccfe2c2959a054bb932084d93dd78
Author: gregor herrmann gre...@debian.org
Date:   Thu Jul 30 17:29:33 2015 +0200

releasing package libcpan-sqlite-perl version 0.211-1
---
 debian/changelog | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 337432c..94143e7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,17 @@
 libcpan-sqlite-perl (0.211-1) unstable; urgency=medium
 
   * Team upload.
+
+  [ Lucas Kanashiro ]
   * Import upstream version 0.211
   * Set debhelper = 9
   * Update date of upstream copyright
-  * autopkgtest: create test-files with bin/ and META
+  * autopkgtest: create test-files with META
+
+  [ gregor herrmann ]
+  * Update (build) dependencies.
+  * Skip t/06retrieve.t which needs internet access.
+  * Add patch to test installed script when running under autopkgtest.
 
  -- Lucas Kanashiro kanashiro.dua...@gmail.com  Wed, 29 Jul 2015 15:20:57 
-0300
 

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


[libtest-tempdir-perl] 02/03: add back libtest-use-ok-perl as alternative

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

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

commit 83ea8f349f4d79650ce256f6fcc022fdc0d8c91f
Author: gregor herrmann gre...@debian.org
Date:   Fri Jul 31 00:52:31 2015 +0200

add back libtest-use-ok-perl as alternative

cme doesn't like three alternatives, still, that's what we use in other
places, for easier backportability

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

diff --git a/debian/control b/debian/control
index e6a3a49..e5c614c 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Build-Depends-Indep: libdirectory-scratch-perl,
  libpath-class-perl,
  libsub-exporter-perl,
  libtest-requires-perl,
- libtest-simple-perl (= 1.001010) | perl (= 5.21.6),
+ libtest-simple-perl (= 1.001010) | libtest-use-ok-perl | 
perl (= 5.21.6),
  perl
 Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-tempdir-perl.git

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


[libtest-tempdir-perl] 01/03: Install new CONTRIBUTING file.

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

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

commit 159f4282f25d08ded9839e75baa23ba1436df875
Author: gregor herrmann gre...@debian.org
Date:   Fri Jul 31 00:49:56 2015 +0200

Install new CONTRIBUTING file.
---
 debian/libtest-tempdir-perl.docs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/libtest-tempdir-perl.docs b/debian/libtest-tempdir-perl.docs
new file mode 100644
index 000..dc63d18
--- /dev/null
+++ b/debian/libtest-tempdir-perl.docs
@@ -0,0 +1 @@
+CONTRIBUTING

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

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


[libdist-zilla-util-test-kentnl-perl] 06/10: Update dependencies for new upstream version

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libdist-zilla-util-test-kentnl-perl.

commit 6e9fa5828f4858b9c74d9c1a681af337b0735965
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 01:26:31 2015 +0200

Update dependencies for new upstream version
---
 debian/control | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 4d187b0..f251363 100644
--- a/debian/control
+++ b/debian/control
@@ -7,12 +7,14 @@ Build-Depends: debhelper (= 9)
 Build-Depends-Indep: libdata-dpath-perl,
  libdist-zilla-perl,
  libmodule-runtime-perl,
+ libmoo-perl,
  libmoose-perl,
  libpath-tiny-perl (= 0.050),
+ librecommended-perl,
  libsub-exporter-perl,
  libtest-fatal-perl,
  libtry-tiny-perl,
- perl
+ perl (= 5.13.4)
 Standards-Version: 3.9.5
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libdist-zilla-util-test-kentnl-perl.git
 Vcs-Git: 
git://anonscm.debian.org/pkg-perl/packages/libdist-zilla-util-test-kentnl-perl.git
@@ -23,11 +25,13 @@ Architecture: all
 Depends: libdata-dpath-perl,
  libdist-zilla-perl,
  libmodule-runtime-perl,
- libmoose-perl,
+ libmoo-perl,
  libpath-tiny-perl (= 0.050),
+ librecommended-perl,
  libsub-exporter-perl,
  libtest-fatal-perl,
  libtry-tiny-perl,
+ perl (= 5.13.4),
  ${misc:Depends},
  ${perl:Depends}
 Description: Module to write tests for Dist::Zilla plugins

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-util-test-kentnl-perl.git

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


[libdist-zilla-util-test-kentnl-perl] 04/10: Proper package description

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libdist-zilla-util-test-kentnl-perl.

commit 97bb4442f73dec8ed7cf1272f7077d4517bdf22c
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 01:19:27 2015 +0200

Proper package description
---
 debian/control | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 074a35c..4d187b0 100644
--- a/debian/control
+++ b/debian/control
@@ -30,7 +30,6 @@ Depends: libdata-dpath-perl,
  libtry-tiny-perl,
  ${misc:Depends},
  ${perl:Depends}
-Description: KENTNL's DZil plugin testing tool
- (no description was found)
- .
- This description was automagically extracted from the module by dh-make-perl.
+Description: Module to write tests for Dist::Zilla plugins
+ Dist::Zilla::Util::Test::KENTNL is a helper module by KENTNL to write
+ tests for Dist::Zilla plugins.

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


[librecommended-perl] branch master created (now 3d205d2)

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository librecommended-perl.

at  3d205d2   Add ITP number

This branch includes the following new commits:

   new  95df5d7   Initial packaging by dh-make-perl 0.84
   new  37afbc2   Apply wrap-and-sort
   new  3172365   Update debian/copyright
   new  999a424   Fine-tune package description
   new  3d205d2   Add ITP number

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


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


[librecommended-perl] 01/05: Initial packaging by dh-make-perl 0.84

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository librecommended-perl.

commit 95df5d79c65b3abcc47c18e4a304c9a6685abd56
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 01:28:43 2015 +0200

Initial packaging by dh-make-perl 0.84
---
 debian/changelog|  5 +
 debian/compat   |  1 +
 debian/control  | 26 +
 debian/copyright| 50 +
 debian/librecommended-perl.docs |  1 +
 debian/rules|  4 
 debian/source/format|  1 +
 debian/upstream/metadata|  7 ++
 debian/watch|  2 ++
 9 files changed, 97 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..fdc5566
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+librecommended-perl (0.003-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Axel Beckert a...@debian.org  Fri, 31 Jul 2015 01:28:43 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..0756e29
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,26 @@
+Source: librecommended-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
+Uploaders: Axel Beckert a...@debian.org
+Build-Depends: debhelper (= 9)
+Build-Depends-Indep: libmodule-runtime-perl (= 0.014),
+ perl
+Standards-Version: 3.9.6
+Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/librecommended-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/librecommended-perl.git
+Homepage: https://metacpan.org/release/recommended
+Testsuite: autopkgtest-pkg-perl
+
+Package: librecommended-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libmodule-runtime-perl (= 0.014)
+Description: Load recommended modules on demand when available
+ recommended gathers a list of recommended modules and versions and provides
+ means to check if they are available. It is a thin veneer around
+ Module::Runtime.
+ .
+ There are two major benefits over using Module::Runtime directly:
+ .
+ This description was automagically extracted from the module by dh-make-perl.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..e675a05
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,50 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://metacpan.org/release/recommended
+Upstream-Contact: David Golden dagol...@cpan.org
+Upstream-Name: recommended
+DISCLAIMER: This copyright info was automatically extracted 
+ from the perl module. It may not be accurate, so you better 
+ check the module sources in order to ensure the module for its 
+ inclusion in Debian or for general legal information. Please, 
+ if licensing information is incorrectly generated, file a bug 
+ on dh-make-perl.
+ NOTE: Don't forget to remove this disclaimer once you are happy
+ with this file.
+
+Files: *
+Copyright: 2014, David Golden dagol...@cpan.org
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2015, Axel Beckert a...@debian.org
+License: Apache-2.0 or Artistic or GPL-1+
+
+License: Apache-2.0
+ Licensed 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.
+ .
+ On Debian systems, the complete text of the Apache License,
+ Version 2.0 can be found in `/usr/share/common-licenses/Apache-2.0'.
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ 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 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.
diff --git a/debian/librecommended-perl.docs b/debian/librecommended-perl.docs
new file mode 100644
index 000..4889fe0
--- /dev/null
+++ b/debian/librecommended-perl.docs
@@ -0,0 +1 @@
+CONTRIBUTING.mkdn
diff --git 

[librecommended-perl] 02/05: Apply wrap-and-sort

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository librecommended-perl.

commit 37afbc2b455064d21cc6c7b9953ff2d6a955d02a
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 01:29:15 2015 +0200

Apply wrap-and-sort
---
 debian/control | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 0756e29..364c44e 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Perl Group 
pkg-perl-maintain...@lists.alioth.debian.org
 Uploaders: Axel Beckert a...@debian.org
 Build-Depends: debhelper (= 9)
 Build-Depends-Indep: libmodule-runtime-perl (= 0.014),
- perl
+ perl
 Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/librecommended-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/librecommended-perl.git
@@ -14,8 +14,9 @@ Testsuite: autopkgtest-pkg-perl
 
 Package: librecommended-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libmodule-runtime-perl (= 0.014)
+Depends: libmodule-runtime-perl (= 0.014),
+ ${misc:Depends},
+ ${perl:Depends}
 Description: Load recommended modules on demand when available
  recommended gathers a list of recommended modules and versions and provides
  means to check if they are available. It is a thin veneer around

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


[librecommended-perl] branch pristine-tar created (now 7cffc5b)

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch pristine-tar
in repository librecommended-perl.

at  7cffc5b   pristine-tar data for 
librecommended-perl_0.003.orig.tar.gz

This branch includes the following new commits:

   new  7cffc5b   pristine-tar data for 
librecommended-perl_0.003.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.


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


[librecommended-perl] tag upstream/0.003 created (now d303960)

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to tag upstream/0.003
in repository librecommended-perl.

at  d303960   (commit)
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/librecommended-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


[librecommended-perl] 03/05: Update debian/copyright

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository librecommended-perl.

commit 317236582c7fde01e4246a703e73c49e728db195
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 01:38:21 2015 +0200

Update debian/copyright
---
 debian/copyright | 13 ++---
 1 file changed, 2 insertions(+), 11 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index e675a05..f352286 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,17 +2,9 @@ Format: 
http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/recommended
 Upstream-Contact: David Golden dagol...@cpan.org
 Upstream-Name: recommended
-DISCLAIMER: This copyright info was automatically extracted 
- from the perl module. It may not be accurate, so you better 
- check the module sources in order to ensure the module for its 
- inclusion in Debian or for general legal information. Please, 
- if licensing information is incorrectly generated, file a bug 
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
 
 Files: *
-Copyright: 2014, David Golden dagol...@cpan.org
+Copyright: 2014-2015, David Golden dagol...@cpan.org
 License: Apache-2.0
 
 Files: debian/*
@@ -22,8 +14,7 @@ License: Apache-2.0 or Artistic or GPL-1+
 License: Apache-2.0
  Licensed 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.

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


[librecommended-perl] 05/05: Add ITP number

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository librecommended-perl.

commit 3d205d211014e81b1399b261e2d6a71248687e7f
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 01:55:59 2015 +0200

Add ITP number
---
 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index fdc5566..aff68a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 librecommended-perl (0.003-1) UNRELEASED; urgency=low
 
-  * Initial Release.
+  * Initial Release. (Closes: #794177)
 
  -- Axel Beckert a...@debian.org  Fri, 31 Jul 2015 01:28:43 +0200

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/librecommended-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-dpath-perl] 04/08: Add upstream copyright years and remove dh-make-perl boilerplate

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libdata-dpath-perl.

commit 385202d35327d7f77f9e9b3c19b87c029de16134
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 01:59:40 2015 +0200

Add upstream copyright years and remove dh-make-perl boilerplate
---
 debian/copyright | 10 +-
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 30b27ed..fdb8619 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,17 +2,9 @@ Format: 
http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/Data-DPath
 Upstream-Contact: Steffen Schwigon s...@renormalist.net
 Upstream-Name: Data-DPath
-DISCLAIMER: This copyright info was automatically extracted 
- from the perl module. It may not be accurate, so you better 
- check the module sources in order to ensure the module for its 
- inclusion in Debian or for general legal information. Please, 
- if licensing information is incorrectly generated, file a bug 
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
 
 Files: *
-Copyright: Steffen Schwigon s...@renormalist.net
+Copyright: 2008-2015, Steffen Schwigon s...@renormalist.net
 License: Artistic or GPL-1+
 
 Files: debian/*

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdata-dpath-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-dpath-perl] 01/08: Initial packaging by dh-make-perl 0.83

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libdata-dpath-perl.

commit 07e77dc49b278a195bdd20bcb746699693e82206
Author: Axel Beckert a...@deuxchevaux.org
Date:   Sat Sep 13 18:07:30 2014 +0200

Initial packaging by dh-make-perl 0.83
---
 debian/changelog   |  5 +
 debian/compat  |  1 +
 debian/control | 31 +++
 debian/copyright   | 36 
 debian/libdata-dpath-perl.docs |  1 +
 debian/rules   |  4 
 debian/source/format   |  1 +
 debian/watch   |  2 ++
 8 files changed, 81 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..206e07a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libdata-dpath-perl (0.50-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Axel Beckert a...@debian.org  Sat, 13 Sep 2014 18:07:30 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..af98314
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,31 @@
+Source: libdata-dpath-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
+Uploaders: Axel Beckert a...@debian.org
+Build-Depends: debhelper (= 9)
+Build-Depends-Indep: libaliased-perl,
+ libclass-xsaccessor-perl,
+ libiterator-util-perl,
+ liblist-moreutils-perl,
+ libsub-exporter-perl,
+ libtest-deep-perl,
+ perl (= 5.15.6)
+Standards-Version: 3.9.5
+Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libdata-dpath-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdata-dpath-perl.git
+Homepage: https://metacpan.org/release/Data-DPath
+
+Package: libdata-dpath-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libaliased-perl,
+ libclass-xsaccessor-perl,
+ libiterator-util-perl,
+ liblist-moreutils-perl,
+ libsub-exporter-perl,
+ perl (= 5.15.6)
+Description: DPath is not XPath!
+ (no description was found)
+ .
+ This description was automagically extracted from the module by dh-make-perl.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..5259233
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,36 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://metacpan.org/release/Data-DPath
+Upstream-Contact: Steffen Schwigon s...@renormalist.net
+Upstream-Name: Data-DPath
+DISCLAIMER: This copyright info was automatically extracted 
+ from the perl module. It may not be accurate, so you better 
+ check the module sources in order to ensure the module for its 
+ inclusion in Debian or for general legal information. Please, 
+ if licensing information is incorrectly generated, file a bug 
+ on dh-make-perl.
+ NOTE: Don't forget to remove this disclaimer once you are happy
+ with this file.
+
+Files: *
+Copyright: Steffen Schwigon s...@renormalist.net
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2014, Axel Beckert a...@debian.org
+License: Artistic or GPL-1+
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ 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 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.
diff --git a/debian/libdata-dpath-perl.docs b/debian/libdata-dpath-perl.docs
new file mode 100644
index 000..034f676
--- /dev/null
+++ b/debian/libdata-dpath-perl.docs
@@ -0,0 +1 @@
+todo.org
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+   dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 000..1866f35
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://metacpan.org/release/Data-DPath   
.*/Data-DPath-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

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

___
Pkg-perl-cvs-commits mailing list

[libdata-dpath-perl] 06/08: Apply wrap-and-sort

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libdata-dpath-perl.

commit 27543f87f6c1146eb9acf1bd2b8a846f3b8dc0a8
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 02:02:54 2015 +0200

Apply wrap-and-sort
---
 debian/control | 27 ++-
 1 file changed, 14 insertions(+), 13 deletions(-)

diff --git a/debian/control b/debian/control
index c126486..9535feb 100644
--- a/debian/control
+++ b/debian/control
@@ -5,12 +5,12 @@ Maintainer: Debian Perl Group 
pkg-perl-maintain...@lists.alioth.debian.org
 Uploaders: Axel Beckert a...@debian.org
 Build-Depends: debhelper (= 9)
 Build-Depends-Indep: libaliased-perl (= 0.33),
- libclass-xsaccessor-perl,
- libiterator-util-perl,
- liblist-moreutils-perl,
- libsub-exporter-perl,
- libtest-deep-perl,
- perl (= 5.15.6)
+ libclass-xsaccessor-perl,
+ libiterator-util-perl,
+ liblist-moreutils-perl,
+ libsub-exporter-perl,
+ libtest-deep-perl,
+ perl (= 5.15.6)
 Standards-Version: 3.9.5
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libdata-dpath-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdata-dpath-perl.git
@@ -18,13 +18,14 @@ Homepage: https://metacpan.org/release/Data-DPath
 
 Package: libdata-dpath-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libaliased-perl (= 0.33),
- libclass-xsaccessor-perl,
- libiterator-util-perl,
- liblist-moreutils-perl,
- libsub-exporter-perl,
- perl (= 5.15.6)
+Depends: libaliased-perl (= 0.33),
+ libclass-xsaccessor-perl,
+ libiterator-util-perl,
+ liblist-moreutils-perl,
+ libsub-exporter-perl,
+ perl (= 5.15.6),
+ ${misc:Depends},
+ ${perl:Depends}
 Description: DPath is like XPath but for Perl data structures
  With Data::DPath you can address points in a Perl data structure by
  describing a path to it using hash keys, array indexes or some

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdata-dpath-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-dpath-perl] 03/08: Update packaging for new upstream release

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libdata-dpath-perl.

commit 30d1850378ddebc023f4d39069617489d28e01cd
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 01:58:11 2015 +0200

Update packaging for new upstream release
---
 debian/changelog | 2 +-
 debian/control   | 4 ++--
 debian/copyright | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 206e07a..6137702 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libdata-dpath-perl (0.50-1) UNRELEASED; urgency=low
+libdata-dpath-perl (0.53-1) UNRELEASED; urgency=low
 
   * Initial Release.
 
diff --git a/debian/control b/debian/control
index af98314..f29ec3d 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
 Uploaders: Axel Beckert a...@debian.org
 Build-Depends: debhelper (= 9)
-Build-Depends-Indep: libaliased-perl,
+Build-Depends-Indep: libaliased-perl (= 0.33),
  libclass-xsaccessor-perl,
  libiterator-util-perl,
  liblist-moreutils-perl,
@@ -19,7 +19,7 @@ Homepage: https://metacpan.org/release/Data-DPath
 Package: libdata-dpath-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
- libaliased-perl,
+ libaliased-perl (= 0.33),
  libclass-xsaccessor-perl,
  libiterator-util-perl,
  liblist-moreutils-perl,
diff --git a/debian/copyright b/debian/copyright
index 5259233..30b27ed 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -16,7 +16,7 @@ Copyright: Steffen Schwigon s...@renormalist.net
 License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: 2014, Axel Beckert a...@debian.org
+Copyright: 2014-2015, Axel Beckert a...@debian.org
 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-dpath-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-dpath-perl] 05/08: Proper package description

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libdata-dpath-perl.

commit 905a53b1250df9aa2d9ea93d7099e6f2d35f7619
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 02:02:43 2015 +0200

Proper package description
---
 debian/control | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index f29ec3d..c126486 100644
--- a/debian/control
+++ b/debian/control
@@ -25,7 +25,7 @@ Depends: ${misc:Depends}, ${perl:Depends},
  liblist-moreutils-perl,
  libsub-exporter-perl,
  perl (= 5.15.6)
-Description: DPath is not XPath!
- (no description was found)
- .
- This description was automagically extracted from the module by dh-make-perl.
+Description: DPath is like XPath but for Perl data structures
+ With Data::DPath you can address points in a Perl data structure by
+ describing a path to it using hash keys, array indexes or some
+ wildcard-like steps.  It is inspired by XPath but differs from it.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdata-dpath-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-dpath-perl] 08/08: Add ITP number

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libdata-dpath-perl.

commit c73e8f62b39d25ec70edd8f52e58621b9d614a75
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 02:11:21 2015 +0200

Add ITP number
---
 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 6137702..51ce063 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 libdata-dpath-perl (0.53-1) UNRELEASED; urgency=low
 
-  * Initial Release.
+  * Initial Release. (Closes: #794179)
 
  -- Axel Beckert a...@debian.org  Sat, 13 Sep 2014 18:07:30 +0200

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdata-dpath-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-dpath-perl] 07/08: Mark package as autopkgtestable

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libdata-dpath-perl.

commit 768702ca22319daac44fde6362cfffa160b33626
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 02:03:57 2015 +0200

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

diff --git a/debian/control b/debian/control
index 9535feb..06ceae5 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,7 @@ Standards-Version: 3.9.5
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libdata-dpath-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdata-dpath-perl.git
 Homepage: https://metacpan.org/release/Data-DPath
+Testsuite: autopkgtest-pkg-perl
 
 Package: libdata-dpath-perl
 Architecture: all

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdata-dpath-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-dpath-perl] branch master created (now c73e8f6)

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository libdata-dpath-perl.

at  c73e8f6   Add ITP number

This branch includes the following new commits:

   new  07e77dc   Initial packaging by dh-make-perl 0.83
   new  e65f54f   Merge tag 'upstream/0.53'
   new  30d1850   Update packaging for new upstream release
   new  385202d   Add upstream copyright years and remove dh-make-perl 
boilerplate
   new  905a53b   Proper package description
   new  27543f8   Apply wrap-and-sort
   new  768702c   Mark package as autopkgtestable
   new  c73e8f6   Add ITP number

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


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdata-dpath-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-dpath-perl] 02/08: Merge tag 'upstream/0.53'

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libdata-dpath-perl.

commit e65f54fd9cd2dd1293e2131e848a0515aa66a530
Merge: 07e77dc 4c6ee27
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 01:04:25 2015 +0200

Merge tag 'upstream/0.53'

Upstream version 0.53

# gpg: Signature made Fri 31 Jul 2015 01:04:20 AM CEST
# gpg:using RSA key 6BE663C75A35C975
# gpg: please do a --check-trustdb
# gpg: Good signature from Axel Beckert a...@deuxchevaux.org
# gpg: aka Axel Beckert (E-Mail + Jabber) a...@noone.org
# gpg: aka Axel Beckert (Symlink) xta...@symlink.ch
# gpg: aka [jpeg image of size 3155]
# gpg: aka Axel Stefan Beckert
# gpg: aka Axel Beckert (FSFE Fellow) a...@fsfe.org
# gpg: aka Axel Beckert (Debian Developer) 
a...@debian.org

 Changes   |  17 +++-
 LICENSE   |   6 +--
 MANIFEST  |   1 +
 MANIFEST.SKIP |   2 +-
 META.json | 109 ++
 META.yml  |  92 +++---
 Makefile.PL   |  55 +++
 README|   6 ++-
 dist.ini  |   6 +++
 lib/Data/DPath.pm |  35 +++
 lib/Data/DPath/Attrs.pm   |   7 +--
 lib/Data/DPath/Context.pm |  46 +--
 lib/Data/DPath/Filters.pm |  13 +++---
 lib/Data/DPath/Path.pm|   7 +--
 lib/Data/DPath/Point.pm   |   7 +--
 lib/Data/DPath/Step.pm|   7 +--
 t/release-pod-coverage.t  |  12 ++---
 t/release-pod-syntax.t|   5 +--
 18 files changed, 253 insertions(+), 180 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdata-dpath-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-dpath-perl] tag upstream/0.50 created (now bce13ae)

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to tag upstream/0.50
in repository libdata-dpath-perl.

at  bce13ae   (commit)
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/libdata-dpath-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-dpath-perl] 02/02: pristine-tar data for libdata-dpath-perl_0.53.orig.tar.gz

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch pristine-tar
in repository libdata-dpath-perl.

commit 32b687f637985ee4c01f4083bd8dfa9f2afce9cd
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 01:04:20 2015 +0200

pristine-tar data for libdata-dpath-perl_0.53.orig.tar.gz
---
 libdata-dpath-perl_0.53.orig.tar.gz.delta | Bin 0 - 2113 bytes
 libdata-dpath-perl_0.53.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libdata-dpath-perl_0.53.orig.tar.gz.delta 
b/libdata-dpath-perl_0.53.orig.tar.gz.delta
new file mode 100644
index 000..59c8ffa
Binary files /dev/null and b/libdata-dpath-perl_0.53.orig.tar.gz.delta differ
diff --git a/libdata-dpath-perl_0.53.orig.tar.gz.id 
b/libdata-dpath-perl_0.53.orig.tar.gz.id
new file mode 100644
index 000..52d6db7
--- /dev/null
+++ b/libdata-dpath-perl_0.53.orig.tar.gz.id
@@ -0,0 +1 @@
+86816beb0889ce1c00949e2001483513210846cb

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdata-dpath-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-dpath-perl] 01/02: pristine-tar data for libdata-dpath-perl_0.50.orig.tar.gz

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch pristine-tar
in repository libdata-dpath-perl.

commit 3072fcde60ca2c87c099c764c19d8ea6ac6682ae
Author: Axel Beckert a...@deuxchevaux.org
Date:   Sat Sep 13 18:07:31 2014 +0200

pristine-tar data for libdata-dpath-perl_0.50.orig.tar.gz
---
 libdata-dpath-perl_0.50.orig.tar.gz.delta | Bin 0 - 2475 bytes
 libdata-dpath-perl_0.50.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libdata-dpath-perl_0.50.orig.tar.gz.delta 
b/libdata-dpath-perl_0.50.orig.tar.gz.delta
new file mode 100644
index 000..cb87b76
Binary files /dev/null and b/libdata-dpath-perl_0.50.orig.tar.gz.delta differ
diff --git a/libdata-dpath-perl_0.50.orig.tar.gz.id 
b/libdata-dpath-perl_0.50.orig.tar.gz.id
new file mode 100644
index 000..e4ddade
--- /dev/null
+++ b/libdata-dpath-perl_0.50.orig.tar.gz.id
@@ -0,0 +1 @@
+8460ee93b3747a722095f6539adf7a113fc39fa6

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


[libiterator-perl] annotated tag upstream/0.03+ds1 created (now 02ff553)

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to annotated tag upstream/0.03+ds1
in repository libiterator-perl.

at  02ff553   (tag)
   tagging  4a2502cb0912a1f23560aa3aac98282410e77272 (commit)
 tagged by  Axel Beckert
on  Fri Jul 31 02:34:24 2015 +0200

- Log -
Upstream version 0.03+ds1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCAAGBQJVusKQAAoJEGvmY8daNcl1u44QAKh2nyeIXs3+PQPZ9hAk/Fwq
WjPAIxQAF7sX98haNPeBAPsvwOy6EY1Xjxi0Elx+hMNnA5H63bt2eFe5HmOtuINk
yOA9OHjtNWNEoT15CGv4VASvpX+JoBefsY301xJPFYqTbtXU84diy17dQ5tY6zdu
y2bjIdxu44H3rI9bIPN7UqH7O4yVt9RWyh/XLsShhPe4UNMST3tIH7irLPDov4/p
/UM0ou9ECglC4k4myet+482jvolZmBrogCS8e9Tgj8+iai7ix207CXgB+pPW5AGL
1oUAAaGaegET+fNj2oSrp270aVJVV3tpj3g34pfcfZjtZbY3BBSfBlnJ71xsUIBI
QZsgnN1/s39daNUPVU86V3E1EZKX9tpQP8IKk0LqUG3fdeQKAtNUXv7AmBY/nEKX
QrjWhfg0DcJgljohNzI+ZNPDeM709dJUm1AGxbJCpY6lB6Mx7PNEE7jI3EKLffFG
WgZRCrcDkepLFnwU39yK7bqtQqZiFCUnvCFQOEUowd7lSC33gEWWLarR0SuRBQLu
jTcCz39hjJvh/l0nMR5fFnrlcRwLFhS/crZHGBCawpcsL5ZXgp3uHibUqYp/JfKp
2sMO0qUpTBCygDcQFzOPPVCqHZSetIzyBlSTRGrmJhuRU70+IxffmqCJvtASSSz9
cpDB6J8pkKE/g8AIUlDD
=G9tK
-END PGP SIGNATURE-

Axel Beckert (2):
  Import original source of Iterator 0.03
  Imported Upstream version 0.03+ds1

---

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


[libiterator-perl] branch pristine-tar created (now 7bda266)

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch pristine-tar
in repository libiterator-perl.

at  7bda266   pristine-tar data for 
libiterator-perl_0.03+ds1.orig.tar.gz

This branch includes the following new commits:

   new  94e6e55   pristine-tar data for libiterator-perl_0.03.orig.tar.gz
   new  7bda266   pristine-tar data for 
libiterator-perl_0.03+ds1.orig.tar.gz

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


[libiterator-perl] 02/02: pristine-tar data for libiterator-perl_0.03+ds1.orig.tar.gz

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch pristine-tar
in repository libiterator-perl.

commit 7bda266a3ae13c9078c535390574f670c5c2a7e2
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 02:34:24 2015 +0200

pristine-tar data for libiterator-perl_0.03+ds1.orig.tar.gz
---
 libiterator-perl_0.03+ds1.orig.tar.gz.delta | Bin 0 - 955 bytes
 libiterator-perl_0.03+ds1.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libiterator-perl_0.03+ds1.orig.tar.gz.delta 
b/libiterator-perl_0.03+ds1.orig.tar.gz.delta
new file mode 100644
index 000..df33f3d
Binary files /dev/null and b/libiterator-perl_0.03+ds1.orig.tar.gz.delta differ
diff --git a/libiterator-perl_0.03+ds1.orig.tar.gz.id 
b/libiterator-perl_0.03+ds1.orig.tar.gz.id
new file mode 100644
index 000..db7cb3e
--- /dev/null
+++ b/libiterator-perl_0.03+ds1.orig.tar.gz.id
@@ -0,0 +1 @@
+847ff1ae00503886e96ceb9a54ebd6fe0610bf2e

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


[libiterator-perl] 01/02: pristine-tar data for libiterator-perl_0.03.orig.tar.gz

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch pristine-tar
in repository libiterator-perl.

commit 94e6e55b72b5e1cd5f4d99c95ede3a2a0f1196cd
Author: Axel Beckert a...@deuxchevaux.org
Date:   Sat Sep 13 18:10:40 2014 +0200

pristine-tar data for libiterator-perl_0.03.orig.tar.gz
---
 libiterator-perl_0.03.orig.tar.gz.delta | Bin 0 - 1047 bytes
 libiterator-perl_0.03.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libiterator-perl_0.03.orig.tar.gz.delta 
b/libiterator-perl_0.03.orig.tar.gz.delta
new file mode 100644
index 000..0b2147e
Binary files /dev/null and b/libiterator-perl_0.03.orig.tar.gz.delta differ
diff --git a/libiterator-perl_0.03.orig.tar.gz.id 
b/libiterator-perl_0.03.orig.tar.gz.id
new file mode 100644
index 000..0a18f22
--- /dev/null
+++ b/libiterator-perl_0.03.orig.tar.gz.id
@@ -0,0 +1 @@
+e6d7afbf271777099410a701c52ecee2d8f7da88

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


[libtest-version-perl] annotated tag debian/2.03-1 created (now fc88232)

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

gregoa pushed a change to annotated tag debian/2.03-1
in repository libtest-version-perl.

at  fc88232   (tag)
   tagging  22e9770d5ff4002d3452dd495a781e1fa8bc685d (commit)
  replaces  debian/2.01-1
 tagged by  gregor herrmann
on  Fri Jul 31 00:36:47 2015 +0200

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

iQJ8BAABCgBmBQJVuqb/XxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoG01gQAK75pUx0VGkP+PazMiK2OaPL
neujKTb836XDc0wSamj9YquBuRFBWVZfu1uflUs/+NrcTwb6b2vkL/Q13tMFRSoT
akUQ+MWGTelAhcRb2kMPmjZBRA6oRCvYOd1kqgkTFqddixIe/+nsjQ5FU+nrQ48l
jrlbzh9PluYXFTsALGExWgvhp/V+ffSTEWrx6X75v+wVMlhmRlAyYwwHfYP2cuHu
5mW76TlBTmccLvqlYShRYIcH5kiQbI+vkVXsVHr/WYvY6e8Yn/e0CtscwO9O2L6V
qWZQ70ehgmQydvpzaOAgN+sydWw/fEMaUrhksT6fCaPuOkp5wWF4zemmrif4y/Cp
HePBcMeROUodcgUwMqrQ8MjeWPHrlWm7egKoxDQdnvF99U+LuPj/GkYdtewe23B+
QLJITlcT4VFBXb4h1epD38igqvUkJ60bCaPylqLbMqHadhFqVjwxN7GahSZGdtgM
Z29JYX4VOVKPce/H7Q6EI942in8KPVCb1TFnjYmcFzqhbuwzNEVEvPBzJ5aVjhkT
QsXXy79456R9c3RKRsBwTNgePv788d1oo+TJhia7NeXt2UD0/BiAK/1LATlBQny4
rTw7Od2IKLbUviKWMvkth5jwD0tzdl5p6QUbfo6/uAse5F/0pllBLbABw9tZ9jAo
yDaJAWVhusDNgYJkf91M
=03P/
-END PGP SIGNATURE-

Lucas Kanashiro (6):
  Imported Upstream version 2.03
  Merge tag 'upstream/2.03'
  Update debian/changelog
  Update changelog info generated by dpt
  Set debhelper = 9
  Release libtest-version-perl 2.03-1 to unstable

gregor herrmann (2):
  Update Test::Tester build dependency.
  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/libtest-version-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


[libtest-tempdir-perl] branch master updated (350cd70 - 6faef0d)

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

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

  from  350cd70   Release libtest-tempdir-perl 0.10-1 to unstable
   new  159f428   Install new CONTRIBUTING file.
   new  83ea8f3   add back libtest-use-ok-perl as alternative
   new  6faef0d   releasing package libtest-tempdir-perl version 0.10-1

The 3 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 | 3 +++
 debian/control   | 2 +-
 debian/libtest-tempdir-perl.docs | 1 +
 3 files changed, 5 insertions(+), 1 deletion(-)
 create mode 100644 debian/libtest-tempdir-perl.docs

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


[libtest-tempdir-perl] annotated tag debian/0.10-1 created (now a7cfe78)

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

gregoa pushed a change to annotated tag debian/0.10-1
in repository libtest-tempdir-perl.

at  a7cfe78   (tag)
   tagging  6faef0d3304fe050d677ee6218bd59665360ca68 (commit)
  replaces  upstream/0.10
 tagged by  gregor herrmann
on  Fri Jul 31 00:55:47 2015 +0200

- Log -
tagging package libtest-tempdir-perl version debian/0.10-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJVuqtzXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoG+AwP/0xu0v4fjq7SKNgFurZIpdGJ
iw22VsZq+lJxVUmOr8KvE/kjrL5e8CPdo1kVfsivrJS4ipfeN2eiwd3QKWjlws7C
CE6LTyMcpX6HChhbDS7hzL/d/GcR5siGvs9BPBxiZkM2rugBLCM6Vp1sv24GVLIg
gBSjkPS14UuvGxTWOvgywg7Yr1ZnEZN2Ga63rHeTsJPMNQp6YOLBWNhPbzSFul/b
vER9UWvWoVSSg5YfwqrGVS+phk2lWpeLIvH+KXeui6Q3MovLViZD4JY7aQkRUJjr
7FqpJB/BF1o2vvxEjlv9DF24E8NUV6mCts8TjXEG5s5IZBSy0yZB65O40z4G+fK5
WXHvBcjUOKcAH7ESOjMl6UmIlR0AiFhusHR9tsRI4sOWH8HbhQZcB9BpzSELdE2x
VMpAmMu52uc6jjAyQM9Pi2nS71dvqbuGSCOj/nbtx3f8bICzXTQQuGck8gKIzC+7
f7fuFu5tf0rgqfmeWIEPq1xE4sn/Qmp8EbHzyNgLN8Km8fd6eelRPgl5WLdt+R1n
Gz5XLt9iFiHJfE8HwctJctGKG0HByHsQ8DqjGDhTIFCo2bXKa9D5HpNj+uC7ln5z
hppbPtKA74+HBSvfgxceM2R2+Ei2NK/NE36YRJyDeOR+V58BQJGrxdzXn7hjW6Hc
9pSKL31duSgbzl7M8GZ9
=zSnm
-END PGP SIGNATURE-

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

Axel Beckert (1):
  debian/copyright: migrate pre-1.0 format to 1.0 using cme fix 
dpkg-copyright

Gregor Herrmann (4):
  back to UNRELEASED, TODO added to changelog
  trim changelog
  finish merging of branches/upstrem/0.05 into trunk, for whatever reason 
half of the files were still from 0.04
  debian/control: bumpd (build) dependency on libmoose-perl.

Iulian Udrea (3):
  * New upstream release
  - Bump Standards-Version to 3.8.3.
  debchange --release

Lucas Kanashiro (12):
  Add debian/upstream/metadata
  Update debian/changelog
  Merge tag 'upstream/0.10'
  Update debian/changelog
  Update changelog info generated by dpt
  test
  Remove empty character in control statement
  Declare compliance with Debian policy 3.9.6
  Add autopkgtest-pkg-perl
  Set debhelper = 9
  Update dependencies
  Release libtest-tempdir-perl 0.10-1 to unstable

Nathan Handler (1):
  [mass-commit] debian/watch: Modify to ignore development releases.

Ryan Niebur (1):
  clean up duplicated changelog entries from nhandler's mass-commit

Salvatore Bonaccorso (6):
  Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  update changelog
  Change search.cpan.org based URIs to metacpan.org based URIs
  update changelog
  Update Vcs-Browser URL to cgit web frontend
  update changelog

franck cuny (7):
  [svn-inject] Applying Debian modifications to trunk
  closes ITP in changelog, add vcs-* and maintainer in control
  updated description, add copyright infos
  change short description
  ready for upload
  clean description, add module to B-D-I, clean changelog
  ready for review

gregor herrmann (21):
  debian/control: update {versioned,alternative} (build) dependencies.
  update changelog
  Merge tag 'upstream/0.07'
  New upstream release.
  Switch to 3.0 (quilt) source format.
  Update build/runtime dependencies.
  Update years of upstream copyright and license stanzas.
  Add /me to Uploaders.
  Declare compliance with Debian Policy 3.9.4.
  releasing package libtest-tempdir-perl version 0.07-1
  Merge tag 'upstream/0.08'
  New upstream release.
  Update build dependencies; lower debhelper compatibility level to 8.
  releasing package libtest-tempdir-perl version 0.08-1
  Strip trailing slash from metacpan URLs.
  update changelog
  Update Test::use::ok build dependency.
  update changelog
  Install new CONTRIBUTING file.
  add back libtest-use-ok-perl as alternative
  releasing package libtest-tempdir-perl version 0.10-1

---

This annotated tag includes the following new commits:

   new  159f428   Install new CONTRIBUTING file.
   new  83ea8f3   add back libtest-use-ok-perl as alternative
   new  6faef0d   releasing package libtest-tempdir-perl version 0.10-1

The 3 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/libtest-tempdir-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org

[libtest-tempdir-perl] 03/03: releasing package libtest-tempdir-perl version 0.10-1

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

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

commit 6faef0d3304fe050d677ee6218bd59665360ca68
Author: gregor herrmann gre...@debian.org
Date:   Fri Jul 31 00:55:47 2015 +0200

releasing package libtest-tempdir-perl version 0.10-1
---
 debian/changelog | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a6100ee..01d37c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,9 @@ libtest-tempdir-perl (0.10-1) unstable; urgency=medium
   * Set debhelper = 9
   * Update dependencies
 
+  [ gregor herrmann ]
+  * Install new CONTRIBUTING file.
+
  -- Lucas Kanashiro kanashiro.dua...@gmail.com  Thu, 30 Jul 2015 12:21:00 
-0300
 
 libtest-tempdir-perl (0.08-1) unstable; urgency=low

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

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


[libdist-zilla-util-configdumper-perl] 04/05: Update debian/copyright

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libdist-zilla-util-configdumper-perl.

commit a7f1f32d8b1ab64c14f245dc2105664cbc844415
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 00:51:05 2015 +0200

Update debian/copyright
---
 debian/copyright | 10 +-
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 4e257ec..f2cf8a9 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,17 +2,9 @@ Format: 
http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/Dist-Zilla-Util-ConfigDumper
 Upstream-Contact: Kent Fredric ken...@cpan.org
 Upstream-Name: Dist-Zilla-Util-ConfigDumper
-DISCLAIMER: This copyright info was automatically extracted 
- from the perl module. It may not be accurate, so you better 
- check the module sources in order to ensure the module for its 
- inclusion in Debian or for general legal information. Please, 
- if licensing information is incorrectly generated, file a bug 
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
 
 Files: *
-Copyright: Kent Fredric ken...@cpan.org
+Copyright: 2014-2015, Kent Fredric ken...@cpan.org
 License: Artistic or GPL-1+
 
 Files: debian/*

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-util-configdumper-perl.git

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


[libdist-zilla-util-configdumper-perl] 02/05: Apply wrap-and-sort

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libdist-zilla-util-configdumper-perl.

commit b4135782d3fa68a32819e634fae90bc9a9f8b4c9
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 00:29:33 2015 +0200

Apply wrap-and-sort
---
 debian/control | 19 ++-
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index 38aa108..f6b7c43 100644
--- a/debian/control
+++ b/debian/control
@@ -5,12 +5,12 @@ Maintainer: Debian Perl Group 
pkg-perl-maintain...@lists.alioth.debian.org
 Uploaders: Axel Beckert a...@debian.org
 Build-Depends: debhelper (= 9)
 Build-Depends-Indep: libdist-zilla-perl,
- libdist-zilla-plugin-bootstrap-lib-perl (= 1.03),
- libdist-zilla-util-test-kentnl-perl (= 1.003001),
- libmoose-perl,
- libsub-exporter-progressive-perl,
- libtry-tiny-perl,
- perl
+ libdist-zilla-plugin-bootstrap-lib-perl (= 1.03),
+ libdist-zilla-util-test-kentnl-perl (= 1.003001),
+ libmoose-perl,
+ libsub-exporter-progressive-perl,
+ libtry-tiny-perl,
+ perl
 Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libdist-zilla-util-configdumper-perl.git
 Vcs-Git: 
git://anonscm.debian.org/pkg-perl/packages/libdist-zilla-util-configdumper-perl.git
@@ -19,9 +19,10 @@ Testsuite: autopkgtest-pkg-perl
 
 Package: libdist-zilla-util-configdumper-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libsub-exporter-progressive-perl,
- libtry-tiny-perl
+Depends: libsub-exporter-progressive-perl,
+ libtry-tiny-perl,
+ ${misc:Depends},
+ ${perl:Depends}
 Description: Easy implementation of 'dumpconfig'
  (no description was found)
  .

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-util-configdumper-perl.git

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


[libdist-zilla-util-configdumper-perl] branch master created (now a47c0b0)

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository libdist-zilla-util-configdumper-perl.

at  a47c0b0   Add ITP number

This branch includes the following new commits:

   new  f18f99a   Initial packaging by dh-make-perl 0.84
   new  b413578   Apply wrap-and-sort
   new  21c4e73   Make up a package description out of thin air
   new  a7f1f32   Update debian/copyright
   new  a47c0b0   Add ITP number

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


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-util-configdumper-perl.git

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


[libdist-zilla-util-configdumper-perl] 03/05: Make up a package description out of thin air

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libdist-zilla-util-configdumper-perl.

commit 21c4e730486e50ab0c079a7e49bcb7d689f2c98d
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 00:49:34 2015 +0200

Make up a package description out of thin air

See https://github.com/kentnl/Dist-Zilla-Util-ConfigDumper/issues/3
---
 debian/control | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index f6b7c43..5a82f68 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,6 @@ Depends: libsub-exporter-progressive-perl,
  libtry-tiny-perl,
  ${misc:Depends},
  ${perl:Depends}
-Description: Easy implementation of 'dumpconfig'
- (no description was found)
- .
- This description was automagically extracted from the module by dh-make-perl.
+Description: Dist::Zilla helper utility to dump configurations
+ Dist::Zilla::Util::ConfigDumper provides functions for extracting the
+ plugin configuration data with Dist::Zilla's around dump_config.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-util-configdumper-perl.git

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


[libdist-zilla-util-configdumper-perl] 01/05: Initial packaging by dh-make-perl 0.84

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libdist-zilla-util-configdumper-perl.

commit f18f99a0c4b49331de16458059ec07c02f716480
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 00:24:45 2015 +0200

Initial packaging by dh-make-perl 0.84
---
 debian/changelog |  5 +
 debian/compat|  1 +
 debian/control   | 28 
 debian/copyright | 36 
 debian/rules |  4 
 debian/source/format |  1 +
 debian/upstream/metadata |  7 +++
 debian/watch |  2 ++
 8 files changed, 84 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..f795a48
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libdist-zilla-util-configdumper-perl (0.003006-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Axel Beckert a...@debian.org  Fri, 31 Jul 2015 00:24:45 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..38aa108
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,28 @@
+Source: libdist-zilla-util-configdumper-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
+Uploaders: Axel Beckert a...@debian.org
+Build-Depends: debhelper (= 9)
+Build-Depends-Indep: libdist-zilla-perl,
+ libdist-zilla-plugin-bootstrap-lib-perl (= 1.03),
+ libdist-zilla-util-test-kentnl-perl (= 1.003001),
+ libmoose-perl,
+ libsub-exporter-progressive-perl,
+ libtry-tiny-perl,
+ perl
+Standards-Version: 3.9.6
+Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libdist-zilla-util-configdumper-perl.git
+Vcs-Git: 
git://anonscm.debian.org/pkg-perl/packages/libdist-zilla-util-configdumper-perl.git
+Homepage: https://metacpan.org/release/Dist-Zilla-Util-ConfigDumper
+Testsuite: autopkgtest-pkg-perl
+
+Package: libdist-zilla-util-configdumper-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libsub-exporter-progressive-perl,
+ libtry-tiny-perl
+Description: Easy implementation of 'dumpconfig'
+ (no description was found)
+ .
+ This description was automagically extracted from the module by dh-make-perl.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..4e257ec
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,36 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://metacpan.org/release/Dist-Zilla-Util-ConfigDumper
+Upstream-Contact: Kent Fredric ken...@cpan.org
+Upstream-Name: Dist-Zilla-Util-ConfigDumper
+DISCLAIMER: This copyright info was automatically extracted 
+ from the perl module. It may not be accurate, so you better 
+ check the module sources in order to ensure the module for its 
+ inclusion in Debian or for general legal information. Please, 
+ if licensing information is incorrectly generated, file a bug 
+ on dh-make-perl.
+ NOTE: Don't forget to remove this disclaimer once you are happy
+ with this file.
+
+Files: *
+Copyright: Kent Fredric ken...@cpan.org
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2015, Axel Beckert a...@debian.org
+License: Artistic or GPL-1+
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ 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 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+   dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 000..c5b765e
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,7 @@
+---
+Archive: CPAN
+Bug-Database: https://github.com/kentnl/Dist-Zilla-Util-ConfigDumper/issues
+Contact: Kent Fredric ken...@cpan.org
+Name: Dist-Zilla-Util-ConfigDumper
+Repository: https://github.com/kentnl/Dist-Zilla-Util-ConfigDumper.git
+Repository-Browse: https://github.com/kentnl/Dist-Zilla-Util-ConfigDumper
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 

[libdist-zilla-util-test-kentnl-perl] 10/10: Add ITP number

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libdist-zilla-util-test-kentnl-perl.

commit b70441deede927bb14f25605ef5e0bbda16de51e
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 01:53:40 2015 +0200

Add ITP number
---
 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a43025e..f4a2874 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 libdist-zilla-util-test-kentnl-perl (1.005012-1) UNRELEASED; urgency=low
 
-  * Initial Release.
+  * Initial Release. (Closes: #794175)
 
  -- Axel Beckert a...@debian.org  Sat, 13 Sep 2014 18:07:03 +0200

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-util-test-kentnl-perl.git

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


[libdist-zilla-util-test-kentnl-perl] 01/02: pristine-tar data for libdist-zilla-util-test-kentnl-perl_1.003002.orig.tar.gz

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch pristine-tar
in repository libdist-zilla-util-test-kentnl-perl.

commit d40c70680eb55bbc6fa7b089c8646bb4f9b7ade6
Author: Axel Beckert a...@deuxchevaux.org
Date:   Sat Sep 13 18:07:03 2014 +0200

pristine-tar data for 
libdist-zilla-util-test-kentnl-perl_1.003002.orig.tar.gz
---
 ...illa-util-test-kentnl-perl_1.003002.orig.tar.gz.delta | Bin 0 - 2328 bytes
 ...t-zilla-util-test-kentnl-perl_1.003002.orig.tar.gz.id |   1 +
 2 files changed, 1 insertion(+)

diff --git a/libdist-zilla-util-test-kentnl-perl_1.003002.orig.tar.gz.delta 
b/libdist-zilla-util-test-kentnl-perl_1.003002.orig.tar.gz.delta
new file mode 100644
index 000..037e4b3
Binary files /dev/null and 
b/libdist-zilla-util-test-kentnl-perl_1.003002.orig.tar.gz.delta differ
diff --git a/libdist-zilla-util-test-kentnl-perl_1.003002.orig.tar.gz.id 
b/libdist-zilla-util-test-kentnl-perl_1.003002.orig.tar.gz.id
new file mode 100644
index 000..13f5c69
--- /dev/null
+++ b/libdist-zilla-util-test-kentnl-perl_1.003002.orig.tar.gz.id
@@ -0,0 +1 @@
+427e695b94610098a4341e6a5b77441f7309a8ad

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-util-test-kentnl-perl.git

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


[libdist-zilla-util-test-kentnl-perl] tag upstream/1.003002 created (now a60199a)

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to tag upstream/1.003002
in repository libdist-zilla-util-test-kentnl-perl.

at  a60199a   (commit)
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/libdist-zilla-util-test-kentnl-perl.git

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


[libdist-zilla-util-test-kentnl-perl] 08/10: Update changelog for new upstream release

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libdist-zilla-util-test-kentnl-perl.

commit e7ebc81f6d334076c917bd702282c9cf7e1f571f
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 01:43:05 2015 +0200

Update changelog for new upstream release
---
 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c1fef5d..a43025e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libdist-zilla-util-test-kentnl-perl (1.003002-1) UNRELEASED; urgency=low
+libdist-zilla-util-test-kentnl-perl (1.005012-1) UNRELEASED; urgency=low
 
   * Initial Release.
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-util-test-kentnl-perl.git

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


[libdist-zilla-util-test-kentnl-perl] annotated tag upstream/1.005012 created (now 0dc0c88)

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to annotated tag upstream/1.005012
in repository libdist-zilla-util-test-kentnl-perl.

at  0dc0c88   (tag)
   tagging  f3d93063037d572cbe46404ab5740c0e2fc13291 (commit)
 tagged by  Axel Beckert
on  Fri Jul 31 01:19:36 2015 +0200

- Log -
Upstream version 1.005012
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCAAGBQJVurEIAAoJEGvmY8daNcl1KH4QAIICKY/n2rQphaikkwCk0nzD
Jn7US1e3Y/qBD5dY2cVG8Y+L23L+v0Y88QBdfD4IyDReROaSrbWPuIy2r1xg/LAz
sjrG+w4b0VjgqLKL3R4l0WmzDm2IJ+AOLo9zEFN5uTn+v7n/LDUjfGO5YgWsRhMS
ZZ1y5p/gGkVA2JlWxDERHYrcLzwXZyhTK5c8BsBVDrP/zg/e+f/MQjAYhzudUc+/
yufWSjVeoq6YIIi0BzhiW0dYJjDClDYXkiTQvEgwa7zjrRcDRM9jdxv0Be1FVQZX
20vhD/XLYkbmx9gEmEFRrCePtFKuXlxpgRaAB0tbb9e0e0gTbEGSUJgT3h9vKmCv
Nh8GuzcHv85Gl6WjukXmZGm85IM4wJk7gKm8fV0lOLGW+fu0qhzUkh+392TtDXKc
wuBLFdQRJHRhp1v5VpCnPUZaqGwQI5L68DOZL5/G8lT80eDk/f8PedQERFhbdZtm
dafXG/th6sRNw+bRNkzOcOCxhZ6g6TjX6XImlb/oJrb+UDUbQI+yWJgwjq6GN43E
DyRboclH5keYRLWavvROhcCObZgLlGXRU0VB1Hl5sS+T0K4VgI848fqaKCd7xJpA
ECX/kOt+DA1zBMNU9WhWvqXGym8I4lde5e+dL/4nMrAqWe+oV70ZcT7RtAfHKT42
nnN21Z8/SCLS2dLjIWiY
=eUQI
-END PGP SIGNATURE-

Axel Beckert (2):
  Import original source of Dist-Zilla-Util-Test-KENTNL 1.003002
  Imported Upstream version 1.005012

---

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/libdist-zilla-util-test-kentnl-perl.git

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


[libdist-zilla-util-test-kentnl-perl] 09/10: Mark package as autopkgtestable

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libdist-zilla-util-test-kentnl-perl.

commit 5abd596f4d0eade28b3f6904462dff88df141265
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 01:49:08 2015 +0200

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

diff --git a/debian/control b/debian/control
index f251363..625e1f6 100644
--- a/debian/control
+++ b/debian/control
@@ -19,6 +19,7 @@ Standards-Version: 3.9.5
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libdist-zilla-util-test-kentnl-perl.git
 Vcs-Git: 
git://anonscm.debian.org/pkg-perl/packages/libdist-zilla-util-test-kentnl-perl.git
 Homepage: https://metacpan.org/release/Dist-Zilla-Util-Test-KENTNL
+Testsuite: autopkgtest-pkg-perl
 
 Package: libdist-zilla-util-test-kentnl-perl
 Architecture: all

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-util-test-kentnl-perl.git

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


[libdist-zilla-util-test-kentnl-perl] branch pristine-tar created (now 34018bd)

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch pristine-tar
in repository libdist-zilla-util-test-kentnl-perl.

at  34018bd   pristine-tar data for 
libdist-zilla-util-test-kentnl-perl_1.005012.orig.tar.gz

This branch includes the following new commits:

   new  d40c706   pristine-tar data for 
libdist-zilla-util-test-kentnl-perl_1.003002.orig.tar.gz
   new  34018bd   pristine-tar data for 
libdist-zilla-util-test-kentnl-perl_1.005012.orig.tar.gz

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/libdist-zilla-util-test-kentnl-perl.git

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


[libdist-zilla-util-test-kentnl-perl] 07/10: Update copyright years

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libdist-zilla-util-test-kentnl-perl.

commit 742415ac6ff885dd24102be3f03c400ddc5f566d
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 01:27:26 2015 +0200

Update copyright years
---
 debian/copyright | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index c435bae..6664ec1 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,11 +4,11 @@ Upstream-Contact: Kent Fredric ken...@cpan.org
 Upstream-Name: Dist-Zilla-Util-Test-KENTNL
 
 Files: *
-Copyright: 2010-2014, Kent Fredric ken...@cpan.org
+Copyright: 2010-2015, Kent Fredric ken...@cpan.org
 License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: 2014, Axel Beckert a...@debian.org
+Copyright: 2014-2015, Axel Beckert a...@debian.org
 License: Artistic or GPL-1+
 
 License: Artistic

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-util-test-kentnl-perl.git

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


[libdist-zilla-util-test-kentnl-perl] 02/02: pristine-tar data for libdist-zilla-util-test-kentnl-perl_1.005012.orig.tar.gz

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch pristine-tar
in repository libdist-zilla-util-test-kentnl-perl.

commit 34018bd56e35ca25874e1b1ad2cceebfd67d4a57
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 01:19:36 2015 +0200

pristine-tar data for 
libdist-zilla-util-test-kentnl-perl_1.005012.orig.tar.gz
---
 ...illa-util-test-kentnl-perl_1.005012.orig.tar.gz.delta | Bin 0 - 2228 bytes
 ...t-zilla-util-test-kentnl-perl_1.005012.orig.tar.gz.id |   1 +
 2 files changed, 1 insertion(+)

diff --git a/libdist-zilla-util-test-kentnl-perl_1.005012.orig.tar.gz.delta 
b/libdist-zilla-util-test-kentnl-perl_1.005012.orig.tar.gz.delta
new file mode 100644
index 000..ee19e31
Binary files /dev/null and 
b/libdist-zilla-util-test-kentnl-perl_1.005012.orig.tar.gz.delta differ
diff --git a/libdist-zilla-util-test-kentnl-perl_1.005012.orig.tar.gz.id 
b/libdist-zilla-util-test-kentnl-perl_1.005012.orig.tar.gz.id
new file mode 100644
index 000..988e956
--- /dev/null
+++ b/libdist-zilla-util-test-kentnl-perl_1.005012.orig.tar.gz.id
@@ -0,0 +1 @@
+77ac2008a1172e3b5e9c433360fbeceb9e40834e

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-util-test-kentnl-perl.git

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


[libdist-zilla-util-test-kentnl-perl] branch master created (now b70441d)

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository libdist-zilla-util-test-kentnl-perl.

at  b70441d   Add ITP number

This branch includes the following new commits:

   new  efd0496   Initial packaging by dh-make-perl 0.83
   new  c0c89b4   Apply wrap-and-sort
   new  5e1ba53   Update debian/copyright
   new  97bb444   Proper package description
   new  97b4bc6   Merge tag 'upstream/1.005012'
   new  6e9fa58   Update dependencies for new upstream version
   new  742415a   Update copyright years
   new  e7ebc81   Update changelog for new upstream release
   new  5abd596   Mark package as autopkgtestable
   new  b70441d   Add ITP number

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


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-util-test-kentnl-perl.git

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


[libdist-zilla-util-test-kentnl-perl] 05/10: Merge tag 'upstream/1.005012'

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libdist-zilla-util-test-kentnl-perl.

commit 97b4bc6661b2807729fdf4a8959d61dd07b9d3b1
Merge: 97bb444 f3d9306
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 01:19:41 2015 +0200

Merge tag 'upstream/1.005012'

Upstream version 1.005012

# gpg: Signature made Fri 31 Jul 2015 01:19:36 AM CEST
# gpg:using RSA key 6BE663C75A35C975
# gpg: please do a --check-trustdb
# gpg: Good signature from Axel Beckert a...@deuxchevaux.org
# gpg: aka Axel Beckert (E-Mail + Jabber) a...@noone.org
# gpg: aka Axel Beckert (Symlink) xta...@symlink.ch
# gpg: aka [jpeg image of size 3155]
# gpg: aka Axel Stefan Beckert
# gpg: aka Axel Beckert (FSFE Fellow) a...@fsfe.org
# gpg: aka Axel Beckert (Debian Developer) 
a...@debian.org

 .travis.yml|  91 ++---
 Changes|  80 
 LICENSE|   6 +-
 MANIFEST   |   7 +-
 META.json  | 448 ++---
 META.yml   | 390 --
 Makefile.PL|  66 ++-
 README | 117 +-
 dist.ini   | 101 -
 dist.ini.meta  |  45 ++-
 lib/Dist/Zilla/Util/Test/KENTNL.pm |  26 +-
 lib/Dist/Zilla/Util/Test/KENTNL/dztest.pm  | 109 +++--
 misc/Changes.deps  |  58 ++-
 misc/Changes.deps.all  | 158 +++-
 misc/Changes.deps.dev  |  77 +++-
 misc/Changes.deps.opt  |  50 ++-
 misc/built_with.json   | 103 +
 perlcritic.rc  |   2 +-
 .../lib_Dist_Zilla_Util_Test_KENTNL_dztest_pm.t|   2 +-
 t/00-compile/lib_Dist_Zilla_Util_Test_KENTNL_pm.t  |   2 +-
 t/00-report-prereqs.dd |  55 ++-
 t/00-report-prereqs.t  |  13 +-
 t/02-basic-dztest.t|   4 +-
 t/04-run-command.t |  37 ++
 t/05-runcommand-nomoose.t  |  63 +++
 xt/author/eol.t|  24 ++
 xt/release/eol.t   |   8 -
 27 files changed, 1401 insertions(+), 741 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-util-test-kentnl-perl.git

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


[libdist-zilla-util-test-kentnl-perl] 01/10: Initial packaging by dh-make-perl 0.83

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libdist-zilla-util-test-kentnl-perl.

commit efd04968603dcd8e2294d168a490870d295c112d
Author: Axel Beckert a...@deuxchevaux.org
Date:   Sat Sep 13 18:07:03 2014 +0200

Initial packaging by dh-make-perl 0.83
---
 debian/changelog |  5 +
 debian/compat|  1 +
 debian/control   | 35 +++
 debian/copyright | 36 
 debian/rules |  4 
 debian/source/format |  1 +
 debian/watch |  2 ++
 7 files changed, 84 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..c1fef5d
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libdist-zilla-util-test-kentnl-perl (1.003002-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Axel Beckert a...@debian.org  Sat, 13 Sep 2014 18:07:03 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..1a9b279
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,35 @@
+Source: libdist-zilla-util-test-kentnl-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
+Uploaders: Axel Beckert a...@debian.org
+Build-Depends: debhelper (= 9)
+Build-Depends-Indep: libdata-dpath-perl,
+ libdist-zilla-perl,
+ libmodule-runtime-perl,
+ libmoose-perl,
+ libpath-tiny-perl (= 0.050),
+ libsub-exporter-perl,
+ libtest-fatal-perl,
+ libtry-tiny-perl,
+ perl
+Standards-Version: 3.9.5
+Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libdist-zilla-util-test-kentnl-perl.git
+Vcs-Git: 
git://anonscm.debian.org/pkg-perl/packages/libdist-zilla-util-test-kentnl-perl.git
+Homepage: https://metacpan.org/release/Dist-Zilla-Util-Test-KENTNL
+
+Package: libdist-zilla-util-test-kentnl-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libdata-dpath-perl,
+ libdist-zilla-perl,
+ libmodule-runtime-perl,
+ libmoose-perl,
+ libpath-tiny-perl (= 0.050),
+ libsub-exporter-perl,
+ libtest-fatal-perl,
+ libtry-tiny-perl
+Description: KENTNL's DZil plugin testing tool
+ (no description was found)
+ .
+ This description was automagically extracted from the module by dh-make-perl.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..2263775
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,36 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://metacpan.org/release/Dist-Zilla-Util-Test-KENTNL
+Upstream-Contact: Kent Fredric ken...@cpan.org
+Upstream-Name: Dist-Zilla-Util-Test-KENTNL
+DISCLAIMER: This copyright info was automatically extracted 
+ from the perl module. It may not be accurate, so you better 
+ check the module sources in order to ensure the module for its 
+ inclusion in Debian or for general legal information. Please, 
+ if licensing information is incorrectly generated, file a bug 
+ on dh-make-perl.
+ NOTE: Don't forget to remove this disclaimer once you are happy
+ with this file.
+
+Files: *
+Copyright: Kent Fredric ken...@cpan.org
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2014, Axel Beckert a...@debian.org
+License: Artistic or GPL-1+
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ 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 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+   dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 000..09eb46c
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://metacpan.org/release/Dist-Zilla-Util-Test-KENTNL   
.*/Dist-Zilla-Util-Test-KENTNL-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-util-test-kentnl-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org

[libdist-zilla-util-test-kentnl-perl] 02/10: Apply wrap-and-sort

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libdist-zilla-util-test-kentnl-perl.

commit c0c89b49d3688962bcb1b178d13b552bdd90e5db
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 01:13:20 2015 +0200

Apply wrap-and-sort
---
 debian/control | 35 ++-
 1 file changed, 18 insertions(+), 17 deletions(-)

diff --git a/debian/control b/debian/control
index 1a9b279..074a35c 100644
--- a/debian/control
+++ b/debian/control
@@ -5,14 +5,14 @@ Maintainer: Debian Perl Group 
pkg-perl-maintain...@lists.alioth.debian.org
 Uploaders: Axel Beckert a...@debian.org
 Build-Depends: debhelper (= 9)
 Build-Depends-Indep: libdata-dpath-perl,
- libdist-zilla-perl,
- libmodule-runtime-perl,
- libmoose-perl,
- libpath-tiny-perl (= 0.050),
- libsub-exporter-perl,
- libtest-fatal-perl,
- libtry-tiny-perl,
- perl
+ libdist-zilla-perl,
+ libmodule-runtime-perl,
+ libmoose-perl,
+ libpath-tiny-perl (= 0.050),
+ libsub-exporter-perl,
+ libtest-fatal-perl,
+ libtry-tiny-perl,
+ perl
 Standards-Version: 3.9.5
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libdist-zilla-util-test-kentnl-perl.git
 Vcs-Git: 
git://anonscm.debian.org/pkg-perl/packages/libdist-zilla-util-test-kentnl-perl.git
@@ -20,15 +20,16 @@ Homepage: 
https://metacpan.org/release/Dist-Zilla-Util-Test-KENTNL
 
 Package: libdist-zilla-util-test-kentnl-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libdata-dpath-perl,
- libdist-zilla-perl,
- libmodule-runtime-perl,
- libmoose-perl,
- libpath-tiny-perl (= 0.050),
- libsub-exporter-perl,
- libtest-fatal-perl,
- libtry-tiny-perl
+Depends: libdata-dpath-perl,
+ libdist-zilla-perl,
+ libmodule-runtime-perl,
+ libmoose-perl,
+ libpath-tiny-perl (= 0.050),
+ libsub-exporter-perl,
+ libtest-fatal-perl,
+ libtry-tiny-perl,
+ ${misc:Depends},
+ ${perl:Depends}
 Description: KENTNL's DZil plugin testing tool
  (no description was found)
  .

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-util-test-kentnl-perl.git

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


[libdist-zilla-util-test-kentnl-perl] 03/10: Update debian/copyright

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libdist-zilla-util-test-kentnl-perl.

commit 5e1ba53175eb52b7a78dbce24900b4632e28d5b0
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 01:16:15 2015 +0200

Update debian/copyright
---
 debian/copyright | 10 +-
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 2263775..c435bae 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,17 +2,9 @@ Format: 
http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/Dist-Zilla-Util-Test-KENTNL
 Upstream-Contact: Kent Fredric ken...@cpan.org
 Upstream-Name: Dist-Zilla-Util-Test-KENTNL
-DISCLAIMER: This copyright info was automatically extracted 
- from the perl module. It may not be accurate, so you better 
- check the module sources in order to ensure the module for its 
- inclusion in Debian or for general legal information. Please, 
- if licensing information is incorrectly generated, file a bug 
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
 
 Files: *
-Copyright: Kent Fredric ken...@cpan.org
+Copyright: 2010-2014, Kent Fredric ken...@cpan.org
 License: Artistic or GPL-1+
 
 Files: debian/*

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


[libiterator-util-perl] branch master created (now 4a03ebf)

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository libiterator-util-perl.

at  4a03ebf   Add ITP number

This branch includes the following new commits:

   new  a97d42c   Initial packaging by dh-make-perl 0.83
   new  6449019   Merge tag 'upstream/0.02+ds1'
   new  ceb07f9   Update changelog for repacked upstream source
   new  c37143d   Fine-tune package description
   new  5079800   Declare compliance with Debian Policy 3.9.6
   new  65a9e2e   Apply wrap-and-sort
   new  892279a   Mark package as autopkgtestable
   new  94fa885   Fix up debian/copyright
   new  57d44fa   Fix lintian warning 
debian-watch-file-should-mangle-version
   new  4a03ebf   Add ITP number

The 10 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/libiterator-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


[libiterator-util-perl] 05/10: Declare compliance with Debian Policy 3.9.6

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libiterator-util-perl.

commit 50798002ad536fbe288ea130cc92ae2f873cdeaf
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 02:24:03 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 4b8e64d..493dc6c 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper (= 9)
 Build-Depends-Indep: libexception-class-perl (= 1.21),
  libiterator-perl (= 0.01),
  perl
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libiterator-util-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libiterator-util-perl.git
 Homepage: https://metacpan.org/release/Iterator-Util

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


[libiterator-util-perl] 03/10: Update changelog for repacked upstream source

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libiterator-util-perl.

commit ceb07f9370c3600b8a19ee482b33ed385f12b722
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 02:19:37 2015 +0200

Update changelog for repacked upstream source
---
 debian/changelog | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a075311..ef02615 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
-libiterator-util-perl (0.02-1) UNRELEASED; urgency=low
+libiterator-util-perl (0.02+ds1-1) UNRELEASED; urgency=low
 
   * Initial Release.
++ Repack upstream tar ball to remove (likely accidentially) included
+  ppm package.
 
  -- Axel Beckert a...@debian.org  Sat, 13 Sep 2014 18:08:01 +0200

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


[libiterator-util-perl] 02/10: Merge tag 'upstream/0.02+ds1'

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libiterator-util-perl.

commit 64490190ceb6e768cc64c2f57432e9bfa0f720fa
Merge: a97d42c 715b59b
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 02:18:26 2015 +0200

Merge tag 'upstream/0.02+ds1'

Upstream version 0.02+ds1

# gpg: Signature made Fri 31 Jul 2015 02:18:21 AM CEST
# gpg:using RSA key 6BE663C75A35C975
# gpg: please do a --check-trustdb
# gpg: Good signature from Axel Beckert a...@deuxchevaux.org
# gpg: aka Axel Beckert (E-Mail + Jabber) a...@noone.org
# gpg: aka Axel Beckert (Symlink) xta...@symlink.ch
# gpg: aka [jpeg image of size 3155]
# gpg: aka Axel Stefan Beckert
# gpg: aka Axel Beckert (FSFE Fellow) a...@fsfe.org
# gpg: aka Axel Beckert (Debian Developer) 
a...@debian.org

 Iterator-Util-ppm.tar.gz | Bin 6966 - 0 bytes
 Iterator-Util.ppd|  13 -
 2 files changed, 13 deletions(-)

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


[libiterator-util-perl] 07/10: Mark package as autopkgtestable

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libiterator-util-perl.

commit 892279ace87bdf5479b59242ce63016b066e8754
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 02:25:01 2015 +0200

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

diff --git a/debian/control b/debian/control
index aff287d..3c79e69 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,7 @@ Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libiterator-util-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libiterator-util-perl.git
 Homepage: https://metacpan.org/release/Iterator-Util
+Testsuite: autopkgtest-pkg-perl
 
 Package: libiterator-util-perl
 Architecture: all

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


[libiterator-util-perl] 01/10: Initial packaging by dh-make-perl 0.83

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libiterator-util-perl.

commit a97d42cab698765324f0fa11e603727df1bbaec7
Author: Axel Beckert a...@deuxchevaux.org
Date:   Sat Sep 13 18:08:01 2014 +0200

Initial packaging by dh-make-perl 0.83
---
 debian/changelog |  5 +
 debian/compat|  1 +
 debian/control   | 29 +
 debian/copyright | 36 
 debian/rules |  4 
 debian/source/format |  1 +
 debian/watch |  2 ++
 7 files changed, 78 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..a075311
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libiterator-util-perl (0.02-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Axel Beckert a...@debian.org  Sat, 13 Sep 2014 18:08:01 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..0a5b2d6
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,29 @@
+Source: libiterator-util-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
+Uploaders: Axel Beckert a...@debian.org
+Build-Depends: debhelper (= 9)
+Build-Depends-Indep: libexception-class-perl (= 1.21),
+ libiterator-perl (= 0.01),
+ perl
+Standards-Version: 3.9.5
+Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libiterator-util-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libiterator-util-perl.git
+Homepage: https://metacpan.org/release/Iterator-Util
+
+Package: libiterator-util-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libexception-class-perl (= 1.21),
+ libiterator-perl (= 0.01)
+Description: unknown
+ Iterator::Util implements many useful functions for creating and manipulating
+ iterator objects.
+ .
+ An iterator is an object, represented as a code block that generates the
+ next value of a sequence, and generally implemented as a closure. For
+ further information, including a tutorial on using iterator objects, see the
+ Iterator documentation.
+ .
+ This description was automagically extracted from the module by dh-make-perl.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..fd743d1
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,36 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://metacpan.org/release/Iterator-Util
+Upstream-Contact: unknown
+Upstream-Name: Iterator-Util
+DISCLAIMER: This copyright info was automatically extracted 
+ from the perl module. It may not be accurate, so you better 
+ check the module sources in order to ensure the module for its 
+ inclusion in Debian or for general legal information. Please, 
+ if licensing information is incorrectly generated, file a bug 
+ on dh-make-perl.
+ NOTE: Don't forget to remove this disclaimer once you are happy
+ with this file.
+
+Files: *
+Copyright: unknown
+License: 
+
+Files: debian/*
+Copyright: 2014, Axel Beckert a...@debian.org
+License: Artistic or GPL-1+
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ 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 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+   dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 000..21b79fa
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://metacpan.org/release/Iterator-Util   
.*/Iterator-Util-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

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


[libiterator-util-perl] tag upstream/0.02 created (now a9dae35)

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to tag upstream/0.02
in repository libiterator-util-perl.

at  a9dae35   (commit)
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/libiterator-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


[libiterator-util-perl] 06/10: Apply wrap-and-sort

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libiterator-util-perl.

commit 65a9e2e18033d2e4b46a27d567924e984e257970
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 02:24:22 2015 +0200

Apply wrap-and-sort
---
 debian/control   | 11 ++-
 debian/copyright |  2 +-
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 493dc6c..aff287d 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,8 @@ Maintainer: Debian Perl Group 
pkg-perl-maintain...@lists.alioth.debian.org
 Uploaders: Axel Beckert a...@debian.org
 Build-Depends: debhelper (= 9)
 Build-Depends-Indep: libexception-class-perl (= 1.21),
- libiterator-perl (= 0.01),
- perl
+ libiterator-perl (= 0.01),
+ perl
 Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libiterator-util-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libiterator-util-perl.git
@@ -14,9 +14,10 @@ Homepage: https://metacpan.org/release/Iterator-Util
 
 Package: libiterator-util-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libexception-class-perl (= 1.21),
- libiterator-perl (= 0.01)
+Depends: libexception-class-perl (= 1.21),
+ libiterator-perl (= 0.01),
+ ${misc:Depends},
+ ${perl:Depends}
 Description: Useful functions for creating and manipulating iterator objects
  Iterator::Util implements many useful functions for creating and manipulating
  iterator objects.
diff --git a/debian/copyright b/debian/copyright
index fd743d1..90d4c58 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -13,7 +13,7 @@ DISCLAIMER: This copyright info was automatically extracted
 
 Files: *
 Copyright: unknown
-License: 
+License:
 
 Files: debian/*
 Copyright: 2014, Axel Beckert a...@debian.org

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


[libiterator-util-perl] 10/10: Add ITP number

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libiterator-util-perl.

commit 4a03ebf65626cbfb9a41ab5eb5338e42c358d25d
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 02:39:42 2015 +0200

Add ITP number
---
 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ef02615..cb50d65 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
 libiterator-util-perl (0.02+ds1-1) UNRELEASED; urgency=low
 
-  * Initial Release.
+  * Initial Release. (Closes: #794180)
 + Repack upstream tar ball to remove (likely accidentially) included
   ppm package.
 

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


[libiterator-util-perl] 04/10: Fine-tune package description

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libiterator-util-perl.

commit c37143d7f93badae0685d74544eac4efc3a6270e
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 02:23:56 2015 +0200

Fine-tune package description
---
 debian/control | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 0a5b2d6..4b8e64d 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
  libexception-class-perl (= 1.21),
  libiterator-perl (= 0.01)
-Description: unknown
+Description: Useful functions for creating and manipulating iterator objects
  Iterator::Util implements many useful functions for creating and manipulating
  iterator objects.
  .
@@ -25,5 +25,3 @@ Description: unknown
  next value of a sequence, and generally implemented as a closure. For
  further information, including a tutorial on using iterator objects, see the
  Iterator documentation.
- .
- This description was automagically extracted from the module by dh-make-perl.

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


[libiterator-util-perl] 02/02: pristine-tar data for libiterator-util-perl_0.02+ds1.orig.tar.gz

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch pristine-tar
in repository libiterator-util-perl.

commit b7063888f9d3b93a5aabd55d6a31da0284246fd1
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 02:18:21 2015 +0200

pristine-tar data for libiterator-util-perl_0.02+ds1.orig.tar.gz
---
 libiterator-util-perl_0.02+ds1.orig.tar.gz.delta | Bin 0 - 1127 bytes
 libiterator-util-perl_0.02+ds1.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libiterator-util-perl_0.02+ds1.orig.tar.gz.delta 
b/libiterator-util-perl_0.02+ds1.orig.tar.gz.delta
new file mode 100644
index 000..22918ea
Binary files /dev/null and b/libiterator-util-perl_0.02+ds1.orig.tar.gz.delta 
differ
diff --git a/libiterator-util-perl_0.02+ds1.orig.tar.gz.id 
b/libiterator-util-perl_0.02+ds1.orig.tar.gz.id
new file mode 100644
index 000..f7be7eb
--- /dev/null
+++ b/libiterator-util-perl_0.02+ds1.orig.tar.gz.id
@@ -0,0 +1 @@
+d5c4c727471c21bddc700bc528095bd1cfecbb20

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


[libiterator-util-perl] 09/10: Fix lintian warning debian-watch-file-should-mangle-version

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libiterator-util-perl.

commit 57d44fad22f63cecbe12021e9efd8754ae9d3271
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 02:28:37 2015 +0200

Fix lintian warning debian-watch-file-should-mangle-version
---
 debian/watch | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/watch b/debian/watch
index 21b79fa..7a41601 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
 version=3
+opts=dversionmangle=s/\+ds\d*$// \
 https://metacpan.org/release/Iterator-Util   
.*/Iterator-Util-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

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


[libiterator-util-perl] branch pristine-tar created (now b706388)

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch pristine-tar
in repository libiterator-util-perl.

at  b706388   pristine-tar data for 
libiterator-util-perl_0.02+ds1.orig.tar.gz

This branch includes the following new commits:

   new  a46b3b5   pristine-tar data for 
libiterator-util-perl_0.02.orig.tar.gz
   new  b706388   pristine-tar data for 
libiterator-util-perl_0.02+ds1.orig.tar.gz

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


[libiterator-util-perl] 01/02: pristine-tar data for libiterator-util-perl_0.02.orig.tar.gz

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch pristine-tar
in repository libiterator-util-perl.

commit a46b3b5baee192f266b6f43406be707bb81f95a1
Author: Axel Beckert a...@deuxchevaux.org
Date:   Sat Sep 13 18:08:01 2014 +0200

pristine-tar data for libiterator-util-perl_0.02.orig.tar.gz
---
 libiterator-util-perl_0.02.orig.tar.gz.delta | Bin 0 - 1296 bytes
 libiterator-util-perl_0.02.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libiterator-util-perl_0.02.orig.tar.gz.delta 
b/libiterator-util-perl_0.02.orig.tar.gz.delta
new file mode 100644
index 000..9e19f60
Binary files /dev/null and b/libiterator-util-perl_0.02.orig.tar.gz.delta differ
diff --git a/libiterator-util-perl_0.02.orig.tar.gz.id 
b/libiterator-util-perl_0.02.orig.tar.gz.id
new file mode 100644
index 000..09b5c17
--- /dev/null
+++ b/libiterator-util-perl_0.02.orig.tar.gz.id
@@ -0,0 +1 @@
+4373aecc45ccb624884423e35dff73417c53d502

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


[libiterator-util-perl] 08/10: Fix up debian/copyright

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libiterator-util-perl.

commit 94fa885ac3ef3a9cefa48733de7f27e7fb07574b
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 02:26:52 2015 +0200

Fix up debian/copyright
---
 debian/copyright | 16 
 1 file changed, 4 insertions(+), 12 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 90d4c58..4e75079 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,22 +1,14 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/Iterator-Util
-Upstream-Contact: unknown
+Upstream-Contact: Eric J. Roode ro...@cpan.org
 Upstream-Name: Iterator-Util
-DISCLAIMER: This copyright info was automatically extracted 
- from the perl module. It may not be accurate, so you better 
- check the module sources in order to ensure the module for its 
- inclusion in Debian or for general legal information. Please, 
- if licensing information is incorrectly generated, file a bug 
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
 
 Files: *
-Copyright: unknown
-License:
+Copyright: 2005, Eric J. Roode ro...@cpan.org
+License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: 2014, Axel Beckert a...@debian.org
+Copyright: 2014-2015, Axel Beckert a...@debian.org
 License: Artistic or GPL-1+
 
 License: Artistic

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


[libiterator-util-perl] annotated tag upstream/0.02+ds1 created (now c33f0b7)

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to annotated tag upstream/0.02+ds1
in repository libiterator-util-perl.

at  c33f0b7   (tag)
   tagging  715b59b0fc6f72af5f39e9285974e6834cde4a9f (commit)
 tagged by  Axel Beckert
on  Fri Jul 31 02:18:21 2015 +0200

- Log -
Upstream version 0.02+ds1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCAAGBQJVur7NAAoJEGvmY8daNcl12n0P/3Hdujfs7lq3SVnH9tXkwiF9
jvfuKWuVjhmBSUTEc5ufNiV/04zF7WW+xGQZDlVip4yun51c7oHGPRS/pLQydPKY
Ia1GgV3Qp9baWgPNpnKBsb8nYYcvwURaVI0RlZ+EhP0Zx6bnDg+QorulffpMXIla
tne6ZG7iQM8nGnp/wReNqM1ENQEMY7RqJCYkgCSuHiG5gzAqjfOF19E0DfLyQJnX
2TTo20SydfiKiLK3TjnA8FHMX1lr2dObUCdrns+b2gxpkZn13oQjQ+Xxl4dnRbi3
U6kEvON8O7F3WWeLkF3nJsXOIGwjwZhKxsZ4PlmO//tyklWHVS1N35xu+oHrcUMz
l71keW5czp0c+Key449FNC+oShuDO3DZhjfr8UOSvqwphsAB/QFUi0GC91MFsX93
lk1vgBtuVurSR9f16IZww+onrO4eR3daPOtSIxgZPU/aY9FcgXh5GeUok+7AehOG
P0hGIS+zvD8/UA9B3xwnvJfSyT/kM7qPpOu1UyAK/aOQcpN91c7EaBd/bFK0YT6g
mV2HOFQfEgx9L0oAHlg4sUpvLupcjtn1cXUfbQmzFDhwb9oZSQQkAMioedvtIUSF
KJwj7d87fTiWd14snYzB5xxkPcLkyXDEIR/Gz+Kb7FmZfroaXX/LbA4bOBeM/COK
Rmr0p27XR9HeGV8Yjoo3
=jpBQ
-END PGP SIGNATURE-

Axel Beckert (2):
  Import original source of Iterator-Util 0.02
  Imported Upstream version 0.02+ds1

---

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


[libtest-spec-perl] annotated tag debian/0.51-1 created (now e3e5490)

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

gregoa pushed a change to annotated tag debian/0.51-1
in repository libtest-spec-perl.

at  e3e5490   (tag)
   tagging  53029510791237ef31109c7ebd7062f5a647bff6 (commit)
  replaces  upstream/0.51
 tagged by  gregor herrmann
on  Fri Jul 31 01:17:27 2015 +0200

- Log -
tagging package libtest-spec-perl version debian/0.51-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJVurCHXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGZsAP/RB2RVcN4IsZhgFX6ORKh98P
++FZNy8B9U7dvzc0QD149d+TVbc0usztLJvLfSPkstCdzZC6VKwQi7fD2F1dCpkD
dUsmu5Dr3FFBRTRTFgw2NNwUCemmubpBNqbaa2qdTZoHQt0IsC/l0HnhW80be6tD
4nkImIaTtjoDGr7SlGSdERPgl+Vm6vw8NLP+1NdIjPJ/Tw9paX47NtAEkHO6rDQe
p8IoZ4nS9Qh5d65s1Mdxl+uewqj5egOOFQuqn3WeeNfjdzfrKhULbBBcYkUKcB0N
g4tZuS2qBfwrWBNhqb6JD8KK5mHOdlT76YkzHAwatcJvkLzLpxpXuUnOFpy7Bty4
7Ayy2QTp2yAxPppAD6y5ypF/qamyhXoHux5etuPXuUyi8OTvB62coKXpUQHXXAsZ
Q/CJbVKJ0YDCdpb47OEKQ70Vad8WaELzmb+nbd50obg6GqH0CHeRLTj0AFGKlbRI
LoDHv236JrvWQXBngDC7iDPrL78/XTiKGtLR64eVCFNCFpbn/YHrzUnhnq+BL0Xu
/FVBtVIySiTqoioa5niPbwrpsUA6huEXcEu/PWjg7JoaHLxLkcgU8Q4I16Cz1+8x
8LrnuSxUmMY2OP1+Fe0W0wuMfvzUdQi0gfrPzv4ictINcOsxYPjKwXhq86ypJ3CA
Y1yK7Ww54QN2wvB6r4hY
=9DxX
-END PGP SIGNATURE-

Alessandro Ghedini (35):
  [svn-inject] Applying Debian modifications (0.31-1) to trunk
  remove fix-bad-test patch, B-D-I on libmoose-perl
  use patch from upstream to fix mocks_imports test
  new upstream release
  release to unstable
  * New upstream release
  release to unstable
  IGNORE-VERSION: 0.35-1
  * New upstream release
  release to unstable
  TODO: Missing copyright/license for Test::Spec::SharedHash
  Merge tag 'upstream/0.41'
  New upstream release
  Update debian/copyright format as in Debian Policy 3.9.3
  Bump Standards-Version to 3.9.3
  Update packging copyright years
  Finalize changelog
  Merge tag 'upstream/0.42'
  New upstream release
  Finalize changelog
  Email change: Alessandro Ghedini - gh...@debian.org
  Merge tag 'upstream/0.43'
  New upstream release
  Finalize changelog
  Merge tag 'upstream/0.44'
  New upstream release
  Finalize changelog
  Merge tag 'upstream/0.45'
  New upstream release
  Finalize changelog
  Merge tag 'upstream/0.46'
  New upstream release
  Bump Standards-Version to 3.9.4 (no changes needed)
  Fix formatting
  Finalize changelog

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

Gregor Herrmann (2):
  patch:
  add a comma after the years

Lucas Kanashiro (10):
  Add debian/upstream/metadata
  Update debian/changelog
  Merge tag 'upstream/0.51'
  Update debian/changelog
  Update changelog info generated by dpt
  Declare compliance with Debian policy 3.9.6
  Set debhelper = 9
  Add autopkgtest-pkg-perl
  Update upstream copyright
  Release libtest-spec-perl 0.51-1 to unstable

Salvatore Bonaccorso (12):
  * Team upload.
  forwarded patch
  releasing version 0.34-1
  [packagecheck] fixed Vcs-(Git|Browser)/Homepage field(s) in 
debian/control and/or URL in debian/watch and/or rmdir /usr/{lib|share}/perl5 
in debian/rules.
  Merge commit 'upstream/0.40'
  prepare changelog for release
  Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  update changelog
  Change search.cpan.org based URIs to metacpan.org based URIs
  update changelog
  Update Vcs-Browser URL to cgit web frontend
  update changelog

gregor herrmann (13):
  Merge commit 'upstream/0.39'
  New upstream release 0.39.
  Add /me to Uploaders.
  releasing version 0.39-1
  debian/control: update {versioned,alternative} (build) dependencies.
  update changelog
  Merge tag 'upstream/0.47'
  New upstream release.
  Update years of packaging copyright.
  cme: reformat debian/control
  releasing package libtest-spec-perl version 0.47-1
  Strip trailing slash from metacpan URLs.
  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/libtest-spec-perl.git

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


[libdist-zilla-util-configdumper-perl] tag upstream/0.003006 created (now aa09c1f)

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to tag upstream/0.003006
in repository libdist-zilla-util-configdumper-perl.

at  aa09c1f   (commit)
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/libdist-zilla-util-configdumper-perl.git

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


[libdist-zilla-util-configdumper-perl] 05/05: Add ITP number

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libdist-zilla-util-configdumper-perl.

commit a47c0b05ecd01c5a9dc2df4f371facd665d21a46
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 01:16:56 2015 +0200

Add ITP number
---
 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index f795a48..773bad8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 libdist-zilla-util-configdumper-perl (0.003006-1) UNRELEASED; urgency=low
 
-  * Initial Release.
+  * Initial Release. (Closes: #794174)
 
  -- Axel Beckert a...@debian.org  Fri, 31 Jul 2015 00:24:45 +0200

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-util-configdumper-perl.git

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


[libdist-zilla-util-configdumper-perl] branch pristine-tar created (now 517f9c1)

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch pristine-tar
in repository libdist-zilla-util-configdumper-perl.

at  517f9c1   pristine-tar data for 
libdist-zilla-util-configdumper-perl_0.003006.orig.tar.gz

This branch includes the following new commits:

   new  517f9c1   pristine-tar data for 
libdist-zilla-util-configdumper-perl_0.003006.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.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-util-configdumper-perl.git

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


[libdist-zilla-util-configdumper-perl] 01/01: pristine-tar data for libdist-zilla-util-configdumper-perl_0.003006.orig.tar.gz

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch pristine-tar
in repository libdist-zilla-util-configdumper-perl.

commit 517f9c13a7acf8ab657b9f0e7af436839df6888e
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 00:24:45 2015 +0200

pristine-tar data for 
libdist-zilla-util-configdumper-perl_0.003006.orig.tar.gz
---
 ...lla-util-configdumper-perl_0.003006.orig.tar.gz.delta | Bin 0 - 2231 bytes
 ...-zilla-util-configdumper-perl_0.003006.orig.tar.gz.id |   1 +
 2 files changed, 1 insertion(+)

diff --git a/libdist-zilla-util-configdumper-perl_0.003006.orig.tar.gz.delta 
b/libdist-zilla-util-configdumper-perl_0.003006.orig.tar.gz.delta
new file mode 100644
index 000..068bd35
Binary files /dev/null and 
b/libdist-zilla-util-configdumper-perl_0.003006.orig.tar.gz.delta differ
diff --git a/libdist-zilla-util-configdumper-perl_0.003006.orig.tar.gz.id 
b/libdist-zilla-util-configdumper-perl_0.003006.orig.tar.gz.id
new file mode 100644
index 000..71c4090
--- /dev/null
+++ b/libdist-zilla-util-configdumper-perl_0.003006.orig.tar.gz.id
@@ -0,0 +1 @@
+4abb75c3c17f53be53567930435196c25daeef68

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-util-configdumper-perl.git

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


[libdist-zilla-plugin-metaprovides-perl] branch master created (now 87eec5e)

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository libdist-zilla-plugin-metaprovides-perl.

at  87eec5e   Add ITP number

This branch includes the following new commits:

   new  1cbaae9   Initial packaging by dh-make-perl 0.84
   new  e7b654b   Apply wrap-and-sort
   new  627fc16   Enhances: libdist-zilla-perl
   new  d372bce   Proper package description
   new  d2f27fb   Update debian/copyright
   new  87eec5e   Add ITP number

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/libdist-zilla-plugin-metaprovides-perl.git

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


[libdist-zilla-plugin-metaprovides-perl] 05/06: Update debian/copyright

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libdist-zilla-plugin-metaprovides-perl.

commit d2f27fbe6bc28c601b7c5d3bcf74154ad6d049fe
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 00:59:18 2015 +0200

Update debian/copyright
---
 debian/copyright | 10 +-
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index b15d3c4..e9da72e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,17 +2,9 @@ Format: 
http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/Dist-Zilla-Plugin-MetaProvides
 Upstream-Contact: Kent Fredric ken...@cpan.org
 Upstream-Name: Dist-Zilla-Plugin-MetaProvides
-DISCLAIMER: This copyright info was automatically extracted 
- from the perl module. It may not be accurate, so you better 
- check the module sources in order to ensure the module for its 
- inclusion in Debian or for general legal information. Please, 
- if licensing information is incorrectly generated, file a bug 
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
 
 Files: *
-Copyright: Kent Fredric ken...@cpan.org
+Copyright: 2009-2014, Kent Fredric ken...@cpan.org
 License: Artistic or GPL-1+
 
 Files: debian/*

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-metaprovides-perl.git

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


[libdist-zilla-plugin-metaprovides-perl] 04/06: Proper package description

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libdist-zilla-plugin-metaprovides-perl.

commit d372bce194b03b0af93d8ed8fd409a8dc0865c23
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 00:59:09 2015 +0200

Proper package description
---
 debian/control | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index e744bdc..d740e97 100644
--- a/debian/control
+++ b/debian/control
@@ -30,7 +30,7 @@ Depends: libdist-zilla-perl,
  ${misc:Depends},
  ${perl:Depends}
 Enhances: libdist-zilla-perl
-Description: Generating and Populating 'provides' in your META.yml
- (no description was found)
- .
- This description was automagically extracted from the module by dh-make-perl.
+Description: Dist::Zilla plugin generating and populating provides in your 
META.yml
+ Dist::Zilla::Plugin::MetaProvides is a Dist::Zilla plugin which
+ generates and populates the provides field in the META.yml of your
+ Dist::Zilla using Perl distribution.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-metaprovides-perl.git

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


[libdist-zilla-plugin-metaprovides-perl] 02/06: Apply wrap-and-sort

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libdist-zilla-plugin-metaprovides-perl.

commit e7b654b95c9c98b76d50fa7e3929836c054b8bf8
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 00:54:20 2015 +0200

Apply wrap-and-sort
---
 debian/control | 31 ---
 1 file changed, 16 insertions(+), 15 deletions(-)

diff --git a/debian/control b/debian/control
index e6d339c..9989e59 100644
--- a/debian/control
+++ b/debian/control
@@ -5,14 +5,14 @@ Maintainer: Debian Perl Group 
pkg-perl-maintain...@lists.alioth.debian.org
 Uploaders: Axel Beckert a...@debian.org
 Build-Depends: debhelper (= 9)
 Build-Depends-Indep: libdist-zilla-perl,
- libdist-zilla-util-configdumper-perl (= 0.002001),
- libdist-zilla-util-test-kentnl-perl (= 1.003001),
- libhash-merge-simple-perl,
- libmoose-perl,
- libmoosex-types-perl,
- libnamespace-autoclean-perl,
- libtest-fatal-perl,
- perl (= 5.13.4)
+ libdist-zilla-util-configdumper-perl (= 0.002001),
+ libdist-zilla-util-test-kentnl-perl (= 1.003001),
+ libhash-merge-simple-perl,
+ libmoose-perl,
+ libmoosex-types-perl,
+ libnamespace-autoclean-perl,
+ libtest-fatal-perl,
+ perl (= 5.13.4)
 Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libdist-zilla-plugin-metaprovides-perl.git
 Vcs-Git: 
git://anonscm.debian.org/pkg-perl/packages/libdist-zilla-plugin-metaprovides-perl.git
@@ -21,13 +21,14 @@ Testsuite: autopkgtest-pkg-perl
 
 Package: libdist-zilla-plugin-metaprovides-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libdist-zilla-perl,
- libdist-zilla-util-configdumper-perl (= 0.002001),
- libhash-merge-simple-perl,
- libmoose-perl,
- libmoosex-types-perl,
- libnamespace-autoclean-perl
+Depends: libdist-zilla-perl,
+ libdist-zilla-util-configdumper-perl (= 0.002001),
+ libhash-merge-simple-perl,
+ libmoose-perl,
+ libmoosex-types-perl,
+ libnamespace-autoclean-perl,
+ ${misc:Depends},
+ ${perl:Depends}
 Description: Generating and Populating 'provides' in your META.yml
  (no description was found)
  .

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-metaprovides-perl.git

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


[libdist-zilla-plugin-metaprovides-perl] 06/06: Add ITP number

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libdist-zilla-plugin-metaprovides-perl.

commit 87eec5e7ada971c3f2f92f0d2b89d7654b735456
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 01:05:36 2015 +0200

Add ITP number
---
 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index b3603e2..3cdf881 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 libdist-zilla-plugin-metaprovides-perl (2.001002-1) UNRELEASED; urgency=low
 
-  * Initial Release.
+  * Initial Release. (Closes: #794173)
 
  -- Axel Beckert a...@debian.org  Fri, 31 Jul 2015 00:24:14 +0200

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-metaprovides-perl.git

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


[libdist-zilla-plugin-metaprovides-perl] 03/06: Enhances: libdist-zilla-perl

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libdist-zilla-plugin-metaprovides-perl.

commit 627fc16abbe57d9cb9a7ee3b710f89c573977429
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 00:55:01 2015 +0200

Enhances: libdist-zilla-perl
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index 9989e59..e744bdc 100644
--- a/debian/control
+++ b/debian/control
@@ -29,6 +29,7 @@ Depends: libdist-zilla-perl,
  libnamespace-autoclean-perl,
  ${misc:Depends},
  ${perl:Depends}
+Enhances: libdist-zilla-perl
 Description: Generating and Populating 'provides' in your META.yml
  (no description was found)
  .

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-metaprovides-perl.git

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


[libdist-zilla-plugin-metaprovides-perl] 01/01: pristine-tar data for libdist-zilla-plugin-metaprovides-perl_2.001002.orig.tar.gz

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch pristine-tar
in repository libdist-zilla-plugin-metaprovides-perl.

commit 33c05ab8c4837353c912505ad5c8f4e146cf94ad
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 00:24:14 2015 +0200

pristine-tar data for 
libdist-zilla-plugin-metaprovides-perl_2.001002.orig.tar.gz
---
 ...a-plugin-metaprovides-perl_2.001002.orig.tar.gz.delta | Bin 0 - 2463 bytes
 ...illa-plugin-metaprovides-perl_2.001002.orig.tar.gz.id |   1 +
 2 files changed, 1 insertion(+)

diff --git a/libdist-zilla-plugin-metaprovides-perl_2.001002.orig.tar.gz.delta 
b/libdist-zilla-plugin-metaprovides-perl_2.001002.orig.tar.gz.delta
new file mode 100644
index 000..a6291ae
Binary files /dev/null and 
b/libdist-zilla-plugin-metaprovides-perl_2.001002.orig.tar.gz.delta differ
diff --git a/libdist-zilla-plugin-metaprovides-perl_2.001002.orig.tar.gz.id 
b/libdist-zilla-plugin-metaprovides-perl_2.001002.orig.tar.gz.id
new file mode 100644
index 000..bba958f
--- /dev/null
+++ b/libdist-zilla-plugin-metaprovides-perl_2.001002.orig.tar.gz.id
@@ -0,0 +1 @@
+c3cf5d014b75349fcb1cc8b462341850699d28c9

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-metaprovides-perl.git

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


[libdist-zilla-plugin-metaprovides-perl] tag upstream/2.001002 created (now fc79505)

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to tag upstream/2.001002
in repository libdist-zilla-plugin-metaprovides-perl.

at  fc79505   (commit)
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/libdist-zilla-plugin-metaprovides-perl.git

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


[libdist-zilla-plugin-metaprovides-perl] branch pristine-tar created (now 33c05ab)

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch pristine-tar
in repository libdist-zilla-plugin-metaprovides-perl.

at  33c05ab   pristine-tar data for 
libdist-zilla-plugin-metaprovides-perl_2.001002.orig.tar.gz

This branch includes the following new commits:

   new  33c05ab   pristine-tar data for 
libdist-zilla-plugin-metaprovides-perl_2.001002.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.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-metaprovides-perl.git

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


[libdist-zilla-plugin-metaprovides-perl] 01/06: Initial packaging by dh-make-perl 0.84

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libdist-zilla-plugin-metaprovides-perl.

commit 1cbaae95977a73134788fb8a2c6e37c97edd08fb
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 00:24:14 2015 +0200

Initial packaging by dh-make-perl 0.84
---
 debian/changelog |  5 +
 debian/compat|  1 +
 debian/control   | 34 ++
 debian/copyright | 36 
 debian/rules |  4 
 debian/source/format |  1 +
 debian/upstream/metadata |  7 +++
 debian/watch |  2 ++
 8 files changed, 90 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..b3603e2
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libdist-zilla-plugin-metaprovides-perl (2.001002-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Axel Beckert a...@debian.org  Fri, 31 Jul 2015 00:24:14 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..e6d339c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,34 @@
+Source: libdist-zilla-plugin-metaprovides-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
+Uploaders: Axel Beckert a...@debian.org
+Build-Depends: debhelper (= 9)
+Build-Depends-Indep: libdist-zilla-perl,
+ libdist-zilla-util-configdumper-perl (= 0.002001),
+ libdist-zilla-util-test-kentnl-perl (= 1.003001),
+ libhash-merge-simple-perl,
+ libmoose-perl,
+ libmoosex-types-perl,
+ libnamespace-autoclean-perl,
+ libtest-fatal-perl,
+ perl (= 5.13.4)
+Standards-Version: 3.9.6
+Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libdist-zilla-plugin-metaprovides-perl.git
+Vcs-Git: 
git://anonscm.debian.org/pkg-perl/packages/libdist-zilla-plugin-metaprovides-perl.git
+Homepage: https://metacpan.org/release/Dist-Zilla-Plugin-MetaProvides
+Testsuite: autopkgtest-pkg-perl
+
+Package: libdist-zilla-plugin-metaprovides-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libdist-zilla-perl,
+ libdist-zilla-util-configdumper-perl (= 0.002001),
+ libhash-merge-simple-perl,
+ libmoose-perl,
+ libmoosex-types-perl,
+ libnamespace-autoclean-perl
+Description: Generating and Populating 'provides' in your META.yml
+ (no description was found)
+ .
+ This description was automagically extracted from the module by dh-make-perl.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..b15d3c4
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,36 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://metacpan.org/release/Dist-Zilla-Plugin-MetaProvides
+Upstream-Contact: Kent Fredric ken...@cpan.org
+Upstream-Name: Dist-Zilla-Plugin-MetaProvides
+DISCLAIMER: This copyright info was automatically extracted 
+ from the perl module. It may not be accurate, so you better 
+ check the module sources in order to ensure the module for its 
+ inclusion in Debian or for general legal information. Please, 
+ if licensing information is incorrectly generated, file a bug 
+ on dh-make-perl.
+ NOTE: Don't forget to remove this disclaimer once you are happy
+ with this file.
+
+Files: *
+Copyright: Kent Fredric ken...@cpan.org
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2015, Axel Beckert a...@debian.org
+License: Artistic or GPL-1+
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ 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 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+   dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 000..9844b68
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,7 @@
+---
+Archive: CPAN
+Bug-Database: https://github.com/kentnl/Dist-Zilla-Plugin-MetaProvides/issues
+Contact: Kent Fredric ken...@cpan.org
+Name: Dist-Zilla-Plugin-MetaProvides

[libmodule-starter-perl] annotated tag debian/1.710+dfsg-1 created (now ee0e154)

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

gregoa pushed a change to annotated tag debian/1.710+dfsg-1
in repository libmodule-starter-perl.

at  ee0e154   (tag)
   tagging  2fd05ee473850b3f08bc0be70a82789259544ea0 (commit)
  replaces  debian/1.620+dfsg-1
 tagged by  gregor herrmann
on  Fri Jul 31 01:45:18 2015 +0200

- Log -
tagging package libmodule-starter-perl version debian/1.710+dfsg-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJVurcOXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGaQYP/jRukzjv4afdOKxCHxoBnHf6
VofGZiQiCIGkiV68zXy81xlN3YLMuR2Iy4beg+n39NBTxbjlS690ZnuOAyDQijY6
rEpK4f5YxDy6cb2QXiZYkRfGWRo3IKm9F/PMqTaE6TGlG+qNzwkXq5MVovDiUaOl
LlNXoBArLjCzU+W5YyWnXD0EgZGcAhGzMoqVzNnfm9eFwwSNxTrT6oI2PLeo6C4/
WSI4odsLZSaNCQctCyvMwiWb+0k/WTxVJdgUNEDg0ojur5cLHsBUYNB3JpH8xd0s
UBIIy8m+uYJiQLmpYBLfTkO4eqMc8fNiUv8tBQRidDlch4Xc+g759WUpQulPWpvA
0HzQG2ts9BdC8B54BSx3v8zW+2GLQwG5psb47cDbtVPnK/TcwFNzs9Ozt3iXmr8R
Gs+wsX3PZ5MvnakHXmmRPUIN9oTDTCJ906EGJbD7pYKJipyaxpeHoPXQLXBtrZ3D
pxi/wrCBKbT04ftpwBUPKTDwRMBERTaeYGa/Bf9S1dtqTuo5ULrJKGYMGQnLSGUg
Fis2FS5c4pji8BJjjXTS49XA0RSoQ10nE5Y0ByFbkyMfgv0QjHmN+j9VMARhGZ2C
5Tt8EVcD5P5W14smg/m4xfTVOTSWWPTS8vqY/c6PYnd472SNDl/XFrWpSc58LdDN
Sspm2D0Auq15VleBv5p9
=gpPG
-END PGP SIGNATURE-

Lucas Kanashiro (10):
  Add debian/upstream/metadata
  Update debian/changelog
  Imported Upstream version 1.710
  Merge tag 'upstream/1.710'
  Update debian/changelog
  Update changelog info generated by dpt
  Declare compliance with Debian policy 3.9.6
  Add autopkgtest-pkg-perl
  Update dependencies
  Release libmodule-starter-perl 1.710-1 to unstable

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

gregor herrmann (9):
  debian/control: remove Nicholas Bamber from Uploaders on request of the 
MIA team.
  update changelog
  Strip trailing slash from metacpan URLs.
  update changelog
  Test::Harness 0.21 is in perl core since forever
  Imported Upstream version 1.710+dfsg
  Merge tag 'upstream/1.710+dfsg'
  d/changelog: add bug closer, and update version
  add libmodule-build-perl (for test), and lintian override

---

This annotated tag includes the following new commits:

   new  33bfb07   Test::Harness 0.21 is in perl core since forever
   new  bdcf333   Merge tag 'upstream/1.710+dfsg'
   new  ff95a79   d/changelog: add bug closer, and update version
   new  2fd05ee   add libmodule-build-perl (for test), and lintian override

The 4 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-starter-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-starter-perl] branch master updated (2921833 - 2fd05ee)

2015-07-30 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-starter-perl.

  from  2921833   Release libmodule-starter-perl 1.710-1 to unstable
   new  33bfb07   Test::Harness 0.21 is in perl core since forever
  adds  2fb561e   Imported Upstream version 1.710+dfsg
   new  bdcf333   Merge tag 'upstream/1.710+dfsg'
   new  ff95a79   d/changelog: add bug closer, and update version
   new  2fd05ee   add libmodule-build-perl (for test), and lintian override

The 4 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:
 MANIFEST|   1 -
 debian/changelog|   4 +-
 debian/control  |   5 +-
 debian/source.lintian-overrides |   4 +
 getting-started.html| 309 
 5 files changed, 9 insertions(+), 314 deletions(-)
 create mode 100644 debian/source.lintian-overrides
 delete mode 100644 getting-started.html

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


[libiterator-perl] 04/09: Apply wrap-and-sort

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libiterator-perl.

commit 75f1a2803820d776502f8668f406f8404d41f5be
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 02:36:13 2015 +0200

Apply wrap-and-sort
---
 debian/control | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 5d08dd3..048ac49 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Perl Group 
pkg-perl-maintain...@lists.alioth.debian.org
 Uploaders: Axel Beckert a...@debian.org
 Build-Depends: debhelper (= 9)
 Build-Depends-Indep: libexception-class-perl (= 1.21),
- perl
+ perl
 Standards-Version: 3.9.5
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libiterator-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libiterator-perl.git
@@ -13,8 +13,9 @@ Homepage: https://metacpan.org/release/Iterator
 
 Package: libiterator-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libexception-class-perl (= 1.21)
+Depends: libexception-class-perl (= 1.21),
+ ${misc:Depends},
+ ${perl:Depends}
 Description: unknown
  Iterator is meant to be the definitive implementation of iterators, as
  popularized by Mark Jason Dominus's lectures and recent book (Higher Order

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


[libiterator-perl] 01/09: Initial packaging by dh-make-perl 0.83

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libiterator-perl.

commit 7143185a3255dbb40241993d165bfd2c76595fd6
Author: Axel Beckert a...@deuxchevaux.org
Date:   Sat Sep 13 18:10:39 2014 +0200

Initial packaging by dh-make-perl 0.83
---
 debian/changelog |  5 +
 debian/compat|  1 +
 debian/control   | 32 
 debian/copyright | 36 
 debian/rules |  4 
 debian/source/format |  1 +
 debian/watch |  2 ++
 7 files changed, 81 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..e567333
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libiterator-perl (0.03-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Axel Beckert a...@debian.org  Sat, 13 Sep 2014 18:10:39 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..5d08dd3
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,32 @@
+Source: libiterator-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
+Uploaders: Axel Beckert a...@debian.org
+Build-Depends: debhelper (= 9)
+Build-Depends-Indep: libexception-class-perl (= 1.21),
+ perl
+Standards-Version: 3.9.5
+Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libiterator-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libiterator-perl.git
+Homepage: https://metacpan.org/release/Iterator
+
+Package: libiterator-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libexception-class-perl (= 1.21)
+Description: unknown
+ Iterator is meant to be the definitive implementation of iterators, as
+ popularized by Mark Jason Dominus's lectures and recent book (Higher Order
+ Perl, Morgan Kauffman, 2005).
+ .
+ An iterator is an object, represented as a code block that generates the
+ next value of a sequence, and generally implemented as a closure. When you
+ need a value to operate on, you pull it from the iterator. If it depends on
+ other iterators, it pulls values from them when it needs to. Iterators can be
+ chained together (see Iterator::Util for functions that help you do just
+ that), queueing up work to be done but not actually doing it until a value is
+ needed at the front end of the chain. At that time, one data value is pulled
+ through the chain.
+ .
+ This description was automagically extracted from the module by dh-make-perl.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..65317b7
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,36 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://metacpan.org/release/Iterator
+Upstream-Contact: unknown
+Upstream-Name: Iterator
+DISCLAIMER: This copyright info was automatically extracted 
+ from the perl module. It may not be accurate, so you better 
+ check the module sources in order to ensure the module for its 
+ inclusion in Debian or for general legal information. Please, 
+ if licensing information is incorrectly generated, file a bug 
+ on dh-make-perl.
+ NOTE: Don't forget to remove this disclaimer once you are happy
+ with this file.
+
+Files: *
+Copyright: unknown
+License: 
+
+Files: debian/*
+Copyright: 2014, Axel Beckert a...@debian.org
+License: Artistic or GPL-1+
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ 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 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+   dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 000..d8ad211
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://metacpan.org/release/Iterator   
.*/Iterator-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

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


[libiterator-perl] 06/09: Fine-tune package description

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libiterator-perl.

commit 3c0159172fa39d3204e2ea7a341613a9c845cbd8
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 02:37:23 2015 +0200

Fine-tune package description
---
 debian/control | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index e4f7680..6d73eff 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Architecture: all
 Depends: libexception-class-perl (= 1.21),
  ${misc:Depends},
  ${perl:Depends}
-Description: unknown
+Description: Perl implementation of iterators
  Iterator is meant to be the definitive implementation of iterators, as
  popularized by Mark Jason Dominus's lectures and recent book (Higher Order
  Perl, Morgan Kauffman, 2005).
@@ -29,5 +29,3 @@ Description: unknown
  that), queueing up work to be done but not actually doing it until a value is
  needed at the front end of the chain. At that time, one data value is pulled
  through the chain.
- .
- This description was automagically extracted from the module by dh-make-perl.

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


[libiterator-perl] 02/09: Merge tag 'upstream/0.03+ds1'

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libiterator-perl.

commit 4b231da8562f0504f7109f37710b92af659760f4
Merge: 7143185 4a2502c
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 02:34:31 2015 +0200

Merge tag 'upstream/0.03+ds1'

Upstream version 0.03+ds1

# gpg: Signature made Fri 31 Jul 2015 02:34:24 AM CEST
# gpg:using RSA key 6BE663C75A35C975
# gpg: please do a --check-trustdb
# gpg: Good signature from Axel Beckert a...@deuxchevaux.org
# gpg: aka Axel Beckert (E-Mail + Jabber) a...@noone.org
# gpg: aka Axel Beckert (Symlink) xta...@symlink.ch
# gpg: aka [jpeg image of size 3155]
# gpg: aka Axel Stefan Beckert
# gpg: aka Axel Beckert (FSFE Fellow) a...@fsfe.org
# gpg: aka Axel Beckert (Debian Developer) 
a...@debian.org

 Iterator-ppm.tar.gz | Bin 8918 - 0 bytes
 Iterator.ppd|  12 
 2 files changed, 12 deletions(-)

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


[libiterator-perl] 03/09: Update changelog and watch file for repacked upstream source

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libiterator-perl.

commit 96d245c5bc8fd5af9c0c048874fcc4304b99fcb1
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 02:35:47 2015 +0200

Update changelog and watch file for repacked upstream source
---
 debian/changelog | 4 +++-
 debian/watch | 1 +
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index e567333..1262fca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
-libiterator-perl (0.03-1) UNRELEASED; urgency=low
+libiterator-perl (0.03+ds1-1) UNRELEASED; urgency=low
 
   * Initial Release.
++ Repack upstream tar ball to remove (likely accidentially) included
+  ppm package.
 
  -- Axel Beckert a...@debian.org  Sat, 13 Sep 2014 18:10:39 +0200
diff --git a/debian/watch b/debian/watch
index d8ad211..6d553c9 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
 version=3
+opts=dversionmangle=s/\+ds\d*$// \
 https://metacpan.org/release/Iterator   
.*/Iterator-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

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


[libiterator-perl] 07/09: Fix up debian/copyright

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libiterator-perl.

commit 067c7139b186417f270bb0ef658532c3bfb88f27
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 02:38:29 2015 +0200

Fix up debian/copyright
---
 debian/copyright | 16 
 1 file changed, 4 insertions(+), 12 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 65317b7..b346a44 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,22 +1,14 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/Iterator
-Upstream-Contact: unknown
+Upstream-Contact: Eric J. Roode ro...@cpan.org
 Upstream-Name: Iterator
-DISCLAIMER: This copyright info was automatically extracted 
- from the perl module. It may not be accurate, so you better 
- check the module sources in order to ensure the module for its 
- inclusion in Debian or for general legal information. Please, 
- if licensing information is incorrectly generated, file a bug 
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
 
 Files: *
-Copyright: unknown
-License: 
+Copyright: 2005, Eric J. Roode ro...@cpan.org
+License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: 2014, Axel Beckert a...@debian.org
+Copyright: 2014-2015, Axel Beckert a...@debian.org
 License: Artistic or GPL-1+
 
 License: Artistic

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


[libiterator-perl] 05/09: Declare compliance with Debian Policy 3.9.6

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libiterator-perl.

commit 203e772d3164a00015fba4aca8bb548d59ac7312
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 02:36:23 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 048ac49..e4f7680 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Axel Beckert a...@debian.org
 Build-Depends: debhelper (= 9)
 Build-Depends-Indep: libexception-class-perl (= 1.21),
  perl
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libiterator-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libiterator-perl.git
 Homepage: https://metacpan.org/release/Iterator

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


[libiterator-perl] branch master created (now 880c5b5)

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository libiterator-perl.

at  880c5b5   Add ITP number

This branch includes the following new commits:

   new  7143185   Initial packaging by dh-make-perl 0.83
   new  4b231da   Merge tag 'upstream/0.03+ds1'
   new  96d245c   Update changelog and watch file for repacked upstream 
source
   new  75f1a28   Apply wrap-and-sort
   new  203e772   Declare compliance with Debian Policy 3.9.6
   new  3c01591   Fine-tune package description
   new  067c713   Fix up debian/copyright
   new  565ff0e   Mark package as autopkgtestable
   new  880c5b5   Add ITP number

The 9 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/libiterator-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


[libiterator-perl] tag upstream/0.03 created (now 679640b)

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to tag upstream/0.03
in repository libiterator-perl.

at  679640b   (commit)
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/libiterator-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


[libiterator-perl] 08/09: Mark package as autopkgtestable

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libiterator-perl.

commit 565ff0e1b91d1e9634031ff55e9748d64f045629
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 02:39:06 2015 +0200

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

diff --git a/debian/control b/debian/control
index 6d73eff..6cb 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libiterator-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libiterator-perl.git
 Homepage: https://metacpan.org/release/Iterator
+Testsuite: autopkgtest-pkg-perl
 
 Package: libiterator-perl
 Architecture: all

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


[libiterator-perl] 09/09: Add ITP number

2015-07-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libiterator-perl.

commit 880c5b5edbe511695fccf0cd772fc3762df3d1f7
Author: Axel Beckert a...@deuxchevaux.org
Date:   Fri Jul 31 02:48:49 2015 +0200

Add ITP number
---
 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 1262fca..fe3e27a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
 libiterator-perl (0.03+ds1-1) UNRELEASED; urgency=low
 
-  * Initial Release.
+  * Initial Release. (Closes: #794181)
 + Repack upstream tar ball to remove (likely accidentially) included
   ppm package.
 

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