[libtest-cleannamespaces-perl] 02/07: Update debian/changelog

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch master
in repository libtest-cleannamespaces-perl.

commit bd4ce2b56cfa1b7336af7bf8bbc2b6074d4221b7
Author: Lucas Kanashiro 
Date:   Sun Jul 3 10:48:26 2016 -0300

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index 13379d6..f5f6ba6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
-libtest-cleannamespaces-perl (0.18-3) UNRELEASED; urgency=medium
+libtest-cleannamespaces-perl (0.19-1) UNRELEASED; urgency=medium
 
+  [ gregor herrmann ]
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
 
- -- gregor herrmann   Fri, 20 May 2016 12:09:50 +0200
+  [ Lucas Kanashiro ]
+  * Import upstream version 0.19
+
+ -- Lucas Kanashiro   Sun, 03 Jul 2016 10:48:26 -0300
 
 libtest-cleannamespaces-perl (0.18-2) unstable; urgency=medium
 

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

___
Pkg-perl-cvs-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-cleannamespaces-perl] branch master updated (dfae786 -> 34b8624)

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a change to branch master
in repository libtest-cleannamespaces-perl.

  from  dfae786   update changelog
  adds  1978244   at long last, drop the use of fatal warnings in tests
  adds  e920704   continue to build after my plugin bundle added 
[Test::CleanNamespaces]
  adds  3fdd991   remove unneeded entry
  adds  a7b7c85   avoid use of false package return value
  adds  59eea1a   keep $VERSION right in the repo
  adds  f44b161   hardcode the distribution name in Changes, to reduce 
churn on each release
  adds  36da67e   eliminate use of namespace::clean by never importing 
anything
  adds  1f21e72   use a more specific link
  adds  c9ff46e   switch to my podweaver plugin bundle
  adds  9080d2f   document why we need MakeMaker (and nothing else)
  adds  c51bc7c   fix Test::More prereq for done_testing
  adds  d765d29   fix Exporter prereq for "import"
  adds  a3c37bd   File::Find::Rule -> File::Find
  adds  c5e94a7   Sub::Exporter -> Sub::Exporter::Progressive
  adds  c3e0888   Merge pull request #1 from haarg/less-prereqs
  adds  54cb003   use latest [DynamicPrereqs] syntax
  adds  105d63a   Changes notes for prereq removals
  adds  139d97f   Test-CleanNamespaces-0.19
  adds  031e8e0   Imported Upstream version 0.19
   new  ac3f025   Merge tag 'upstream/0.19'
   new  bd4ce2b   Update debian/changelog
   new  16efee3   debian/control: add build and runtime dependency on 
libsub-exporter-progressive-perl
   new  e4a9ed8   Declare complaince with Debian policy 3.9.8
   new  7efeb71   debian/control: update dependencies' version, thanks cme
   new  277d93f   debian/control: remove some dependencies removed by 
upstream
   new  34b8624   release libtest-cleannamespaces-perl version 0.19-1

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


Summary of changes:
 CONTRIBUTING  |  12 +-
 Changes   |   3 +
 INSTALL   |  14 +-
 LICENSE => LICENCE|   0
 MANIFEST  |  17 +-
 META.json | 686 +-
 META.yml  | 533 --
 Makefile.PL   |  71 ++--
 README|   4 +-
 debian/changelog  |  15 +-
 debian/control|  20 +-
 dist.ini  |  14 +-
 lib/Test/CleanNamespaces.pm   | 142 ---
 t/00-report-prereqs.dd|  84 +++--
 t/00-report-prereqs.t |  27 +-
 t/basic.t |   4 +-
 t/class_mop.t |   4 +-
 t/clean-namespaces.t  |   4 +-
 t/lib/DoesNotCompile.pm   |   2 -
 t/lib/ExporterModule.pm   |   2 +-
 t/moo.t   |   4 +-
 t/moose-parameterized-role.t  |   4 +-
 t/moose.t |   4 +-
 t/mouse.t |   4 +-
 t/overload.t  |   4 +-
 t/role_tiny.t |   4 +-
 t/self.t  |   2 +-
 t/zzz-check-breaks.t  |   6 +-
 weaver.ini|   6 -
 xt/author/00-compile.t|   9 +-
 xt/author/eol.t   |  67 +++-
 xt/{release => author}/kwalitee.t |   2 +-
 xt/author/mojibake.t  |   9 +
 xt/author/no-tabs.t   |  16 +-
 xt/{release => author}/pod-coverage.t |   0
 xt/{release => author}/pod-no404s.t   |   0
 xt/author/pod-spell.t |   8 +-
 xt/{release => author}/pod-syntax.t   |   1 +
 xt/{release => author}/portability.t  |   1 +
 xt/release/changes_has_content.t  |   2 +-
 xt/release/cpan-changes.t |   9 +-
 xt/release/minimum-version.t  |   2 +-
 xt/release/mojibake.t |  12 -
 43 files changed, 1122 insertions(+), 712 deletions(-)
 rename LICENSE => LICENCE (100%)
 delete mode 100644 weaver.ini
 rename xt/{release => author}/kwalitee.t (95%)
 create mode 100644 xt/author/mojibake.t
 rename xt/{release => author}/pod-coverage.t (100%)
 rename xt/{release => author}/pod-no404s.t (100%)
 rename xt/{release => author}/pod-syntax.t (84%)
 rename xt/{release => author}/portability.t (99%)
 delete mode 100644 xt/release/mojibake.t

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

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

[libtest-cleannamespaces-perl] 01/01: pristine-tar data for libtest-cleannamespaces-perl_0.19.orig.tar.gz

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch pristine-tar
in repository libtest-cleannamespaces-perl.

commit 7e2c8fc02c5d5c5bce30dd3e38b34cb6ec076a6f
Author: Lucas Kanashiro 
Date:   Sun Jul 3 10:48:07 2016 -0300

pristine-tar data for libtest-cleannamespaces-perl_0.19.orig.tar.gz
---
 libtest-cleannamespaces-perl_0.19.orig.tar.gz.delta | Bin 0 -> 2836 bytes
 libtest-cleannamespaces-perl_0.19.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libtest-cleannamespaces-perl_0.19.orig.tar.gz.delta 
b/libtest-cleannamespaces-perl_0.19.orig.tar.gz.delta
new file mode 100644
index 000..85f659e
Binary files /dev/null and 
b/libtest-cleannamespaces-perl_0.19.orig.tar.gz.delta differ
diff --git a/libtest-cleannamespaces-perl_0.19.orig.tar.gz.id 
b/libtest-cleannamespaces-perl_0.19.orig.tar.gz.id
new file mode 100644
index 000..47cb673
--- /dev/null
+++ b/libtest-cleannamespaces-perl_0.19.orig.tar.gz.id
@@ -0,0 +1 @@
+01814c08419db619951f1ee73cb9e84a7d0b2e4b

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

___
Pkg-perl-cvs-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-cleannamespaces-perl] 03/07: debian/control: add build and runtime dependency on libsub-exporter-progressive-perl

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch master
in repository libtest-cleannamespaces-perl.

commit 16efee346fd3a9ce8d4c4cd29e7300ef9c93df1e
Author: Lucas Kanashiro 
Date:   Sun Jul 3 10:56:44 2016 -0300

debian/control: add build and runtime dependency on 
libsub-exporter-progressive-perl
---
 debian/changelog | 2 ++
 debian/control   | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f5f6ba6..ce1dc44 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ libtest-cleannamespaces-perl (0.19-1) UNRELEASED; urgency=medium
 
   [ Lucas Kanashiro ]
   * Import upstream version 0.19
+  * debian/control: add build and runtime dependency on
+libsub-exporter-progressive-perl
 
  -- Lucas Kanashiro   Sun, 03 Jul 2016 10:48:26 -0300
 
diff --git a/debian/control b/debian/control
index a7e09e5..c943a45 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,7 @@ Build-Depends-Indep: libfile-find-rule-perl,
  libpackage-stash-perl (>= 0.14),
  librole-tiny-perl (>= 1.003000),
  libsub-exporter-perl,
+ libsub-exporter-progressive-perl,
  libsub-identify-perl,
  libtest-deep-perl,
  libtest-requires-perl,
@@ -37,6 +38,7 @@ Depends: ${misc:Depends},
  libnamespace-clean-perl,
  libpackage-stash-perl (>= 0.14),
  libsub-exporter-perl,
+ libsub-exporter-progressive-perl,
  libsub-identify-perl
 Recommends: libpackage-stash-xs-perl,
 librole-tiny-perl

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

___
Pkg-perl-cvs-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-cleannamespaces-perl] 07/07: release libtest-cleannamespaces-perl version 0.19-1

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch master
in repository libtest-cleannamespaces-perl.

commit 34b862442d69f6fe48aab42e6934c9d6cddc09e3
Author: Lucas Kanashiro 
Date:   Sun Jul 3 11:29:34 2016 -0300

release libtest-cleannamespaces-perl version 0.19-1
---
 debian/changelog | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d3623f0..706e15f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,6 @@
-libtest-cleannamespaces-perl (0.19-1) UNRELEASED; urgency=medium
+libtest-cleannamespaces-perl (0.19-1) unstable; urgency=medium
+
+  * Team upload.
 
   [ gregor herrmann ]
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
@@ -11,7 +13,7 @@ libtest-cleannamespaces-perl (0.19-1) UNRELEASED; 
urgency=medium
   * debian/control: update dependencies' version, thanks cme
   * debian/control: remove some dependencies removed by upstream
 
- -- Lucas Kanashiro   Sun, 03 Jul 2016 10:48:26 -0300
+ -- Lucas Kanashiro   Sun, 03 Jul 2016 11:29:12 -0300
 
 libtest-cleannamespaces-perl (0.18-2) unstable; urgency=medium
 

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

___
Pkg-perl-cvs-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-cleannamespaces-perl] annotated tag debian/0.19-1 created (now 17751e2)

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a change to annotated tag debian/0.19-1
in repository libtest-cleannamespaces-perl.

at  17751e2   (tag)
   tagging  34b862442d69f6fe48aab42e6934c9d6cddc09e3 (commit)
  replaces  debian/0.18-2
 tagged by  Lucas Kanashiro
on  Sun Jul 3 11:45:22 2016 -0300

- Log -
Debian release debian/0.19-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJXeSUCAAoJEPgjonKYg8l8KfgP/1ZsPDhRO/PlMNHNjAVuOgel
Mzj37WW5Lzr/6yDSTCxr3gTTeeS/lI4OjpUmFbAWuCo9KiyJLU1/+uZt22j9odmI
cvXN80+5IZQxoZii0lzKnImY+GfYwWxjgBMNrcousdTDckwykabh8akVG5AGtf9+
6MhSc6dN8w58Y/H7NIqIkHAfyE/9tBZhSrNehmj+HtCNNG5+jhAzP8c6zaR+QjCl
kACt8kIninpZNTJVwqKex4jPOiNc4d+ooVPYI6N1zc54ez3fmS01YGGQ+suMxRNz
ddjkMJpzzrlwX90UvgBC3QquuKhh0iMrdffvIW5h3Lc8hJcdnbKtH08kTqn8aPJS
bC85S05pfHe01YPZB8VJZjuT6pkOP6ZLrWKHLdoD5pH6MxYTu8bqs17fMNDWlvQO
skxKcOt0QH9bsMiOXVgP1Lmwy5p6wzavpGmcKmxJgyEbya7fBb85PYe7oTmw5cmg
34QQNrFJjpimuHE/8JKZPY0u4yxOT6+B5pJVmkwoWuNbGx7+MC+ok4clONMyt1yx
4EozqFfOACklmqdxly3b/fVGECIpj9rrDRcSwhDuTHh/c/6+dDUkPRZPs3uajvnM
FTnSxMrCJFrwJb2RHwl3zHQXE0G9DofcYgOca+4wQx2TH2iejhEF7RJyX/eAWNqH
etIZnpZsClYJvXgAYIlL
=cqYJ
-END PGP SIGNATURE-

Graham Knop (2):
  File::Find::Rule -> File::Find
  Sub::Exporter -> Sub::Exporter::Progressive

Karen Etheridge (16):
  at long last, drop the use of fatal warnings in tests
  continue to build after my plugin bundle added [Test::CleanNamespaces]
  remove unneeded entry
  avoid use of false package return value
  keep $VERSION right in the repo
  hardcode the distribution name in Changes, to reduce churn on each release
  eliminate use of namespace::clean by never importing anything
  use a more specific link
  switch to my podweaver plugin bundle
  document why we need MakeMaker (and nothing else)
  fix Test::More prereq for done_testing
  fix Exporter prereq for "import"
  Merge pull request #1 from haarg/less-prereqs
  use latest [DynamicPrereqs] syntax
  Changes notes for prereq removals
  Test-CleanNamespaces-0.19

Lucas Kanashiro (8):
  Imported Upstream version 0.19
  Merge tag 'upstream/0.19'
  Update debian/changelog
  debian/control: add build and runtime dependency on 
libsub-exporter-progressive-perl
  Declare complaince with Debian policy 3.9.8
  debian/control: update dependencies' version, thanks cme
  debian/control: remove some dependencies removed by upstream
  release libtest-cleannamespaces-perl version 0.19-1

gregor herrmann (2):
  debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  update changelog

---

This annotated tag includes the following new commits:

   new  ac3f025   Merge tag 'upstream/0.19'
   new  bd4ce2b   Update debian/changelog
   new  16efee3   debian/control: add build and runtime dependency on 
libsub-exporter-progressive-perl
   new  e4a9ed8   Declare complaince with Debian policy 3.9.8
   new  7efeb71   debian/control: update dependencies' version, thanks cme
   new  277d93f   debian/control: remove some dependencies removed by 
upstream
   new  34b8624   release libtest-cleannamespaces-perl version 0.19-1

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


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

___
Pkg-perl-cvs-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-cleannamespaces-perl] 04/07: Declare complaince with Debian policy 3.9.8

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch master
in repository libtest-cleannamespaces-perl.

commit e4a9ed81e1f9c21f15ad52384606e5c0ea67b660
Author: Lucas Kanashiro 
Date:   Sun Jul 3 10:57:58 2016 -0300

Declare complaince with Debian policy 3.9.8
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ce1dc44..c658423 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ libtest-cleannamespaces-perl (0.19-1) UNRELEASED; urgency=medium
   * Import upstream version 0.19
   * debian/control: add build and runtime dependency on
 libsub-exporter-progressive-perl
+  * Declare complaince with Debian policy 3.9.8
 
  -- Lucas Kanashiro   Sun, 03 Jul 2016 10:48:26 -0300
 
diff --git a/debian/control b/debian/control
index c943a45..b844e5a 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,7 @@ Build-Depends-Indep: libfile-find-rule-perl,
  libtest-warnings-perl,
  perl (>= 5.21.6) | libtest-simple-perl (>= 1.001010) | 
libtest-tester-perl,
  perl
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-cleannamespaces-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libtest-cleannamespaces-perl.git
 Testsuite: autopkgtest-pkg-perl

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

___
Pkg-perl-cvs-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-cleannamespaces-perl] 05/07: debian/control: update dependencies' version, thanks cme

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch master
in repository libtest-cleannamespaces-perl.

commit 7efeb71bc921205b4366b955213781c825a7222d
Author: Lucas Kanashiro 
Date:   Sun Jul 3 10:58:50 2016 -0300

debian/control: update dependencies' version, thanks cme
---
 debian/changelog | 1 +
 debian/control   | 8 
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c658423..ad078ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ libtest-cleannamespaces-perl (0.19-1) UNRELEASED; urgency=medium
   * debian/control: add build and runtime dependency on
 libsub-exporter-progressive-perl
   * Declare complaince with Debian policy 3.9.8
+  * debian/control: update dependencies' version, thanks cme
 
  -- Lucas Kanashiro   Sun, 03 Jul 2016 10:48:26 -0300
 
diff --git a/debian/control b/debian/control
index b844e5a..71e5a10 100644
--- a/debian/control
+++ b/debian/control
@@ -2,6 +2,7 @@ Source: libtest-cleannamespaces-perl
 Maintainer: Debian Perl Group 
 Uploaders: gregor herrmann 
 Section: perl
+Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9)
 # don't b-d on libmoosex-role-parameterized-perl and libmoose-perl
@@ -12,7 +13,7 @@ Build-Depends-Indep: libfile-find-rule-perl,
  libmoo-perl,
  libmouse-perl,
  libnamespace-clean-perl,
- libpackage-stash-perl (>= 0.14),
+ libpackage-stash-perl,
  librole-tiny-perl (>= 1.003000),
  libsub-exporter-perl,
  libsub-exporter-progressive-perl,
@@ -20,12 +21,11 @@ Build-Depends-Indep: libfile-find-rule-perl,
  libtest-deep-perl,
  libtest-requires-perl,
  libtest-warnings-perl,
- perl (>= 5.21.6) | libtest-simple-perl (>= 1.001010) | 
libtest-tester-perl,
+ perl (>= 5.21.6) | libtest-simple-perl (>= 1.001010),
  perl
 Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-cleannamespaces-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libtest-cleannamespaces-perl.git
-Testsuite: autopkgtest-pkg-perl
 Homepage: https://metacpan.org/release/Test-CleanNamespaces
 
 Package: libtest-cleannamespaces-perl
@@ -36,7 +36,7 @@ Depends: ${misc:Depends},
  libfile-find-rule-perl-perl,
  libmodule-runtime-perl,
  libnamespace-clean-perl,
- libpackage-stash-perl (>= 0.14),
+ libpackage-stash-perl,
  libsub-exporter-perl,
  libsub-exporter-progressive-perl,
  libsub-identify-perl

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

___
Pkg-perl-cvs-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-cleannamespaces-perl] 01/07: Merge tag 'upstream/0.19'

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch master
in repository libtest-cleannamespaces-perl.

commit ac3f025246c5ce474b85cc6b41ebc15ff3f80ca1
Merge: dfae786 031e8e0
Author: Lucas Kanashiro 
Date:   Sun Jul 3 10:48:24 2016 -0300

Merge tag 'upstream/0.19'

Upstream version 0.19

# gpg: Signature made Sun 03 Jul 2016 10:48:07 AM BRT using RSA key ID 
9883C97C
# gpg: Good signature from "Lucas Kanashiro "
# gpg: aka "Lucas Kanashiro "

 CONTRIBUTING  |  12 +-
 Changes   |   3 +
 INSTALL   |  14 +-
 LICENSE => LICENCE|   0
 MANIFEST  |  17 +-
 META.json | 686 +-
 META.yml  | 533 --
 Makefile.PL   |  71 ++--
 README|   4 +-
 dist.ini  |  14 +-
 lib/Test/CleanNamespaces.pm   | 142 ---
 t/00-report-prereqs.dd|  84 +++--
 t/00-report-prereqs.t |  27 +-
 t/basic.t |   4 +-
 t/class_mop.t |   4 +-
 t/clean-namespaces.t  |   4 +-
 t/lib/DoesNotCompile.pm   |   2 -
 t/lib/ExporterModule.pm   |   2 +-
 t/moo.t   |   4 +-
 t/moose-parameterized-role.t  |   4 +-
 t/moose.t |   4 +-
 t/mouse.t |   4 +-
 t/overload.t  |   4 +-
 t/role_tiny.t |   4 +-
 t/self.t  |   2 +-
 t/zzz-check-breaks.t  |   6 +-
 weaver.ini|   6 -
 xt/author/00-compile.t|   9 +-
 xt/author/eol.t   |  67 +++-
 xt/{release => author}/kwalitee.t |   2 +-
 xt/author/mojibake.t  |   9 +
 xt/author/no-tabs.t   |  16 +-
 xt/{release => author}/pod-coverage.t |   0
 xt/{release => author}/pod-no404s.t   |   0
 xt/author/pod-spell.t |   8 +-
 xt/{release => author}/pod-syntax.t   |   1 +
 xt/{release => author}/portability.t  |   1 +
 xt/release/changes_has_content.t  |   2 +-
 xt/release/cpan-changes.t |   9 +-
 xt/release/minimum-version.t  |   2 +-
 xt/release/mojibake.t |  12 -
 41 files changed, 1101 insertions(+), 698 deletions(-)

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

