[libppi-perl] annotated tag upstream/1.236 created (now 3038eb0)

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

carnil pushed a change to annotated tag upstream/1.236
in repository libppi-perl.

at  3038eb0   (tag)
   tagging  2f51bb899806a35c3ad37d467a4f9acf7838e489 (commit)
  replaces  upstream/1.220
 tagged by  Salvatore Bonaccorso
on  Sun Jun 25 10:24:06 2017 +0200

- Log -
Upstream version 1.236

Adam Kennedy (178):
  Importing PPI from the SourceForge CVS
  Moving t.data to t/data
  Compensating for the test data relocation
  Updating template
  Correcting newlines
  Adding a fix to support power operators
  Fixing glob cast vs operator
  Fixed regressions
  Preparing for release
  Preparing for an emergency release
  Another fix
  Adding a skip for strange locales
  Noting locale test
  Incrementing version to 1.112 for release
  Fixing the wording for the unicode-incompatibility message
  Removing the use of auto_install
  Incrementing some heavily used modules to remove the use of AutoInstall
  Incrementing version
  Move from IO::Scalar to IO::String.
  Incrementing version for release
  Correcting test
  Minor bug fix
  Noting bug fix
  Adding test for until () { }
  Adding until () { } support
  Adding until support
  Finally fixing until
  Noted fix to until bug
  Adding a regression test for bug #19629
  Adding support for list statements
  Correcting the dump
  Correcting the dump
  All tests pass
  Adding test for ->prune
  Adding more tests
  Fixing ->prune
  Fixing prune
  Updating VERSION to 1.115
  Correcting bad newlines
  Comment tweak
  Adding PPI::Document::File
  Added readonly document attribute
  Fixing tests
  Applied #16892: [PATCH] docs and comments
  Fixed a range of bugs
  Fixed #19629 (End of list mistakenly seen as end of statement)
  Incrementing version for release
  Fixed a number of bugs
  Add the dor operator
  Adding support for .123 decimal numbers
  Preparing for release of 1.118
  Work around the need for a #!/use/bin/perl line
  Fixing #1: Make test fails (undeclared global variable $document) 
under Perl 5.6.2
  Tweaking the test to also cover the leading whitespace bug
  Tweaked a test slightly
  Noting some changes
  Stronger enabling of warnings during tests
  Noting Module::Install upgrade
  Fixing a bug in PPI::Document::File->new.
  Adding literal support for PPI::Token::Quote::Single (i.e. I did the 
easiest one) :)
  Some minor documentation fixes
  Some minor documentation fixes
  Some minor documentation fixes
  Adding tests for invalid nesting
  Use the more-correct _INSTANCE test
  Renaming a sample
  Adding nested statement and nested structure tests, and fixing some 
uncovered bugs.
  Enable tainting for inline tests
  Add elements to the tree BEFORE we recurse into them, so that we can do 
more-complex detections, like for map( { $_ =>
  Setting to dev version for release
  Added initial timeout support
  Tweak
  Preparing for next dev release
  Preparing for release
  Adding new modules from laptop
  Removing "All rights reserved"
  Incrementing pip version, changing the path to the repository
  Make the tests readonly, clean up the quote engine contributed tests
  Adding more optimizations, support for \EOF, and some bug fixes
  Adding regression test for \EOF
  Preparing for release
  Correcting newlines, preparing for release
  Moving the 99 test to 99_author.t
  Tweaks
  Adding another regression case
  Adding a regression case
  Bugs fixed
  Updating version to 1.199_05
  Newline corrections
  Some minor fixes to some tests
  Minor tweak
  Updating for release
  Minor bug fix
  Incrementing version for release
  Correcting the base call
  Incrementing version and setting Changes for release
  Removing "use base 'Exporter';"
  Preparing back-compatible release
  Typo fix
  Adding some operators and magic variables for Perl 5.10.0
  Converting every use of build_requires: to test_requires: for future 
compatibility with the FreeBSD test_requires metadata upgrade
  Removing a no warnings
  Various additions
  Adding some missing files
  Getting closer to release
  PPI changes all work
  Preparing for release
  Correcting the copyright
  Correcting the release date
  Updating to the production version
  Adding changes for PPI
  Adding empty document
  Adding missing regression
  Bug fixes for release
  Updating changes for release
  Explicitly copying a capture
  Starting on more thorough complete implementation.
  Bits and pieces
  Adding

[libppi-perl] branch master updated (e9ce179 -> 04aab0e)

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

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

  from  e9ce179   update changelog
  adds  7c92e6c   Importing PPI from the SourceForge CVS
  adds  33ae821   Moving t.data to t/data
  adds  1480b06   Compensating for the test data relocation
  adds  d7aab93   Updating template
  adds  23f0c6c   Correcting newlines
  adds  f0e2e56   Adding a fix to support power operators
  adds  59b3bb3   Fixing glob cast vs operator
  adds  a0699f5   Fixed regressions
  adds  7075529   Preparing for release
  adds  d2b8c68   Preparing for an emergency release
  adds  9fea5f3   Another fix
  adds  690094b   Adding a skip for strange locales
  adds  98701c3   Noting locale test
  adds  de466be   Incrementing version to 1.112 for release
  adds  a7740fa   Fixing the wording for the unicode-incompatibility message
  adds  c08e3ab   Removing the use of auto_install
  adds  a2b2705   Incrementing some heavily used modules to remove the use 
of AutoInstall
  adds  d3c6095   Incrementing version
  adds  5089558   Move from IO::Scalar to IO::String. Add dependency on 
Task::Weaken
  adds  c513681   Incrementing version for release
  adds  344211d   Correcting test
  adds  d87a2e5   Minor bug fix
  adds  373ee31   Noting bug fix
  adds  7b7d79f   Adding test for until () { }
  adds  1d4fd34   Adding until () { } support
  adds  93418dd   Adding until support
  adds  e7ad7ae   Finally fixing until
  adds  c34ccd8   Noted fix to until bug
  adds  2200b3c   Adding a regression test for bug #19629
  adds  e2057f6   Adding support for list statements
  adds  2e1249c   Correcting the dump
  adds  0d90c8a   Correcting the dump
  adds  115e69e   All tests pass
  adds  6ccc31a   Adding test for ->prune
  adds  2125c5d   Adding more tests
  adds  657a825   Fixing ->prune
  adds  5ba2826   Fixing prune
  adds  4044c80   Updating VERSION to 1.115
  adds  6c25b71   Correcting bad newlines
  adds  896230c   Comment tweak
  adds  92ec4ba   Doc fixes: 1) svn instead of CVS, 2) 2 typos
  adds  16a8e8c   RT 19629, part II: Catch lists that start blocks as well 
as those that start documents
  adds  00fe9b4   Adding PPI::Document::File
  adds  8fe2493   Bugfix: decision about whether location computation had 
already begun was wrong
  adds  8ca172a   Bugfix: 'goto' is a PPI::Statement::Break trigger Docfix: 
'redo' is a PPI::Statement::Break trigger
  adds  2367078   Update 'Changes' for post-1.115 work
  adds  43a8d69   Added readonly document attribute
  adds  bdf9384   Fixing tests
  adds  87e046e   Add a failing regression test for   
http://rt.cpan.org/Ticket/Display.html?id=20612
  adds  bea91dc   Oops, revert r865.  I got confused about content() vs. 
serialize()
  adds  dfa0bba   Add regression test for '1-1', where '-' should be an 
Operator
  adds  3fe26d4   Add a base() method to PPI::Token::Number which returns a 
numeral base, like 10 or 16.
  adds  fd2f75e   Applied #16892: [PATCH] docs and comments
  adds  b3cbea2   Fixed a range of bugs
  adds  45acf79   Fixed #19629 (End of list mistakenly seen as end of 
statement)
  adds  10a15c2   Incrementing version for release
  adds  ea5482e   Add failing tests for two new regressions:  -t; and  
{print} sub foo {}
  adds  fd14321   Fixed a number of bugs
  adds  adb8673   Fixed RT #21571: symbol() mistakenly returns just sigil
  adds  78fc870   Fixed RT #21575: variables() chokes on my list with 
whitespace
  adds  a311785   Add failing regression test for RT #20480: misparse of 
'.1234' as '.' operator
  adds  e411c29   Fix POD spelling errors (ran through Test::Spelling)
  adds  60e9ee7   Stop using unlocalized $_ in _process_next_char (from 
part of RT #16952)
  adds  3ccade6   Add failing test for "/=" which gets parsed as two 
operators, "/" and "="
  adds  b5746e6   Fix parsing for *= and /= (two separate bugs) Credit to 
Peter Guzis for spotting the bugs
  adds  91a154b   Add the dor operator
  adds  c47e01c   Adding support for .123 decimal numbers
  adds  a1f7536   Refactor duplicated file.code/file.dump testing into a 
subroutine
  adds  bcbe270   Preparing for release of 1.118
  adds  780bc62   Work around the need for a #!/use/bin/perl line
  adds  59d5920   Fixing #1: Make test fails (undeclared global 
variable $document) under Perl 5.6.2
  adds  6609ae1   Tweaking the test to also cover the leading whitespace bug
  adds  86e483c   Tweaked a test slightly
  adds  64f6693   Noting some changes
  adds  61bdbfe   Stronger enabling of warnings during tests
  adds  7d24299   Noting Module::Install upgrade
  adds  6ddfc17   Work on PPI::Token::Number coverage  * Add test to 
distinguish 1

[libppi-perl] annotated tag debian/1.236-1 created (now 9b3912c)

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

carnil pushed a change to annotated tag debian/1.236-1
in repository libppi-perl.

at  9b3912c   (tag)
   tagging  04aab0e15e232b23d11e6fb7df667ce51a989671 (commit)
  replaces  upstream/1.236
 tagged by  Salvatore Bonaccorso
on  Sun Jun 25 10:43:57 2017 +0200

- Log -
tagging package libppi-perl version debian/1.236-1
-BEGIN PGP SIGNATURE-

iQKmBAABCgCQFiEERkRAmAjBceBVMd3uBUy48xNDz0QFAllPd81fFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDQ2
NDQ0MDk4MDhDMTcxRTA1NTMxRERFRTA1NENCOEYzMTM0M0NGNDQSHGNhcm5pbEBk
ZWJpYW4ub3JnAAoJEAVMuPMTQ89EgnAQAJTKuUJaTdnLlb0h3DBifXPtW6kSadhW
qPMvrTjBQ+bl1Uzicu77MOH7xQF8kqofQtKxd+yNy5S2Eehn1yZ41DZlFqv9dmRd
VYsRlEpE01NkCFnAKGz6m4V3t5moj38FGJW/ESwd62ctaVTR4aW8vOC2dh/zYfL/
Nd0qKDeEiMSav+HOyxABJ952hKLWeeU2xC8/i/OZKdYe5u4lN3GwZ+H0xoXr1jAQ
XOJurAhdQHJhSw8BPjlCd2qUq8RUvLOAiXp9mQhZuxnxE/iTaTzs7jECSBT0WoA3
XAsf0bbCCZzAhVYjpptbKBszvRYeK/iKjNS78koOtBFciUunZJf+xmfiwxrSUcwq
2rEuP5VWYJKnh8PFEsBnNYlJbLqMs0Uf9kP3k3k6zMjwpsdGRG3Ap4SZTP8D77IS
X6+k8OFqAebQ0ISfRBqMghVWi/xzgXDSKRzVJupMiZg3kY3DLMpDJiaIRQ60Al7P
H4uMzRSBkqLUJrbrt7PxLFyUhzyYVRDaAuIaBLL1eAv4UtTeVZHq/t+g4aQ1kd9g
lyOn31qqCCedbGYN7V4QlE/u0q6tLf4Mhiy9N1TG8Lzdy6Ccir8RFv9kYec6ET0S
uhiIvFvSV0sS9moD+x7mjfmrBrT0fS3WSDbtC4m/2KQkrm7WdfohlZyt5QH29eF1
roH7c0j/4pEZ
=E4sX
-END PGP SIGNATURE-

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

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