___
Pkg-perl-cvs-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-cleannamespaces-perl] 06/07: debian/control: remove some dependencies removed by upstream

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch master
in repository libtest-cleannamespaces-perl.

commit 277d93f8072c7cdb5102d04e63c8ff023d07e99e
Author: Lucas Kanashiro 
Date:   Sun Jul 3 11:16:57 2016 -0300

debian/control: remove some dependencies removed by upstream
---
 debian/changelog | 1 +
 debian/control   | 8 +---
 2 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ad078ad..d3623f0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ libtest-cleannamespaces-perl (0.19-1) UNRELEASED; urgency=medium
 libsub-exporter-progressive-perl
   * Declare complaince with Debian policy 3.9.8
   * debian/control: update dependencies' version, thanks cme
+  * debian/control: remove some dependencies removed by upstream
 
  -- Lucas Kanashiro   Sun, 03 Jul 2016 10:48:26 -0300
 
diff --git a/debian/control b/debian/control
index 71e5a10..d32d8f9 100644
--- a/debian/control
+++ b/debian/control
@@ -7,9 +7,7 @@ Priority: optional
 Build-Depends: debhelper (>= 9)
 # don't b-d on libmoosex-role-parameterized-perl and libmoose-perl
 # to avoid circular build dependency (Moose -> Test::CleanNamespaces)
-Build-Depends-Indep: libfile-find-rule-perl,
- libfile-find-rule-perl-perl,
- libmodule-runtime-perl,
+Build-Depends-Indep: libmodule-runtime-perl,
  libmoo-perl,
  libmouse-perl,
  libnamespace-clean-perl,
@@ -32,12 +30,8 @@ Package: libtest-cleannamespaces-perl
 Architecture: all
 Depends: ${misc:Depends},
  ${perl:Depends},
- libfile-find-rule-perl,
- libfile-find-rule-perl-perl,
  libmodule-runtime-perl,
- libnamespace-clean-perl,
  libpackage-stash-perl,
- libsub-exporter-perl,
  libsub-exporter-progressive-perl,
  libsub-identify-perl
 Recommends: libpackage-stash-xs-perl,

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

___
Pkg-perl-cvs-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-cleannamespaces-perl] branch pristine-tar updated (9cb37e6 -> 7e2c8fc)

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a change to branch pristine-tar
in repository libtest-cleannamespaces-perl.

  from  9cb37e6   pristine-tar data for 
libtest-cleannamespaces-perl_0.18.orig.tar.gz
   new  7e2c8fc   pristine-tar data for 
libtest-cleannamespaces-perl_0.19.orig.tar.gz

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


Summary of changes:
 libtest-cleannamespaces-perl_0.19.orig.tar.gz.delta | Bin 0 -> 2836 bytes
 libtest-cleannamespaces-perl_0.19.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libtest-cleannamespaces-perl_0.19.orig.tar.gz.delta
 create mode 100644 libtest-cleannamespaces-perl_0.19.orig.tar.gz.id

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

___
Pkg-perl-cvs-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-cleannamespaces-perl] annotated tag upstream/0.19 created (now 12eb417)

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a change to annotated tag upstream/0.19
in repository libtest-cleannamespaces-perl.

at  12eb417   (tag)
   tagging  031e8e02c3bc7a439bc009f9359eedad0336ccef (commit)
  replaces  upstream/0.18
 tagged by  Lucas Kanashiro
on  Sun Jul 3 10:48:07 2016 -0300

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

iQIcBAABAgAGBQJXeReXAAoJEPgjonKYg8l8nJsQAItBRJNRVeUwFuUHK6iAhX34
dHcoYyeWrHznksw/QXtuj69xczEGqQAzHPWJRQs9lNptXfcCjdI1TPpdguq8Gf2k
GvbDVzwB43h+KnADkmb4br0tVVgDXkHiy7I87LQIVVyIJyZvkThC9N3NaG7aN+fo
WrbIwf+8/A/Xoc2OB1ne7WIBB91RcGKwkMC7nwB9va1OWe4yJVuCx73tgqSOXQat
R5slXEstGYHXiR7w54fhblDAqg5GHQYo8tIOdGIpJLIn23U6Z6CndQNosasFCWMb
1MxEy5vF9Jhnexi5e14fQnYpP4wk17cXHgE60JHnH1N+EFe19zLVsd1QxGquRTn5
dYLtgZh04Cv5r9wUR+PmIMpUEZazRyEjer75tzpJyaKw+vIBow6SvmmfVG5O6zoF
pmX9n3e0kiEpmzJ+QhSBw7NuTXE17pAbjsHrMXAyCdc+iGks/Q6SrwDb3L/wSNN/
d8GXmI6/jqMOytDjidOg4AQovBZ4r9LqcLGFsOoZkL4qC9znFkvx8CvWn+lwYvRn
n860VTEMZL5WS3G11YgvGMwd91XeUjo5IXunWPZZC81CBmmCXsXNeXcKuUWUH3sz
mNagJNfcAeZisYSjTDfi6aDlllWOuzo/PoBHYS1n+Dt487B5ujQ+zamY+3jJ4KOM
JYzSKC6mpuWL3LFmbhb9
=o8qm
-END PGP SIGNATURE-

Graham Knop (2):
  File::Find::Rule -> File::Find
  Sub::Exporter -> Sub::Exporter::Progressive

Karen Etheridge (16):
  at long last, drop the use of fatal warnings in tests
  continue to build after my plugin bundle added [Test::CleanNamespaces]
  remove unneeded entry
  avoid use of false package return value
  keep $VERSION right in the repo
  hardcode the distribution name in Changes, to reduce churn on each release
  eliminate use of namespace::clean by never importing anything
  use a more specific link
  switch to my podweaver plugin bundle
  document why we need MakeMaker (and nothing else)
  fix Test::More prereq for done_testing
  fix Exporter prereq for "import"
  Merge pull request #1 from haarg/less-prereqs
  use latest [DynamicPrereqs] syntax
  Changes notes for prereq removals
  Test-CleanNamespaces-0.19

Lucas Kanashiro (1):
  Imported Upstream version 0.19

---

No new revisions were added by this update.

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

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


[libreply-perl] annotated tag debian/0.40-1 created (now c96159b)

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a change to annotated tag debian/0.40-1
in repository libreply-perl.

at  c96159b   (tag)
   tagging  4fa2e70b0f1d1334539c4dd7bf212a16a2593730 (commit)
  replaces  debian/0.39-1
 tagged by  Lucas Kanashiro
on  Sun Jul 3 11:56:10 2016 -0300

- Log -
Debian release debian/0.40-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJXeSeKAAoJEPgjonKYg8l8VFQP/jRJ49xgGWd02g5/XfuvRkH1
jkfpcw6yX1hsQJhe/zU9BpLic6yceWw+5cWaOYY1m58/I3WrFJt1DU3Ji+KYQtJk
Ko2S26oOfB47Dk2O8kp9ZCTv6WLeAgNvqudCwuVB56bY7u9A/Lr7VETM01z9Tm8X
S3d5iszaofc8xqC9bWeSUehI41a8TOWOPtCH9qz2hWUK6WGeT1UskKAa/7e9kOxA
p3Lvnel6KhGPl9Kk5uxzeNI9VvmVFaI979pamJe69qq6fQsIpZedA9MnqToU/cf7
24oHYimAg2HPckt8YBjLk7owc1EiBmFvnUTSCGA3Ji6nbuf1Fn97lO3rvLmDTEPW
ovU3xEYvJCYEvnW11CyQx/quZnm2qOAo9vOVMCeuX0frCSU/yNw4pZfc2lPln132
OJdgvHlfysquvapbs87bNL+58NgE4AcjWlZbBKIEG+hMqBb/+UfnK3cmLaVfvL25
laB2FmuDuZ96+Fo+3wzIvNcCxQZUrIznTDgBMIrwhiA0EHJqbYS1mRP6Sr2ZZYhI
Vv90pGd4AcCh4ipaRiVb6pggOQMVG0fdznsfHGamNoyJlH0Bjr4zvhgbt0FR3pSY
3fDO4OuDAsUPPe+88Te2ePyMbjuqC0V9P/IgPpII+4uOHQ9xI9XGnr8Qz7CzdMNt
/FkSyhDLgFhgctiZkYwi
=J54d
-END PGP SIGNATURE-

Jesse Luehrs (7):
  allow ~ in ReadLine's history_file option (#48)
  changelog
  dzil no longer supports perls before 5.14
  changelog
  don't indicate that config values can be quoted
  changelog
  changelog

Lucas Kanashiro (4):
  Imported Upstream version 0.40
  Merge tag 'upstream/0.40'
  Update debian/changelog
  release libreply-perl version 0.40-1

gregor herrmann (2):
  debian/upstream/metadata: use HTTPS for GitHub URLs.
  update changelog

---

This annotated tag includes the following new commits:

   new  a6c4b70   Merge tag 'upstream/0.40'
   new  7a03b6a   Update debian/changelog
   new  4fa2e70   release libreply-perl version 0.40-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/libreply-perl.git

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


[libreply-perl] 03/03: release libreply-perl version 0.40-1

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch master
in repository libreply-perl.

commit 4fa2e70b0f1d1334539c4dd7bf212a16a2593730
Author: Lucas Kanashiro 
Date:   Sun Jul 3 11:46:30 2016 -0300

release libreply-perl version 0.40-1
---
 debian/changelog | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a9eae69..3bf490f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,6 @@
-libreply-perl (0.40-1) UNRELEASED; urgency=medium
+libreply-perl (0.40-1) unstable; urgency=medium
+
+  * Team upload.
 
   [ gregor herrmann ]
   * debian/upstream/metadata: use HTTPS for GitHub URLs.
@@ -6,7 +8,7 @@ libreply-perl (0.40-1) UNRELEASED; urgency=medium
   [ Lucas Kanashiro ]
   * Import upstream version 0.40
 
- -- Lucas Kanashiro   Sun, 03 Jul 2016 11:26:46 -0300
+ -- Lucas Kanashiro   Sun, 03 Jul 2016 11:46:07 -0300
 
 libreply-perl (0.39-1) unstable; urgency=medium
 

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

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


[libreply-perl] branch master updated (9d6cf52 -> 4fa2e70)

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a change to branch master
in repository libreply-perl.

  from  9d6cf52   update changelog
  adds  e015c5c   allow ~ in ReadLine's history_file option (#48)
  adds  34bee03   changelog
  adds  5844493   dzil no longer supports perls before 5.14
  adds  0b49ab8   changelog
  adds  187cdc6   don't indicate that config values can be quoted
  adds  e1fd91a   changelog
  adds  6270a93   changelog
  adds  75d009a   Imported Upstream version 0.40
   new  a6c4b70   Merge tag 'upstream/0.40'
   new  7a03b6a   Update debian/changelog
   new  4fa2e70   release libreply-perl version 0.40-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:
 Changes|  3 ++
 META.json  | 60 +++---
 META.yml   | 60 +++---
 Makefile.PL|  2 +-
 README |  2 +-
 bin/reply  |  2 +-
 debian/changelog   | 10 -
 lib/Reply.pm   |  4 +-
 lib/Reply/App.pm   |  4 +-
 lib/Reply/Config.pm|  4 +-
 lib/Reply/Plugin.pm|  4 +-
 lib/Reply/Plugin/AutoRefresh.pm|  4 +-
 lib/Reply/Plugin/Autocomplete/Commands.pm  |  4 +-
 lib/Reply/Plugin/Autocomplete/Functions.pm |  4 +-
 lib/Reply/Plugin/Autocomplete/Globals.pm   |  4 +-
 lib/Reply/Plugin/Autocomplete/Keywords.pm  |  4 +-
 lib/Reply/Plugin/Autocomplete/Lexicals.pm  |  4 +-
 lib/Reply/Plugin/Autocomplete/Methods.pm   |  4 +-
 lib/Reply/Plugin/Autocomplete/Packages.pm  |  4 +-
 lib/Reply/Plugin/CollapseStack.pm  |  4 +-
 lib/Reply/Plugin/Colors.pm |  4 +-
 lib/Reply/Plugin/DataDump.pm   |  4 +-
 lib/Reply/Plugin/DataDumper.pm |  4 +-
 lib/Reply/Plugin/DataPrinter.pm|  4 +-
 lib/Reply/Plugin/Defaults.pm   |  2 +-
 lib/Reply/Plugin/Editor.pm |  4 +-
 lib/Reply/Plugin/FancyPrompt.pm|  4 +-
 lib/Reply/Plugin/Hints.pm  |  4 +-
 lib/Reply/Plugin/Interrupt.pm  |  4 +-
 lib/Reply/Plugin/LexicalPersistence.pm |  4 +-
 lib/Reply/Plugin/LoadClass.pm  |  4 +-
 lib/Reply/Plugin/Nopaste.pm|  4 +-
 lib/Reply/Plugin/Packages.pm   |  4 +-
 lib/Reply/Plugin/ReadLine.pm   |  6 +--
 lib/Reply/Plugin/ResultCache.pm|  4 +-
 lib/Reply/Plugin/Timer.pm  |  4 +-
 lib/Reply/Util.pm  |  2 +-
 37 files changed, 133 insertions(+), 124 deletions(-)

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

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


[libreply-perl] branch pristine-tar updated (f229480 -> d32277f)

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a change to branch pristine-tar
in repository libreply-perl.

  from  f229480   pristine-tar data for libreply-perl_0.39.orig.tar.gz
   new  d32277f   pristine-tar data for libreply-perl_0.40.orig.tar.gz

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


Summary of changes:
 libreply-perl_0.40.orig.tar.gz.delta | Bin 0 -> 2734 bytes
 libreply-perl_0.40.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libreply-perl_0.40.orig.tar.gz.delta
 create mode 100644 libreply-perl_0.40.orig.tar.gz.id

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

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


[libreply-perl] annotated tag upstream/0.40 created (now 8c8a435)

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a change to annotated tag upstream/0.40
in repository libreply-perl.

at  8c8a435   (tag)
   tagging  75d009abbf20874c8c3bd46c7d00584050741b63 (commit)
  replaces  upstream/0.39
 tagged by  Lucas Kanashiro
on  Sun Jul 3 11:26:24 2016 -0300

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

iQIcBAABAgAGBQJXeSCQAAoJEPgjonKYg8l8AnUP/joT4JfPMYS/lPLViyOH1fCa
1I2cLRMTyrj9a9WTPyV7SbQX304XNjJlY5dx5lQ2xJ7/Z6fmczw+BpUgiGwTuJK0
QI7+qxnTUDEyYCKayI3H+fHBFPciEioc/ITzZM3hVfrrIitUjObYnS03Ze/RVyRT
9bkxDwZJWBlbhNe983SmPMzpQsCNQ/mhvyl/aV4AFTLigL576nfHvcBJJQvetdeA
8cw9yCmmCmCd/PTYh2C6KaNFd7cqNaeH8gWjD/dGWdd0qs5ADXjiwdyj28Sfnf+F
M6XYjs91Mwj6M7z9BeaKvZipgsRmXNdZ39n8R+uyoAuKgOE3IGxhjUOBqJ7wDsPs
ekT5itAklfvnZEh+YPqLy5Yv0yZ2gkvJBPsV3hptv4Uqezq+5P3awOrs0Lcg5pDE
ZEVI4fkweLHDiIzUk3fjs+wZe9GvunoezzXsWarWHYS3eSMHRXBngk/IGaFYNtV5
6DEDFDVxIUWL4KtUlFFKsaczSUoiVSGJM+IHJPkRAqL2sSHN5a7y7ooLHgOEPIGG
ffUmPNGE4WrfWa496J6yT6fKMPKkChJYdI2pfwH78dZ1fNmpJKnC9hhi+uTk
WuYtcgE+OYN+2hGBxflrU7798qG99kHlGPEVzZOdPHiMVFeu0wUe97sqaPEoh0zd
96WzxhnMW5ULrx6R496I
=qfnP
-END PGP SIGNATURE-

Jesse Luehrs (7):
  allow ~ in ReadLine's history_file option (#48)
  changelog
  dzil no longer supports perls before 5.14
  changelog
  don't indicate that config values can be quoted
  changelog
  changelog

Lucas Kanashiro (1):
  Imported Upstream version 0.40

---

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/libreply-perl.git

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


[libevent-perl] annotated tag debian/1.26-1 created (now 991a8e7)

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a change to annotated tag debian/1.26-1
in repository libevent-perl.

at  991a8e7   (tag)
   tagging  0608261bf838268c47a3477078f98a78b3ee01ab (commit)
  replaces  debian/1.25-1
 tagged by  Lucas Kanashiro
on  Sun Jul 3 11:59:21 2016 -0300

- Log -
Debian release debian/1.26-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJXeShJAAoJEPgjonKYg8l8rnIQAJ62gQbT3YqI0CzvZmkZXQK8
LG90iflB8ELpDpXoLRfiYTgFmNOUixdaoeVnwolwlS8y23M9v4AjdLmHx2j/WaVt
/N1T+9PtphPFFCgYCHXUKP8bnxPrt2CJs6Mv0JDuyYPfif9dlnkJevDr8LAXWoV5
CHK4oYl6eKu6VqFbpw6y/VmzjLNAF55uzbpY1xUsetmV6/OFqUdyBAR0FVLw09cf
F3zbeYzD/hN7zA3+sXrpWvoueCySrfSbSPpzIsO6rXHVdSVfDCWuL4AuH2BMS7SG
hrG/FcV+U764sT6/vBjYxdggj4dOgLZm/9tDZ2DU4j+mB3VSbE2QZ3obiqFNa6Fy
fNB9scUy93HL6FG2mkf5jVHu/apsbpZ8UP8OJySWgEUDJtiqbUwgmPRjQp5pmyo8
6OQg7rpwINSjyrW1r44143XgZpvokakjpkb+91b9ztR/HAj7ZzSSfR/vt3ktTmBY
Fsj53iX/6f6bhrHZRz6Pzf4M7T7Bu1IA1QkD/0NyHDjpFfwEcpLGR5cGwl6AY++w
K6YzGmOWv9roaLNWK8Fo1cXsiEiAmq8fq+1UxyZdxjRlo8HoBKqmXxwKUAx/8FoW
dQq8W6mA9NLspUxzU2/qUCNVh4okPdtNaJvlu0GwUGv4ZGCrG1arqe2uiHLQ7r0A
sO78jMHXtnkgoVliC33o
=wf8y
-END PGP SIGNATURE-

Ed J (1):
  1.26

Lucas Kanashiro (6):
  Fix typo in manpage
  Imported Upstream version 1.26
  Merge tag 'upstream/1.26'
  Update debian/changelog
  Remove patch fixing typo in POD, applied by upstream
  release libevent-perl version 1.26-1

---

This annotated tag includes the following new commits:

   new  35f4f6f   Merge tag 'upstream/1.26'
   new  e850b2e   Update debian/changelog
   new  566a433   Remove patch fixing typo in POD, applied by upstream
   new  0608261   release libevent-perl version 1.26-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/libevent-perl.git

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


[libevent-perl] 01/01: pristine-tar data for libevent-perl_1.26.orig.tar.gz

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch pristine-tar
in repository libevent-perl.

commit afc7e529f51762e3df901e5930b28ea35ee84465
Author: Lucas Kanashiro 
Date:   Sun Jul 3 11:49:14 2016 -0300

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

diff --git a/libevent-perl_1.26.orig.tar.gz.delta 
b/libevent-perl_1.26.orig.tar.gz.delta
new file mode 100644
index 000..fa8264d
Binary files /dev/null and b/libevent-perl_1.26.orig.tar.gz.delta differ
diff --git a/libevent-perl_1.26.orig.tar.gz.id 
b/libevent-perl_1.26.orig.tar.gz.id
new file mode 100644
index 000..c2ae451
--- /dev/null
+++ b/libevent-perl_1.26.orig.tar.gz.id
@@ -0,0 +1 @@
+c613cc2398afb20712acb8c1a08a7f27b8e28a43

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

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


[libevent-perl] annotated tag upstream/1.26 created (now 6f1ac08)

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a change to annotated tag upstream/1.26
in repository libevent-perl.

at  6f1ac08   (tag)
   tagging  96fc9f8392a2fed6c2fbe112eb0022da36c91cad (commit)
  replaces  upstream/1.25
 tagged by  Lucas Kanashiro
on  Sun Jul 3 11:49:14 2016 -0300

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

iQIcBAABAgAGBQJXeSXqAAoJEPgjonKYg8l8SnYQAJXCXTPFzuLe2Elwq5CwqVfF
5o9sXVL72kBqEvdZSiEDQnvS5Xp4YJLRiA5P1GFfcHiQn8bgXbhUc097hyBRsppW
uu+G2UsSmM/XyG2YuXZ+3jwNN66aWQpjGl8lL/qpOoW2mqmo2IGPNpTxijlr5qC3
PSz6rm5vnTksRoN969KinMuOIiDiQvGuX31lUAzfic2Y+UScw7/fPb388SUyDQWh
ipHd5rcu6unGZ2GelhqekDay7Go5i3OvqXAl2s19di3Ed1qepkInhY19TQAgRH/6
fYA70vO9mpMTEpdn60t4BGcV+nHTDSiTkBi3dZanpZMyhRkS03QCNIpjJuSykyO2
MzuB/38IboQ/kMemobWfeJFkM0jstLwj5ctGu3TeXAzG54PKqu0njT1RT3u/mPsT
tfmRc9KUwwkI/B8/pMgEeYQOAOXHN+l4q+cjryriOQB+1xUoTahVC8rz341Jof5O
dTDWUH0yDiKQRw85kPshkR/LT9fHNW9XRVZvM1ZIwgcGn9dhdtDMZNdSxhulkzjr
5+5dpE2tye+Y6UVltWvrxFPtYLImjOs2UcaYghgPdkEBw+1jToEDJoOeaOQgarWb
6p83HhgXsg3SdCPvV2OyvDlL4z7JkznXzJw2391g1UlOOJpzE7xX5Bl9LN8wLRR9
p8c3WlI6qd9t1Qm1q+R/
=33mk
-END PGP SIGNATURE-

Ed J (1):
  1.26

Lucas Kanashiro (2):
  Fix typo in manpage
  Imported Upstream version 1.26

---

No new revisions were added by this update.

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

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


[libevent-perl] branch master updated (015d903 -> 0608261)

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a change to branch master
in repository libevent-perl.

  from  015d903   Forward patch fixing typos
  adds  7cd3c63   Fix typo in manpage
  adds  6797a73   1.26
  adds  96fc9f8   Imported Upstream version 1.26
   new  35f4f6f   Merge tag 'upstream/1.26'
   new  e850b2e   Update debian/changelog
   new  566a433   Remove patch fixing typo in POD, applied by upstream
   new  0608261   release libevent-perl version 1.26-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:
 Changes   |  3 +++
 META.json |  4 ++--
 META.yml  |  4 ++--
 debian/changelog  |  8 
 debian/patches/0001_fix-typo-in-manpage.patch | 26 --
 debian/patches/series |  1 -
 lib/Event.pm  |  2 +-
 lib/Event.pod |  4 ++--
 8 files changed, 18 insertions(+), 34 deletions(-)
 delete mode 100644 debian/patches/0001_fix-typo-in-manpage.patch
 delete mode 100644 debian/patches/series

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

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


[libevent-perl] 03/04: Remove patch fixing typo in POD, applied by upstream

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch master
in repository libevent-perl.

commit 566a433d9683013ce89d848ba444243ed65dccd5
Author: Lucas Kanashiro 
Date:   Sun Jul 3 11:50:43 2016 -0300

Remove patch fixing typo in POD, applied by upstream
---
 debian/changelog  |  1 +
 debian/patches/0001_fix-typo-in-manpage.patch | 26 --
 debian/patches/series |  1 -
 3 files changed, 1 insertion(+), 27 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7a6be98..8543228 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libevent-perl (1.26-1) UNRELEASED; urgency=medium
 
   * Import upstream version 1.26
+  * Remove patch fixing typo in POD, applied by upstream
 
  -- Lucas Kanashiro   Sun, 03 Jul 2016 11:49:19 -0300
 
diff --git a/debian/patches/0001_fix-typo-in-manpage.patch 
b/debian/patches/0001_fix-typo-in-manpage.patch
deleted file mode 100644
index 4c793da..000
--- a/debian/patches/0001_fix-typo-in-manpage.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Description: Fix typo in manpage
-Author: Lucas Kanashiro 
-Last-Updated: 2016-06-13
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=115304
-Bug: https://rt.cpan.org/Ticket/Display.html?id=115304
-
 a/lib/Event.pod
-+++ b/lib/Event.pod
-@@ -239,7 +239,7 @@ already handling the signal, which it wo
- another active watcher for the same signal.  If this situation might
- occur, and it would be a problem for the new watcher to see older
- events, call C immediately before starting the new
--watcher in order to reify any outstanding events.  This explaination
-+watcher in order to reify any outstanding events.  This explanation
- may be more clear if read along with C.
- 
- =item $watcher->again
-@@ -327,7 +327,7 @@ often than C seconds.
- 
- If neither C nor C is specified, the watcher defaults to
- one-shot behaviour (C false), otherwise it defaults to repeating.
--In either case, the default can be overidden by specifying a C
-+In either case, the default can be overridden by specifying a C
- attribute.  C defaults to 0.01, and C defaults to infinity.
- 
- =item var
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index f857c26..000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001_fix-typo-in-manpage.patch

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

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


[libevent-perl] 02/04: Update debian/changelog

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch master
in repository libevent-perl.

commit e850b2e46977270ca80503cdb87f22be7ebb4cd3
Author: Lucas Kanashiro 
Date:   Sun Jul 3 11:49:19 2016 -0300

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index fb46191..7a6be98 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libevent-perl (1.26-1) UNRELEASED; urgency=medium
+
+  * Import upstream version 1.26
+
+ -- Lucas Kanashiro   Sun, 03 Jul 2016 11:49:19 -0300
+
 libevent-perl (1.25-1) unstable; urgency=medium
 
   * Team upload.

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

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


[libevent-perl] 01/04: Merge tag 'upstream/1.26'

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch master
in repository libevent-perl.

commit 35f4f6f319a0eeec79c90a031f247389aa9eed3b
Merge: 015d903 96fc9f8
Author: Lucas Kanashiro 
Date:   Sun Jul 3 11:49:17 2016 -0300

Merge tag 'upstream/1.26'

Upstream version 1.26

# gpg: Signature made Sun 03 Jul 2016 11:49:14 AM BRT using RSA key ID 
9883C97C
# gpg: Good signature from "Lucas Kanashiro "
# gpg: aka "Lucas Kanashiro "

 Changes   | 3 +++
 META.json | 4 ++--
 META.yml  | 4 ++--
 lib/Event.pm  | 2 +-
 lib/Event.pod | 4 ++--
 5 files changed, 10 insertions(+), 7 deletions(-)

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

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


[libevent-perl] branch pristine-tar updated (f30eaa2 -> afc7e52)

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a change to branch pristine-tar
in repository libevent-perl.

  from  f30eaa2   pristine-tar data for libevent-perl_1.25.orig.tar.gz
   new  afc7e52   pristine-tar data for libevent-perl_1.26.orig.tar.gz

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


Summary of changes:
 libevent-perl_1.26.orig.tar.gz.delta | Bin 0 -> 3087 bytes
 libevent-perl_1.26.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libevent-perl_1.26.orig.tar.gz.delta
 create mode 100644 libevent-perl_1.26.orig.tar.gz.id

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

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


[libevent-perl] 04/04: release libevent-perl version 1.26-1

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch master
in repository libevent-perl.

commit 0608261bf838268c47a3477078f98a78b3ee01ab
Author: Lucas Kanashiro 
Date:   Sun Jul 3 11:51:16 2016 -0300

release libevent-perl version 1.26-1
---
 debian/changelog | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8543228..7f18df4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-libevent-perl (1.26-1) UNRELEASED; urgency=medium
+libevent-perl (1.26-1) unstable; urgency=medium
 
+  * Team upload.
   * Import upstream version 1.26
   * Remove patch fixing typo in POD, applied by upstream
 
- -- Lucas Kanashiro   Sun, 03 Jul 2016 11:49:19 -0300
+ -- Lucas Kanashiro   Sun, 03 Jul 2016 11:50:56 -0300
 
 libevent-perl (1.25-1) unstable; urgency=medium
 

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

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


[libsystem-command-perl] 02/04: Update debian/changelog

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch master
in repository libsystem-command-perl.

commit 54e899c2d19be024c4e3d4aca6d468dd60871020
Author: Lucas Kanashiro 
Date:   Sun Jul 3 12:06:50 2016 -0300

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index f36fb2a..670cab8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libsystem-command-perl (1.117-2) UNRELEASED; urgency=medium
+libsystem-command-perl (1.118-1) UNRELEASED; urgency=medium
 
   [ Salvatore Bonaccorso ]
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
@@ -7,7 +7,10 @@ libsystem-command-perl (1.117-2) UNRELEASED; urgency=medium
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
   * debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS.
 
- -- Salvatore Bonaccorso   Sat, 30 Jan 2016 20:06:41 +0100
+  [ Lucas Kanashiro ]
+  * Import upstream version 1.118
+
+ -- Lucas Kanashiro   Sun, 03 Jul 2016 12:06:50 -0300
 
 libsystem-command-perl (1.117-1) unstable; urgency=medium
 

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

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


[libsystem-command-perl] branch master updated (2d19e02 -> 799d3a1)

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a change to branch master
in repository libsystem-command-perl.

  from  2d19e02   update changelog
  adds  51b49ce   Remove a warning in older Perls
  adds  a7acbb1   Add reftype (needed for 'interactive' option)
  adds  3b9abf2   Add Rob Kinyon as a contributor
  adds  41043e3   Changes for version 1.116
  adds  0bfd839   First implementation of loop_on(), to run callbacks on 
the output/errput
  adds  9aa8404   Validate the 'stdout' and 'stderr' options to loop_on
  adds  060820e   Add a default for the 'stderr' option
  adds  e593700   Setting the 'stdout'/'stderr' option to false silently 
drops the data
  adds  a82eff5   Add simple tests for loop_on()
  adds  fdd9666   Add documentation for loop_on()
  adds  f0370b0   Add a way to abort loop_on() early
  adds  7e7144b   Changes for version 1.117
  adds  dbd4160   fix mwin32 test 20-zombie.t, was broken in Strawberry Perl
  adds  dd61197   Avoid calling waitpid() more than once
  adds  df52b10   Avoid an uninitialized value warning when the child did 
not terminate yet
  adds  0109aea   Close all pipes when loop_on ends successfully
  adds  ba439c8   Add viviparous as a contributor
  adds  fbbb802   Update copyright date
  adds  2658dca   Add header for v1.117 to the Changes file
  adds  4dddb85   Changes for version 1.118
  adds  41d0da4   Imported Upstream version 1.118
   new  3a4ec92   Merge tag 'upstream/1.118'
   new  54e899c   Update debian/changelog
   new  1bf3a06   Declare compliance with Debian policy 3.9.8
   new  799d3a1   release libsystem-command-perl version 1.118-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:
 Changes  | 10 +-
 META.json|  3 ++-
 META.yml |  3 ++-
 Makefile.PL  |  2 +-
 README   |  2 +-
 debian/changelog | 10 --
 debian/control   |  2 +-
 dist.ini |  3 ++-
 lib/System/Command.pm|  9 ++---
 lib/System/Command/Reaper.pm |  6 +++---
 t/20-zombie.t|  3 ++-
 t/25-refopts.t   |  8 +++-
 12 files changed, 44 insertions(+), 17 deletions(-)

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

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


[libsystem-command-perl] annotated tag debian/1.118-1 created (now 6a6c3ef)

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a change to annotated tag debian/1.118-1
in repository libsystem-command-perl.

at  6a6c3ef   (tag)
   tagging  799d3a12fca0d3925865c4acf4b66053bd7a047b (commit)
  replaces  debian/1.117-1
 tagged by  Lucas Kanashiro
on  Sun Jul 3 12:17:45 2016 -0300

- Log -
Debian release debian/1.118-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJXeSyZAAoJEPgjonKYg8l8jg0QAJ3qzKWLPUKEVuv8NYQRgCH0
5qClFI6hT8J8KylHg/OI0RRfBGYcIvcsC2jInsGR2OxRO5jDXoNJuAAWpCZvMPk9
HsBE6tM4syk/I/+opX1szZ9KnapzO8MXf4uDuBLOKcMBwVGdI9zVZ+9WkwIrVQAB
qyuluCZCur/xduS3b/UIOBye9zAeqsQUkx/hzAW0y16wtlMKEdwPGcShyFJIPgdJ
B3u8ICvFXgF3RLv0geh5pY847fkEbOQxT/gmBuIeS++dP7gNNRROqmK1K9LR+ou3
qH12cPYbtd1kK854Le5v0sd7kIPAgHQZr/tobr6sMhGNVvzNavWKXBuJ8T9kJDpn
a/iya+ovalECrspi+anBQkxBV2Yc0TCUFu+io+8L/jtt4KWUuFqZHT+wsjX83G6d
h/6469/LRwAJopJYkTdnvgeINogi5HGERJuK8mC+aKWo8R5ULg0qKMdFq4zmV0E1
AaP5L7l9SWIewQEPGi7L78TFGjK7oA+H9BsNIOW9uSms77K9+oKG+j1Pji0kNMw1
olmYunHi9aP42lVanYSwnpOmNrdXMM5kZzYTwx/74D57vbDvZxHd2t1OW8oSe7Nl
3OhrAJ+lT1pT0kCc2bObGJ1+zhr8XLXJuT3BUnpUQb5Bj4WiQgxrgvmeiaFDjKNF
tJdnEGflppWq1q389NcM
=br+d
-END PGP SIGNATURE-

Lucas Kanashiro (5):
  Imported Upstream version 1.118
  Merge tag 'upstream/1.118'
  Update debian/changelog
  Declare compliance with Debian policy 3.9.8
  release libsystem-command-perl version 1.118-1

Philippe Bruhat (BooK) (18):
  Remove a warning in older Perls
  Add Rob Kinyon as a contributor
  Changes for version 1.116
  First implementation of loop_on(), to run callbacks on the output/errput
  Validate the 'stdout' and 'stderr' options to loop_on
  Add a default for the 'stderr' option
  Setting the 'stdout'/'stderr' option to false silently drops the data
  Add simple tests for loop_on()
  Add documentation for loop_on()
  Add a way to abort loop_on() early
  Changes for version 1.117
  Avoid calling waitpid() more than once
  Avoid an uninitialized value warning when the child did not terminate yet
  Close all pipes when loop_on ends successfully
  Add viviparous as a contributor
  Update copyright date
  Add header for v1.117 to the Changes file
  Changes for version 1.118

Rob Kinyon (1):
  Add reftype (needed for 'interactive' option)

Salvatore Bonaccorso (2):
  debian/control: Use HTTPS transport protocol for Vcs-Git URI
  update changelog

gregor herrmann (4):
  debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  update changelog
  debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS.
  update changelog

viviparous (1):
  fix mwin32 test 20-zombie.t, was broken in Strawberry Perl

---

This annotated tag includes the following new commits:

   new  3a4ec92   Merge tag 'upstream/1.118'
   new  54e899c   Update debian/changelog
   new  1bf3a06   Declare compliance with Debian policy 3.9.8
   new  799d3a1   release libsystem-command-perl version 1.118-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/libsystem-command-perl.git

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


[libhttp-thin-perl] 01/02: Initial packaging by dh-make-perl 0.84

2016-07-03 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a commit to branch master
in repository libhttp-thin-perl.