Damyan Ivanov (18):
  [svn-inject] Applying Debian modifications to trunk
  * Taking over the package for the Debian Perl Group with Florian's consent
  * New upstream release (closes: #451411)
  * debian/control: add Homepage and Vcs-* fields
  * Add libtest-object-perl to B-D-I. Closes: #444550 -- FTBFS: tests 
failed:
  Wrap long fields in debian/control
  Add TODO. Not ready for upload yet
  * debian/rules: clean-up
  * Add libtest-pod-perl to B-D-I allowing POD tests during build
  + remove boiler plate manpages for internal modules
  Ooops. Add debian/patches to the repository
  Prepare for release
  change debhelper compatibility level back to 5
  * add libtest-subcalls-perl to B-D-I
  stop removing no longer installed empty man pages
  trim upstream changes from debian/changelog
  bump perl (build-)dependency to 5.10 due to Storable 2.17
  releasing version 1.205-1

Gregor Herrmann (15):
  mass-change: rmdir /usr/{lib,share}/perl5 only if they exist as a 
preparation for perl5.10
  New upstream release.
  debian/copyright: update years of copyright.
  * Refresh debian/rules, no functional changes.
  * debian/control:
  releasing version 1.203-1
  [mass commit] switch Vcs-Browser from from WebSVN to ViewSVN
  Remove Florian Ragwitz from Uploaders (closes: #523256).
  back to UNRELEASED, TODO added to changelog
  Build depend on libpod-simple-perl (>= 3.06), otherwise the generated
  debian/watch: use extended regexp for matching upstream versions.
  Remove an unused environment variable (debian/rules) and obsolete build
  New upstream release.
  * Set Standards-Version to 3.9.0 (no changes).
  releasing version 1.213-1

Jonathan Yu (22):
  * New upstream release
  WAITS for libtest-subcalls-perl
  * New upstream release
  Rewrote control description to remove first-person "we"
  * Added copyright information for Module::Install
  Oops, meant to use manpage-has-errors-from-pod2man
  Added the META.yml and Pod tests
  Remove manpages for _QuoteEngine::{Full|Simple}.3pm since they're not 
really useful and don't contain whatis entries. Set to dch -r, appears lintian 
clean
  Changed Homepage to the CPAN page rather than SourceForge, since it
  Updated copyright information (Module::Install, t/data/24_v6/Grammar.pm)
  * New upstream release
  remove duplicate libtest-pod-perl
  looks good, dch -r
  * New upstream release
  Add Class::Inspector to B-D-I
  looks good, builds clean, dch -r
  No functional changes
  Use new 3.0 (quilt) source format
  looks good, builds clean, dch -r
  * New upstream release
  looks good, dch -r
  make suggested changes, dch -r

Peter Makholm (2):
  Fixes lintian error: debian-rules-ignores-make-clean-error
  Remove boiler plate manpages for internal modules (lintian fixes)

Rene Mayorga (2):
  * debian/rules: delete /usr/lib/perl5 only if it exists. (Closes: #467851)
  updating my email address.

Ryan Niebur (1):
  mass updated jawnsy's email address

Salvatore Bonaccorso (23):
  add small TODO
  [packagecheck] fixed Vcs-(Git|Browser)/Homepage field(s) in 
debian/control and/or URL in debian/watch and/or rmdir /usr/{lib|share

[libppi-perl] branch pristine-tar updated (eac7717 -> 54b497e)

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

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

  from  eac7717   pristine-tar data for libppi-perl_1.220.orig.tar.gz
   new  54b497e   pristine-tar data for libppi-perl_1.236.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:
 libppi-perl_1.236.orig.tar.gz.delta | Bin 0 -> 12190 bytes
 libppi-perl_1.236.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libppi-perl_1.236.orig.tar.gz.delta
 create mode 100644 libppi-perl_1.236.orig.tar.gz.id

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

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


[libppi-perl] 04/07: Add Build-Depends-Indep on libtest-deep-perl

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

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

commit b472bc45f4a5aae54214b69b4de3fff730c2
Author: Salvatore Bonaccorso 
Date:   Sun Jun 25 10:28:47 2017 +0200

Add Build-Depends-Indep on libtest-deep-perl
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index 17a59a5..913a51c 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,7 @@ Build-Depends-Indep: libclass-inspector-perl,
  liblist-moreutils-perl,
  libparams-util-perl,
  libtask-weaken-perl,
+ libtest-deep-perl,
  libtest-object-perl,
  libtest-subcalls-perl,
  perl

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

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


[libppi-perl] 06/07: Declare compliance with Debian policy 4.0.0

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

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

commit 0d9b21e86958fc4ca59094e207cde1a70dc5de34
Author: Salvatore Bonaccorso 
Date:   Sun Jun 25 10:33:14 2017 +0200

Declare compliance with Debian policy 4.0.0
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index d584c42..660ee6d 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Build-Depends-Indep: libclass-inspector-perl,
  libtest-object-perl,
  libtest-subcalls-perl,
  perl
-Standards-Version: 3.9.6
+Standards-Version: 4.0.0
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libppi-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libppi-perl.git
 Homepage: https://metacpan.org/release/PPI

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

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


[libppi-perl] 03/07: Drop Build-Depends-Indep on libtest-nowarnings-perl

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

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

commit 8bac35c50ec91068300b4754567cbae5e6c8f5b6
Author: Salvatore Bonaccorso 
Date:   Sun Jun 25 10:27:40 2017 +0200

Drop Build-Depends-Indep on libtest-nowarnings-perl
---
 debian/control | 1 -
 1 file changed, 1 deletion(-)

diff --git a/debian/control b/debian/control
index 6ee2412..17a59a5 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,6 @@ Build-Depends-Indep: libclass-inspector-perl,
  liblist-moreutils-perl,
  libparams-util-perl,
  libtask-weaken-perl,
- libtest-nowarnings-perl,
  libtest-object-perl,
  libtest-subcalls-perl,
  perl

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

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


[libppi-perl] 07/07: Prepare changelog for release

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

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

commit 04aab0e15e232b23d11e6fb7df667ce51a989671
Author: Salvatore Bonaccorso 
Date:   Sun Jun 25 10:43:45 2017 +0200

Prepare changelog for release

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

diff --git a/debian/changelog b/debian/changelog
index f11bc0f..0ee0760 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,6 @@
-libppi-perl (1.236-1) UNRELEASED; urgency=medium
+libppi-perl (1.236-1) unstable; urgency=medium
+
+  * Team upload.
 
   [ Salvatore Bonaccorso ]
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
@@ -10,8 +12,12 @@ libppi-perl (1.236-1) UNRELEASED; urgency=medium
 
   [ Salvatore Bonaccorso ]
   * Import upstream version 1.236
+  * Drop Build-Depends-Indep on libtest-nowarnings-perl
+  * Add Build-Depends-Indep on libtest-deep-perl
+  * Bump Debhelper compat level to 9
+  * Declare compliance with Debian policy 4.0.0
 
- -- Salvatore Bonaccorso   Sun, 25 Jun 2017 10:24:06 +0200
+ -- Salvatore Bonaccorso   Sun, 25 Jun 2017 10:34:11 +0200
 
 libppi-perl (1.220-1) unstable; urgency=medium
 

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

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


[libppi-perl] 02/07: Update debian/changelog

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

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

commit 61dc13c7421cd599884342cae2120fd330600ae3
Author: Salvatore Bonaccorso 
Date:   Sun Jun 25 10:24:06 2017 +0200

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 98f496e..f11bc0f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libppi-perl (1.220-2) UNRELEASED; urgency=medium
+libppi-perl (1.236-1) UNRELEASED; urgency=medium
 
   [ Salvatore Bonaccorso ]
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
@@ -8,7 +8,10 @@ libppi-perl (1.220-2) UNRELEASED; urgency=medium
   * Remove Jonathan Yu from Uploaders. Thanks for your work!
   * Remove Rene Mayorga from Uploaders. Thanks for your work!
 
- -- Salvatore Bonaccorso   Sat, 30 Jan 2016 20:06:16 +0100
+  [ Salvatore Bonaccorso ]
+  * Import upstream version 1.236
+
+ -- Salvatore Bonaccorso   Sun, 25 Jun 2017 10:24:06 +0200
 
 libppi-perl (1.220-1) unstable; urgency=medium
 

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

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


[libppi-perl] 01/01: pristine-tar data for libppi-perl_1.236.orig.tar.gz

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

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

commit 54b497ea2b4bf20ad51eee8d4f4b136d98803346
Author: Salvatore Bonaccorso 
Date:   Sun Jun 25 10:24:06 2017 +0200

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

diff --git a/libppi-perl_1.236.orig.tar.gz.delta 
b/libppi-perl_1.236.orig.tar.gz.delta
new file mode 100644
index 000..585c79d
Binary files /dev/null and b/libppi-perl_1.236.orig.tar.gz.delta differ
diff --git a/libppi-perl_1.236.orig.tar.gz.id b/libppi-perl_1.236.orig.tar.gz.id
new file mode 100644
index 000..40a7c01
--- /dev/null
+++ b/libppi-perl_1.236.orig.tar.gz.id
@@ -0,0 +1 @@
+5a69721b5296045ae293af6ef92c567e93400c12

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

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


[libppi-perl] 01/07: Updated version 1.236 from 'upstream/1.236'

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

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

commit 7fc74bc03f0d4302d3fd7b3ef32a38e21575ed39
Merge: e9ce179 2f51bb8
Author: Salvatore Bonaccorso 
Date:   Sun Jun 25 10:24:06 2017 +0200

Updated version 1.236 from 'upstream/1.236'

with Debian dir 957aa8c64fc4146011627dd63ded08b2e1768be3

 Changes   |   81 ++
 MANIFEST  |   34 +-
 META.yml  |8 +-
 Makefile.PL   |9 +-
 README|   88 +-
 README.md | 1566 -
 inc/Module/Install.pm |2 +-
 inc/Module/Install/Base.pm|2 +-
 inc/Module/Install/Can.pm |2 +-
 inc/Module/Install/Fetch.pm   |2 +-
 inc/Module/Install/Makefile.pm|2 +-
 inc/Module/Install/Metadata.pm|2 +-
 inc/Module/Install/ReadmeFromPod.pm   |   49 +-
 inc/Module/Install/Win32.pm   |2 +-
 inc/Module/Install/With.pm|2 +-
 inc/Module/Install/WriteAll.pm|2 +-
 lib/PPI.pm|   78 +-
 lib/PPI/Cache.pm  |4 +-
 lib/PPI/Document.pm   |   78 +-
 lib/PPI/Document/File.pm  |2 +-
 lib/PPI/Document/Fragment.pm  |2 +-
 lib/PPI/Document/Normalized.pm|2 +-
 lib/PPI/Dumper.pm |7 +-
 lib/PPI/Element.pm|4 +-
 lib/PPI/Exception.pm  |   75 +-
 lib/PPI/Exception/ParserRejection.pm  |2 +-
 lib/PPI/Exception/ParserTimeout.pm|   12 -
 lib/PPI/Find.pm   |4 +-
 lib/PPI/Lexer.pm  |   77 +-
 lib/PPI/Node.pm   |   11 +-
 lib/PPI/Normal.pm |6 +-
 lib/PPI/Normal/Standard.pm|2 +-
 lib/PPI/Statement.pm  |2 +-
 lib/PPI/Statement/Break.pm|2 +-
 lib/PPI/Statement/Compound.pm |2 +-
 lib/PPI/Statement/Data.pm |2 +-
 lib/PPI/Statement/End.pm  |4 +-
 lib/PPI/Statement/Expression.pm   |2 +-
 lib/PPI/Statement/Given.pm|2 +-
 lib/PPI/Statement/Include.pm  |2 +-
 lib/PPI/Statement/Include/Perl6.pm|2 +-
 lib/PPI/Statement/Null.pm |2 +-
 lib/PPI/Statement/Package.pm  |   27 +-
 lib/PPI/Statement/Scheduled.pm|2 +-
 lib/PPI/Statement/Sub.pm  |   10 +-
 lib/PPI/Statement/Unknown.pm  |2 +-
 lib/PPI/Statement/UnmatchedBrace.pm   |2 +-
 lib/PPI/Statement/Variable.pm |2 +-
 lib/PPI/Statement/When.pm |2 +-
 lib/PPI/Structure.pm  |7 +-
 lib/PPI/Structure/Block.pm|2 +-
 lib/PPI/Structure/Condition.pm|2 +-
 lib/PPI/Structure/Constructor.pm  |2 +-
 lib/PPI/Structure/For.pm  |2 +-
 lib/PPI/Structure/Given.pm|2 +-
 lib/PPI/Structure/List.pm |2 +-
 lib/PPI/Structure/Subscript.pm|2 +-
 lib/PPI/Structure/Unknown.pm  |2 +-
 lib/PPI/Structure/When.pm |2 +-
 lib/PPI/Token.pm  |2 +-
 lib/PPI/Token/ArrayIndex.pm   |2 +-
 lib/PPI/Token/Attribute.pm|4 +-
 lib/PPI/Token/BOM.pm  |2 +-
 lib/PPI/Token/Cast.pm |2 +-
 lib/PPI/Token/Comment.pm  |2 +-
 lib/PPI/Token/DashedWord.pm   |2 +-
 lib/PPI/Token/Data.pm |2 +-
 lib/PPI/Token/End.pm  |2 +-
 lib/PPI/Token/HereDoc.pm  |   43 +-
 lib/PPI/Token/Label.pm|2 +-
 lib/PPI/Token/Magic.pm|8 +-
 lib/PPI/Token/Number.pm   |2 +-
 lib/PPI/Token/Number/Binary.pm|2 +-
 lib/PPI/Token/Number/Exp.pm   |   26 +-
 lib/PPI/Token/Number/Float.pm |8 +-
 lib/PPI/Token/Number/Hex.pm   |4 +-
 lib/PPI/Token/Number/Octal.pm |2 +-
 lib/PPI/Token/Number/Version.pm   |   18 +-
 lib/PPI/Token/Operator.pm |2 +-
 lib/PPI/Token/Pod.pm  |2 +-
 lib/PPI/Token/Prototype.pm|2 +-
 lib/PPI/Token/Quote.pm|4 +-
 lib/PPI/Token/Quote/Double.pm |5 +-
 lib/PPI/Token/Quote/Interpolate.pm|2 +-
 lib/PPI/Token/Quote/Literal.pm|2 +-
 lib/PPI/Token/Quote/Single.pm |2 +-
 lib/PPI/Token/QuoteLike.pm|2 +-
 lib/PPI/Token/QuoteLike/Backtick.pm   |2 +-
 lib/PPI/Token/QuoteLike/Command.pm|2 +-
 lib/PPI/Token/QuoteLike/Readline.pm   |2 +-
 lib/PPI/Token/QuoteLike/Regexp.pm |2 +-
 lib/PPI/Token/QuoteLike/Words.pm  |   25 +-
 lib/PPI/Token/Regexp.pm   |2 +-
 lib/PPI/Token/Regex

[libppi-perl] 05/07: Bump Debhelper compat level to 9

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

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

commit 124825dea2af8257e4a0aec846d4fe4ed2dd5fca
Author: Salvatore Bonaccorso 
Date:   Sun Jun 25 10:32:20 2017 +0200

Bump Debhelper compat level to 9
---
 debian/compat  | 2 +-
 debian/control | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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 913a51c..d584c42 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Uploaders: Damyan Ivanov ,
 Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Build-Depends: debhelper (>= 8)
+Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: libclass-inspector-perl,
  libclone-perl,
  libfile-remove-perl,

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

___
Pkg-perl-cvs-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-simple-perl] branch master updated (7b8550f -> c1b3019)

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

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

  from  7b8550f   update changelog
   new  c1b3019   add bug closer for #865893

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


Summary of changes:
 debian/changelog | 2 ++
 1 file changed, 2 insertions(+)

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

___
Pkg-perl-cvs-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-simple-perl] 01/01: add bug closer for #865893

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

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

commit c1b3019f345df3032f0c7e2728e8555d501c857d
Author: gregor herrmann 
Date:   Sun Jun 25 18:39:59 2017 +0200

add bug closer for #865893

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

diff --git a/debian/changelog b/debian/changelog
index 8bd2f33..fd5dc75 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ libtest-simple-perl (1.302086-1) UNRELEASED; urgency=medium
   https://github.com/Test-More/test-more/issues/770
 
   * Import upstream versions 1.302085, 1.302086.
+Fixes "crashes the libapache2-authcookie-perl test suite"
+(Closes: #865893)
   * Declare compliance with Debian Policy 4.0.0.
 
  -- gregor herrmann   Fri, 23 Jun 2017 19:01:12 +0200

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

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


[libconfig-model-itself-perl] 01/02: control: declare compliance with policy 4.0.0

2017-06-25 Thread dod
This is an automated email from the git hooks/post-receive script.

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

commit 3dd8a0f955130f410e2925aac93164d9b549c8ee
Author: Dominique Dumont 
Date:   Sun Jun 25 20:00:34 2017 +0200

control: declare compliance with policy 4.0.0
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 468ec08..de093ea 100644
--- a/debian/control
+++ b/debian/control
@@ -26,7 +26,7 @@ Build-Depends-Indep: bash-completion,
  libtest-pod-perl,
  libtext-diff-perl,
  libyaml-tiny-perl
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libconfig-model-itself-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libconfig-model-itself-perl.git
 Homepage: https://github.com/dod38fr/config-model/wiki

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

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


[libconfig-model-itself-perl] annotated tag debian/2.011-2 created (now 53e1d93)

2017-06-25 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a change to annotated tag debian/2.011-2
in repository libconfig-model-itself-perl.

at  53e1d93   (tag)
   tagging  0d6fed0d051e1d4e5b9fa52b7edec20022a67916 (commit)
  replaces  debian/2.011-1
 tagged by  Dominique Dumont
on  Sun Jun 25 20:08:04 2017 +0200

- Log -
libconfig-model-itself-perl Debian release 2.011-2
-BEGIN PGP SIGNATURE-

iQIzBAABCAAdFiEEn3I5/LZk8Qsz6dwDwx9P2UmrK2wFAllP/AQACgkQwx9P2Umr
K2widw//V1jqXLewJchJe/aIvD6oiuA3khnlfFA214fdmJl3PpVtmO6YFe2CU7eH
QfAbIX/Td4DVKYYaHx8iIpS59ETCSKbYw5P21t8M6dTbiYZ2mbsgW0+tEQ5PazID
vi3RK44b11GSvAyUcpVo3tZnxVb1RRgPX+h+WBs3ypAzwL92XSKQX+zte7XMR3Zl
YIBXs954pT5o73Yt/a0ufwI5om87pmzytXpZ5Mulk0LwQ89O+DoJeZs/4e0NHOVB
CSVK0wnq8ilml335FE4+REOML6uZ/sCY4RIGiZUI9CnuyPDcOvC4nbM+FOXnIzcm
WAUxitZMNEKG8bhf2N/S2uzAKaVBed/j9ELqpvHr1aK+YQqFk982GFm4EGI9112r
lzMjiUDFmcF/EAsO91ESHItisy9JKHlWiUnsWzieU4wc69Ivcck3iPBapiD2teEd
kB8lwTJVkl+pjxuEtw2xTG+cU93vkF7z5GBODKpVY/RYstgSrRZAGpnyQllK3Wtk
j0aIAX1rm6D98pnuNK6Q9BkLyEHMpJMbdjH8qSmDgKGf2PzAsdC7xTwKpZ5cJ3E6
kzZn94wYXraztl2DqQrwHMYejZYhCswmLu1QU/acykyUMPE82Y8vv8ifVfmEriNc
dfx3P/ZrAvFCSArcuuRRwY93CtXe6eKOSAPWvRwKMOxK93fmXPw=
=0pN6
-END PGP SIGNATURE-

Dominique Dumont (2):
  control: declare compliance with policy 4.0.0
  prepare release

---

This annotated tag includes the following new commits:

   new  3dd8a0f   control: declare compliance with policy 4.0.0
   new  0d6fed0   prepare release

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


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

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


[libconfig-model-itself-perl] 02/02: prepare release

2017-06-25 Thread dod
This is an automated email from the git hooks/post-receive script.

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

commit 0d6fed0d051e1d4e5b9fa52b7edec20022a67916
Author: Dominique Dumont 
Date:   Sun Jun 25 20:01:06 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 5cec277..5364aa9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libconfig-model-itself-perl (2.011-2) unstable; urgency=medium
+
+  * control: declare compliance with policy 4.0.0
+
+ -- Dominique Dumont   Sun, 25 Jun 2017 20:00:49 +0200
+
 libconfig-model-itself-perl (2.011-1) experimental; urgency=medium
 
   * New upstream version 2.011

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

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


[libconfig-model-itself-perl] branch master updated (5f0eaa2 -> 0d6fed0)

2017-06-25 Thread dod
This is an automated email from the git hooks/post-receive script.

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

  from  5f0eaa2   prepare release
   new  3dd8a0f   control: declare compliance with policy 4.0.0
   new  0d6fed0   prepare release

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


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

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

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


[libtap-simpleoutput-perl] 02/06: Update debian/changelog

2017-06-25 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

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

commit a38fb99003ad3c515a45dd35c80babbda04881ff
Author: Lucas Kanashiro 
Date:   Sun Jun 25 15:44:43 2017 -0300

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index 94cc974..4923c1c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libtap-simpleoutput-perl (0.009-1) UNRELEASED; urgency=medium
+
+  * Import upstream version 0.009
+
+ -- Lucas Kanashiro   Sun, 25 Jun 2017 15:44:43 -0300
+
 libtap-simpleoutput-perl (0.008-1) unstable; urgency=medium
 
   * Team upload.

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

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


[libtap-simpleoutput-perl] 06/06: releasing libtap-simpleoutput-perl version 0.009-1 to unstable

2017-06-25 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

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

commit ffa6d859a6970417da3cfacd35a00379f3b4c436
Author: Lucas Kanashiro 
Date:   Sun Jun 25 15:48:26 2017 -0300

releasing libtap-simpleoutput-perl version 0.009-1 to unstable
---
 debian/changelog | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 37df732..e76e470 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,12 @@
-libtap-simpleoutput-perl (0.009-1) UNRELEASED; urgency=medium
+libtap-simpleoutput-perl (0.009-1) unstable; urgency=medium
 
+  * Team upload.
   * Import upstream version 0.009
   * Bump debhelper compatibility level to 10
   * Declare compliance with Debian Policy 4.0.0
   * Add build and runtime dependency on libperl-version-perl
 
- -- Lucas Kanashiro   Sun, 25 Jun 2017 15:44:43 -0300
+ -- Lucas Kanashiro   Sun, 25 Jun 2017 15:48:01 -0300
 
 libtap-simpleoutput-perl (0.008-1) unstable; urgency=medium
 

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

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


[libtap-simpleoutput-perl] 01/01: pristine-tar data for libtap-simpleoutput-perl_0.009.orig.tar.gz

2017-06-25 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 libtap-simpleoutput-perl.

commit 3f2b3da83b9f7b1adbf681792f60406a2b1f4f0b
Author: Lucas Kanashiro 
Date:   Sun Jun 25 15:44:40 2017 -0300

pristine-tar data for libtap-simpleoutput-perl_0.009.orig.tar.gz
---
 libtap-simpleoutput-perl_0.009.orig.tar.gz.delta | Bin 0 -> 1822 bytes
 libtap-simpleoutput-perl_0.009.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libtap-simpleoutput-perl_0.009.orig.tar.gz.delta 
b/libtap-simpleoutput-perl_0.009.orig.tar.gz.delta
new file mode 100644
index 000..6873266
Binary files /dev/null and b/libtap-simpleoutput-perl_0.009.orig.tar.gz.delta 
differ
diff --git a/libtap-simpleoutput-perl_0.009.orig.tar.gz.id 
b/libtap-simpleoutput-perl_0.009.orig.tar.gz.id
new file mode 100644
index 000..ea47bd9
--- /dev/null
+++ b/libtap-simpleoutput-perl_0.009.orig.tar.gz.id
@@ -0,0 +1 @@
+c95324fac88325740ca3c3bbaf3097eb5cc9b66f

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

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


[libtap-simpleoutput-perl] annotated tag debian/0.009-1 created (now 347ba8c)

2017-06-25 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a change to annotated tag debian/0.009-1
in repository libtap-simpleoutput-perl.

at  347ba8c   (tag)
   tagging  ffa6d859a6970417da3cfacd35a00379f3b4c436 (commit)
  replaces  debian/0.008-1
 tagged by  Lucas Kanashiro
on  Sun Jun 25 15:53:24 2017 -0300

- Log -
Release debian/0.009-1
-BEGIN PGP SIGNATURE-

iQIzBAABCAAdFiEEjtbD+LrJ23/BMKhw+COicpiDyXwFAllQBqQACgkQ+COicpiD
yXw/9BAAjhxgmkisp1EOnNbVR5SNZuHx9wlMhsJMu2GGKhC+8KdiOVH1JZwsF0d+
Zzr/mW8l2O6jrtCbRvUqT47IJij8hZqkZ3Ah6mvMUTAu/7K1fvVlXLty3Jcghp/I
JAHEZC+bANGz7T03QGFqMqsffoa18l6C88Vc5C0tqPcH7v/FErR2BuIevGsb8Z5A
eGgk85PqOk0UrNsS7j1tg+IiGPbQbultdvcWW7EA4S5Voxn6XN/3vTWAZpERVT0K
d0qi/N1cRIW9SGD5C3ljMKirKkyqsqv2cp0mfhA8FHl6zwhQZV2pyLbFAOOkgZ/6
c1heGNm1gMzCsUpVIiptbW90HNZSB9EjBxRIDO/k86zHt76mVO7o7udGEEAUApa0
Jwm0XcntwrRuW7YtzRtEtDTFLdcUFm/zYM8BOAALlNi8wY75pCBElI652bhk4onc
k2SCRUudydiDLiWt6QIkk42OEf6XuLLXUseuMKCS4LI+FbSiqGg97uiUuk64khuk
hoxTVdYaqzd/lmL5POzJo3sOUzwOz1x7wsj1xr8rDyE9s8BjG+rUx9tRi4EgoKre
ltGYgKZ32sTPCKzGE4bj1x+QR1SLn8+ohaawGSS/KZOKjwEyfcwxw1fpT8xSHRrS
VUrdF0eSZqbDxkYAFfeXrbh3Y6fpuG4zNaJPFpDu+h/fEl8vpLI=
=Ve/x
-END PGP SIGNATURE-

Chris Weyl (21):
  update travis config
  dropping generated cpanfile
  Drop caching from travis config
  Merge branch 'update/travis'
  Test _freeform, too
  Add counters_as_hashref(), and tests
  update Changes
  generated files: update
  make Pod::Spell happy
  Merge branch 'topic/as_hash'
  v0.004
  'a an' -> 'an'
  add subtest helper functions
  v0.005
  Add a () to a function call
  v0.006
  v0.007
  Export counters() by default, add counters() to :subtest
  v0.008
  Add a prereq on Perl::Version
  v0.009

Lucas Kanashiro (7):
  New upstream version 0.009
  Updated version 0.009 from 'upstream/0.009'
  Update debian/changelog
  Bump debhelper compatibility level to 10
  Declare compliance with Debian Policy 4.0.0
  Add build and runtime dependency on libperl-version-perl
  releasing libtap-simpleoutput-perl version 0.009-1 to unstable

---

This annotated tag includes the following new commits:

   new  f4c4153   Updated version 0.009 from 'upstream/0.009'
   new  a38fb99   Update debian/changelog
   new  d621f0d   Bump debhelper compatibility level to 10
   new  18ad0c4   Declare compliance with Debian Policy 4.0.0
   new  c6ca442   Add build and runtime dependency on libperl-version-perl
   new  ffa6d85   releasing libtap-simpleoutput-perl version 0.009-1 to 
unstable

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


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

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


[libtap-simpleoutput-perl] branch pristine-tar updated (da57880 -> 3f2b3da)

2017-06-25 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 libtap-simpleoutput-perl.

  from  da57880   pristine-tar data for 
libtap-simpleoutput-perl_0.008.orig.tar.gz
   new  3f2b3da   pristine-tar data for 
libtap-simpleoutput-perl_0.009.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:
 libtap-simpleoutput-perl_0.009.orig.tar.gz.delta | Bin 0 -> 1822 bytes
 libtap-simpleoutput-perl_0.009.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libtap-simpleoutput-perl_0.009.orig.tar.gz.delta
 create mode 100644 libtap-simpleoutput-perl_0.009.orig.tar.gz.id

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

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


[libtap-simpleoutput-perl] 01/06: Updated version 0.009 from 'upstream/0.009'

2017-06-25 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

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

commit f4c4153804ca1c674f9667279275cd20cf2366cf
Merge: ffcd34d 7521c2b
Author: Lucas Kanashiro 
Date:   Sun Jun 25 15:44:40 2017 -0300

Updated version 0.009 from 'upstream/0.009'

with Debian dir 1b287eaf68e66ff8e50a80e731513fc59432

 Changes |  4 
 META.json   | 18 +++---
 META.yml| 15 ---
 Makefile.PL |  4 +++-
 README  |  4 ++--
 SIGNATURE   | 32 
 cpanfile|  1 +
 dist.ini|  2 ++
 lib/TAP/SimpleOutput.pm |  6 +++---
 t/00-report-prereqs.dd  |  1 +
 10 files changed, 59 insertions(+), 28 deletions(-)

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

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


[libtap-simpleoutput-perl] 03/06: Bump debhelper compatibility level to 10

2017-06-25 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

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

commit d621f0dcae871e2c84fdaaf3de35b05b69c8ebd6
Author: Lucas Kanashiro 
Date:   Sun Jun 25 15:46:01 2017 -0300

Bump debhelper compatibility level to 10
---
 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 4923c1c..0addfe2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libtap-simpleoutput-perl (0.009-1) UNRELEASED; urgency=medium
 
   * Import upstream version 0.009
+  * Bump debhelper compatibility level to 10
 
  -- Lucas Kanashiro   Sun, 25 Jun 2017 15:44:43 -0300
 
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 4d4fc5e..fc01469 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: gregor herrmann 
 Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 10)
 Build-Depends-Indep: libclass-load-perl,
  libsub-exporter-progressive-perl,
  libtest-checkdeps-perl (>= 0.010),

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

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


[libtap-simpleoutput-perl] branch master updated (ffcd34d -> ffa6d85)

2017-06-25 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

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

  from  ffcd34d   Releasing package libtap-simpleoutput-perl version 0.008-1
  adds  cf47f90   update travis config
  adds  b574077   dropping generated cpanfile
  adds  2ed39ab   Drop caching from travis config
  adds  d3b19be   Merge branch 'update/travis'
  adds  bf70ea8   Test _freeform, too
  adds  8a3162b   Add counters_as_hashref(), and tests
  adds  c8e4a29   update Changes
  adds  02074a4   generated files: update
  adds  13137ce   make Pod::Spell happy
  adds  9419a7a   Merge branch 'topic/as_hash'
  adds  91f9ca1   v0.004
  adds  09968f3   'a an' -> 'an'
  adds  828cc5a   add subtest helper functions
  adds  7a7215d   v0.005
  adds  84db602   Add a () to a function call
  adds  c9adab7   v0.006
  adds  c61279b   v0.007
  adds  6755323   Export counters() by default, add counters() to :subtest
  adds  de4a0da   v0.008
  adds  ade99b8   Add a prereq on Perl::Version
  adds  fc346f8   v0.009
  adds  7521c2b   New upstream version 0.009
   new  f4c4153   Updated version 0.009 from 'upstream/0.009'
   new  a38fb99   Update debian/changelog
   new  d621f0d   Bump debhelper compatibility level to 10
   new  18ad0c4   Declare compliance with Debian Policy 4.0.0
   new  c6ca442   Add build and runtime dependency on libperl-version-perl
   new  ffa6d85   releasing libtap-simpleoutput-perl version 0.009-1 to 
unstable

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


Summary of changes:
 Changes |  4 
 META.json   | 18 +++---
 META.yml| 15 ---
 Makefile.PL |  4 +++-
 README  |  4 ++--
 SIGNATURE   | 32 
 cpanfile|  1 +
 debian/changelog| 10 ++
 debian/compat   |  2 +-
 debian/control  |  6 --
 dist.ini|  2 ++
 lib/TAP/SimpleOutput.pm |  6 +++---
 t/00-report-prereqs.dd  |  1 +
 13 files changed, 74 insertions(+), 31 deletions(-)

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

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


[libtap-simpleoutput-perl] annotated tag upstream/0.009 created (now 796d22e)

2017-06-25 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a change to annotated tag upstream/0.009
in repository libtap-simpleoutput-perl.

at  796d22e   (tag)
   tagging  7521c2ba71e2742bbf78319e2508ed938fd2f867 (commit)
  replaces  upstream/0.008
 tagged by  Lucas Kanashiro
on  Sun Jun 25 15:44:40 2017 -0300

- Log -
Upstream version 0.009
-BEGIN PGP SIGNATURE-

iQIzBAABCAAdFiEEjtbD+LrJ23/BMKhw+COicpiDyXwFAllQBJgACgkQ+COicpiD
yXz/TxAApiN2czACXS9eOT9I/zpCd8fjCAfjh7jMBDw/S9Y5SBui0+4ynzbROEO0
JO4htZKvVk7uEc0ATIEl3PM3fQK9PunUgrczszfGxhJf1dAedyKI5JYlY42T2L3r
2amemBLtCXL3WCMz7ScrypLZgics0u9P+cY1NNE4Oqdl30KhOzKKs8lX4kihXVTH
ps3gLIEX6NJZZg+aebAq+6BE2iAihNWRUwFsf8BcZ8n3c+Q7A0q9Z7ghkD87S2a9
iotnhee8jCBkPBB4SG7td/PC24JzpIhYDfA+ci3gjl8JyoIzhq9dentB8vKOOG8L
Nzv5uLjiQ3aoY87DsP+ahTzPVWnnaH9Bxr4XfTqrBae6FcYeBMzG4Mr9ud8KhNMP
58+CEtyqX8OyfG2RiEMPRpOWhlW5Hd8BFkzrG+WmPJb38vf2MbGzINaxZckTmdmn
+KXQV9qHr9EwhUItS+fnzzl+L8kkttg2Z2RtevM46QrL9Yc4zbJBcLBO9+1aHZaC
fN8eArtPFUN6A7NTF0EH4da8N+gnQVkyNd3YJ3Vt2Q9885Hci9iWwxqOsmgYFNh/
h6lKGcnKig4joUag+revTpwZP/ItaChahuskHW7Ph6hggdxPfmYTSp/y0AJuy8R6
oRXlNXGTNFCIaWKsIOEDFbU9wNOfA0BlxFFuuxvRyhtUC5vrrqY=
=eOXs
-END PGP SIGNATURE-

Chris Weyl (21):
  update travis config
  dropping generated cpanfile
  Drop caching from travis config
  Merge branch 'update/travis'
  Test _freeform, too
  Add counters_as_hashref(), and tests
  update Changes
  generated files: update
  make Pod::Spell happy
  Merge branch 'topic/as_hash'
  v0.004
  'a an' -> 'an'
  add subtest helper functions
  v0.005
  Add a () to a function call
  v0.006
  v0.007
  Export counters() by default, add counters() to :subtest
  v0.008
  Add a prereq on Perl::Version
  v0.009

Lucas Kanashiro (1):
  New upstream version 0.009

---

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

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


[libtap-simpleoutput-perl] 05/06: Add build and runtime dependency on libperl-version-perl

2017-06-25 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

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

commit c6ca442d597a065185363de0b9c2de4101bdfe35
Author: Lucas Kanashiro 
Date:   Sun Jun 25 15:47:55 2017 -0300

Add build and runtime dependency on libperl-version-perl
---
 debian/changelog | 1 +
 debian/control   | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c312102..37df732 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libtap-simpleoutput-perl (0.009-1) UNRELEASED; urgency=medium
   * Import upstream version 0.009
   * Bump debhelper compatibility level to 10
   * Declare compliance with Debian Policy 4.0.0
+  * Add build and runtime dependency on libperl-version-perl
 
  -- Lucas Kanashiro   Sun, 25 Jun 2017 15:44:43 -0300
 
diff --git a/debian/control b/debian/control
index f16bd99..df128bd 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 10)
 Build-Depends-Indep: libclass-load-perl,
+ libperl-version-perl,
  libsub-exporter-progressive-perl,
  libtest-checkdeps-perl (>= 0.010),
  perl
@@ -19,6 +20,7 @@ Architecture: all
 Depends: ${misc:Depends},
  ${perl:Depends},
  libclass-load-perl,
+ libperl-version-perl,
  libsub-exporter-progressive-perl
 Description: simple closure-driven TAP generator
  TAP::SimpleOutput provides one function, counters(), that returns a number of

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

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


[libtap-simpleoutput-perl] 04/06: Declare compliance with Debian Policy 4.0.0

2017-06-25 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

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

commit 18ad0c483ef1d1c87e5fdfb78003d13215eacbb1
Author: Lucas Kanashiro 
Date:   Sun Jun 25 15:46:29 2017 -0300

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

diff --git a/debian/changelog b/debian/changelog
index 0addfe2..c312102 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libtap-simpleoutput-perl (0.009-1) UNRELEASED; urgency=medium
 
   * Import upstream version 0.009
   * Bump debhelper compatibility level to 10
+  * Declare compliance with Debian Policy 4.0.0
 
  -- Lucas Kanashiro   Sun, 25 Jun 2017 15:44:43 -0300
 
diff --git a/debian/control b/debian/control
index fc01469..f16bd99 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends-Indep: libclass-load-perl,
  libsub-exporter-progressive-perl,
  libtest-checkdeps-perl (>= 0.010),
  perl
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libtap-simpleoutput-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libtap-simpleoutput-perl.git
 Homepage: https://metacpan.org/release/TAP-SimpleOutput

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

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


[libscalar-list-utils-perl] 01/05: Updated version 1.48 from 'upstream/1.48'

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

carnil pushed a commit to branch master
in repository libscalar-list-utils-perl.

commit 55c51b5052e8f8414418718bddea48460b89f5e8
Merge: 534c821 00464b2
Author: Salvatore Bonaccorso 
Date:   Sun Jun 25 20:50:15 2017 +0200

Updated version 1.48 from 'upstream/1.48'

with Debian dir 273c2ec9286abae539a8adfcd2c560350f009c90

 Changes |  9 
 ListUtil.xs | 66 -
 META.json   |  2 +-
 META.yml|  2 +-
 lib/List/Util.pm| 11 -
 lib/List/Util/XS.pm |  2 +-
 lib/Scalar/Util.pm  |  2 +-
 lib/Sub/Util.pm |  2 +-
 t/pair.t| 12 +-
 9 files changed, 80 insertions(+), 28 deletions(-)

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

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


[libscalar-list-utils-perl] 02/05: Update debian/changelog

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

carnil pushed a commit to branch master
in repository libscalar-list-utils-perl.

commit b24d90bddeda841c21cd56c4a3676ba8755b4db2
Author: Salvatore Bonaccorso 
Date:   Sun Jun 25 20:50:15 2017 +0200

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index 915266d..a3dc0e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libscalar-list-utils-perl (1:1.48-1) UNRELEASED; urgency=medium
+
+  * Import upstream version 1.48
+
+ -- Salvatore Bonaccorso   Sun, 25 Jun 2017 20:50:15 +0200
+
 libscalar-list-utils-perl (1:1.47-1) unstable; urgency=medium
 
   * Import upstream version 1.47

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

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


[libscalar-list-utils-perl] annotated tag debian/1%1.48-1 created (now 3f3832e)

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

carnil pushed a change to annotated tag debian/1%1.48-1
in repository libscalar-list-utils-perl.

at  3f3832e   (tag)
   tagging  fe2dfbdbfdd0092e919e823d104700a9ff07238d (commit)
  replaces  debian/1%1.47-1
 tagged by  Salvatore Bonaccorso
on  Sun Jun 25 20:53:53 2017 +0200

- Log -
tagging package libscalar-list-utils-perl version debian/1%1.48-1
-BEGIN PGP SIGNATURE-

iQKmBAABCgCQFiEERkRAmAjBceBVMd3uBUy48xNDz0QFAllQBsFfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDQ2
NDQ0MDk4MDhDMTcxRTA1NTMxRERFRTA1NENCOEYzMTM0M0NGNDQSHGNhcm5pbEBk
ZWJpYW4ub3JnAAoJEAVMuPMTQ89E+vEQAI4B/tYmEJR+d0icvU1qkPKfvFgJPjwX
rP7xcqDey6tHQRh364mZTrCtN4S89hFkU1aCps3XBtIZMRWHaleNxpVKLhd1hInC
ipPGxAXMbj9pdxjL49UPPClCTsi7qHRMTz7PvVB2friW9t25+FPPrCyWexjGVqV7
VjlT+oSO+F21y+79E5YuN1WhbtqM+ezTpU8uPXsIcYt4YtEuxqAnQ9KRnE6G+H2D
VohSngVgFWS+PxKaBqpnmeoOiyKZW4Y/xdyaDY++waSsXq2LpMWeQ/EK/EXRLjVj
YYiR9LXM1LM9IF4ogAlSHPHsilM48tnCQpac3ItcWVGRFqU7EZdC0nyWyY86ccwF
XiJtLxtz+EVRcL68mxGJy542aJallpCf0HwxUWJgiWL2+R+HMFssdNhneU/OKt4M
ubuaZO7Bsu8nXiVWQos9F8vU0TjYCuqccobHTQ5HP8MKe3Iv9abWEht07UZ3xXZD
hfBqI1una52OaSarddtZPQ8e6GFKKy1OpXDxBY0hRcdzSPCQFm1e2b42i7D+Srb+
1D/tKv/EdBQMXdI+kWYBF2g3klIHt7hiiGl+xQHmAcW8GknilHW3tHk9H48GdKdf
OyDfwguhfBxODsHhziYKAg4UKnq0mVSWzogvRot5sMcceSf3bv9TM4ZaQL1essbs
mf1eBYRVobGE
=7zzo
-END PGP SIGNATURE-

Salvatore Bonaccorso (6):
  New upstream version 1.48
  Updated version 1.48 from 'upstream/1.48'
  Update debian/changelog
  Update copyright years for debian/* packaging files
  Declare compliance with Debian policy 4.0.0
  Prepare changelog for release

---

This annotated tag includes the following new commits:

   new  55c51b5   Updated version 1.48 from 'upstream/1.48'
   new  b24d90b   Update debian/changelog
   new  6d5e6a4   Update copyright years for debian/* packaging files
   new  0f0a62a   Declare compliance with Debian policy 4.0.0
   new  fe2dfbd   Prepare changelog for release

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/libscalar-list-utils-perl.git

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


[libscalar-list-utils-perl] branch pristine-tar updated (7a0bfb8 -> 68033cd)

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

carnil pushed a change to branch pristine-tar
in repository libscalar-list-utils-perl.

  from  7a0bfb8   pristine-tar data for 
libscalar-list-utils-perl_1.47.orig.tar.gz
   new  68033cd   pristine-tar data for 
libscalar-list-utils-perl_1.48.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:
 libscalar-list-utils-perl_1.48.orig.tar.gz.delta | Bin 0 -> 2221 bytes
 libscalar-list-utils-perl_1.48.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libscalar-list-utils-perl_1.48.orig.tar.gz.delta
 create mode 100644 libscalar-list-utils-perl_1.48.orig.tar.gz.id

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

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


[libscalar-list-utils-perl] branch master updated (534c821 -> fe2dfbd)

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

carnil pushed a change to branch master
in repository libscalar-list-utils-perl.

  from  534c821   Prepare changelog for release
  adds  00464b2   New upstream version 1.48
   new  55c51b5   Updated version 1.48 from 'upstream/1.48'
   new  b24d90b   Update debian/changelog
   new  6d5e6a4   Update copyright years for debian/* packaging files
   new  0f0a62a   Declare compliance with Debian policy 4.0.0
   new  fe2dfbd   Prepare changelog for release

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:
 Changes |  9 
 ListUtil.xs | 66 -
 META.json   |  2 +-
 META.yml|  2 +-
 debian/changelog|  8 +++
 debian/control  |  2 +-
 debian/copyright|  2 +-
 lib/List/Util.pm| 11 -
 lib/List/Util/XS.pm |  2 +-
 lib/Scalar/Util.pm  |  2 +-
 lib/Sub/Util.pm |  2 +-
 t/pair.t| 12 +-
 12 files changed, 90 insertions(+), 30 deletions(-)

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

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


[libscalar-list-utils-perl] 03/05: Update copyright years for debian/* packaging files

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

carnil pushed a commit to branch master
in repository libscalar-list-utils-perl.

commit 6d5e6a4645ec9a9fc8f3fce890f3a3a2f64c5504
Author: Salvatore Bonaccorso 
Date:   Sun Jun 25 20:51:48 2017 +0200

Update copyright years for debian/* packaging files
---
 debian/copyright | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/copyright b/debian/copyright
index 00bc3eb..5f9ef4d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -46,7 +46,7 @@ Copyright: 2004-2010, Marcus Holland-Moritz 
 License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: 2009-2016, Salvatore Bonaccorso 
+Copyright: 2009-2017, Salvatore Bonaccorso 
  2010, Jonathan Yu 
  2011, Fabrizio Regalli 
 License: Artistic or GPL-1+

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

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


[libscalar-list-utils-perl] 04/05: Declare compliance with Debian policy 4.0.0

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

carnil pushed a commit to branch master
in repository libscalar-list-utils-perl.

commit 0f0a62a475ef9ba9943a2b121d2a2586d908727f
Author: Salvatore Bonaccorso 
Date:   Sun Jun 25 20:52:02 2017 +0200

Declare compliance with Debian policy 4.0.0
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 086f6a7..b04c455 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9.20120312~), perl
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libscalar-list-utils-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libscalar-list-utils-perl.git
 Homepage: https://metacpan.org/release/Scalar-List-Utils

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

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


[libscalar-list-utils-perl] 01/01: pristine-tar data for libscalar-list-utils-perl_1.48.orig.tar.gz

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

carnil pushed a commit to branch pristine-tar
in repository libscalar-list-utils-perl.

commit 68033cd99c6e7b2f6a60e833caf92f4f30387ee4
Author: Salvatore Bonaccorso 
Date:   Sun Jun 25 20:50:15 2017 +0200

pristine-tar data for libscalar-list-utils-perl_1.48.orig.tar.gz
---
 libscalar-list-utils-perl_1.48.orig.tar.gz.delta | Bin 0 -> 2221 bytes
 libscalar-list-utils-perl_1.48.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libscalar-list-utils-perl_1.48.orig.tar.gz.delta 
b/libscalar-list-utils-perl_1.48.orig.tar.gz.delta
new file mode 100644
index 000..bdf4f35
Binary files /dev/null and b/libscalar-list-utils-perl_1.48.orig.tar.gz.delta 
differ
diff --git a/libscalar-list-utils-perl_1.48.orig.tar.gz.id 
b/libscalar-list-utils-perl_1.48.orig.tar.gz.id
new file mode 100644
index 000..9716329
--- /dev/null
+++ b/libscalar-list-utils-perl_1.48.orig.tar.gz.id
@@ -0,0 +1 @@
+670b01d670ea4902c0ed420f0ca0e22ab147e228

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

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


[libscalar-list-utils-perl] 05/05: Prepare changelog for release

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

carnil pushed a commit to branch master
in repository libscalar-list-utils-perl.

commit fe2dfbdbfdd0092e919e823d104700a9ff07238d
Author: Salvatore Bonaccorso 
Date:   Sun Jun 25 20:52:25 2017 +0200

Prepare changelog for release

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

diff --git a/debian/changelog b/debian/changelog
index a3dc0e8..6279dc2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
-libscalar-list-utils-perl (1:1.48-1) UNRELEASED; urgency=medium
+libscalar-list-utils-perl (1:1.48-1) unstable; urgency=medium
 
   * Import upstream version 1.48
+  * Update copyright years for debian/* packaging files
+  * Declare compliance with Debian policy 4.0.0
 
- -- Salvatore Bonaccorso   Sun, 25 Jun 2017 20:50:15 +0200
+ -- Salvatore Bonaccorso   Sun, 25 Jun 2017 20:52:18 +0200
 
 libscalar-list-utils-perl (1:1.47-1) unstable; urgency=medium
 

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

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


[libscalar-list-utils-perl] annotated tag upstream/1.48 created (now a5220d3)

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

carnil pushed a change to annotated tag upstream/1.48
in repository libscalar-list-utils-perl.

at  a5220d3   (tag)
   tagging  00464b2bf9fda55f690648d55279b462b97cca8c (commit)
  replaces  upstream/1.47
 tagged by  Salvatore Bonaccorso
on  Sun Jun 25 20:50:15 2017 +0200

- Log -
Upstream version 1.48

Salvatore Bonaccorso (1):
  New upstream version 1.48

---

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/libscalar-list-utils-perl.git

___
Pkg-perl-cvs-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] 02/09: Update debian/changelog

2017-06-25 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 692cf22c7889c1aed621780109273418023f2442
Author: Lucas Kanashiro 
Date:   Sun Jun 25 15:27:35 2017 -0300

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index 1e698bd..3d1c2d7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libtest-moose-more-perl (0.048-1) UNRELEASED; urgency=medium
+
+  * Import upstream version 0.048
+
+ -- Lucas Kanashiro   Sun, 25 Jun 2017 15:27:35 -0300
+
 libtest-moose-more-perl (0.038-1) unstable; urgency=medium
 
   * Team upload.

-- 
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] 01/09: Updated version 0.048 from 'upstream/0.048'

2017-06-25 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 3ef55fc9aa5d9dc2f2293977690a48a80c0df4e0
Merge: a7e860e 82b83e5
Author: Lucas Kanashiro 
Date:   Sun Jun 25 15:27:21 2017 -0300

Updated version 0.048 from 'upstream/0.048'

with Debian dir 56d0bd92e9e499aff61e8ba14012790d4fcbd777

 Changes|  61 ++
 LICENSE|   2 +-
 MANIFEST   |  36 +-
 META.json  | 392 ++
 META.yml   | 379 ++
 Makefile.PL|  29 +-
 README | 332 -
 SIGNATURE  | 119 +--
 cpanfile   |  16 +-
 lib/Test/Moose/More.pm | 814 -
 lib/Test/Moose/More/Utils.pm   | 128 
 t/00-compile.t |  17 +-
 t/00-report-prereqs.dd |  16 +-
 t/00-report-prereqs.t  |  20 +-
 t/attribute_options_ok/basic.t |  85 +++
 t/attribute_options_ok/subtest-wrapper.t   |  62 ++
 t/does_metaroles_ok.t  | 125 
 t/does_not_metaroles_ok.t  | 125 
 t/does_not_ok.t|  10 +
 t/does_ok.t|  11 +
 t/has_method_ok.t  |  25 -
 t/{is_class_ok.t => is_class_ok/basic.t}   |   0
 .../moose-meta-attribute-should-be-moosey.t}   |  41 +-
 t/is_immutable_ok.t|   2 +-
 t/method_from_pkg_ok.t |  48 ++
 t/method_is_accessor_ok.t  |  49 ++
 t/method_is_not_accessor_ok.t  |  50 ++
 t/method_not_from_pkg_ok.t |  48 ++
 t/method_ok.t  | 142 
 t/no_meta_ok.t |  40 +
 t/pristine_ok.t|  19 +
 t/requires_method_ok.t |  15 +
 t/subtest-1.t  |  39 +
 t/validate_attribute.t | 154 
 t/validate_attribute/basic.t   | 101 +++
 t/{attribute => validate_attribute}/coerce.t   |  12 +-
 t/validate_attribute/in_roles.t|   2 +-
 .../coerce.t => validate_attribute/lazy.t} |  52 +-
 .../coerce.t => validate_attribute/required.t} |  52 +-
 t/{validate_class.t => validate_class/basic.t} |  33 +-
 t/validate_class/metaclasses.t |  78 ++
 t/validate_class/metaroles.t   |  40 +
 t/validate_class/methods.t |  39 +
 t/validate_role/compose.t  |  13 +-
 t/validate_role/metaclasses.t  | 107 +++
 t/validate_role/metaroles.t|  41 ++
 t/validate_thing/metaclasses.t |  77 ++
 t/validate_thing/methods.t |  37 +
 t/validate_thing/sugar.t   |   2 +-
 xt/author/eol.t|  34 +-
 xt/author/no-tabs.t|  32 +-
 xt/author/pod-coverage.t   |   2 +-
 xt/{release => author}/pod-linkcheck.t |   2 +-
 xt/author/pod-spell.t  |  36 +-
 xt/author/pod-syntax.t |   2 +-
 xt/release/has-version.t   |   2 +-
 xt/release/minimum-version.t   |   2 +-
 xt/release/no-smart-comments.t |  50 +-
 58 files changed, 3401 insertions(+), 898 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] branch master updated (a7e860e -> b847359)

2017-06-25 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-moose-more-perl.

  from  a7e860e   release libtest-moose-more-perl version 0.038-1
  adds  2f6ea7d   ignore *~
  adds  6d4e79c   Allow fails on Perl v5.12
  adds  cfbeaea   update Changes
  adds  57c22fa   Use prototypes consistently
  adds  9bda18a   Merge branch 'topic/consistent-prototypes'
  adds  6e7e379   t/validate_attribute.t -> t/validate_attribute/basic.t
  adds  38bf016   t/is_class_ok.t -> t/is_class_ok/basic.t
  adds  a497553   additional is_class_ok tests
  adds  2cc758e   Update Changes
  adds  6898eb3   If the metaclass appears to not be Moosey, check the 
class name
  adds  bb5636d   Merge branch 
'bug/make-is_class_ok-like-attribute-metaclasses'
  adds  e6ff9af   t/attribute/coerce.t -> t/validate_attribute/coerce.t
  adds  6f34e9a   Simplify some logic
  adds  e4e9945   Drop an old, now pointless, check
  adds  56d122b   Add attribute 'required' check tests
  adds  efd93b1   attributes: allow to check an attribute is *not* 
required, as well
  adds  66fff85   update Changes
  adds  1683d7c   Merge branch 'attribute/required/tests'
  adds  df03998   Add attribute 'lazy' check tests
  adds  f019011   Allow checking for laziness in role attributes
  adds  54a34f7   Drop our generated cpanfile
  adds  44a0f32   Merge branch 'master' into attribute/lazy/tests
  adds  ebd442d   update travis config
  adds  07edb95   Merge branch 'master' into attribute/lazy/tests
  adds  162e482   v0.039
  adds  cc5bb32   nit!  drop some bits that made it into the lazy check 
tests
  adds  06a7345   nit! test layout tweak
  adds  53be075   has_method_ok() now uses _thing_name()
  adds  b3dd813   requires_method_ok() now uses _thing_name()
  adds  b7d5261   Make does_{,not_}ok() handle metaclasses that don't do 
roles
  adds  bc5b79f   Drop a redundant line of documentation
  adds  09d3edb   use _thing_name() for isa tests in validate_class()
  adds  564baf5   When validating attribute metaclasses, say so
  adds  bc750b1   Use more interesting options for our compose "tests"
  adds  03ad9ff   has_attribute_ok honors -subtest
  adds  0458c65   Handle subtest headers properly in our testing
  adds  f95fd48   Merge branch 'has_attribute_ok/subtest'
  adds  550cb0f   v0.040
  adds  41f2649   Add a 'validate' export group
  adds  ed207d0   Make -compose messages a little cleaner
  adds  2b92650   initial add: Test::Moose::More::Utils
  adds  0857703   does_metaroles_ok() tests
  adds  d4d0a51   does_metaroles_ok()
  adds  3eeebe2   Drop v5.10 from our tests
  adds  8935071   uniq is only in List::Util since 1.45, so specify that
  adds  0ffb82c   Make Pod::Spell happy with TMM
  adds  e0ef371   Document does_metaroles_ok()
  adds  baef52e   Initial functional tests
  adds  e916f6e   ...additional functional tests.
  adds  042ae86   croak() if we can't find a metaclass attribute
  adds  2e7ee4c   Apparently 5.8, 5.10 hate how I was using autobox::Core
  adds  2af8bdf   Merge branch 'does_metaroles_ok'
  adds  9af6b0d   POD: update -compose doc to reflect new subtest messages
  adds  b23f2af   Move known_sugar() to ...::Utils
  adds  54c449c   v0.041
  adds  71da46a   Merge branch 'master' into does_metaroles_ok
  adds  ab5da32   Test class_metaroles option to validate_class()
  adds  a8f523b   Add 'class_metaroles' option to validate_class()
  adds  db23efc   Merge branch 'does_metaroles_ok'
  adds  8a9eb61   Add does_not_metaroles_ok()
  adds  c60e0e0   Make Pod::Spell happy
  adds  2e85762   Merge branch 'does_not_metaroles_ok'
  adds  c7df3d5   Use the subtest bits now in TAP::SimpleOutput
  adds  7047964   v0.042
  adds  7f65ff3   Ensure TAP::SimpleOutput 0.009 is used
  adds  e9d72a9   v0.043
  adds  7a515c2   doc! include note w.r.t. inherited methods for 
has_method_ok()
  adds  db7b112   Document validate_class ... class_metaroles => ...
  adds  884dd0c   Add 'no_class_metaroles' to validate_class()
  adds  2454817   correct testfile name
  adds  fedeb80   Add {,no_}role_metaroles option to validate_role()
  adds  e3fd534   add class_metaclasses option to validate_class()
  adds  5de8f87   Push metaclass checking logic up to validate_thing
  adds  07b86b7   add role_metaclasses to validate_role()
  adds  34f3b92   ...fix the spelling in a testfile name
  adds  7e26511   pod note: we don't attempt to validate MOP types passed 
to does_*metaroles_ok()
  adds  cb998a2   Add validate_thing() tests for 'metaclasses'
  adds  2c4bc84Add validate_role() tests for 'metaclasses'
  adds  c0197e4   Update Changes
  adds  1e6a678   Merge branch 'validate/metaroles'
   

[libtest-moose-more-perl] 04/09: Update Debian packaging copyright

2017-06-25 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 7a7850ca0e43fe0e6d9bbabd10ac89493dd2a881
Author: Lucas Kanashiro 
Date:   Sun Jun 25 15:30:44 2017 -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 ee0b2c3..c2e502d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libtest-moose-more-perl (0.048-1) UNRELEASED; urgency=medium
 
   * Import upstream version 0.048
   * Update years of upstream copyright
+  * Update Debian packaging copyright
 
  -- Lucas Kanashiro   Sun, 25 Jun 2017 15:27:35 -0300
 
diff --git a/debian/copyright b/debian/copyright
index e7a51bb..f4b8df8 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -9,6 +9,7 @@ License: LGPL-2.1
 
 Files: debian/*
 Copyright: 2013-2015, gregor herrmann 
+   2017, Lucas Kanashiro 
 License: LGPL-2.1 or Artistic or GPL-1+
 
 License: Artistic

-- 
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] 06/09: Declare compliance with Debian Policy 4.0.0

2017-06-25 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 01c4d97be5323fd7a961d1d1a69406ee3a8583c3
Author: Lucas Kanashiro 
Date:   Sun Jun 25 15:31:54 2017 -0300

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

diff --git a/debian/changelog b/debian/changelog
index 722b069..f165d61 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libtest-moose-more-perl (0.048-1) UNRELEASED; urgency=medium
   * Update years of upstream copyright
   * Update Debian packaging copyright
   * Bump debhelper compatibility level to 10
+  * Declare compliance with Debian Policy 4.0.0
 
  -- Lucas Kanashiro   Sun, 25 Jun 2017 15:27:35 -0300
 
diff --git a/debian/control b/debian/control
index ea865b3..405f7df 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends-Indep: libaliased-perl,
  libtap-simpleoutput-perl,
  libtest-checkdeps-perl (>= 0.010),
  perl
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-moose-more-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libtest-moose-more-perl.git
 Homepage: https://metacpan.org/release/Test-Moose-More

-- 
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] 08/09: Add version constraint in libtap-simpleoutput-perl

2017-06-25 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 20703d31f6fa122592ce6d47018ef944d96afac8
Author: Lucas Kanashiro 
Date:   Sun Jun 25 15:40:16 2017 -0300

Add version constraint in libtap-simpleoutput-perl
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index e960689..f6dd4dc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ libtest-moose-more-perl (0.048-1) UNRELEASED; urgency=medium
   * Bump debhelper compatibility level to 10
   * Declare compliance with Debian Policy 4.0.0
   * Add build and runtime dependency on liblist-moreutils-perl
+  * Add version constraint in libtap-simpleoutput-perl
 
  -- Lucas Kanashiro   Sun, 25 Jun 2017 15:27:35 -0300
 
diff --git a/debian/control b/debian/control
index 38a083e..6fd321e 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends-Indep: libaliased-perl,
  libperl-version-perl,
  libsub-exporter-progressive-perl,
  libsyntax-keyword-junction-perl,
- libtap-simpleoutput-perl,
+ libtap-simpleoutput-perl (>= 0.009),
  libtest-checkdeps-perl (>= 0.010),
  perl
 Standards-Version: 4.0.0

-- 
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] 07/09: Add build and runtime dependency on liblist-moreutils-perl

2017-06-25 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 7a1bc0d8c70d5a49ed61a56b3f7bdd2002480c46
Author: Lucas Kanashiro 
Date:   Sun Jun 25 15:35:22 2017 -0300

Add build and runtime dependency on liblist-moreutils-perl
---
 debian/changelog | 1 +
 debian/control   | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f165d61..e960689 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libtest-moose-more-perl (0.048-1) UNRELEASED; urgency=medium
   * Update Debian packaging copyright
   * Bump debhelper compatibility level to 10
   * Declare compliance with Debian Policy 4.0.0
+  * Add build and runtime dependency on liblist-moreutils-perl
 
  -- Lucas Kanashiro   Sun, 25 Jun 2017 15:27:35 -0300
 
diff --git a/debian/control b/debian/control
index 405f7df..38a083e 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Priority: optional
 Build-Depends: debhelper (>= 10)
 Build-Depends-Indep: libaliased-perl,
  libdata-optlist-perl,
+ liblist-moreutils-perl,
  libmoose-perl,
  libnamespace-autoclean-perl,
  libperl-version-perl,
@@ -25,6 +26,7 @@ Architecture: all
 Depends: ${misc:Depends},
  ${perl:Depends},
  libdata-optlist-perl,
+ liblist-moreutils-perl,
  libmoose-perl,
  libsub-exporter-progressive-perl,
  libsyntax-keyword-junction-perl,

-- 
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] 05/09: Bump debhelper compatibility level to 10

2017-06-25 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 0db93a198564fba6d3ab7be99789faa523f420f1
Author: Lucas Kanashiro 
Date:   Sun Jun 25 15:31:31 2017 -0300

Bump debhelper compatibility level to 10
---
 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 c2e502d..722b069 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libtest-moose-more-perl (0.048-1) UNRELEASED; urgency=medium
   * Import upstream version 0.048
   * Update years of upstream copyright
   * Update Debian packaging copyright
+  * Bump debhelper compatibility level to 10
 
  -- Lucas Kanashiro   Sun, 25 Jun 2017 15:27:35 -0300
 
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 694eee6..ea865b3 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: gregor herrmann 
 Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 10)
 Build-Depends-Indep: libaliased-perl,
  libdata-optlist-perl,
  libmoose-perl,

-- 
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] branch pristine-tar updated (09430ef -> dc8c1b5)

2017-06-25 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-moose-more-perl.

  from  09430ef   pristine-tar data for 
libtest-moose-more-perl_0.038.orig.tar.gz
   new  dc8c1b5   pristine-tar data for 
libtest-moose-more-perl_0.048.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-moose-more-perl_0.048.orig.tar.gz.delta | Bin 0 -> 3744 bytes
 libtest-moose-more-perl_0.048.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libtest-moose-more-perl_0.048.orig.tar.gz.delta
 create mode 100644 libtest-moose-more-perl_0.048.orig.tar.gz.id

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

2017-06-25 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 02b346d29aa5fececfc1f28198b6517e7a14ed8d
Author: Lucas Kanashiro 
Date:   Sun Jun 25 15:30:12 2017 -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 3d1c2d7..ee0b2c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libtest-moose-more-perl (0.048-1) UNRELEASED; urgency=medium
 
   * Import upstream version 0.048
+  * Update years of upstream copyright
 
  -- Lucas Kanashiro   Sun, 25 Jun 2017 15:27:35 -0300
 
diff --git a/debian/copyright b/debian/copyright
index 14aa231..e7a51bb 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Upstream-Contact: Chris Weyl 
 Upstream-Name: Test-Moose-More
 
 Files: *
-Copyright: 2012, Chris Weyl 
+Copyright: 2012-2017, Chris Weyl 
 License: LGPL-2.1
 
 Files: debian/*

-- 
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] 09/09: releasing libtest-moose-more-perl version 0.048-1 to unstable

2017-06-25 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 b847359488acd56b0368cec9ff1e14683fc83874
Author: Lucas Kanashiro 
Date:   Sun Jun 25 15:36:01 2017 -0300

releasing libtest-moose-more-perl version 0.048-1 to unstable
---
 debian/changelog | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f6dd4dc..f399a62 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
-libtest-moose-more-perl (0.048-1) UNRELEASED; urgency=medium
+libtest-moose-more-perl (0.048-1) unstable; urgency=medium
 
+  * Team upload.
   * Import upstream version 0.048
   * Update years of upstream copyright
   * Update Debian packaging copyright
@@ -8,7 +9,7 @@ libtest-moose-more-perl (0.048-1) UNRELEASED; urgency=medium
   * Add build and runtime dependency on liblist-moreutils-perl
   * Add version constraint in libtap-simpleoutput-perl
 
- -- Lucas Kanashiro   Sun, 25 Jun 2017 15:27:35 -0300
+ -- Lucas Kanashiro   Sun, 25 Jun 2017 15:35:37 -0300
 
 libtest-moose-more-perl (0.038-1) unstable; urgency=medium
 

-- 
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 debian/0.048-1 created (now 6814ea5)

2017-06-25 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a change to annotated tag debian/0.048-1
in repository libtest-moose-more-perl.

at  6814ea5   (tag)
   tagging  b847359488acd56b0368cec9ff1e14683fc83874 (commit)
  replaces  upstream/0.048
 tagged by  Lucas Kanashiro
on  Sun Jun 25 15:58:28 2017 -0300

- Log -
Release debian/0.048-1
-BEGIN PGP SIGNATURE-

iQIzBAABCAAdFiEEjtbD+LrJ23/BMKhw+COicpiDyXwFAllQB9UACgkQ+COicpiD
yXy9bA//afWPkbg+zrTMbZfbwr2BpA8pRekG0ml8RyP/BoTvGcP9ZpTmFFOEHnk3
QwyolSULecvj1/WJS2YALECcwM710laZcJxW8LphKmnIRt/eBRD/kEa5drxxhxcn
C49IMSb99Bs7LLgq7dhLtvaAgyp6rHXAyU+YlVcKPwlhm9H0hKyfxCWdsMt3Ftsv
lr3UokiAMH2yn1IVFNplOmVqVPtiQqbSI9dfuBe+tOtog+CpXJifV73YekJOldEP
IfB9xjiv++n06z252iy4oZIINIALWD6kjhNuNLxbmSrulowyPpxBChVt/EXLGyt3
0//aOluJmDD6qTj8/afRLN/nQDwjH94/SaswBo5LJL4FBCCEkIKLR0UKgMKFDciB
8lydcs2ykqbixl19GRctEYT5bSOyeEvToDqnQrLjCgLnMSMtZyDeZXUZxtENsXuc
jAl/uhiFqvYZliQ1//uqM5A8+7i6/YmFIo0s12q1utHF/r+Z72tOSSgEpznuNaYA
G8Si/+67X29UED6+0kbfRy/Dqx0M8ztX6mghpGEMz8oq3zd9oOLazxROdE62WJ0x
HQFPAmb9NqChJASaJQuKeh4gbQoBZxjhXHSPpUSNuUkLcPKVgm0Wh9loF/mN43N3
uqObFgcfkZU5XWZIkAH60hTcbFH1JKk7ieBVbN72eRvhHCdLO4E=
=JwCW
-END PGP SIGNATURE-

Florian Schlichting (3):
  Make META.json available to autopkgtest
  reword long description
  update changelog for release

Lucas Kanashiro (26):
  Add debian/upstream/metadata
  Update debian/changelog
  Merge tag 'upstream/0.033'
  Update debian/changelog
  Bump debhelper compatibility level to 9
  Declare compliance with Debian policy 3.9.6
  Update long description
  Add autopkgtest-pkg-perl
  Release libtest-moose-more-perl 0.033-1 to unstable
  Merge tag 'upstream/0.037'
  Update debian/changelog
  Releasing libtest-moose-more-perl version 0.037-1
  Merge tag 'upstream/0.038'
  Update debian/changelog
  Declare compliance with Debian policy 3.9.8
  debian/control: remove dependency on libtest-simple-perl, already 
satisfied in oldstable
  release libtest-moose-more-perl version 0.038-1
  Updated version 0.048 from 'upstream/0.048'
  Update debian/changelog
  Update years of upstream copyright
  Update Debian packaging copyright
  Bump debhelper compatibility level to 10
  Declare compliance with Debian Policy 4.0.0
  Add build and runtime dependency on liblist-moreutils-perl
  Add version constraint in libtap-simpleoutput-perl
  releasing libtest-moose-more-perl version 0.048-1 to unstable

Salvatore Bonaccorso (4):
  Update Vcs-Browser URL to cgit web frontend
  update changelog
  debian/control: Use HTTPS transport protocol for Vcs-Git URI
  update changelog

gregor herrmann (23):
  Initial packaging by dh-make-perl
  copyright
  control
  add LGPL-2.1 for debian/* as well
  add ITP bug #
  releasing package libtest-moose-more-perl version 0.022-1
  Merge tag 'upstream/0.023'
  New upstream release.
  Update years of packaging copyright.
  releasing package libtest-moose-more-perl version 0.023-1
  Merge tag 'upstream/0.024'
  New upstream release.
  releasing package libtest-moose-more-perl version 0.024-1
  Update (build) dependencies.
  update changelog
  Merge tag 'upstream/0.035'
  Update debian/changelog
  Update years of packaging copyright.
  releasing package libtest-moose-more-perl version 0.035-1
  Rename autopkgtest configuration file(s) as per new pkg-perl-autopkgtest 
schema.
  update changelog
  debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  update changelog

---

This annotated tag includes the following new commits:

   new  3ef55fc   Updated version 0.048 from 'upstream/0.048'
   new  692cf22   Update debian/changelog
   new  02b346d   Update years of upstream copyright
   new  7a7850c   Update Debian packaging copyright
   new  0db93a1   Bump debhelper compatibility level to 10
   new  01c4d97   Declare compliance with Debian Policy 4.0.0
   new  7a1bc0d   Add build and runtime dependency on liblist-moreutils-perl
   new  20703d3   Add version constraint in libtap-simpleoutput-perl
   new  b847359   releasing libtest-moose-more-perl version 0.048-1 to 
unstable

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


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

[libtest-moose-more-perl] annotated tag upstream/0.048 created (now 1733201)

2017-06-25 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

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

at  1733201   (tag)
   tagging  82b83e5a3e10f5979f11471a4d74c01fa1ef5319 (commit)
  replaces  upstream/0.038
 tagged by  Lucas Kanashiro
on  Sun Jun 25 15:27:20 2017 -0300

- Log -
Upstream version 0.048
-BEGIN PGP SIGNATURE-

iQIzBAABCAAdFiEEjtbD+LrJ23/BMKhw+COicpiDyXwFAllQAIgACgkQ+COicpiD
yXwe1BAArKWqh5ExNzvzp+y4L8eZn2lcVOriOLY5cpqWtvUt8Dp1ULDptmk6Klhm
tPD3hciTvEg7pQfTZcgSoMPgo579Xv4zzpxpap2IqYjoPuQkv7C9GdDazRGr3wyi
ftHgzbWXTs/a+n9l3UfjluucU4ib7QwthpA2v9I5cd/qO7sATGH0s/qB+Q+BCpOd
ZDp5WmAkPxQDqMTf6h3Unzj3EimYmZM1gDydNBmjtjmLzdR4mxT8wgqaRYaH6PeZ
XKgwll6KOACOZZHaFmhMTDzXRigHx4eOleX3MtTEso8D6piJTLnEpjcDYAZdckig
KUL7qQcyhrRQsbPm74uezgrqYLJjZ6aJC3OBafZ8ro/ZaHcgPh4EXMGSuRJxoTVB
xjGdn6zBkVSuW1q3m5KNdi/NRR7Fusi1piWeXOfkmUEN9XohZDH4hsaumciotsUb
ieXot+btUgT0SSK5MjGpXpx8WYpFOMZopyHJj8TRTFz1vCfEbsq3BJ77eFuu37br
LJIT/NAHR/qgHVKc97D5iVOgG2kJyfhXVBplQoGBII9iyoqwCSe/UrmIzZBkhHVJ
Bk2AJ1Dkp0BXgaFA29ZN5awj7e+tLxi9KOnbhVE3qcTC3JHHsfMxdKsaV8/JSvdt
ViyEgWfsSo078GQ0tNG7YYDBZygwN5J5zZH0Asdc/X8SicjSznE=
=pl4f
-END PGP SIGNATURE-

Chris Weyl (163):
  ignore *~
  Allow fails on Perl v5.12
  update Changes
  Use prototypes consistently
  Merge branch 'topic/consistent-prototypes'
  t/validate_attribute.t -> t/validate_attribute/basic.t
  t/is_class_ok.t -> t/is_class_ok/basic.t
  additional is_class_ok tests
  Update Changes
  If the metaclass appears to not be Moosey, check the class name
  Merge branch 'bug/make-is_class_ok-like-attribute-metaclasses'
  t/attribute/coerce.t -> t/validate_attribute/coerce.t
  Simplify some logic
  Drop an old, now pointless, check
  Add attribute 'required' check tests
  attributes: allow to check an attribute is *not* required, as well
  update Changes
  Merge branch 'attribute/required/tests'
  Add attribute 'lazy' check tests
  Allow checking for laziness in role attributes
  Drop our generated cpanfile
  Merge branch 'master' into attribute/lazy/tests
  update travis config
  Merge branch 'master' into attribute/lazy/tests
  v0.039
  nit!  drop some bits that made it into the lazy check tests
  nit! test layout tweak
  has_method_ok() now uses _thing_name()
  requires_method_ok() now uses _thing_name()
  Make does_{,not_}ok() handle metaclasses that don't do roles
  Drop a redundant line of documentation
  use _thing_name() for isa tests in validate_class()
  When validating attribute metaclasses, say so
  Use more interesting options for our compose "tests"
  has_attribute_ok honors -subtest
  Handle subtest headers properly in our testing
  Merge branch 'has_attribute_ok/subtest'
  v0.040
  Add a 'validate' export group
  initial add: Test::Moose::More::Utils
  does_metaroles_ok() tests
  does_metaroles_ok()
  Drop v5.10 from our tests
  uniq is only in List::Util since 1.45, so specify that
  Make Pod::Spell happy with TMM
  Document does_metaroles_ok()
  Make -compose messages a little cleaner
  Initial functional tests
  ...additional functional tests.
  croak() if we can't find a metaclass attribute
  Apparently 5.8, 5.10 hate how I was using autobox::Core
  Merge branch 'does_metaroles_ok'
  POD: update -compose doc to reflect new subtest messages
  Move known_sugar() to ...::Utils
  Merge branch 'master' into does_metaroles_ok
  Test class_metaroles option to validate_class()
  Add 'class_metaroles' option to validate_class()
  v0.041
  Merge branch 'does_metaroles_ok'
  Add does_not_metaroles_ok()
  Make Pod::Spell happy
  Merge branch 'does_not_metaroles_ok'
  Document validate_class ... class_metaroles => ...
  Add 'no_class_metaroles' to validate_class()
  correct testfile name
  Add {,no_}role_metaroles option to validate_role()
  add class_metaclasses option to validate_class()
  Push metaclass checking logic up to validate_thing
  add role_metaclasses to validate_role()
  Use the subtest bits now in TAP::SimpleOutput
  ...fix the spelling in a testfile name
  pod note: we don't attempt to validate MOP types passed to 
does_*metaroles_ok()
  Add validate_thing() tests for 'metaclasses'
  v0.042
  Ensure TAP::SimpleOutput 0.009 is used
  v0.043
  doc! include note w.r.t. inherited methods for has_method_ok()
  Add has_no_method_ok()
  Rename method_ok test file
  ...and document
  Add Changes entry
  Fix broken POD links
  Add no_methods to validate_thing()
  validate_thing() => methods/no_methods tests
  Make our sanity checks sane
  Validate has_method_ok() finds accessors, as well.
  

[libtest-moose-more-perl] 01/01: pristine-tar data for libtest-moose-more-perl_0.048.orig.tar.gz

2017-06-25 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-moose-more-perl.

commit dc8c1b5c766b2dac0362d98ec4c1d8632b36acff
Author: Lucas Kanashiro 
Date:   Sun Jun 25 15:27:20 2017 -0300

pristine-tar data for libtest-moose-more-perl_0.048.orig.tar.gz
---
 libtest-moose-more-perl_0.048.orig.tar.gz.delta | Bin 0 -> 3744 bytes
 libtest-moose-more-perl_0.048.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libtest-moose-more-perl_0.048.orig.tar.gz.delta 
b/libtest-moose-more-perl_0.048.orig.tar.gz.delta
new file mode 100644
index 000..96575a9
Binary files /dev/null and b/libtest-moose-more-perl_0.048.orig.tar.gz.delta 
differ
diff --git a/libtest-moose-more-perl_0.048.orig.tar.gz.id 
b/libtest-moose-more-perl_0.048.orig.tar.gz.id
new file mode 100644
index 000..6d1c789
--- /dev/null
+++ b/libtest-moose-more-perl_0.048.orig.tar.gz.id
@@ -0,0 +1 @@
+1d6cc9ec9b7caa173ae083be137206b2f6091a56

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


[libcatalyst-authentication-store-htpasswd-perl] 01/01: pristine-tar data for libcatalyst-authentication-store-htpasswd-perl_1.005.orig.tar.gz

2017-06-25 Thread Christopher Stuart Hoskin
This is an automated email from the git hooks/post-receive script.

mans0954 pushed a commit to branch pristine-tar
in repository libcatalyst-authentication-store-htpasswd-perl.

commit 4e17411979349025dca2463faae1a22a3127e81f
Author: Christopher Hoskin 
Date:   Sun Jun 25 19:12:35 2017 +0100

pristine-tar data for 
libcatalyst-authentication-store-htpasswd-perl_1.005.orig.tar.gz
---
 ...ntication-store-htpasswd-perl_1.005.orig.tar.gz.delta | Bin 0 -> 2227 bytes
 ...thentication-store-htpasswd-perl_1.005.orig.tar.gz.id |   1 +
 2 files changed, 1 insertion(+)

diff --git 
a/libcatalyst-authentication-store-htpasswd-perl_1.005.orig.tar.gz.delta 
b/libcatalyst-authentication-store-htpasswd-perl_1.005.orig.tar.gz.delta
new file mode 100644
index 000..309609a
Binary files /dev/null and 
b/libcatalyst-authentication-store-htpasswd-perl_1.005.orig.tar.gz.delta differ
diff --git 
a/libcatalyst-authentication-store-htpasswd-perl_1.005.orig.tar.gz.id 
b/libcatalyst-authentication-store-htpasswd-perl_1.005.orig.tar.gz.id
new file mode 100644
index 000..6284f2a
--- /dev/null
+++ b/libcatalyst-authentication-store-htpasswd-perl_1.005.orig.tar.gz.id
@@ -0,0 +1 @@
+1cc4d274481baca40da37928f1ee7831791b3c8e

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libcatalyst-authentication-store-htpasswd-perl.git

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


[libcatalyst-authentication-store-htpasswd-perl] 06/06: Bump standards version to 4.0.0 (no change required)

2017-06-25 Thread Christopher Stuart Hoskin
This is an automated email from the git hooks/post-receive script.

mans0954 pushed a commit to branch master
in repository libcatalyst-authentication-store-htpasswd-perl.

commit d96b5617dfb9849cf932a33d0f74f506eac30286
Author: Christopher Hoskin 
Date:   Sun Jun 25 20:17:21 2017 +0100

Bump standards version to 4.0.0 (no change required)
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9e89273..d1bb72a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ libcatalyst-authentication-store-htpasswd-perl (1.005-1) 
UNRELEASED; urgency=med
   * Add new dependencies to debian/control 
   * Use my debian address for uploader 
   * Remove references to inc/Module from debian/copyright
+  * Bump standards version to 4.0.0 (no change required)
 
  -- Christopher Hoskin   Sun, 25 Jun 2017 19:14:32 +0100
 
diff --git a/debian/control b/debian/control
index 53802f2..5129e07 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends-Indep: libauthen-htpasswd-perl,
  libtest-www-mechanize-catalyst-perl,
  perl (>= 5.21.6) | libtest-simple-perl (>= 1.001010) | libtest-use-ok-perl,
  perl
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libcatalyst-authentication-store-htpasswd-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libcatalyst-authentication-store-htpasswd-perl.git
 Homepage: https://metacpan.org/release/Catalyst-Authentication-Store-Htpasswd

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libcatalyst-authentication-store-htpasswd-perl.git

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


[libcatalyst-authentication-store-htpasswd-perl] branch pristine-tar updated (6e6b9f3 -> 4e17411)

2017-06-25 Thread Christopher Stuart Hoskin
This is an automated email from the git hooks/post-receive script.

mans0954 pushed a change to branch pristine-tar
in repository libcatalyst-authentication-store-htpasswd-perl.

  from  6e6b9f3   pristine-tar data for 
libcatalyst-authentication-store-htpasswd-perl_1.004.orig.tar.gz
   new  4e17411   pristine-tar data for 
libcatalyst-authentication-store-htpasswd-perl_1.005.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:
 ...ntication-store-htpasswd-perl_1.005.orig.tar.gz.delta | Bin 0 -> 2227 bytes
 ...thentication-store-htpasswd-perl_1.005.orig.tar.gz.id |   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 
libcatalyst-authentication-store-htpasswd-perl_1.005.orig.tar.gz.delta
 create mode 100644 
libcatalyst-authentication-store-htpasswd-perl_1.005.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libcatalyst-authentication-store-htpasswd-perl.git

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


[libcatalyst-authentication-store-htpasswd-perl] annotated tag upstream/1.005 created (now 395431c)

2017-06-25 Thread Christopher Stuart Hoskin
This is an automated email from the git hooks/post-receive script.

mans0954 pushed a change to annotated tag upstream/1.005
in repository libcatalyst-authentication-store-htpasswd-perl.

at  395431c   (tag)
   tagging  912a54080cef4b02908bf814686c3094137410ee (commit)
  replaces  upstream/1.004
 tagged by  Christopher Hoskin
on  Sun Jun 25 19:12:35 2017 +0100

- Log -
Upstream version 1.005

Christopher Hoskin (1):
  New upstream version 1.005

---

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/libcatalyst-authentication-store-htpasswd-perl.git

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


[libcatalyst-authentication-store-htpasswd-perl] branch master updated (4b323c0 -> d96b561)

2017-06-25 Thread Christopher Stuart Hoskin
This is an automated email from the git hooks/post-receive script.

mans0954 pushed a change to branch master
in repository libcatalyst-authentication-store-htpasswd-perl.

  from  4b323c0   update changelog
  adds  912a540   New upstream version 1.005
   new  00add78   Merge tag 'upstream/1.005'
   new  58c3492   New upstream release (1.005)
   new  882a5db   Add new dependencies to debian/control
   new  852b93c   Use my debian address for uploader
   new  1247d9a   Remove references to inc/Module from debian/copyright
   new  d96b561   Bump standards version to 4.0.0 (no change required)

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


Summary of changes:
 Build.PL   |  154 +++
 CONTRIBUTING   |  100 ++
 Changes|   22 +-
 INSTALL|   43 +
 LICENCE|  379 +++
 MANIFEST   |   45 +-
 META.json  | 1187 
 META.yml   |  818 +-
 Makefile.PL|  150 ++-
 README |   72 +-
 debian/changelog   |   12 +-
 debian/control |8 +-
 debian/copyright   |6 -
 dist.ini   |   33 +
 inc/Module/Install.pm  |  474 
 inc/Module/Install/Base.pm |   83 --
 inc/Module/Install/Can.pm  |  154 ---
 inc/Module/Install/Fetch.pm|   93 --
 inc/Module/Install/Makefile.pm |  418 ---
 inc/Module/Install/Metadata.pm |  722 
 inc/Module/Install/Win32.pm|   64 --
 inc/Module/Install/WriteAll.pm |   63 --
 lib/Catalyst/Authentication/Store/Htpasswd.pm  |   73 +-
 lib/Catalyst/Authentication/Store/Htpasswd/User.pm |   37 +-
 t/00-report-prereqs.dd |  139 +++
 t/00-report-prereqs.t  |  197 
 t/kwalitee.t   |6 -
 t/pod-coverage.t   |6 -
 t/pod.t|6 -
 xt/author/00-compile.t |   61 +
 xt/author/kwalitee.t   |9 +
 xt/author/mojibake.t   |9 +
 xt/author/pod-coverage.t   |7 +
 xt/author/pod-no404s.t |   21 +
 xt/author/pod-syntax.t |7 +
 xt/author/portability.t|   10 +
 xt/release/changes_has_content.t   |   41 +
 xt/release/cpan-changes.t  |   10 +
 xt/release/distmeta.t  |6 +
 xt/release/minimum-version.t   |8 +
 40 files changed, 3508 insertions(+), 2245 deletions(-)
 create mode 100644 Build.PL
 create mode 100644 CONTRIBUTING
 create mode 100644 INSTALL
 create mode 100644 LICENCE
 create mode 100644 META.json
 create mode 100644 dist.ini
 delete mode 100644 inc/Module/Install.pm
 delete mode 100644 inc/Module/Install/Base.pm
 delete mode 100644 inc/Module/Install/Can.pm
 delete mode 100644 inc/Module/Install/Fetch.pm
 delete mode 100644 inc/Module/Install/Makefile.pm
 delete mode 100644 inc/Module/Install/Metadata.pm
 delete mode 100644 inc/Module/Install/Win32.pm
 delete mode 100644 inc/Module/Install/WriteAll.pm
 create mode 100644 t/00-report-prereqs.dd
 create mode 100644 t/00-report-prereqs.t
 delete mode 100755 t/kwalitee.t
 delete mode 100644 t/pod-coverage.t
 delete mode 100644 t/pod.t
 create mode 100644 xt/author/00-compile.t
 create mode 100644 xt/author/kwalitee.t
 create mode 100644 xt/author/mojibake.t
 create mode 100644 xt/author/pod-coverage.t
 create mode 100644 xt/author/pod-no404s.t
 create mode 100644 xt/author/pod-syntax.t
 create mode 100644 xt/author/portability.t
 create mode 100644 xt/release/changes_has_content.t
 create mode 100644 xt/release/cpan-changes.t
 create mode 100644 xt/release/distmeta.t
 create mode 100644 xt/release/minimum-version.t

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libcatalyst-authentication-store-htpasswd-perl.git

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

[libcatalyst-authentication-store-htpasswd-perl] 03/06: Add new dependencies to debian/control

2017-06-25 Thread Christopher Stuart Hoskin
This is an automated email from the git hooks/post-receive script.

mans0954 pushed a commit to branch master
in repository libcatalyst-authentication-store-htpasswd-perl.

commit 882a5db9883f96ca15f858996c46d46936159c90
Author: Christopher Hoskin 
Date:   Sun Jun 25 19:55:56 2017 +0100

Add new dependencies to debian/control
---
 debian/changelog | 1 +
 debian/control   | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 550ca40..b763c89 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libcatalyst-authentication-store-htpasswd-perl (1.005-1) 
UNRELEASED; urgency=med
 
   [ Christopher Hoskin ]
   * New upstream release (1.005)
+  * Add new dependencies to debian/control 
 
  -- Christopher Hoskin   Sun, 25 Jun 2017 19:14:32 +0100
 
diff --git a/debian/control b/debian/control
index 7f90dd5..21e81a3 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,9 @@ Section: perl
 Priority: optional
 Maintainer: Debian Perl Group 
 Uploaders: Christopher Hoskin 
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 9),
+ libmodule-build-tiny-perl,
+ libmodule-build-perl
 Build-Depends-Indep: libauthen-htpasswd-perl,
  libcatalyst-plugin-authentication-perl,
  libclass-accessor-perl,

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libcatalyst-authentication-store-htpasswd-perl.git

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


[libcatalyst-authentication-store-htpasswd-perl] 01/06: Merge tag 'upstream/1.005'

2017-06-25 Thread Christopher Stuart Hoskin
This is an automated email from the git hooks/post-receive script.

mans0954 pushed a commit to branch master
in repository libcatalyst-authentication-store-htpasswd-perl.

commit 00add78772292d9eebd52269c29fcd024380eb7b
Merge: 4b323c0 912a540
Author: Christopher Hoskin 
Date:   Sun Jun 25 19:12:35 2017 +0100

Merge tag 'upstream/1.005'

Upstream version 1.005

 Build.PL   |  154 +++
 CONTRIBUTING   |  100 ++
 Changes|   22 +-
 INSTALL|   43 +
 LICENCE|  379 +++
 MANIFEST   |   45 +-
 META.json  | 1187 
 META.yml   |  818 +-
 Makefile.PL|  150 ++-
 README |   72 +-
 dist.ini   |   33 +
 inc/Module/Install.pm  |  474 
 inc/Module/Install/Base.pm |   83 --
 inc/Module/Install/Can.pm  |  154 ---
 inc/Module/Install/Fetch.pm|   93 --
 inc/Module/Install/Makefile.pm |  418 ---
 inc/Module/Install/Metadata.pm |  722 
 inc/Module/Install/Win32.pm|   64 --
 inc/Module/Install/WriteAll.pm |   63 --
 lib/Catalyst/Authentication/Store/Htpasswd.pm  |   73 +-
 lib/Catalyst/Authentication/Store/Htpasswd/User.pm |   37 +-
 t/00-report-prereqs.dd |  139 +++
 t/00-report-prereqs.t  |  197 
 t/kwalitee.t   |6 -
 t/pod-coverage.t   |6 -
 t/pod.t|6 -
 xt/author/00-compile.t |   61 +
 xt/author/kwalitee.t   |9 +
 xt/author/mojibake.t   |9 +
 xt/author/pod-coverage.t   |7 +
 xt/author/pod-no404s.t |   21 +
 xt/author/pod-syntax.t |7 +
 xt/author/portability.t|   10 +
 xt/release/changes_has_content.t   |   41 +
 xt/release/cpan-changes.t  |   10 +
 xt/release/distmeta.t  |6 +
 xt/release/minimum-version.t   |8 +
 37 files changed, 3493 insertions(+), 2234 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libcatalyst-authentication-store-htpasswd-perl.git

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


[libcatalyst-authentication-store-htpasswd-perl] 04/06: Use my debian address for uploader

2017-06-25 Thread Christopher Stuart Hoskin
This is an automated email from the git hooks/post-receive script.

mans0954 pushed a commit to branch master
in repository libcatalyst-authentication-store-htpasswd-perl.

commit 852b93cba074e7ba4fd372a173fba99e81383c27
Author: Christopher Hoskin 
Date:   Sun Jun 25 19:57:42 2017 +0100

Use my debian address for uploader
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index b763c89..194d27a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ libcatalyst-authentication-store-htpasswd-perl (1.005-1) 
UNRELEASED; urgency=med
   [ Christopher Hoskin ]
   * New upstream release (1.005)
   * Add new dependencies to debian/control 
+  * Use my debian address for uploader 
 
  -- Christopher Hoskin   Sun, 25 Jun 2017 19:14:32 +0100
 
diff --git a/debian/control b/debian/control
index 21e81a3..53802f2 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libcatalyst-authentication-store-htpasswd-perl
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group 
-Uploaders: Christopher Hoskin 
+Uploaders: Christopher Hoskin 
 Build-Depends: debhelper (>= 9),
  libmodule-build-tiny-perl,
  libmodule-build-perl

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libcatalyst-authentication-store-htpasswd-perl.git

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


[libcatalyst-authentication-store-htpasswd-perl] 05/06: Remove references to inc/Module from debian/copyright

2017-06-25 Thread Christopher Stuart Hoskin
This is an automated email from the git hooks/post-receive script.

mans0954 pushed a commit to branch master
in repository libcatalyst-authentication-store-htpasswd-perl.

commit 1247d9a205454a233ab7ed022357ee63cea756fc
Author: Christopher Hoskin 
Date:   Sun Jun 25 20:02:14 2017 +0100

Remove references to inc/Module from debian/copyright
---
 debian/changelog | 1 +
 debian/copyright | 6 --
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 194d27a..9e89273 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ libcatalyst-authentication-store-htpasswd-perl (1.005-1) 
UNRELEASED; urgency=med
   * New upstream release (1.005)
   * Add new dependencies to debian/control 
   * Use my debian address for uploader 
+  * Remove references to inc/Module from debian/copyright
 
  -- Christopher Hoskin   Sun, 25 Jun 2017 19:14:32 +0100
 
diff --git a/debian/copyright b/debian/copyright
index 3a2a17c..a08bfd3 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -12,12 +12,6 @@ Copyright: 2008, Sebastian Riedel 
 License: Artistic or GPL-1+
 Comment: Year not specified, so deduced from file timestamp.
 
-Files: inc/Module/*
-Copyright: 2002-2012, Adam Kennedy 
- 2002-2012, Audrey Tang 
- 2002-2012, Brian Ingerson 
-License: Artistic or GPL-1+
-
 Files: debian/*
 Copyright: 2015, Christopher Hoskin 
 License: Artistic or GPL-1+

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libcatalyst-authentication-store-htpasswd-perl.git

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


[libcatalyst-authentication-store-htpasswd-perl] 02/06: New upstream release (1.005)

2017-06-25 Thread Christopher Stuart Hoskin
This is an automated email from the git hooks/post-receive script.

mans0954 pushed a commit to branch master
in repository libcatalyst-authentication-store-htpasswd-perl.

commit 58c3492dce6879d86c197111df10f881aee92bf3
Author: Christopher Hoskin 
Date:   Sun Jun 25 19:36:38 2017 +0100

New upstream release (1.005)
---
 debian/changelog | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0c6a78a..550ca40 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
-libcatalyst-authentication-store-htpasswd-perl (1.004-2) UNRELEASED; 
urgency=medium
+libcatalyst-authentication-store-htpasswd-perl (1.005-1) UNRELEASED; 
urgency=medium
 
+  [ gregor herrmann ]
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
 
- -- gregor herrmann   Fri, 20 May 2016 12:01:59 +0200
+  [ Christopher Hoskin ]
+  * New upstream release (1.005)
+
+ -- Christopher Hoskin   Sun, 25 Jun 2017 19:14:32 +0100
 
 libcatalyst-authentication-store-htpasswd-perl (1.004-1) unstable; 
urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libcatalyst-authentication-store-htpasswd-perl.git

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


[libperl-critic-perl] branch master updated (c7c7c93 -> 9ea8907)

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

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

  from  c7c7c93   Update debian/changelog file
   new  9ea8907   debian/copyright: update copyright years for some 
upstream files.

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


Summary of changes:
 debian/copyright | 11 +--
 1 file changed, 9 insertions(+), 2 deletions(-)

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

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


[libperl-critic-perl] 01/01: debian/copyright: update copyright years for some upstream files.

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

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

commit 9ea8907a3d6a6fbf59f56b9a63d96fc4fb2310ed
Author: gregor herrmann 
Date:   Sun Jun 25 22:23:14 2017 +0200

debian/copyright: update copyright years for some upstream files.
---
 debian/copyright | 11 +--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index ab33bbe..573ed2a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -25,7 +25,6 @@ Copyright: Copyright (c) 2005-2011 Graham TerMarsch.  All 
rights reserved.
 License: Artistic or GPL-1+
 
 Files: lib/Perl/Critic/Document.pm
- lib/Perl/Critic/Policy/RegularExpressions/ProhibitCaptureWithoutTest.pm
  lib/Perl/Critic/Policy/ValuesAndExpressions/ProhibitEscapedCharacters.pm
  lib/Perl/Critic/Policy/TestingAndDebugging/RequireTestLabels.pm
  
lib/Perl/Critic/Policy/TestingAndDebugging/ProhibitProlongedStrictureOverride.pm
@@ -47,6 +46,10 @@ Files: lib/Perl/Critic/Document.pm
 Copyright: Copyright (c) 2006-2011 Chris Dolan.
 License: Artistic or GPL-1+
 
+Files:  lib/Perl/Critic/Policy/RegularExpressions/ProhibitCaptureWithoutTest.pm
+Copyright: Copyright (c) 2006-2017 Chris Dolan.
+License: Artistic or GPL-1+
+
 Files: lib/Perl/Critic/PolicyParameter.pm
  lib/Perl/Critic/PolicyParameter/Behavior/Enumeration.pm
  lib/Perl/Critic/PolicyParameter/Behavior/Boolean.pm
@@ -65,6 +68,10 @@ Files: 
lib/Perl/Critic/Policy/Documentation/RequirePodSections.pm
 Copyright: Copyright (c) 2006-2011 Imaginative Software Systems.  All rights 
reserved.
 License: Artistic or GPL-1+
 
+Files: lib/Perl/Critic/Policy/Subroutines/ProhibitReturnSort.pm
+Copyright: (c) 2005-2017 Imaginative Software Systems.
+License: Artistic or GPL-1+
+
 Files: 
lib/Perl/Critic/Policy/ValuesAndExpressions/ProhibitMismatchedOperators.pm
  lib/Perl/Critic/Policy/ControlStructures/ProhibitUnreachableCode.pm
 Copyright: Copyright (c) 2006-2011 Peter Guzis.  All rights reserved.
@@ -221,7 +228,7 @@ Copyright: Copyright (c) 2010-2011 Thomas R. Wyant, III
 License: Artistic or GPL-1+
 
 Files: lib/Perl/Critic/Policy/ControlStructures/ProhibitYadaOperator.pm
-Copyright: Alan Berndt 
+Copyright: 2015-2017, Alan Berndt 
 License: Artistic or GPL-1+
 
 Files: inc/Devel/AssertOS/Solaris.pm

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

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


[libpgobject-perl] annotated tag debian/2.000001-1 created (now 974f89a)

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

gregoa pushed a change to annotated tag debian/2.01-1
in repository libpgobject-perl.

at  974f89a   (tag)
   tagging  0c46dde1b7ff76065369c2a2fadb940b6846eb6b (commit)
  replaces  debian/1.403.2-1
 tagged by  gregor herrmann
on  Mon Jun 26 00:01:59 2017 +0200

- Log -
tagging package libpgobject-perl version debian/2.01-1
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAllQMtdfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qga2pg//aPaWFA1LPgmzgt4bwCO+53v3JBj4U7Al+AZYv7Nppxsc50eZFeAfF21t
Dl45Z5EzG8cWe44fWuTq722QZs4jgtq5xDHukfaQQZFHhZ4RZA30PiEHIy6E49Hj
gY+H/hr9MLBnmlmkol4D479AzAE1pkCyA52jm/ypcEUU1t4er/trdLlhvP3CrEbT
w88RKUkedl7fBY60pPIJ+0smSitffHyM0QISAuywRe/hBshs8/5mndcwBQn0riEL
1v9p+8yS/sSlW2ibiZH2mhWo1utVzcClZm2GG14Fy7h5M3M/P4vHTHwILAioIxAR
EyHIMN1w1WJqgVh55CUa1mvQq/QwS9Cyyfbg8NrMDChOxUikd7p0gVSg/YrsB0f0
GZE+hUtmZiiPiV47rc+OOtc+X1yRsw9VFRCfEk2D47WMi/ZGA422TfFYxSJnF+5C
wLIpjea7fK0SPUONyPoDosaqMY8QLycTaJHZYTRxGAMeqKA5n9rNDqhr+a3tdoNA
kPc6VifNq6ceH2xfC5QUQKZfPUma1eIZJFEVZKTOV1wc22vyrHLkDTMwyusFW9kV
cSSm5m52Jk5OUoXA6P2J4zpZImTduE33mE0nczubeeNXtBCPOtZgvTYSC1CaGbtj
xjF4n5v01dfz4Gqp7bPKziioimGfg31MpeKN9WWTxHNpz5mLzII=
=KrPx
-END PGP SIGNATURE-

Robert James Clay (11):
  New upstream version 2.01
  Updated version 2.01 from 'upstream/2.01'
  Set debian/changelog for v2.01-1 (UNRELEASED).
  Change debhelper requirement from '9' to '10'.
  Declare compliance with Debian Policy 4.0.0.
  Update information for the 'debian/*' stanza in debian/copyright.
  Update information for the '*' stanza in debian/copyright.
  Change the 'Source' URL to https in debian/copyright.
  Change the 'Homepage' URL to https in debian/control.
  Add 'libtry-tiny-perl' to the Build-Depends-Indep and Depends in 
debian/control.
  Releasing libpgobject-perl version 2.01-1

---

No new revisions were added by this update.

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

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


[libcatalyst-authentication-store-htpasswd-perl] 02/02: releasing package libcatalyst-authentication-store-htpasswd-perl version 1.005-1

2017-06-25 Thread Christopher Stuart Hoskin
This is an automated email from the git hooks/post-receive script.

mans0954 pushed a commit to branch master
in repository libcatalyst-authentication-store-htpasswd-perl.

commit 4173e5cb7bc0f992b2421cfc11c132f9966fdbdf
Author: Christopher Hoskin 
Date:   Mon Jun 26 02:12:30 2017 +0100

releasing package libcatalyst-authentication-store-htpasswd-perl version 
1.005-1
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3ad2758..847fb61 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libcatalyst-authentication-store-htpasswd-perl (1.005-1) UNRELEASED; 
urgency=medium
+libcatalyst-authentication-store-htpasswd-perl (1.005-1) unstable; 
urgency=medium
 
   [ gregor herrmann ]
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
@@ -11,7 +11,7 @@ libcatalyst-authentication-store-htpasswd-perl (1.005-1) 
UNRELEASED; urgency=med
   * Bump standards version to 4.0.0 (no change required)
   * Update debian/copyright 
 
- -- Christopher Hoskin   Sun, 25 Jun 2017 19:14:32 +0100
+ -- Christopher Hoskin   Sun, 25 Jun 2017 21:36:16 +0100
 
 libcatalyst-authentication-store-htpasswd-perl (1.004-1) unstable; 
urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libcatalyst-authentication-store-htpasswd-perl.git

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


[libcatalyst-authentication-store-htpasswd-perl] 01/02: Update debian/copyright

2017-06-25 Thread Christopher Stuart Hoskin
This is an automated email from the git hooks/post-receive script.

mans0954 pushed a commit to branch master
in repository libcatalyst-authentication-store-htpasswd-perl.

commit 3bd4e3ac610a58117333d2cc93fea085911eb6c6
Author: Christopher Hoskin 
Date:   Sun Jun 25 21:23:04 2017 +0100

Update debian/copyright
---
 debian/changelog | 1 +
 debian/copyright | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d1bb72a..3ad2758 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ libcatalyst-authentication-store-htpasswd-perl (1.005-1) 
UNRELEASED; urgency=med
   * Use my debian address for uploader 
   * Remove references to inc/Module from debian/copyright
   * Bump standards version to 4.0.0 (no change required)
+  * Update debian/copyright 
 
  -- Christopher Hoskin   Sun, 25 Jun 2017 19:14:32 +0100
 
diff --git a/debian/copyright b/debian/copyright
index a08bfd3..b3b9730 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,10 +1,10 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/Catalyst-Authentication-Store-Htpasswd
-Upstream-Contact: Tomas Doran 
+Upstream-Contact: Karen Etheridge 
 Upstream-Name: Catalyst-Authentication-Store-Htpasswd
 
 Files: *
-Copyright: 2005-2008, Yuval Kogman , David Kamholz 
, Tomas Doran 
+Copyright: 2005-2008 Yuval Kogman , David Kamholz 
, Tomas Doran 
 License: Artistic or GPL-1+
 
 Files: t/lib/script/testapp_server.pl
@@ -13,7 +13,7 @@ License: Artistic or GPL-1+
 Comment: Year not specified, so deduced from file timestamp.
 
 Files: debian/*
-Copyright: 2015, Christopher Hoskin 
+Copyright: 2015-2017, Christopher Hoskin 
 License: Artistic or GPL-1+
 
 License: Artistic

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libcatalyst-authentication-store-htpasswd-perl.git

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


[libcatalyst-authentication-store-htpasswd-perl] tag debian/1.005-1 created (now 4173e5c)

2017-06-25 Thread Christopher Stuart Hoskin
This is an automated email from the git hooks/post-receive script.

mans0954 pushed a change to tag debian/1.005-1
in repository libcatalyst-authentication-store-htpasswd-perl.

at  4173e5c   (commit)
This tag includes the following new commits:

   new  3bd4e3a   Update debian/copyright
   new  4173e5c   releasing package 
libcatalyst-authentication-store-htpasswd-perl version 1.005-1

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/libcatalyst-authentication-store-htpasswd-perl.git

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


[libcatalyst-authentication-store-htpasswd-perl] branch master updated (d96b561 -> 4173e5c)

2017-06-25 Thread Christopher Stuart Hoskin
This is an automated email from the git hooks/post-receive script.

mans0954 pushed a change to branch master
in repository libcatalyst-authentication-store-htpasswd-perl.

  from  d96b561   Bump standards version to 4.0.0 (no change required)
   new  3bd4e3a   Update debian/copyright
   new  4173e5c   releasing package 
libcatalyst-authentication-store-htpasswd-perl version 1.005-1

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


Summary of changes:
 debian/changelog | 5 +++--
 debian/copyright | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libcatalyst-authentication-store-htpasswd-perl.git

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