commit c517300f35d6731b1ac7573f1dc63788fbd8dc39
Author: Michael Prokop 
Date:   Sun Jul 3 15:54:56 2016 +0200

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

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..9d8bbd3
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libhttp-thin-perl (0.006-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #779730)
+
+ -- Michael Prokop   Sun, 3 Jul 2016 15:54:56 +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..aa4e204
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,37 @@
+Source: libhttp-thin-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group 
+Uploaders: Michael Prokop 
+Build-Depends: debhelper (>= 9)
+Build-Depends-Indep: libclass-method-modifiers-perl,
+ libhash-multivalue-perl,
+ libhttp-message-perl,
+ libsafe-isa-perl,
+ perl (>= 5.13.9)
+Standards-Version: 3.9.6
+Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libhttp-thin-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhttp-thin-perl.git
+Homepage: https://metacpan.org/release/HTTP-Thin
+Testsuite: autopkgtest-pkg-perl
+
+Package: libhttp-thin-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libclass-method-modifiers-perl,
+ libhash-multivalue-perl,
+ libhttp-message-perl,
+ libsafe-isa-perl,
+ perl (>= 5.13.9)
+Description: A Thin Wrapper around HTTP::Tiny to play nice with HTTP::Message
+ WARNING: HTTP::Thin is untested beyond the very basics. The implementation is
+ simple enough that it shouldn't do evil things but, yeah it's still not
+ approved for use by small children.
+ .
+ HTTP::Thin is a thin wrapper around HTTP::Tiny adding the ability to pass in
+ HTTP::Request objects and get back HTTP::Response objects. The maintainers of
+ HTTP::Tiny, justifiably, don't want to have to maintain compatibility but
+ many other projects already consume the HTTP::Message objects. This is just
+ glue code doing what it does best.
+ .
+ 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..85641c0
--- /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/HTTP-Thin
+Upstream-Contact: Chris Prather 
+Upstream-Name: HTTP-Thin
+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: Chris Prather 
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2016, Michael Prokop 
+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..c3dc204
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 

[libhttp-thin-perl] 01/01: pristine-tar data for libhttp-thin-perl_0.006.orig.tar.gz

2016-07-03 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a commit to branch pristine-tar
in repository libhttp-thin-perl.

commit 8d69e1a72c09190ac01bf96e3bf558e3800513ef
Author: Michael Prokop 
Date:   Sun Jul 3 15:54:56 2016 +0200

pristine-tar data for libhttp-thin-perl_0.006.orig.tar.gz
---
 libhttp-thin-perl_0.006.orig.tar.gz.delta | Bin 0 -> 1063 bytes
 libhttp-thin-perl_0.006.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libhttp-thin-perl_0.006.orig.tar.gz.delta 
b/libhttp-thin-perl_0.006.orig.tar.gz.delta
new file mode 100644
index 000..5351645
Binary files /dev/null and b/libhttp-thin-perl_0.006.orig.tar.gz.delta differ
diff --git a/libhttp-thin-perl_0.006.orig.tar.gz.id 
b/libhttp-thin-perl_0.006.orig.tar.gz.id
new file mode 100644
index 000..7b3e41e
--- /dev/null
+++ b/libhttp-thin-perl_0.006.orig.tar.gz.id
@@ -0,0 +1 @@
+7009185f0497a083a58d2b84010b1a129a8007cc

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

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


[libhttp-thin-perl] tag upstream/0.006 created (now 3427626)

2016-07-03 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a change to tag upstream/0.006
in repository libhttp-thin-perl.

at  3427626   (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/libhttp-thin-perl.git

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


[libhttp-thin-perl] tag debian/0.006-1 created (now 660dd22)

2016-07-03 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a change to tag debian/0.006-1
in repository libhttp-thin-perl.

at  660dd22   (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/libhttp-thin-perl.git

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


[libhttp-thin-perl] branch pristine-tar created (now 8d69e1a)

2016-07-03 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a change to branch pristine-tar
in repository libhttp-thin-perl.

at  8d69e1a   pristine-tar data for libhttp-thin-perl_0.006.orig.tar.gz

This branch includes the following new commits:

   new  8d69e1a   pristine-tar data for libhttp-thin-perl_0.006.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/libhttp-thin-perl.git

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


[libhttp-thin-perl] branch master created (now 660dd22)

2016-07-03 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a change to branch master
in repository libhttp-thin-perl.

at  660dd22   Finalize Debian packaging work for initial upload

This branch includes the following new commits:

   new  c517300   Initial packaging by dh-make-perl 0.84
   new  660dd22   Finalize Debian packaging work for initial upload

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/libhttp-thin-perl.git

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


[libhttp-thin-perl] 02/02: Finalize Debian packaging work for initial upload

2016-07-03 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a commit to branch master
in repository libhttp-thin-perl.

commit 660dd2299ca1d6d076c09fb0e28a8f05fd140ee3
Author: Michael Prokop 
Date:   Sun Jul 3 16:00:20 2016 +0200

Finalize Debian packaging work for initial upload
---
 debian/changelog |  2 +-
 debian/control   | 12 +++-
 debian/copyright | 10 +-
 3 files changed, 5 insertions(+), 19 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9d8bbd3..24947d7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libhttp-thin-perl (0.006-1) UNRELEASED; urgency=low
+libhttp-thin-perl (0.006-1) unstable; urgency=low
 
   * Initial Release. (Closes: #779730)
 
diff --git a/debian/control b/debian/control
index aa4e204..3ef56e7 100644
--- a/debian/control
+++ b/debian/control
@@ -9,9 +9,9 @@ Build-Depends-Indep: libclass-method-modifiers-perl,
  libhttp-message-perl,
  libsafe-isa-perl,
  perl (>= 5.13.9)
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libhttp-thin-perl.git
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhttp-thin-perl.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libhttp-thin-perl.git
 Homepage: https://metacpan.org/release/HTTP-Thin
 Testsuite: autopkgtest-pkg-perl
 
@@ -23,15 +23,9 @@ Depends: ${misc:Depends}, ${perl:Depends},
  libhttp-message-perl,
  libsafe-isa-perl,
  perl (>= 5.13.9)
-Description: A Thin Wrapper around HTTP::Tiny to play nice with HTTP::Message
- WARNING: HTTP::Thin is untested beyond the very basics. The implementation is
- simple enough that it shouldn't do evil things but, yeah it's still not
- approved for use by small children.
- .
+Description: Thin Wrapper around HTTP::Tiny to play nice with HTTP::Message
  HTTP::Thin is a thin wrapper around HTTP::Tiny adding the ability to pass in
  HTTP::Request objects and get back HTTP::Response objects. The maintainers of
  HTTP::Tiny, justifiably, don't want to have to maintain compatibility but
  many other projects already consume the HTTP::Message objects. This is just
  glue code doing what it does best.
- .
- This description was automagically extracted from the module by dh-make-perl.
diff --git a/debian/copyright b/debian/copyright
index 85641c0..cdb7115 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/HTTP-Thin
 Upstream-Contact: Chris Prather 
 Upstream-Name: HTTP-Thin
-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: Chris Prather 
+Copyright: 2013, Chris Prather 
 License: Artistic or GPL-1+
 
 Files: debian/*

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

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


[librole-rest-client-perl] tag debian/0.18-1 created (now a741124)

2016-07-03 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a change to tag debian/0.18-1
in repository librole-rest-client-perl.

at  a741124   (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/librole-rest-client-perl.git

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


[librole-rest-client-perl] 01/01: pristine-tar data for librole-rest-client-perl_0.18.orig.tar.gz

2016-07-03 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a commit to branch pristine-tar
in repository librole-rest-client-perl.

commit e1164368bf201425db58a2e4eb180660d188ba66
Author: Michael Prokop 
Date:   Sun Jul 3 16:10:14 2016 +0200

pristine-tar data for librole-rest-client-perl_0.18.orig.tar.gz
---
 librole-rest-client-perl_0.18.orig.tar.gz.delta | Bin 0 -> 1541 bytes
 librole-rest-client-perl_0.18.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/librole-rest-client-perl_0.18.orig.tar.gz.delta 
b/librole-rest-client-perl_0.18.orig.tar.gz.delta
new file mode 100644
index 000..5b29fcb
Binary files /dev/null and b/librole-rest-client-perl_0.18.orig.tar.gz.delta 
differ
diff --git a/librole-rest-client-perl_0.18.orig.tar.gz.id 
b/librole-rest-client-perl_0.18.orig.tar.gz.id
new file mode 100644
index 000..1c284d7
--- /dev/null
+++ b/librole-rest-client-perl_0.18.orig.tar.gz.id
@@ -0,0 +1 @@
+ce1f3e890394fb8eaefe05aed3ad98fc43b6fced

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

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


[librole-rest-client-perl] 01/02: Initial packaging by dh-make-perl 0.84

2016-07-03 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a commit to branch master
in repository librole-rest-client-perl.

commit cddd0ef44f596bcbb7244bd8a26bced4817d5299
Author: Michael Prokop 
Date:   Sun Jul 3 16:10:14 2016 +0200

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

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..d96bb21
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+librole-rest-client-perl (0.18-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #779729)
+
+ -- Michael Prokop   Sun, 3 Jul 2016 16:10:13 +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..610c04f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,67 @@
+Source: librole-rest-client-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group 
+Uploaders: Michael Prokop 
+Build-Depends: debhelper (>= 9)
+Build-Depends-Indep: libdata-serializer-perl,
+ libhttp-message-perl,
+ libhttp-thin-perl,
+ libjson-perl (>= 2.00),
+ libmoo-perl (>= 1.003000),
+ libmoose-perl,
+ libmoox-handlesvia-perl (>= 0.001004),
+ libtest-deep-perl,
+ libtry-tiny-perl,
+ libtype-tiny-perl (>= 0.024),
+ liburi-escape-xs-perl (>= 0.11),
+ libxml-simple-perl,
+ libyaml-perl,
+ perl (>= 5.13.9)
+Standards-Version: 3.9.6
+Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/librole-rest-client-perl.git
+Vcs-Git: 
git://anonscm.debian.org/pkg-perl/packages/librole-rest-client-perl.git
+Homepage: https://metacpan.org/release/Role-REST-Client
+Testsuite: autopkgtest-pkg-perl
+
+Package: librole-rest-client-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libdata-serializer-perl,
+ libhttp-message-perl,
+ libhttp-thin-perl,
+ libmoo-perl (>= 1.003000),
+ libmoox-handlesvia-perl (>= 0.001004),
+ libtry-tiny-perl,
+ libtype-tiny-perl (>= 0.024),
+ liburi-escape-xs-perl (>= 0.11),
+ perl (>= 5.13.9)
+Description: REST Client Role
+ This REST Client role makes REST connectivety easy.
+ .
+ Role::REST::Client will handle encoding and decoding when using the HTTP
+ verbs.
+ .
+ GET
+ .
+ PUT
+ .
+ POST
+ .
+ DELETE
+ .
+ OPTIONS
+ .
+ HEAD
+ .
+ Currently Role::REST::Client supports these encodings
+ .
+ application/json
+ .
+ application/x-www-form-urlencoded
+ .
+ application/xml
+ .
+ application/yaml
+ .
+ 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..81fb443
--- /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/Role-REST-Client
+Upstream-Contact: Kaare Rasmussen 
+Upstream-Name: Role-REST-Client
+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: Kaare Rasmussen 
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2016, Michael Prokop 
+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)

[librole-rest-client-perl] tag upstream/0.18 created (now 49b2543)

2016-07-03 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a change to tag upstream/0.18
in repository librole-rest-client-perl.

at  49b2543   (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/librole-rest-client-perl.git

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


[librole-rest-client-perl] branch pristine-tar created (now e116436)

2016-07-03 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a change to branch pristine-tar
in repository librole-rest-client-perl.

at  e116436   pristine-tar data for 
librole-rest-client-perl_0.18.orig.tar.gz

This branch includes the following new commits:

   new  e116436   pristine-tar data for 
librole-rest-client-perl_0.18.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/librole-rest-client-perl.git

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


[librole-rest-client-perl] 02/02: Finalize Debian packaging work for initial upload

2016-07-03 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a commit to branch master
in repository librole-rest-client-perl.

commit a74112413ba31d1cc3eab5bfbf474c1ebf4375db
Author: Michael Prokop 
Date:   Sun Jul 3 16:16:43 2016 +0200

Finalize Debian packaging work for initial upload
---
 debian/changelog |  2 +-
 debian/control   | 41 ++---
 debian/copyright | 10 +-
 3 files changed, 12 insertions(+), 41 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d96bb21..b6cc067 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-librole-rest-client-perl (0.18-1) UNRELEASED; urgency=low
+librole-rest-client-perl (0.18-1) unstable; urgency=low
 
   * Initial Release. (Closes: #779729)
 
diff --git a/debian/control b/debian/control
index 610c04f..c28cc3b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,9 @@ Section: perl
 Priority: optional
 Maintainer: Debian Perl Group 
 Uploaders: Michael Prokop 
-Build-Depends: debhelper (>= 9)
+Build-Depends:
+ debhelper (>= 9),
+ libmodule-build-perl
 Build-Depends-Indep: libdata-serializer-perl,
  libhttp-message-perl,
  libhttp-thin-perl,
@@ -18,9 +20,9 @@ Build-Depends-Indep: libdata-serializer-perl,
  libxml-simple-perl,
  libyaml-perl,
  perl (>= 5.13.9)
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/librole-rest-client-perl.git
-Vcs-Git: 
git://anonscm.debian.org/pkg-perl/packages/librole-rest-client-perl.git
+Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/librole-rest-client-perl.git
 Homepage: https://metacpan.org/release/Role-REST-Client
 Testsuite: autopkgtest-pkg-perl
 
@@ -37,31 +39,8 @@ Depends: ${misc:Depends}, ${perl:Depends},
  liburi-escape-xs-perl (>= 0.11),
  perl (>= 5.13.9)
 Description: REST Client Role
- This REST Client role makes REST connectivety easy.
- .
- Role::REST::Client will handle encoding and decoding when using the HTTP
- verbs.
- .
- GET
- .
- PUT
- .
- POST
- .
- DELETE
- .
- OPTIONS
- .
- HEAD
- .
- Currently Role::REST::Client supports these encodings
- .
- application/json
- .
- application/x-www-form-urlencoded
- .
- application/xml
- .
- application/yaml
- .
- This description was automagically extracted from the module by dh-make-perl.
+ This REST Client role makes REST connectivity easy.
+ Role::REST::Client will handle encoding and decoding when using
+ the HTTP verbs GET, PUT, POST, DELETE, OPTIONS and HEAD.
+ Role::REST::Client supports the json, x-www-form-urlencoded, xml
+ and yaml encodings.
diff --git a/debian/copyright b/debian/copyright
index 81fb443..bbd3baf 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/Role-REST-Client
 Upstream-Contact: Kaare Rasmussen 
 Upstream-Name: Role-REST-Client
-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: Kaare Rasmussen 
+Copyright: 2014, Kaare Rasmussen 
 License: Artistic or GPL-1+
 
 Files: debian/*

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

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


[librole-rest-client-perl] branch master created (now a741124)

2016-07-03 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a change to branch master
in repository librole-rest-client-perl.

at  a741124   Finalize Debian packaging work for initial upload

This branch includes the following new commits:

   new  cddd0ef   Initial packaging by dh-make-perl 0.84
   new  a741124   Finalize Debian packaging work for initial upload

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/librole-rest-client-perl.git

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


[libpackage-deprecationmanager-perl] 03/05: Declare compliance with Debian policy 3.9.8

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch master
in repository libpackage-deprecationmanager-perl.

commit 76e876e7528f80ab7f8ee50084d1af591bc923d1
Author: Lucas Kanashiro 
Date:   Sun Jul 3 11:36:56 2016 -0300

Declare compliance with Debian policy 3.9.8
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 4a9fd6f..ff34045 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ libpackage-deprecationmanager-perl (0.17-1) UNRELEASED; 
urgency=medium
 
   [ Lucas Kanashiro ]
   * Import upstream version 0.17
+  * Declare compliance with Debian policy 3.9.8
 
  -- Lucas Kanashiro   Sun, 03 Jul 2016 11:35:18 -0300
 
diff --git a/debian/control b/debian/control
index 9eeb1ce..94b30d6 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Build-Depends-Indep: perl (>= 5.19.5),
  libsub-name-perl,
  libtest-fatal-perl,
  libtest-warnings-perl
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libpackage-deprecationmanager-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libpackage-deprecationmanager-perl.git
 Homepage: https://metacpan.org/release/Package-DeprecationManager

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

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


[libpackage-deprecationmanager-perl] 05/05: release libpackage-deprecationmanager-perl version 0.17-1

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch master
in repository libpackage-deprecationmanager-perl.

commit 303af6a126872c7dbcdb0cfb87d309c5b0a6a230
Author: Lucas Kanashiro 
Date:   Sun Jul 3 11:48:34 2016 -0300

release libpackage-deprecationmanager-perl version 0.17-1
---
 debian/changelog | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 62721d9..c5d99b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,6 @@
-libpackage-deprecationmanager-perl (0.17-1) UNRELEASED; urgency=medium
+libpackage-deprecationmanager-perl (0.17-1) unstable; urgency=medium
+
+  * Team upload.
 
   [ gregor herrmann ]
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
@@ -10,7 +12,7 @@ libpackage-deprecationmanager-perl (0.17-1) UNRELEASED; 
urgency=medium
   * Declare compliance with Debian policy 3.9.8
   * debian/control: remove dependency on libnamespace-autoclean-perl
 
- -- Lucas Kanashiro   Sun, 03 Jul 2016 11:35:18 -0300
+ -- Lucas Kanashiro   Sun, 03 Jul 2016 11:48:09 -0300
 
 libpackage-deprecationmanager-perl (0.16-1) unstable; urgency=medium
 

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

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


[libpackage-deprecationmanager-perl] 01/05: Merge tag 'upstream/0.17'

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch master
in repository libpackage-deprecationmanager-perl.

commit 7a390534c0978d0f729f161e20e97de634dc0811
Merge: 5879b24 0098aea
Author: Lucas Kanashiro 
Date:   Sun Jul 3 11:35:14 2016 -0300

Merge tag 'upstream/0.17'

Upstream version 0.17

# gpg: Signature made Sun 03 Jul 2016 11:34:56 AM BRT using RSA key ID 
9883C97C
# gpg: Good signature from "Lucas Kanashiro "
# gpg: aka "Lucas Kanashiro "

 CONTRIBUTING.md|  15 +-
 Changes|   5 +
 INSTALL|  14 +-
 MANIFEST   |  31 +-
 META.json  | 604 +++--
 META.yml   | 513 -
 Makefile.PL|   6 +-
 README.md  |  10 +-
 cpanfile   |  15 +-
 dist.ini   |   3 +
 lib/Package/DeprecationManager.pm  |   5 +-
 perlcriticrc   |   9 +
 t/00-report-prereqs.dd |  17 +-
 t/00-report-prereqs.t  |  10 +-
 t/author-clean-namespaces.t|  19 -
 t/author-eol.t |  41 --
 t/author-mojibake.t|  17 -
 t/author-no-tabs.t |  41 --
 t/release-cpan-changes.t   |  19 -
 t/release-meta-json.t  |  12 -
 t/release-tidyall.t|  17 -
 tidyall.ini|  28 +-
 t/author-00-compile.t => xt/author/00-compile.t|   8 -
 xt/author/eol.t|  18 +
 xt/author/mojibake.t   |   9 +
 xt/author/no-tabs.t|  18 +
 .../author/pod-coverage.t  |   8 -
 t/release-pod-no404s.t => xt/author/pod-no404s.t   |   8 -
 t/author-pod-spell.t => xt/author/pod-spell.t  |  10 +-
 t/author-pod-syntax.t => xt/author/pod-syntax.t|   8 -
 t/release-portability.t => xt/author/portability.t |   8 -
 .../author/test-version.t  |  11 +-
 xt/release/cpan-changes.t  |  10 +
 xt/release/meta-json.t |   4 +
 .../release/pod-linkcheck.t|   8 -
 xt/release/tidyall.t   |  15 +
 36 files changed, 756 insertions(+), 838 deletions(-)

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

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


[libpackage-deprecationmanager-perl] 02/05: Update debian/changelog

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch master
in repository libpackage-deprecationmanager-perl.

commit 84560ca7d1ffe3c40d70776fe2e64c8f74ed7018
Author: Lucas Kanashiro 
Date:   Sun Jul 3 11:35:18 2016 -0300

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index 7d45fdb..4a9fd6f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,14 @@
-libpackage-deprecationmanager-perl (0.16-2) UNRELEASED; urgency=medium
+libpackage-deprecationmanager-perl (0.17-1) UNRELEASED; urgency=medium
 
+  [ gregor herrmann ]
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
   * debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS.
   * debian/upstream/metadata: use HTTPS for GitHub URLs.
 
- -- gregor herrmann   Fri, 20 May 2016 12:08:05 +0200
+  [ Lucas Kanashiro ]
+  * Import upstream version 0.17
+
+ -- Lucas Kanashiro   Sun, 03 Jul 2016 11:35:18 -0300
 
 libpackage-deprecationmanager-perl (0.16-1) unstable; urgency=medium
 

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

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


[libpackage-deprecationmanager-perl] 01/01: pristine-tar data for libpackage-deprecationmanager-perl_0.17.orig.tar.gz

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch pristine-tar
in repository libpackage-deprecationmanager-perl.

commit 6bc9fbaff1d7322d721ea694496d88ff8d89961f
Author: Lucas Kanashiro 
Date:   Sun Jul 3 11:34:56 2016 -0300

pristine-tar data for libpackage-deprecationmanager-perl_0.17.orig.tar.gz
---
 ...ackage-deprecationmanager-perl_0.17.orig.tar.gz.delta | Bin 0 -> 1930 bytes
 libpackage-deprecationmanager-perl_0.17.orig.tar.gz.id   |   1 +
 2 files changed, 1 insertion(+)

diff --git a/libpackage-deprecationmanager-perl_0.17.orig.tar.gz.delta 
b/libpackage-deprecationmanager-perl_0.17.orig.tar.gz.delta
new file mode 100644
index 000..ab55a8e
Binary files /dev/null and 
b/libpackage-deprecationmanager-perl_0.17.orig.tar.gz.delta differ
diff --git a/libpackage-deprecationmanager-perl_0.17.orig.tar.gz.id 
b/libpackage-deprecationmanager-perl_0.17.orig.tar.gz.id
new file mode 100644
index 000..4a3b830
--- /dev/null
+++ b/libpackage-deprecationmanager-perl_0.17.orig.tar.gz.id
@@ -0,0 +1 @@
+bc4dcb7d704dde890c98841c15643ddb885075e5

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

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


[libpackage-deprecationmanager-perl] branch master updated (5879b24 -> 303af6a)

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a change to branch master
in repository libpackage-deprecationmanager-perl.

  from  5879b24   update changelog
  adds  f94ea0b   Bump version after release
  adds  66c3c3f   Use Sub::Name to name installed subs
  adds  b907666   Use namespace::autoclean to clean our own imports
  adds  3592821   Add generated files
  adds  a79ff56   v0.16
  adds  af98d58   Regen tidy-related config files
  adds  46c98a1   Remove use of namespace::autoclean and remove 
Test::CleanNamespaces plugin
  adds  59d4f5a   Update generated files
  adds  512a2ea   Comment removal of Test::CleanNamespaces so future me 
doesn't add it back
  adds  104278a   Bump version
  adds  75ed4dd   v0.17
  adds  0098aea   Imported Upstream version 0.17
   new  7a39053   Merge tag 'upstream/0.17'
   new  84560ca   Update debian/changelog
   new  76e876e   Declare compliance with Debian policy 3.9.8
   new  3797b60   debian/control: remove dependency on 
libnamespace-autoclean-perl
   new  303af6a   release libpackage-deprecationmanager-perl version 0.17-1

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


Summary of changes:
 CONTRIBUTING.md|  15 +-
 Changes|   5 +
 INSTALL|  14 +-
 MANIFEST   |  31 +-
 META.json  | 604 +++--
 META.yml   | 513 -
 Makefile.PL|   6 +-
 README.md  |  10 +-
 cpanfile   |  15 +-
 debian/changelog   |  12 +-
 debian/control |   4 +-
 dist.ini   |   3 +
 lib/Package/DeprecationManager.pm  |   5 +-
 perlcriticrc   |   9 +
 t/00-report-prereqs.dd |  17 +-
 t/00-report-prereqs.t  |  10 +-
 t/author-clean-namespaces.t|  19 -
 t/author-eol.t |  41 --
 t/author-mojibake.t|  17 -
 t/author-no-tabs.t |  41 --
 t/release-cpan-changes.t   |  19 -
 t/release-meta-json.t  |  12 -
 t/release-tidyall.t|  17 -
 tidyall.ini|  28 +-
 t/author-00-compile.t => xt/author/00-compile.t|   8 -
 xt/author/eol.t|  18 +
 xt/author/mojibake.t   |   9 +
 xt/author/no-tabs.t|  18 +
 .../author/pod-coverage.t  |   8 -
 t/release-pod-no404s.t => xt/author/pod-no404s.t   |   8 -
 t/author-pod-spell.t => xt/author/pod-spell.t  |  10 +-
 t/author-pod-syntax.t => xt/author/pod-syntax.t|   8 -
 t/release-portability.t => xt/author/portability.t |   8 -
 .../author/test-version.t  |  11 +-
 xt/release/cpan-changes.t  |  10 +
 xt/release/meta-json.t |   4 +
 .../release/pod-linkcheck.t|   8 -
 xt/release/tidyall.t   |  15 +
 38 files changed, 767 insertions(+), 843 deletions(-)
 delete mode 100644 t/author-clean-namespaces.t
 delete mode 100644 t/author-eol.t
 delete mode 100644 t/author-mojibake.t
 delete mode 100644 t/author-no-tabs.t
 delete mode 100644 t/release-cpan-changes.t
 delete mode 100644 t/release-meta-json.t
 delete mode 100644 t/release-tidyall.t
 rename t/author-00-compile.t => xt/author/00-compile.t (88%)
 create mode 100644 xt/author/eol.t
 create mode 100644 xt/author/mojibake.t
 create mode 100644 xt/author/no-tabs.t
 rename t/release-pod-coverage.t => xt/author/pod-coverage.t (86%)
 rename t/release-pod-no404s.t => xt/author/pod-no404s.t (68%)
 rename t/author-pod-spell.t => xt/author/pod-spell.t (60%)
 rename t/author-pod-syntax.t => xt/author/pod-syntax.t (52%)
 rename t/release-portability.t => xt/author/portability.t (54%)
 rename t/author-test-version.t => xt/author/test-version.t (69%)
 create mode 100644 xt/release/cpan-changes.t
 create mode 100644 xt/release/meta-json.t
 rename t/release-pod-linkcheck.t => xt/release/pod-linkcheck.t (68%)
 create mode 100644 xt/release/tidyall.t

-- 
Alioth's /usr/local/bin/git-commit-notice on 

[libpackage-deprecationmanager-perl] branch pristine-tar updated (883909a -> 6bc9fba)

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a change to branch pristine-tar
in repository libpackage-deprecationmanager-perl.

  from  883909a   pristine-tar data for 
libpackage-deprecationmanager-perl_0.16.orig.tar.gz
   new  6bc9fba   pristine-tar data for 
libpackage-deprecationmanager-perl_0.17.orig.tar.gz

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


Summary of changes:
 ...ackage-deprecationmanager-perl_0.17.orig.tar.gz.delta | Bin 0 -> 1930 bytes
 libpackage-deprecationmanager-perl_0.17.orig.tar.gz.id   |   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libpackage-deprecationmanager-perl_0.17.orig.tar.gz.delta
 create mode 100644 libpackage-deprecationmanager-perl_0.17.orig.tar.gz.id

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

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


[libpackage-deprecationmanager-perl] annotated tag upstream/0.17 created (now 34ee314)

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a change to annotated tag upstream/0.17
in repository libpackage-deprecationmanager-perl.

at  34ee314   (tag)
   tagging  0098aea9a4f2e75bdfea74b337f3188a28b438e2 (commit)
  replaces  upstream/0.16
 tagged by  Lucas Kanashiro
on  Sun Jul 3 11:34:56 2016 -0300

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

iQIcBAABAgAGBQJXeSKQAAoJEPgjonKYg8l8TvAP/2btxzUbJPtS68N1M3FUbCmG
iD46SNyZ5alNDPJ8jgwePl1RNAQxvjjQCPFpqQQO2HjxlOokE301SZn18q6jpa7l
+T6Tk1MQB4g+jtfjEyLbIVVIYQMDnMPxCM4llJXGCTKaI3Or1Ktsr/m8/mg43+is
f6OasTGnXmk88QZ0gTna+C2ohI4hkZ5IE9EDz/c9hJHVKMdsrUgP1629FdZw0v+I
Lalu6XvEG4ZDanWdIyesAvZBmOR1uiOD8uEzzN2lQNzbwISsEG7eY2xGgeynKJ37
thYxcqbotAryiu6ALlZbIMY+VGsPTnKs1/zzQ4b1+zNQ41dUVYH8VoOpDaFlmN9J
jJ9A31T3sjNsHC6DvUSV6KFoznt906ibK3WZuvHzG7kUkwPmUqmn10R+pqPubbAu
iMBfodCePjNhygiizP2i1GwelcfPlFCZ0cZIfqT+6eH78kO7Ph+N9+itCPlxRz4w
K8H5U5VeGFmeWB712s8hg9hOy4TKuw1J50hQQ+/V43Hm3Vxvlz/586n/vycjeATX
RamFCh4w1l0NbgwF67YqnVU4OgIxQGVyQj8bfliIt9IEhUcLRRREy0PBQgXRTMRC
YzDdlMXAyKEXn/hnWmI3yZMUiFsSn7wLA02YdEA39UbPOZAwaf+nARlfCt8fQ4f7
PnvRI0RrMJLgVSZPdQn7
=LUEa
-END PGP SIGNATURE-

Dave Rolsky (11):
  Bump version after release
  Use Sub::Name to name installed subs
  Use namespace::autoclean to clean our own imports
  Add generated files
  v0.16
  Regen tidy-related config files
  Remove use of namespace::autoclean and remove Test::CleanNamespaces plugin
  Update generated files
  Comment removal of Test::CleanNamespaces so future me doesn't add it back
  Bump version
  v0.17

Lucas Kanashiro (1):
  Imported Upstream version 0.17

---

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/libpackage-deprecationmanager-perl.git

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


[libpackage-deprecationmanager-perl] annotated tag debian/0.17-1 created (now cbf87e2)

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a change to annotated tag debian/0.17-1
in repository libpackage-deprecationmanager-perl.

at  cbf87e2   (tag)
   tagging  303af6a126872c7dbcdb0cfb87d309c5b0a6a230 (commit)
  replaces  debian/0.16-1
 tagged by  Lucas Kanashiro
on  Sun Jul 3 11:57:34 2016 -0300

- Log -
Debian release debian/0.17-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJXeSfeAAoJEPgjonKYg8l8BdsP/0sjOroMxB2vMOfXnoEiBzP1
uVCtbOYYt6bMVw2iEgqylzrv+k0ooZ0r7TTiKOpWWGZUhLaeILZCw1Fyb4omdaqr
Ee07lnRs/1ldtNvg01mHnC2msLKQGwicr9KvjY2Z/PhTKDFO1vDgzysmwfVuooyB
uHVoJ14h6uYopP1pp0SuLpAiLQvu/aN1onvg9SoB9F4QR5BXMpfHIu09vfbH7scL
gSMMBjb6YxrpGJR4tTGtcshGCoUyhPENjn3JdbC8q6FFqcCy7KriAgk99UBaI31A
yvqixPYQGI6HL9TDnU5/kSSU+71vRBaAJwdn9MKdQ7Tc/ThCVUF5P9jlXIfXVutN
sNKjKx49RkbaE3K8CCXnkl4qIeTz2riOGE1lhpkYAcBk3auXQueSUANkBb1CExcu
F2olYPp+eMcn2+1h2GNveDOssk0wlwMlj8hbAsh/yml7yQtH09Ko9h2O32PtobGP
IrNCt3LQtFCL6CQTTWG+iMYryPDBUcoawYBabX1alUApYQN/KG4bTfL2UjoE9cBT
3+TrLQ6Z+T6OXJWHx5x2ALQJbpvGgfWGuQgPUTTUbI/AiMinUk1Nj66I4l+8Ivfq
MqRvuuqvsLk/QFwOiCHdrv1FZNi4OybZhdBxFl+UfOqBmLZ2WwsoCWGSwHfrgnxv
qq+PmU4b/98+bNjtqs23
=tRAe
-END PGP SIGNATURE-

Dave Rolsky (11):
  Bump version after release
  Use Sub::Name to name installed subs
  Use namespace::autoclean to clean our own imports
  Add generated files
  v0.16
  Regen tidy-related config files
  Remove use of namespace::autoclean and remove Test::CleanNamespaces plugin
  Update generated files
  Comment removal of Test::CleanNamespaces so future me doesn't add it back
  Bump version
  v0.17

Lucas Kanashiro (6):
  Imported Upstream version 0.17
  Merge tag 'upstream/0.17'
  Update debian/changelog
  Declare compliance with Debian policy 3.9.8
  debian/control: remove dependency on libnamespace-autoclean-perl
  release libpackage-deprecationmanager-perl version 0.17-1

gregor herrmann (6):
  debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  update changelog
  debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS.
  update changelog
  debian/upstream/metadata: use HTTPS for GitHub URLs.
  update changelog

---

This annotated tag includes the following new commits:

   new  7a39053   Merge tag 'upstream/0.17'
   new  84560ca   Update debian/changelog
   new  76e876e   Declare compliance with Debian policy 3.9.8
   new  3797b60   debian/control: remove dependency on 
libnamespace-autoclean-perl
   new  303af6a   release libpackage-deprecationmanager-perl version 0.17-1

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/libpackage-deprecationmanager-perl.git

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


[libpackage-deprecationmanager-perl] 04/05: debian/control: remove dependency on libnamespace-autoclean-perl

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch master
in repository libpackage-deprecationmanager-perl.

commit 3797b60ba6f6b4ccce9701ec2d82d00039ab9934
Author: Lucas Kanashiro 
Date:   Sun Jul 3 11:38:52 2016 -0300

debian/control: remove dependency on libnamespace-autoclean-perl
---
 debian/changelog | 1 +
 debian/control   | 2 --
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ff34045..62721d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ libpackage-deprecationmanager-perl (0.17-1) UNRELEASED; 
urgency=medium
   [ Lucas Kanashiro ]
   * Import upstream version 0.17
   * Declare compliance with Debian policy 3.9.8
+  * debian/control: remove dependency on libnamespace-autoclean-perl
 
  -- Lucas Kanashiro   Sun, 03 Jul 2016 11:35:18 -0300
 
diff --git a/debian/control b/debian/control
index 94b30d6..5f1caab 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,6 @@ Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: perl (>= 5.19.5),
- libnamespace-autoclean-perl,
  libpackage-stash-perl,
  libparams-util-perl,
  libsub-install-perl,
@@ -24,7 +23,6 @@ Architecture: all
 Depends: ${misc:Depends},
  ${perl:Depends},
  perl (>= 5.19.5),
- libnamespace-autoclean-perl,
  libpackage-stash-perl,
  libparams-util-perl,
  libsub-install-perl,

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

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


[libreply-perl] 01/03: Merge tag 'upstream/0.40'

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch master
in repository libreply-perl.

commit a6c4b7069f09720becd4c5d1a6f29f2b1bf9a112
Merge: 9d6cf52 75d009a
Author: Lucas Kanashiro 
Date:   Sun Jul 3 11:26:39 2016 -0300

Merge tag 'upstream/0.40'

Upstream version 0.40

# gpg: Signature made Sun 03 Jul 2016 11:26:24 AM BRT using RSA key ID 
9883C97C
# gpg: Good signature from "Lucas Kanashiro "
# gpg: aka "Lucas Kanashiro "

 Changes|  3 ++
 META.json  | 60 +++---
 META.yml   | 60 +++---
 Makefile.PL|  2 +-
 README |  2 +-
 bin/reply  |  2 +-
 lib/Reply.pm   |  4 +-
 lib/Reply/App.pm   |  4 +-
 lib/Reply/Config.pm|  4 +-
 lib/Reply/Plugin.pm|  4 +-
 lib/Reply/Plugin/AutoRefresh.pm|  4 +-
 lib/Reply/Plugin/Autocomplete/Commands.pm  |  4 +-
 lib/Reply/Plugin/Autocomplete/Functions.pm |  4 +-
 lib/Reply/Plugin/Autocomplete/Globals.pm   |  4 +-
 lib/Reply/Plugin/Autocomplete/Keywords.pm  |  4 +-
 lib/Reply/Plugin/Autocomplete/Lexicals.pm  |  4 +-
 lib/Reply/Plugin/Autocomplete/Methods.pm   |  4 +-
 lib/Reply/Plugin/Autocomplete/Packages.pm  |  4 +-
 lib/Reply/Plugin/CollapseStack.pm  |  4 +-
 lib/Reply/Plugin/Colors.pm |  4 +-
 lib/Reply/Plugin/DataDump.pm   |  4 +-
 lib/Reply/Plugin/DataDumper.pm |  4 +-
 lib/Reply/Plugin/DataPrinter.pm|  4 +-
 lib/Reply/Plugin/Defaults.pm   |  2 +-
 lib/Reply/Plugin/Editor.pm |  4 +-
 lib/Reply/Plugin/FancyPrompt.pm|  4 +-
 lib/Reply/Plugin/Hints.pm  |  4 +-
 lib/Reply/Plugin/Interrupt.pm  |  4 +-
 lib/Reply/Plugin/LexicalPersistence.pm |  4 +-
 lib/Reply/Plugin/LoadClass.pm  |  4 +-
 lib/Reply/Plugin/Nopaste.pm|  4 +-
 lib/Reply/Plugin/Packages.pm   |  4 +-
 lib/Reply/Plugin/ReadLine.pm   |  6 +--
 lib/Reply/Plugin/ResultCache.pm|  4 +-
 lib/Reply/Plugin/Timer.pm  |  4 +-
 lib/Reply/Util.pm  |  2 +-
 36 files changed, 125 insertions(+), 122 deletions(-)

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

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


[libreply-perl] 02/03: Update debian/changelog

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch master
in repository libreply-perl.

commit 7a03b6a1d9ddc63cc91f27ed0f158bb4ba9ddeef
Author: Lucas Kanashiro 
Date:   Sun Jul 3 11:26:47 2016 -0300

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index c1556f4..a9eae69 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
-libreply-perl (0.39-2) UNRELEASED; urgency=medium
+libreply-perl (0.40-1) UNRELEASED; urgency=medium
 
+  [ gregor herrmann ]
   * debian/upstream/metadata: use HTTPS for GitHub URLs.
 
- -- gregor herrmann   Wed, 29 Jun 2016 11:38:08 +0200
+  [ Lucas Kanashiro ]
+  * Import upstream version 0.40
+
+ -- Lucas Kanashiro   Sun, 03 Jul 2016 11:26:46 -0300
 
 libreply-perl (0.39-1) unstable; urgency=medium
 

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

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


[libreply-perl] 01/01: pristine-tar data for libreply-perl_0.40.orig.tar.gz

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch pristine-tar
in repository libreply-perl.

commit d32277f83c74f6e834c0a52eda63852c0c70e53f
Author: Lucas Kanashiro 
Date:   Sun Jul 3 11:26:24 2016 -0300

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

diff --git a/libreply-perl_0.40.orig.tar.gz.delta 
b/libreply-perl_0.40.orig.tar.gz.delta
new file mode 100644
index 000..ef9e5e0
Binary files /dev/null and b/libreply-perl_0.40.orig.tar.gz.delta differ
diff --git a/libreply-perl_0.40.orig.tar.gz.id 
b/libreply-perl_0.40.orig.tar.gz.id
new file mode 100644
index 000..ac70449
--- /dev/null
+++ b/libreply-perl_0.40.orig.tar.gz.id
@@ -0,0 +1 @@
+cd3e10e3169da007053e34167b61c2ed09eface3

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

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


[libsystem-command-perl] annotated tag upstream/1.118 created (now 3fd97d4)

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a change to annotated tag upstream/1.118
in repository libsystem-command-perl.

at  3fd97d4   (tag)
   tagging  41d0da4642405f61059f72836f317bae10be5f71 (commit)
  replaces  upstream/1.117
 tagged by  Lucas Kanashiro
on  Sun Jul 3 12:06:44 2016 -0300

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

iQIcBAABAgAGBQJXeSoEAAoJEPgjonKYg8l8gzwP/ikOqVfIs0tRV5lVo1jOAWun
QuTad2UnNNWI1YOFT50B1/IvLUe+oT3/FjazNAMuQzVawaTPt1hiyrFZL88kwdvN
scMfDqccU+/ZnWjA7LBgIz5AYMMIOpWoLp8y0ZsRQvm5rAOCZIsaN35uDwjIBuCO
VWrpBuDqKONRV8jlp2VxFu0qGSSi9RYdoY6ih/LlLTEa7kNtxcrCHdg8Oc8hNP8V
l+zgqIDYLUae9LyUgaOodjAeJpy9r+1/0GZwpF+mkhdYo15GIG8kkzgx9khGw/W6
o8TaL/dH7RE1+AAaJoo3I03WGVXZK2G9ecB2W0vGfbe9bGCLwq7EW5AeE3wwxCcs
4FRn9bB66Guq2HvkzpRHW/oXM+PeEYnfficU5QJxizJajnMqNpXVSVmBEEXfW++R
fhtBxFXRHlUYzxi/YaWjDMD7iHyvKIX+PANUWb71p9o6UsyO48ADeODHBaDXBIZs
XO2amy4vT20gO6NieLNR7tKuq4/YkOizcFoIoZu8xSzP9eyWxLnuo3jjx45s0jSu
Qz8gTx84JU53EnVtdk+WXSBrzdmTWcWsx0IukqgBNDvnoL9GuvVhqPHxIFvo6ZTu
HV3Vub3m1GsMldBa+aKv3gstl2VcxTXa8nvSyq5DaLSDl/rl9KFqTRkUd94glmf7
BmaYFbeDdJoDL5KQ7ith
=KP6q
-END PGP SIGNATURE-

Lucas Kanashiro (1):
  Imported Upstream version 1.118

Philippe Bruhat (BooK) (18):
  Remove a warning in older Perls
  Add Rob Kinyon as a contributor
  Changes for version 1.116
  First implementation of loop_on(), to run callbacks on the output/errput
  Validate the 'stdout' and 'stderr' options to loop_on
  Add a default for the 'stderr' option
  Setting the 'stdout'/'stderr' option to false silently drops the data
  Add simple tests for loop_on()
  Add documentation for loop_on()
  Add a way to abort loop_on() early
  Changes for version 1.117
  Avoid calling waitpid() more than once
  Avoid an uninitialized value warning when the child did not terminate yet
  Close all pipes when loop_on ends successfully
  Add viviparous as a contributor
  Update copyright date
  Add header for v1.117 to the Changes file
  Changes for version 1.118

Rob Kinyon (1):
  Add reftype (needed for 'interactive' option)

viviparous (1):
  fix mwin32 test 20-zombie.t, was broken in Strawberry Perl

---

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/libsystem-command-perl.git

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


[libsystem-command-perl] branch pristine-tar updated (2330661 -> ce2f665)

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a change to branch pristine-tar
in repository libsystem-command-perl.

  from  2330661   pristine-tar data for 
libsystem-command-perl_1.117.orig.tar.gz
   new  ce2f665   pristine-tar data for 
libsystem-command-perl_1.118.orig.tar.gz

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


Summary of changes:
 libsystem-command-perl_1.118.orig.tar.gz.delta | Bin 0 -> 1720 bytes
 libsystem-command-perl_1.118.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libsystem-command-perl_1.118.orig.tar.gz.delta
 create mode 100644 libsystem-command-perl_1.118.orig.tar.gz.id

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

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


[libmango-perl] annotated tag upstream/1.29 created (now e453b63)

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a change to annotated tag upstream/1.29
in repository libmango-perl.

at  e453b63   (tag)
   tagging  c2944b194390342465da69fc3f03593a494c2051 (commit)
  replaces  upstream/1.28
 tagged by  Lucas Kanashiro
on  Sun Jul 3 13:03:49 2016 -0300

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

iQIcBAABAgAGBQJXeTdlAAoJEPgjonKYg8l8Ep8P/2Kx+swvZ8eO3+ildm9RAOAO
i+c9epxocz9cUr1i3zUzo9zLYQLkTXQuiOgf5agNDVWLhMz5s8gUGqEN0jpcFymx
vwBzkRQAYdsl1U1L+L72V8URthlYupkvkq3Yi5FR0ybhKbWxu2mjB1q6qms1iFdL
Ej5Pmm5IdbY8higqWY5KWlwgnfuzCYsA7kJZ6fqxAoVDAVXqLLPyHUu7LRsXJ4zk
2uDxaSSLNqQDFjKllY6YGqoCKPP9lnWAQonrJ9+GPsEO5VdqGtQNYJaUsDfu1syn
RxnSFAKI32psxLvFwz7II5JV+pEAOHl3bShnJCq/LquRoiR0QaqoQzNEBTzkHNvF
+OuxdKQS31q2+11R1cadBlPth1lgDec56KiXHk2fkFo/qUWuCVRvcVFHspxRKWht
pbcaEXhlEGkOuE2XqjAc+8ArpCPa5saLRIL1h92/2HlDWQcmZ/NZ1jBBFbGgHLml
PjPCUe4GE3JPux3qWIo7sN9Y5zNvEsONLrm5BAkKvIOaPjrnHz6sT5JY0XhoMCQt
cJkharWytsK3L7xzyKPr9KUZowcFyRP0MxtmEjpQhf43CEvSHkR/tVqBsKpCqxPn
74hk4LNryIB8nqolPXZLiNNo8zeEd02xoIvyUzOyi6HfOcMTZdbJVG+CPdkAd0QD
mqeWgP38CeUmtGXovlgW
=F5+t
-END PGP SIGNATURE-

Lucas Kanashiro (1):
  Imported Upstream version 1.29

Olivier Duclos (3):
  improve Mango->new documentation (fix #17)
  keep document's members order when doing an insert
  version bump

---

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/libmango-perl.git

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


[libmango-perl] 02/04: Update debian/changelog

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch master
in repository libmango-perl.

commit 3241e8a77604a63bfd83566dab28120269b6642f
Author: Lucas Kanashiro 
Date:   Sun Jul 3 13:04:14 2016 -0300

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index a4b7ce7..cefb042 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
-libmango-perl (1.28-2) UNRELEASED; urgency=medium
+libmango-perl (1.29-1) UNRELEASED; urgency=medium
 
+  [ gregor herrmann ]
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
 
- -- gregor herrmann   Fri, 20 May 2016 12:06:25 +0200
+  [ Lucas Kanashiro ]
+  * Import upstream version 1.29
+
+ -- Lucas Kanashiro   Sun, 03 Jul 2016 13:04:14 -0300
 
 libmango-perl (1.28-1) unstable; urgency=medium
 

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

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


[libmango-perl] branch pristine-tar updated (b8c1100 -> 7e7698e)

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a change to branch pristine-tar
in repository libmango-perl.

  from  b8c1100   pristine-tar data for libmango-perl_1.28.orig.tar.gz
   new  7e7698e   pristine-tar data for libmango-perl_1.29.orig.tar.gz

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


Summary of changes:
 libmango-perl_1.29.orig.tar.gz.delta | Bin 0 -> 2371 bytes
 libmango-perl_1.29.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libmango-perl_1.29.orig.tar.gz.delta
 create mode 100644 libmango-perl_1.29.orig.tar.gz.id

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

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


[libmango-perl] annotated tag debian/1.29-1 created (now 940007f)

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a change to annotated tag debian/1.29-1
in repository libmango-perl.

at  940007f   (tag)
   tagging  4e8f0200ff454a74a839b6cc6f67c5bc04e9d111 (commit)
  replaces  debian/1.28-1
 tagged by  Lucas Kanashiro
on  Sun Jul 3 13:20:20 2016 -0300

- Log -
Debian release debian/1.29-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJXeTtEAAoJEPgjonKYg8l8ZQEQAI/yhGs5x0h7oGTQjeSUG/8K
9Ewvrltqd7u6BYPM2Z1b8i928v274ZK5ZcAOkHpsfD3f7Ngb0n8dloAK1TS7/01V
CBzsQYenTGw/qeMxJx+uUaXOYhA9ADKDULHi0d8gz8IAJhSTW6ikbDMwDT0wanxu
mV1d3ni5wIDlctsvB/loxqNR+xYodLOEGN08I4b17jXK8tIJKkq/KYVkuXlWC6Lh
+LIG4SXi0MsfGHPR91hXYTHGYjoyo/2z5CnEtZ28uIrOIYBy/3ufnFJ/07U4gGTl
xpmtz7QVYcpVdWvF0IOdKgC0B6STQB/UM40Fr4N/3CG4fPoL1x4zMeNCSQBIGLvU
vg/WVyDDM/8d9K+XHlDHjrn6/YQi3LNxz0BSPrgbjSov7gol8SO4WkQuv+g4uIVb
MZ5F76Fq3cDGXCKNhbZQNeWdtTLHMrnMOelRayS/6l4nn53KlrHUhxofMLbsZyaC
FOe+79kSfhXELteMJ7ZT/OXXWsf4n8BznzSrEGNCv0oVnO5d9UP2v595f80Bq1oF
2kHBgnyShgA1auTXODI60A1DrEugliqw3Clr4cCqHEgTxgshOl3VQqj+ecQ5v/I3
WPOYhNVSKQ+S56LhG7RoNwK1CmGMRP9zDgleN0wei/+LJHme7S4eDk3nLc/UVUeU
RadOpP9ZMaLsX/FQvauP
=91NJ
-END PGP SIGNATURE-

Lucas Kanashiro (5):
  Imported Upstream version 1.29
  Merge tag 'upstream/1.29'
  Update debian/changelog
  Update years of Debian packaging and my email address
  release libmango-perl version 1.29-1

Olivier Duclos (3):
  improve Mango->new documentation (fix #17)
  keep document's members order when doing an insert
  version bump

gregor herrmann (2):
  debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  update changelog

---

This annotated tag includes the following new commits:

   new  78317c9   Merge tag 'upstream/1.29'
   new  3241e8a   Update debian/changelog
   new  dbba3e5   Update years of Debian packaging and my email address
   new  4e8f020   release libmango-perl version 1.29-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/libmango-perl.git

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


[libmango-perl] branch master updated (27c798f -> 4e8f020)

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a change to branch master
in repository libmango-perl.

  from  27c798f   update changelog
  adds  4a77ceb   improve Mango->new documentation (fix #17)
  adds  eb30c43   keep document's members order when doing an insert
  adds  f786d09   version bump
  adds  c2944b1   Imported Upstream version 1.29
   new  78317c9   Merge tag 'upstream/1.29'
   new  3241e8a   Update debian/changelog
   new  dbba3e5   Update years of Debian packaging and my email address
   new  4e8f020   release libmango-perl version 1.29-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:
 Changes |  5 +
 META.json   |  5 ++---
 META.yml|  5 ++---
 debian/changelog| 11 +--
 debian/copyright|  2 +-
 lib/Mango.pm| 28 +++-
 lib/Mango/Collection.pm |  2 +-
 7 files changed, 39 insertions(+), 19 deletions(-)

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

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


[libmango-perl] 03/04: Update years of Debian packaging and my email address

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch master
in repository libmango-perl.

commit dbba3e5735033008bd5179aca94f37daa73771f5
Author: Lucas Kanashiro 
Date:   Sun Jul 3 13:06:08 2016 -0300

Update years of Debian packaging and my email address
---
 debian/changelog | 1 +
 debian/copyright | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index cefb042..c5db4dd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libmango-perl (1.29-1) UNRELEASED; urgency=medium
 
   [ Lucas Kanashiro ]
   * Import upstream version 1.29
+  * Update years of Debian packaging and my email address
 
  -- Lucas Kanashiro   Sun, 03 Jul 2016 13:04:14 -0300
 
diff --git a/debian/copyright b/debian/copyright
index d5d2672..6bd1e93 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -9,7 +9,7 @@ License: Artistic-2.0
 
 Files: debian/*
 Copyright: 2013, CSILLAG Tamas 
- 2015, Lucas Kanashiro 
+ 2015-2016, Lucas Kanashiro 
 License: Artistic-2.0 or Artistic or GPL-1+
 
 License: Artistic-2.0

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

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


[libmango-perl] 01/04: Merge tag 'upstream/1.29'

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch master
in repository libmango-perl.

commit 78317c90aeedb5f120e22a9e20f41607b7b5861a
Merge: 27c798f c2944b1
Author: Lucas Kanashiro 
Date:   Sun Jul 3 13:04:13 2016 -0300

Merge tag 'upstream/1.29'

Upstream version 1.29

# gpg: Signature made Sun 03 Jul 2016 01:03:49 PM BRT using RSA key ID 
9883C97C
# gpg: Good signature from "Lucas Kanashiro "
# gpg: aka "Lucas Kanashiro "

 Changes |  5 +
 META.json   |  5 ++---
 META.yml|  5 ++---
 lib/Mango.pm| 28 +++-
 lib/Mango/Collection.pm |  2 +-
 5 files changed, 29 insertions(+), 16 deletions(-)

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

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


[libmango-perl] 01/01: pristine-tar data for libmango-perl_1.29.orig.tar.gz

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch pristine-tar
in repository libmango-perl.

commit 7e7698e1128e9b79d45cfa1c66857c724def6060
Author: Lucas Kanashiro 
Date:   Sun Jul 3 13:03:49 2016 -0300

pristine-tar data for libmango-perl_1.29.orig.tar.gz
---
 libmango-perl_1.29.orig.tar.gz.delta | Bin 0 -> 2371 bytes
 libmango-perl_1.29.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libmango-perl_1.29.orig.tar.gz.delta 
b/libmango-perl_1.29.orig.tar.gz.delta
new file mode 100644
index 000..1b84cdd
Binary files /dev/null and b/libmango-perl_1.29.orig.tar.gz.delta differ
diff --git a/libmango-perl_1.29.orig.tar.gz.id 
b/libmango-perl_1.29.orig.tar.gz.id
new file mode 100644
index 000..af780f4
--- /dev/null
+++ b/libmango-perl_1.29.orig.tar.gz.id
@@ -0,0 +1 @@
+85fe323dc1dba724975493a59b0b299556b03b78

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

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


[libmango-perl] 04/04: release libmango-perl version 1.29-1

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch master
in repository libmango-perl.

commit 4e8f0200ff454a74a839b6cc6f67c5bc04e9d111
Author: Lucas Kanashiro 
Date:   Sun Jul 3 13:08:01 2016 -0300

release libmango-perl version 1.29-1
---
 debian/changelog | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c5db4dd..b07c50f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,6 @@
-libmango-perl (1.29-1) UNRELEASED; urgency=medium
+libmango-perl (1.29-1) unstable; urgency=medium
+
+  * Team upload.
 
   [ gregor herrmann ]
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
@@ -7,7 +9,7 @@ libmango-perl (1.29-1) UNRELEASED; urgency=medium
   * Import upstream version 1.29
   * Update years of Debian packaging and my email address
 
- -- Lucas Kanashiro   Sun, 03 Jul 2016 13:04:14 -0300
+ -- Lucas Kanashiro   Sun, 03 Jul 2016 13:07:34 -0300
 
 libmango-perl (1.28-1) unstable; urgency=medium
 

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

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


[liblist-someutils-perl] tag upstream/0.52 created (now ac1d16a)

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a change to tag upstream/0.52
in repository liblist-someutils-perl.

at  ac1d16a   (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/liblist-someutils-perl.git

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


[liblist-someutils-perl] 03/04: debian/control: improve long description

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch master
in repository liblist-someutils-perl.

commit ff6c5fc0d14b19a1f34028f8d7cad70b5038256c
Author: Lucas Kanashiro 
Date:   Sun Jul 3 13:57:28 2016 -0300

debian/control: improve long description
---
 debian/control | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index f55dc96..923c294 100644
--- a/debian/control
+++ b/debian/control
@@ -22,5 +22,10 @@ Depends: ${misc:Depends},
  libmodule-implementation-perl
 Description: module that provides the stuff missing in List::Util
  List::SomeUtils provides some trivial but commonly needed functionality on
- lists which is not going to go into List::Util. This module tries to check if
- the current system is capable of compiling, linking and loading an XS module.
+ lists which is not going to go into List::Util.
+ .
+ All of the functions are implementable in only a couple of lines of Perl code.
+ Using the functions from this module however should give slightly better
+ performance as everything is implemented in C. The pure-Perl implementation of
+ these functions only serves as a fallback in case the C portions of this
+ module couldn't be compiled on this machine.

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

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


[liblist-someutils-perl] 02/04: initial set up of Debian directory

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch master
in repository liblist-someutils-perl.

commit 919bc523c3078096abbe850ad61fe1cc5faa6eab
Author: Lucas Kanashiro 
Date:   Sun Jul 3 13:45:04 2016 -0300

initial set up of Debian directory
---
 debian/control   | 24 +++-
 debian/copyright | 19 +--
 debian/upstream/metadata |  4 ++--
 3 files changed, 22 insertions(+), 25 deletions(-)

diff --git a/debian/control b/debian/control
index 9ce4aac..f55dc96 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +5,9 @@ Maintainer: Debian Perl Group 

 Uploaders: Lucas Kanashiro 
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: libexporter-tiny-perl,
- libmodule-implementation-perl,
- libtest-leaktrace-perl,
- perl
+ libmodule-implementation-perl,
+ libtest-leaktrace-perl,
+ perl
 Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/liblist-someutils-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/liblist-someutils-perl.git
@@ -16,13 +16,11 @@ Testsuite: autopkgtest-pkg-perl
 
 Package: liblist-someutils-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libexporter-tiny-perl,
- libmodule-implementation-perl
-Description: Provide the stuff missing in List::Util
- List::SomeUtils tries to check if the current system is capable of compiling,
- linking and loading an XS module.
- .
- Notice: this is an early release, interface stability isn't guaranteed yet.
- .
- This description was automagically extracted from the module by dh-make-perl.
+Depends: ${misc:Depends},
+ ${perl:Depends},
+ libexporter-tiny-perl,
+ libmodule-implementation-perl
+Description: module that provides the stuff missing in List::Util
+ List::SomeUtils provides some trivial but commonly needed functionality on
+ lists which is not going to go into List::Util. This module tries to check if
+ the current system is capable of compiling, linking and loading an XS module.
diff --git a/debian/copyright b/debian/copyright
index 64fc1ad..bc7038c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,18 +1,17 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/List-SomeUtils
-Upstream-Contact: Tassilo von Parseval , 
Adam Kennedy , Jens Rehsack , Dave Rolsky 

+Upstream-Contact: Dave Rolsky 
 Upstream-Name: List-SomeUtils
-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: Tassilo von Parseval , Adam 
Kennedy , Jens Rehsack , Dave Rolsky 

+Copyright: 2004-2010, Tassilo von Parseval 

+ 2011, Aaron Crane 
+ 2013-2015, Jens Rehsack 
+ 2016, Dave Rolsky 
+License: Artistic or GPL-1+
+
+Files: inc/ExtUtils/HasCompiler.pm
+Copyright: 2014, Leon Timmermans 
 License: Artistic or GPL-1+
 
 Files: debian/*
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index e53959b..c7df15f 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -1,9 +1,9 @@
 ---
 Archive: CPAN
-Bug-Database: http://rt.cpan.org/Public/Dist/Display.html?Name=List-SomeUtils
+Bug-Database: https://rt.cpan.org/Public/Dist/Display.html?Name=List-SomeUtils
 Bug-Submit: bug-list-someut...@rt.cpan.org
 Contact: Tassilo von Parseval , Adam 
Kennedy
   , Jens Rehsack , Dave Rolsky 

 Name: List-SomeUtils
-Repository: git://github.com/houseabsolute/List-SomeUtils.git
+Repository: https://github.com/houseabsolute/List-SomeUtils.git
 Repository-Browse: https://github.com/houseabsolute/List-SomeUtils

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

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


[liblist-someutils-perl] 04/04: release liblist-someutils-perl version 0.52-1

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch master
in repository liblist-someutils-perl.

commit a67b14212979a8354b66da27bb2750acb742ed19
Author: Lucas Kanashiro 
Date:   Sun Jul 3 13:50:17 2016 -0300

release liblist-someutils-perl version 0.52-1
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 651f592..26338d0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-liblist-someutils-perl (0.52-1) UNRELEASED; urgency=low
+liblist-someutils-perl (0.52-1) unstable; urgency=low
 
   * Initial Release. (Closes: #818031)
 
- -- Lucas Kanashiro   Sun, 3 Jul 2016 13:23:00 -0300
+ -- Lucas Kanashiro   Sun, 03 Jul 2016 13:49:45 -0300

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

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


[liblist-someutils-perl] 01/01: pristine-tar data for liblist-someutils-perl_0.52.orig.tar.gz

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch pristine-tar
in repository liblist-someutils-perl.

commit 80471294d88ae413762a4d9a12f01e49bbc8fbb2
Author: Lucas Kanashiro 
Date:   Sun Jul 3 13:23:00 2016 -0300

pristine-tar data for liblist-someutils-perl_0.52.orig.tar.gz
---
 liblist-someutils-perl_0.52.orig.tar.gz.delta | Bin 0 -> 2303 bytes
 liblist-someutils-perl_0.52.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/liblist-someutils-perl_0.52.orig.tar.gz.delta 
b/liblist-someutils-perl_0.52.orig.tar.gz.delta
new file mode 100644
index 000..da07505
Binary files /dev/null and b/liblist-someutils-perl_0.52.orig.tar.gz.delta 
differ
diff --git a/liblist-someutils-perl_0.52.orig.tar.gz.id 
b/liblist-someutils-perl_0.52.orig.tar.gz.id
new file mode 100644
index 000..1db231d
--- /dev/null
+++ b/liblist-someutils-perl_0.52.orig.tar.gz.id
@@ -0,0 +1 @@
+f6a4ce63835974705c2b3d3a5efb8ecc827a7b45

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

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


[liblist-someutils-perl] 01/04: Initial packaging by dh-make-perl 0.91

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch master
in repository liblist-someutils-perl.

commit 0c0e57593ab8f03bcb96f8ccdbd0213b4fc6edcd
Author: Lucas Kanashiro 
Date:   Sun Jul 3 13:23:00 2016 -0300

Initial packaging by dh-make-perl 0.91
---
 debian/changelog   |  5 +
 debian/compat  |  1 +
 debian/control | 28 
 debian/copyright   | 36 
 debian/liblist-someutils-perl.docs |  2 ++
 debian/rules   |  4 
 debian/source/format   |  1 +
 debian/upstream/metadata   |  9 +
 debian/watch   |  2 ++
 9 files changed, 88 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..651f592
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+liblist-someutils-perl (0.52-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #818031)
+
+ -- Lucas Kanashiro   Sun, 3 Jul 2016 13:23:00 -0300
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..9ce4aac
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,28 @@
+Source: liblist-someutils-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group 
+Uploaders: Lucas Kanashiro 
+Build-Depends: debhelper (>= 9)
+Build-Depends-Indep: libexporter-tiny-perl,
+ libmodule-implementation-perl,
+ libtest-leaktrace-perl,
+ perl
+Standards-Version: 3.9.8
+Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/liblist-someutils-perl.git
+Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/liblist-someutils-perl.git
+Homepage: https://metacpan.org/release/List-SomeUtils
+Testsuite: autopkgtest-pkg-perl
+
+Package: liblist-someutils-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libexporter-tiny-perl,
+ libmodule-implementation-perl
+Description: Provide the stuff missing in List::Util
+ List::SomeUtils tries to check if the current system is capable of compiling,
+ linking and loading an XS module.
+ .
+ Notice: this is an early release, interface stability isn't guaranteed yet.
+ .
+ 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..64fc1ad
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,36 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://metacpan.org/release/List-SomeUtils
+Upstream-Contact: Tassilo von Parseval , 
Adam Kennedy , Jens Rehsack , Dave Rolsky 

+Upstream-Name: List-SomeUtils
+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: Tassilo von Parseval , Adam 
Kennedy , Jens Rehsack , Dave Rolsky 

+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2016, Lucas Kanashiro 
+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/liblist-someutils-perl.docs 
b/debian/liblist-someutils-perl.docs
new file mode 100644
index 000..e4bd0a0
--- /dev/null
+++ b/debian/liblist-someutils-perl.docs
@@ -0,0 +1,2 @@
+README.md
+CONTRIBUTING.md
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
+++ 

[liblist-someutils-perl] branch master created (now a67b142)

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a change to branch master
in repository liblist-someutils-perl.

at  a67b142   release liblist-someutils-perl version 0.52-1

This branch includes the following new commits:

   new  0c0e575   Initial packaging by dh-make-perl 0.91
   new  919bc52   initial set up of Debian directory
   new  ff6c5fc   debian/control: improve long description
   new  a67b142   release liblist-someutils-perl version 0.52-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/liblist-someutils-perl.git

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


[liblist-someutils-perl] annotated tag debian/0.52-1 created (now 16ee920)

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a change to annotated tag debian/0.52-1
in repository liblist-someutils-perl.

at  16ee920   (tag)
   tagging  a67b14212979a8354b66da27bb2750acb742ed19 (commit)
 tagged by  Lucas Kanashiro
on  Sun Jul 3 14:06:11 2016 -0300

- Log -
Debian release debian/0.52-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJXeUYDAAoJEPgjonKYg8l8HQIP/1CMVa77l3vGfnnB9u2YFwWn
9X6j8jDzYdsCn116P+vTN7905V5H1VqzrZ0Vofxbvk7wYpABXIB4TNL505L3GtBT
QIqTI1l1JAweNc1QNbGRac3X2RibxKPtmf9JAvgZdmOknak/GZ/xI4/2X43IJMb/
ZiowDgoX03OAoXvdR7Dz3BUHGwATrp0i7aAo0ZVvVmDomrZk47lcLgz9AcrymZVw
/GyV3D5ecZ/wggsVtvxkGKcisP1NmOyz3NaiDZZNOa5kaYCn11GbBBjdcvVOQD4L
pidyJxffBVi/IoeV3ocdCYvq8bFiEmoFPjT5RcLvu/DFy9q0jcXxrj1SysHtzFq5
BzDST+vnkjxIPJ4zivLjPVORGw/VqEL5x4F3opKdH+5j4LBHOZbtb9WnkWxWYr/B
Z3OoAzoo+dcq9GQk61tMpVofrfrFb+SmTsdJ0kzuCYGdrOR9CJTStBdLj3zA6Ddk
K9owUoghAe+4H0YLYRYXQnf8MUxCU5akurFh6s0T1EOsiam4By6PC87tVPBuTfow
lITXwvIPdZQde3L8xUV0AV5RLLgFCmiIbreYjNzLb1ZtCE0IY44AMNT1D2GrleZd
9O7bV95ODojfloe1BH8NMVnGAKwhsOeBWKGxLlyWz1U/uBGfJXk2WukOEbKfjoqx
rVlsGu64c30/C60PfV3y
=+EGC
-END PGP SIGNATURE-

Lucas Kanashiro (5):
  Import original source of List-SomeUtils 0.52
  Initial packaging by dh-make-perl 0.91
  initial set up of Debian directory
  debian/control: improve long description
  release liblist-someutils-perl version 0.52-1

---

This annotated tag includes the following new commits:

   new  0c0e575   Initial packaging by dh-make-perl 0.91
   new  919bc52   initial set up of Debian directory
   new  ff6c5fc   debian/control: improve long description
   new  a67b142   release liblist-someutils-perl version 0.52-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/liblist-someutils-perl.git

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


[liblist-someutils-perl] branch pristine-tar created (now 8047129)

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a change to branch pristine-tar
in repository liblist-someutils-perl.

at  8047129   pristine-tar data for 
liblist-someutils-perl_0.52.orig.tar.gz

This branch includes the following new commits:

   new  8047129   pristine-tar data for 
liblist-someutils-perl_0.52.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/liblist-someutils-perl.git

___
Pkg-perl-cvs-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] 05/07: Declare compliance with Debian policy 3.9.8

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch master
in repository libtest-version-perl.

commit cd98ecf0696a456408be59801d20153fc288af63
Author: Lucas Kanashiro 
Date:   Sun Jul 3 09:40:17 2016 -0300

Declare compliance with Debian policy 3.9.8
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index e8884da..bfe4c7d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ libtest-version-perl (2.04-1) UNRELEASED; urgency=medium
   * Import upstream version 2.04
   * Update years of upstream copyright
   * Update Debian packaging copyright
+  * Declare compliance with Debian policy 3.9.8
 
  -- Lucas Kanashiro   Sun, 03 Jul 2016 09:36:45 -0300
 
diff --git a/debian/control b/debian/control
index 5732fe6..c2c51b8 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends-Indep: libfile-find-rule-perl-perl,
  perl (>= 5.13.9) | libmodule-metadata-perl,
  perl (>= 5.21.6) | libtest-simple-perl (>= 1.001010) | 
libtest-tester-perl,
  perl
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-version-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libtest-version-perl.git
 Testsuite: autopkgtest-pkg-perl

-- 
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-version-perl] 03/07: Update years of upstream copyright

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch master
in repository libtest-version-perl.

commit 5134322e8757f894f55b8da4acf1940523222ebe
Author: Lucas Kanashiro 
Date:   Sun Jul 3 09:38:09 2016 -0300

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

diff --git a/debian/changelog b/debian/changelog
index 61afb54..1bf6800 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ libtest-version-perl (2.04-1) UNRELEASED; urgency=medium
 
   [ Lucas Kanashiro ]
   * Import upstream version 2.04
+  * Update years of upstream copyright
 
  -- Lucas Kanashiro   Sun, 03 Jul 2016 09:36:45 -0300
 
diff --git a/debian/copyright b/debian/copyright
index c87c5f5..d0eef76 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Upstream-Contact: Graham Ollis 
 Upstream-Name: Test-Version
 
 Files: *
-Copyright: 2015, Caleb Cushing 
+Copyright: 2015-2016, Caleb Cushing 
 License: Artistic-2.0
 
 Files: debian/*

-- 
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-version-perl] 01/07: Merge tag 'upstream/2.04'

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch master
in repository libtest-version-perl.

commit 4d68f7f143a791988d7751a7f3e5a6ada40be507
Merge: eea809b 2540829
Author: Lucas Kanashiro 
Date:   Sun Jul 3 09:36:43 2016 -0300

Merge tag 'upstream/2.04'

Upstream version 2.04

# gpg: Signature made Sun 03 Jul 2016 09:36:39 AM BRT using RSA key ID 
9883C97C
# gpg: Good signature from "Lucas Kanashiro "
# gpg: aka "Lucas Kanashiro "

 Changes   |  4 
 LICENSE   |  2 +-
 MANIFEST  | 10 +-
 META.json | 13 -
 META.yml  |  7 ---
 Makefile.PL   | 13 +++--
 README|  4 ++--
 lib/Test/Version.pm   |  8 
 t/00-compile.t|  4 ++--
 t/00-report-prereqs.dd|  9 ++---
 t/00-report-prereqs.t | 10 +-
 xt/{release => author}/pod-coverage.t |  0
 xt/{release => author}/pod-syntax.t   |  1 +
 xt/{release => author}/portability.t  |  0
 xt/{release => author}/test-version.t |  3 +--
 xt/release/cpan-changes.t |  9 -
 16 files changed, 54 insertions(+), 43 deletions(-)

-- 
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-version-perl] 02/07: Update debian/changelog

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch master
in repository libtest-version-perl.

commit 539161dee039610ae6a68643e1b2e6148c176a35
Author: Lucas Kanashiro 
Date:   Sun Jul 3 09:36:45 2016 -0300

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index 1150868..61afb54 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,13 @@
-libtest-version-perl (2.03-3) UNRELEASED; urgency=medium
+libtest-version-perl (2.04-1) UNRELEASED; urgency=medium
 
+  [ gregor herrmann ]
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
   * debian/upstream/metadata: use HTTPS for GitHub URLs.
 
- -- gregor herrmann   Fri, 20 May 2016 12:10:16 +0200
+  [ Lucas Kanashiro ]
+  * Import upstream version 2.04
+
+ -- Lucas Kanashiro   Sun, 03 Jul 2016 09:36:45 -0300
 
 libtest-version-perl (2.03-2) unstable; urgency=medium
 

-- 
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-version-perl] annotated tag upstream/2.04 created (now 159d365)

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a change to annotated tag upstream/2.04
in repository libtest-version-perl.

at  159d365   (tag)
   tagging  2540829323c2999db79fa532a641726159a3f511 (commit)
  replaces  upstream/2.03
 tagged by  Lucas Kanashiro
on  Sun Jul 3 09:36:39 2016 -0300

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

iQIcBAABAgAGBQJXeQbXAAoJEPgjonKYg8l8eX0P/3GfkuHKvcgHE5B1+GRYe4qV
t1QWL+jAZwqdyXHWVmhP99VhxcdjRoFQnBWfUQVH6ZPkVKPSg68My4Vckz4L4qet
JdfrScHem8vLT455jXHp+yzsz9V/bxxgrLhvbg4EgL0veHwP1IizTtJL5E8lqm/5
NG1ds1uLr9vvbY/0xThQVSPHO6BCvGtiVB+2EbJBDZ2qTwYkuUjiWKWRRVopdCTw
xccaU69FdBPugZwtlnfsyrOm0v5S0HPoxVxgYyq3jGhINOPNefVJAQ8dIwnL+tkN
NWX8V2Bd+T6yKk1HbGse4pqYVS84eAB1q0M2YejqaWxMKW3W4WdyHSjpnSBgFqKS
G2KXNiHwqA0lU3yBI3l4F3NpLAFe7GdM0lgSRl+vuB6RbSPs4Y+O0kOpaQad+BLl
YzH0LFIBwqvIMZ/pzHgw9zw+0rTDTnGU1YEFyxmDAx/1dT/tIiSLsgMGPrnm9Y0d
s1+fxDB/DwyCl5f5s1fd9GtOlv1mZcjjIZi+YJW1i42+pT0eEEwqAUj6FGWNc3RY
ASX3xZXB43YtjA62lbzWWiT+CAO2CgsWc6C2Qb929Z7ZfLDNyW9RLcnBQKPp69Mx
Hc7QJbyV52BbixdU9M7XB3egteubSgE1VcibcFm3snNx/XwfT38ErUdV5PGanYyQ
3PTtLt5OL8PgPSPPyZZA
=0QnM
-END PGP SIGNATURE-

Dave Rolsky (1):
  Don't check caller() in version_ok

Graham Ollis (21):
  remove Test::Unused test
  expand tabs
  add multiple option
  allow fo both !!multiple and !has_version
  fix line endings
  2.01_01
  fix documentation order
  rm old email address
  2.02
  test a single .pm file with version_ok
  2.03
  faster travis
  Test::EOL is now needed for test suite
  doco
  test 5.22
  fix yaml syntax
  add gitattrbiutes
  5.8 is untestable
  dzil drops support for older versions of perl
  require more recent Module::Metadata
  2.04

Lucas Kanashiro (1):
  Imported Upstream version 2.04

---

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-version-perl] branch master updated (eea809b -> fec3169)

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a change to branch master
in repository libtest-version-perl.

  from  eea809b   update changelog
  adds  01c9da3   remove Test::Unused test this is broken on 5.22 and in my 
experience flags many false positives
  adds  98d9977   expand tabs
  adds  00bca14   add multiple option
  adds  5a7d5ef   allow fo both !!multiple and !has_version
  adds  443ab3d   fix line endings
  adds  c0b3ad0   2.01_01
  adds  901072d   fix documentation order
  adds  8cf8a0d   rm old email address
  adds  9e025d8   2.02
  adds  f7eacf3   Don't check caller() in version_ok
  adds  3a8f9d8   test a single .pm file with version_ok
  adds  5d3bf6a   2.03
  adds  583c4f2   faster travis
  adds  2c6f67c   Test::EOL is now needed for test suite
  adds  b6dbd6d   doco
  adds  aa168cb   test 5.22
  adds  6d223ae   fix yaml syntax
  adds  958491c   add gitattrbiutes
  adds  d32cf24   5.8 is untestable
  adds  bc66bf5   dzil drops support for older versions of perl
  adds  63b2765   require more recent Module::Metadata
  adds  ea68c48   2.04
  adds  2540829   Imported Upstream version 2.04
   new  4d68f7f   Merge tag 'upstream/2.04'
   new  539161d   Update debian/changelog
   new  5134322   Update years of upstream copyright
   new  1c3770e   Update Debian packaging copyright
   new  cd98ecf   Declare compliance with Debian policy 3.9.8
   new  33606f1   debian/contro: update build and runtime dependencies, 
thanks cme
   new  fec3169   release libtest-version-perl version 2.04-1

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


Summary of changes:
 Changes   |  4 
 LICENSE   |  2 +-
 MANIFEST  | 10 +-
 META.json | 13 -
 META.yml  |  7 ---
 Makefile.PL   | 13 +++--
 README|  4 ++--
 debian/changelog  | 14 --
 debian/control| 15 +--
 debian/copyright  |  3 ++-
 lib/Test/Version.pm   |  8 
 t/00-compile.t|  4 ++--
 t/00-report-prereqs.dd|  9 ++---
 t/00-report-prereqs.t | 10 +-
 xt/{release => author}/pod-coverage.t |  0
 xt/{release => author}/pod-syntax.t   |  1 +
 xt/{release => author}/portability.t  |  0
 xt/{release => author}/test-version.t |  3 +--
 xt/release/cpan-changes.t |  9 -
 19 files changed, 73 insertions(+), 56 deletions(-)
 rename xt/{release => author}/pod-coverage.t (100%)
 rename xt/{release => author}/pod-syntax.t (84%)
 rename xt/{release => author}/portability.t (100%)
 rename xt/{release => author}/test-version.t (86%)

-- 
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-version-perl] 04/07: Update Debian packaging copyright

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch master
in repository libtest-version-perl.

commit 1c3770e15b36ce286164d83956332311ae0be166
Author: Lucas Kanashiro 
Date:   Sun Jul 3 09:39:19 2016 -0300

Update Debian packaging copyright
---
 debian/changelog | 1 +
 debian/copyright | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 1bf6800..e8884da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ libtest-version-perl (2.04-1) UNRELEASED; urgency=medium
   [ Lucas Kanashiro ]
   * Import upstream version 2.04
   * Update years of upstream copyright
+  * Update Debian packaging copyright
 
  -- Lucas Kanashiro   Sun, 03 Jul 2016 09:36:45 -0300
 
diff --git a/debian/copyright b/debian/copyright
index d0eef76..3257f70 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -9,6 +9,7 @@ License: Artistic-2.0
 
 Files: debian/*
 Copyright: 2013-2016, gregor herrmann 
+ 2016, Lucas Kanashiro 
 License: Artistic or Artistic-2.0 or GPL-1+
 
 License: Artistic

-- 
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-version-perl] annotated tag debian/2.04-1 created (now 110ca61)

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

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

at  110ca61   (tag)
   tagging  fec3169dcd9263e9771469ea87377bafdbafc9d1 (commit)
  replaces  debian/2.03-2
 tagged by  Lucas Kanashiro
on  Sun Jul 3 10:02:06 2016 -0300

- Log -
Debian release debian/2.04-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJXeQzOAAoJEPgjonKYg8l892oP/2SSTnbjyZmOsxwSqi/Pc9PF
IBWRoFNkltFRZmKfXi9JN9QrhZIzS+jDaho79Wzqs7ltP9P/EfC8ht/bIygmP85m
0IAns7SA/9I0EcBILsw7MsuYR2y3wtMgE4f0j0XZ/Y7X5e1ga4vuy+VNhnxYbayG
ucr/Fer6NFBGPaj4IWbp+NXjNQsJsso4WUx6H6Pe/VF0h73ROQooF6ONsMkTvUgK
7zSqMqIfB4ltA53izkgMQiTMrG8HAwJvqjQTAziYEG8z2Ua8NuH0G1q3+T0vXuMb
EIMOBJR23Nv8fkir4WJf/te6wjuVm67maEQXjkDSqwUYbdyVIbHJKntGt4qMya3U
8/wMt/2YqGwvzwGyd3SwdXazq0l3gQhrS4U5SLcPQntPKz7Soypd8EvfvvOluGhg
CC+RTxaG8bWcFkpUCYMQJB5cLf9/2qSWv1Ak2l8uYl7M133Cw0R3ipBfRgyVVZGy
lhi3Ywpkc2kfkkalLX5iIWURRyZGHPBNilshW1ZaTQ4QeLBye5aIQJTpl1SqMvwU
QyjPERyEpdOGh0LhBy9hcuCjGDvgkD8CxDDa3Pa7zXp//UVLodQ3ZzdlcTiGnCA6
iQQNhLWy0h7kbNfVWlZ1maQGeG3tJMo2cWHN4rQevsZEdP09xcHlDa9FWcZr0JKD
dT12R1z3XsL9wqy/5SRY
=Ekz/
-END PGP SIGNATURE-

Dave Rolsky (1):
  Don't check caller() in version_ok

Graham Ollis (21):
  remove Test::Unused test
  expand tabs
  add multiple option
  allow fo both !!multiple and !has_version
  fix line endings
  2.01_01
  fix documentation order
  rm old email address
  2.02
  test a single .pm file with version_ok
  2.03
  faster travis
  Test::EOL is now needed for test suite
  doco
  test 5.22
  fix yaml syntax
  add gitattrbiutes
  5.8 is untestable
  dzil drops support for older versions of perl
  require more recent Module::Metadata
  2.04

Lucas Kanashiro (8):
  Imported Upstream version 2.04
  Merge tag 'upstream/2.04'
  Update debian/changelog
  Update years of upstream copyright
  Update Debian packaging copyright
  Declare compliance with Debian policy 3.9.8
  debian/contro: update build and runtime dependencies, thanks cme
  release libtest-version-perl version 2.04-1

gregor herrmann (4):
  debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  update changelog
  debian/upstream/metadata: use HTTPS for GitHub URLs.
  update changelog

---

This annotated tag includes the following new commits:

   new  4d68f7f   Merge tag 'upstream/2.04'
   new  539161d   Update debian/changelog
   new  5134322   Update years of upstream copyright
   new  1c3770e   Update Debian packaging copyright
   new  cd98ecf   Declare compliance with Debian policy 3.9.8
   new  33606f1   debian/contro: update build and runtime dependencies, 
thanks cme
   new  fec3169   release libtest-version-perl version 2.04-1

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


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

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch pristine-tar
in repository libtest-version-perl.

commit 93e8f6c97b778205cecb4ff3db9d5e804e80576a
Author: Lucas Kanashiro 
Date:   Sun Jul 3 09:36:39 2016 -0300

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

diff --git a/libtest-version-perl_2.04.orig.tar.gz.delta 
b/libtest-version-perl_2.04.orig.tar.gz.delta
new file mode 100644
index 000..5cfdb86
Binary files /dev/null and b/libtest-version-perl_2.04.orig.tar.gz.delta differ
diff --git a/libtest-version-perl_2.04.orig.tar.gz.id 
b/libtest-version-perl_2.04.orig.tar.gz.id
new file mode 100644
index 000..0756c8c
--- /dev/null
+++ b/libtest-version-perl_2.04.orig.tar.gz.id
@@ -0,0 +1 @@
+fb2e9c1d7a7c2edfefe1c3f7951ccdda75b12953

-- 
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-version-perl] branch pristine-tar updated (ef16694 -> 93e8f6c)

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a change to branch pristine-tar
in repository libtest-version-perl.

  from  ef16694   pristine-tar data for 
libtest-version-perl_2.03.orig.tar.gz
   new  93e8f6c   pristine-tar data for 
libtest-version-perl_2.04.orig.tar.gz

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


Summary of changes:
 libtest-version-perl_2.04.orig.tar.gz.delta | Bin 0 -> 2756 bytes
 libtest-version-perl_2.04.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libtest-version-perl_2.04.orig.tar.gz.delta
 create mode 100644 libtest-version-perl_2.04.orig.tar.gz.id

-- 
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-version-perl] 06/07: debian/contro: update build and runtime dependencies, thanks cme

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch master
in repository libtest-version-perl.

commit 33606f1e32f9a91fa308facf087aa7447bd9eb8f
Author: Lucas Kanashiro 
Date:   Sun Jul 3 09:43:12 2016 -0300

debian/contro: update build and runtime dependencies, thanks cme
---
 debian/changelog |  1 +
 debian/control   | 13 -
 2 files changed, 5 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bfe4c7d..51405d8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ libtest-version-perl (2.04-1) UNRELEASED; urgency=medium
   * Update years of upstream copyright
   * Update Debian packaging copyright
   * Declare compliance with Debian policy 3.9.8
+  * debian/contro: update build and runtime dependencies, thanks cme
 
  -- Lucas Kanashiro   Sun, 03 Jul 2016 09:36:45 -0300
 
diff --git a/debian/control b/debian/control
index c2c51b8..1c4281a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,28 +2,23 @@ Source: libtest-version-perl
 Maintainer: Debian Perl Group 
 Uploaders: gregor herrmann 
 Section: perl
+Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: libfile-find-rule-perl-perl,
  libtest-exception-perl,
- perl (>= 5.11.1) | libtest-simple-perl (>= 0.94),
- perl (>= 5.13.8) | libversion-perl (>= 1:0.8600),
- perl (>= 5.13.9) | libmodule-metadata-perl,
- perl (>= 5.21.6) | libtest-simple-perl (>= 1.001010) | 
libtest-tester-perl,
- perl
+ perl,
+ perl (>= 5.21.6) | libtest-simple-perl (>= 1.001010)
 Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-version-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libtest-version-perl.git
-Testsuite: autopkgtest-pkg-perl
 Homepage: https://metacpan.org/release/Test-Version
 
 Package: libtest-version-perl
 Architecture: all
 Depends: ${misc:Depends},
  ${perl:Depends},
- libfile-find-rule-perl-perl,
- perl (>= 5.13.8) | libversion-perl (>= 1:0.8600),
- perl (>= 5.13.9) | libmodule-metadata-perl
+ libfile-find-rule-perl-perl
 Description: module for checking the sanity of versions in modules
  Test::Versions's goal is to be a one stop shop for checking to see that
  the versions in the modules across a CPAN distribution are sane.

-- 
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-version-perl] 07/07: release libtest-version-perl version 2.04-1

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch master
in repository libtest-version-perl.

commit fec3169dcd9263e9771469ea87377bafdbafc9d1
Author: Lucas Kanashiro 
Date:   Sun Jul 3 09:50:07 2016 -0300

release libtest-version-perl version 2.04-1
---
 debian/changelog | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 51405d8..899f562 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,6 @@
-libtest-version-perl (2.04-1) UNRELEASED; urgency=medium
+libtest-version-perl (2.04-1) unstable; urgency=medium
+
+  * Team upload.
 
   [ gregor herrmann ]
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
@@ -11,7 +13,7 @@ libtest-version-perl (2.04-1) UNRELEASED; urgency=medium
   * Declare compliance with Debian policy 3.9.8
   * debian/contro: update build and runtime dependencies, thanks cme
 
- -- Lucas Kanashiro   Sun, 03 Jul 2016 09:36:45 -0300
+ -- Lucas Kanashiro   Sun, 03 Jul 2016 09:49:43 -0300
 
 libtest-version-perl (2.03-2) unstable; urgency=medium
 

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


[libwww-youtube-download-perl] 08/11: debian/control: use libmodule-build-tiny-perl instead of libmodule-build-perl

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch master
in repository libwww-youtube-download-perl.

commit 6f1a7dbad394633d9017d9ff5138eb7ebe0760a5
Author: Lucas Kanashiro 
Date:   Sun Jul 3 09:35:38 2016 -0300

debian/control: use libmodule-build-tiny-perl instead of 
libmodule-build-perl
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 91b5422..1676866 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ libwww-youtube-download-perl (0.59-1) UNRELEASED; 
urgency=medium
   * Declare compliance with Debian policy 3.9.8
   * debian/control: remove build dependency on libtest-simple-perl, already
 satisfied in oldstable
+  * debian/control: use libmodule-build-tiny-perl instead of 
libmodule-build-perl
 
  -- Lucas Kanashiro   Sun, 03 Jul 2016 09:24:09 -0300
 
diff --git a/debian/control b/debian/control
index c0904b2..46f1e32 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9.20120312),
-   libmodule-build-perl,
+   libmodule-build-tiny-perl,
perl
 Build-Depends-Indep: libhtml-parser-perl,
  libjson-perl,

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

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


[libwww-youtube-download-perl] 04/11: Update debian/changelog

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch master
in repository libwww-youtube-download-perl.

commit 3b8b96c906252f0a4a365235c94dfaf26e7015af
Author: Lucas Kanashiro 
Date:   Sun Jul 3 09:24:09 2016 -0300

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index 67f3f4a..78c3ac5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libwww-youtube-download-perl (0.58-2) UNRELEASED; urgency=medium
+libwww-youtube-download-perl (0.59-1) UNRELEASED; urgency=medium
 
   [ Salvatore Bonaccorso ]
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
@@ -8,8 +8,9 @@ libwww-youtube-download-perl (0.58-2) UNRELEASED; urgency=medium
 
   [ Lucas Kanashiro ]
   * Add debian/upstream/metadata
+  * Import upstream version 0.59
 
- -- Salvatore Bonaccorso   Sat, 30 Jan 2016 20:07:25 +0100
+ -- Lucas Kanashiro   Sun, 03 Jul 2016 09:24:09 -0300
 
 libwww-youtube-download-perl (0.58-1) unstable; urgency=medium
 

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

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


[libwww-youtube-download-perl] 01/01: pristine-tar data for libwww-youtube-download-perl_0.59.orig.tar.gz

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch pristine-tar
in repository libwww-youtube-download-perl.

commit ad5f1a4294f667e55e43d73bf65d9a2610a9d639
Author: Lucas Kanashiro 
Date:   Sun Jul 3 09:22:48 2016 -0300

pristine-tar data for libwww-youtube-download-perl_0.59.orig.tar.gz
---
 libwww-youtube-download-perl_0.59.orig.tar.gz.delta | Bin 0 -> 1886 bytes
 libwww-youtube-download-perl_0.59.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libwww-youtube-download-perl_0.59.orig.tar.gz.delta 
b/libwww-youtube-download-perl_0.59.orig.tar.gz.delta
new file mode 100644
index 000..cf477c6
Binary files /dev/null and 
b/libwww-youtube-download-perl_0.59.orig.tar.gz.delta differ
diff --git a/libwww-youtube-download-perl_0.59.orig.tar.gz.id 
b/libwww-youtube-download-perl_0.59.orig.tar.gz.id
new file mode 100644
index 000..eae2cb5
--- /dev/null
+++ b/libwww-youtube-download-perl_0.59.orig.tar.gz.id
@@ -0,0 +1 @@
+2e223f96c9a0691188115349aed6c23255532a9e

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

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


[libwww-youtube-download-perl] 07/11: debian/control: remove build dependency on libtest-simple-perl, already satisfied in oldstable

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch master
in repository libwww-youtube-download-perl.

commit 877d2248da5544223554fd76d351cb013bc09e04
Author: Lucas Kanashiro 
Date:   Sun Jul 3 09:29:36 2016 -0300

debian/control: remove build dependency on libtest-simple-perl, already 
satisfied in oldstable
---
 debian/changelog | 2 ++
 debian/control   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 4c3876c..91b5422 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,8 @@ libwww-youtube-download-perl (0.59-1) UNRELEASED; 
urgency=medium
   * Import upstream version 0.59
   * d/u/metadata: reformat email contact
   * Declare compliance with Debian policy 3.9.8
+  * debian/control: remove build dependency on libtest-simple-perl, already
+satisfied in oldstable
 
  -- Lucas Kanashiro   Sun, 03 Jul 2016 09:24:09 -0300
 
diff --git a/debian/control b/debian/control
index fcbf6d0..c0904b2 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends-Indep: libhtml-parser-perl,
  liburi-perl,
  libwww-perl,
  libxml-treepp-perl,
- perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
+ perl
 Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libwww-youtube-download-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libwww-youtube-download-perl.git

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

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


[libwww-youtube-download-perl] branch pristine-tar updated (c69b766 -> ad5f1a4)

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a change to branch pristine-tar
in repository libwww-youtube-download-perl.

  from  c69b766   pristine-tar data for 
libwww-youtube-download-perl_0.58.orig.tar.gz
   new  ad5f1a4   pristine-tar data for 
libwww-youtube-download-perl_0.59.orig.tar.gz

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


Summary of changes:
 libwww-youtube-download-perl_0.59.orig.tar.gz.delta | Bin 0 -> 1886 bytes
 libwww-youtube-download-perl_0.59.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libwww-youtube-download-perl_0.59.orig.tar.gz.delta
 create mode 100644 libwww-youtube-download-perl_0.59.orig.tar.gz.id

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

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


[libwww-youtube-download-perl] 02/11: Update debian/changelog

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch master
in repository libwww-youtube-download-perl.

commit 772c87de7733cc88400cebb2cc948b0d39f4ddd7
Author: Lucas Kanashiro 
Date:   Sun Jul 3 09:22:22 2016 -0300

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index af2c450..67f3f4a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,9 @@ libwww-youtube-download-perl (0.58-2) UNRELEASED; urgency=medium
   [ gregor herrmann ]
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
 
+  [ Lucas Kanashiro ]
+  * Add debian/upstream/metadata
+
  -- Salvatore Bonaccorso   Sat, 30 Jan 2016 20:07:25 +0100
 
 libwww-youtube-download-perl (0.58-1) unstable; urgency=medium

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

___
Pkg-perl-cvs-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-moose-more-perl] 01/05: Merge tag 'upstream/0.038'

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch master
in repository libtest-moose-more-perl.

commit a4e702f8b2296a1c9fc115a4be502990590e76e3
Merge: 8a91add 4993a0c
Author: Lucas Kanashiro 
Date:   Sun Jul 3 09:50:19 2016 -0300

Merge tag 'upstream/0.038'

Upstream version 0.038

# gpg: Signature made Sun 03 Jul 2016 09:46:28 AM BRT using RSA key ID 
9883C97C
# gpg: Good signature from "Lucas Kanashiro "
# gpg: aka "Lucas Kanashiro "

 Changes|   3 +
 MANIFEST   |   2 +-
 META.json  | 183 +
 META.yml   | 179 
 Makefile.PL|   4 +-
 README |   4 +-
 SIGNATURE  |  48 ++-
 cpanfile   |   2 +-
 lib/Test/Moose/More.pm |   8 +-
 t/00-check-deps.t  |   2 +-
 t/00-report-prereqs.dd |   2 +-
 t/00-report-prereqs.t  |  10 +--
 xt/author/pod-spell.t  |   2 +-
 xt/release/no-smart-comments.t |  26 +-
 14 files changed, 233 insertions(+), 242 deletions(-)

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

___
Pkg-perl-cvs-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-moose-more-perl] annotated tag upstream/0.038 created (now b47afae)

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a change to annotated tag upstream/0.038
in repository libtest-moose-more-perl.

at  b47afae   (tag)
   tagging  4993a0c4be59888ac580054ada52fb7e3d3760e4 (commit)
  replaces  upstream/0.037
 tagged by  Lucas Kanashiro
on  Sun Jul 3 09:46:28 2016 -0300

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

iQIcBAABAgAGBQJXeQkkAAoJEPgjonKYg8l8+G0P/1c28kj45Dz1jIicQR0eNWAp
btIemh6N9eVHOGz9ODeICb6Dk2x4qf2JBrf66BywIq43InX5tvNOHNNlibYZL/O5
lciysnJZmjUi94wfP9rpkPTyzGLfk9DC9R7/aPu850XFT5yuOcTLRmiOgJ2di//m
mRbguCnEwurTg0Asl9FWEzzeYTc4dXE232ODUu+AKgeOP3vNcr/iHl2Hf8L4XT4R
0+dITsPLcP6G1s7sf57vrbzAanNN9/IaVfqfmAyH3emVLlHZox/ycquO0KlwpHDZ
heZB87dWAi7xaVzb21pFffoiBsarKY+mIqy3HtX9M7huuX1j0/eqmV8lO1D4pynF
K7FaXu8Z4lF+/KtxL4W4iUnbc3q0Jy7k78Hh7RangIe4zeyeDgAq7WmqJWlQkfDd
w9P9NVFI3wwbLVFTOdCB+joyX36lug8X5Cl0g4yfUmKqLXIaQZ9hWWWnx50NnLvY
I8WS4MmgCJzFzD1WDEIzfD6s+p6/C5IpCbLPSniuiaKJHJdUCsYtaGjOTsyCGZbr
fTCgrMydmJ4OrzvpN/0n7LBTDf/S4vy5DLKMKRsFjiPl5lN0LkOW7gbglKFLgzeP
rvFMkV9J+Y3jAu70fk3YXT0dSnmsJZTgAPYim+VoIl4gVGlKzvTd4QGh8TfCihu8
js7kzs8rhFMGtcqnwrny
=L5d7
-END PGP SIGNATURE-

Chris Weyl (4):
  Don't warn on certain redundancy
  update our travis config
  ...and handle that older perls don't know about 'redundant'
  v0.038

Lucas Kanashiro (1):
  Imported Upstream version 0.038

---

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-moose-more-perl.git

___
Pkg-perl-cvs-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-exception-lessclever-perl] branch pristine-tar updated (95b6924 -> 018eadc)

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a change to branch pristine-tar
in repository libtest-exception-lessclever-perl.

  from  95b6924   pristine-tar data for 
libtest-exception-lessclever-perl_0.6.orig.tar.gz
   new  018eadc   pristine-tar data for 
libtest-exception-lessclever-perl_0.007.orig.tar.gz

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


Summary of changes:
 ...est-exception-lessclever-perl_0.007.orig.tar.gz.delta | Bin 0 -> 1045 bytes
 libtest-exception-lessclever-perl_0.007.orig.tar.gz.id   |   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libtest-exception-lessclever-perl_0.007.orig.tar.gz.delta
 create mode 100644 libtest-exception-lessclever-perl_0.007.orig.tar.gz.id

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

___
Pkg-perl-cvs-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-exception-lessclever-perl] 07/09: Bump debhelper compatibility level to 9

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch master
in repository libtest-exception-lessclever-perl.

commit cd4c67edec62ebd933e6c21bbae6655452354241
Author: Lucas Kanashiro 
Date:   Sun Jul 3 10:10:01 2016 -0300

Bump debhelper compatibility level to 9
---
 debian/changelog | 1 +
 debian/compat| 2 +-
 debian/control   | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1b4d76c..e6d2940 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ libtest-exception-lessclever-perl (0.007-1) UNRELEASED; 
urgency=medium
   * Import upstream version 0.007
   * d/u/metadata: add Repository field
   * Declare compliance with Debian policy 3.9.8
+  * Bump debhelper compatibility level to 9
 
  -- Lucas Kanashiro   Sun, 03 Jul 2016 10:06:57 -0300
 
diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index 5c2c5d3..623035f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: perl
 Priority: optional
 Maintainer: Debian Perl Group 
 Uploaders: gregor herrmann 
-Build-Depends: debhelper (>= 8),
+Build-Depends: debhelper (>= 9),
libmodule-build-perl (>= 0.38),
perl
 Build-Depends-Indep: libmock-quick-perl

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

___
Pkg-perl-cvs-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-exception-lessclever-perl] 01/01: pristine-tar data for libtest-exception-lessclever-perl_0.007.orig.tar.gz

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch pristine-tar
in repository libtest-exception-lessclever-perl.

commit 018eadc5c0392408bafb5c6c9256ff7e76bc1ec7
Author: Lucas Kanashiro 
Date:   Sun Jul 3 10:06:42 2016 -0300

pristine-tar data for libtest-exception-lessclever-perl_0.007.orig.tar.gz
---
 ...est-exception-lessclever-perl_0.007.orig.tar.gz.delta | Bin 0 -> 1045 bytes
 libtest-exception-lessclever-perl_0.007.orig.tar.gz.id   |   1 +
 2 files changed, 1 insertion(+)

diff --git a/libtest-exception-lessclever-perl_0.007.orig.tar.gz.delta 
b/libtest-exception-lessclever-perl_0.007.orig.tar.gz.delta
new file mode 100644
index 000..a7f14bb
Binary files /dev/null and 
b/libtest-exception-lessclever-perl_0.007.orig.tar.gz.delta differ
diff --git a/libtest-exception-lessclever-perl_0.007.orig.tar.gz.id 
b/libtest-exception-lessclever-perl_0.007.orig.tar.gz.id
new file mode 100644
index 000..d6fb2f2
--- /dev/null
+++ b/libtest-exception-lessclever-perl_0.007.orig.tar.gz.id
@@ -0,0 +1 @@
+b538f3afcd41bfcf80c58934ed1f16dc9faf19eb

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

___
Pkg-perl-cvs-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-exception-lessclever-perl] 06/09: Declare compliance with Debian policy 3.9.8

2016-07-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch master
in repository libtest-exception-lessclever-perl.

commit 98a81261096b6dd11bdb85e9abbfc1bcd967ce66
Author: Lucas Kanashiro 
Date:   Sun Jul 3 10:09:27 2016 -0300

Declare compliance with Debian policy 3.9.8
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index e63a3b4..1b4d76c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ libtest-exception-lessclever-perl (0.007-1) UNRELEASED; 
urgency=medium
   * Add debian/upstream/metadata
   * Import upstream version 0.007
   * d/u/metadata: add Repository field
+  * Declare compliance with Debian policy 3.9.8
 
  -- Lucas Kanashiro   Sun, 03 Jul 2016 10:06:57 -0300
 
diff --git a/debian/control b/debian/control
index 36a2581..5c2c5d3 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 8),
libmodule-build-perl (>= 0.38),
perl
 Build-Depends-Indep: libmock-quick-perl
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-exception-lessclever-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libtest-exception-lessclever-perl.git
 Homepage: https://metacpan.org/release/Test-Exception-LessClever

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

___
Pkg-perl-cvs-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   >