[lemonldap-ng] 02/03: Avoid some developer tests

2016-12-26 Thread Xavier Guimard
This is an automated email from the git hooks/post-receive script.

xguimard-guest pushed a commit to branch master
in repository lemonldap-ng.

commit b6d69462019252fbfbcf19dbca6ff5f4784cae5a
Author: Xavier Guimard 
Date:   Mon Dec 26 10:01:27 2016 +0100

Avoid some developer tests
---
 debian/patches/Avoid-developer-tests.patch | 36 ++
 debian/patches/series  |  1 +
 2 files changed, 37 insertions(+)

diff --git a/debian/patches/Avoid-developer-tests.patch 
b/debian/patches/Avoid-developer-tests.patch
new file mode 100644
index 000..38c6b95
--- /dev/null
+++ b/debian/patches/Avoid-developer-tests.patch
@@ -0,0 +1,36 @@
+Description: Avoid some heavy developer tests
+Author: Xavier Guimard 
+Bug-Debian: https://bugs.debian.org/845167
+Forwarded: no
+Last-Update: 2016-12-26
+
+--- 
lemonldap-ng-1.9.7.orig/lemonldap-ng-handler/t/60-Lemonldap-NG-Handler-PSGI.t
 lemonldap-ng-1.9.7/lemonldap-ng-handler/t/60-Lemonldap-NG-Handler-PSGI.t
+@@ -1,6 +1,6 @@
+ #!/usr/bin/env perl -I pl/lib
+ 
+-use Test::More;
++use Test::More skip_all => 'Heavy developer tests';
+ use JSON;
+ use Data::Dumper;
+ use MIME::Base64;
+--- 
lemonldap-ng-1.9.7.orig/lemonldap-ng-handler/t/61-Lemonldap-NG-Handler-PSGI-Server.t
 
lemonldap-ng-1.9.7/lemonldap-ng-handler/t/61-Lemonldap-NG-Handler-PSGI-Server.t
+@@ -1,6 +1,6 @@
+ #!/usr/bin/env perl -I pl/lib
+ 
+-use Test::More;
++use Test::More skip_all => 'Heavy developer tests';
+ use JSON;
+ use Data::Dumper;
+ use MIME::Base64;
+--- 
lemonldap-ng-1.9.7.orig/lemonldap-ng-handler/t/62-Lemonldap-NG-Handler-Nginx.t
 lemonldap-ng-1.9.7/lemonldap-ng-handler/t/62-Lemonldap-NG-Handler-Nginx.t
+@@ -1,6 +1,6 @@
+ #!/usr/bin/env perl -I pl/lib
+ 
+-use Test::More;
++use Test::More skip_all => 'Heavy developer tests';
+ use JSON;
+ use Data::Dumper;
+ use MIME::Base64;
diff --git a/debian/patches/series b/debian/patches/series
index 2212c47..661cd37 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 javascript-path.patch
 avoid-modify-sources.patch
 replace-mouse-by-moose.patch
+Avoid-developer-tests.patch

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

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


[lemonldap-ng] 03/03: Update d/dh

2016-12-26 Thread Xavier Guimard
This is an automated email from the git hooks/post-receive script.

xguimard-guest pushed a commit to branch master
in repository lemonldap-ng.

commit a37739c49fed0059422cba2f6e6c41770ad9ea09
Author: Xavier Guimard 
Date:   Mon Dec 26 10:02:35 2016 +0100

Update d/dh
---
 debian/changelog | 8 
 1 file changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 2b3bf19..e2f04b8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+lemonldap-ng (1.9.7-2) unstable; urgency=medium
+
+  * Add patch to disable some heavy developer tests (Closes: #845167)
+  * Add libdbd-sqlite3-perl in build dependencies for better test
+coverage
+
+ -- Xavier Guimard   Mon, 26 Dec 2016 10:01:52 +0100
+
 lemonldap-ng (1.9.7-1) unstable; urgency=medium
 
   * New upstream release

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

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


[lemonldap-ng] branch master updated (5c78fb5 -> a37739c)

2016-12-26 Thread Xavier Guimard
This is an automated email from the git hooks/post-receive script.

xguimard-guest pushed a change to branch master
in repository lemonldap-ng.

  from  5c78fb5   Update d/ch
   new  178a9c2   Add libdbd-sqlite3-perl in build deps
   new  b6d6946   Avoid some developer tests
   new  a37739c   Update d/dh

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


Summary of changes:
 debian/changelog   |  8 +++
 debian/control |  1 +
 debian/patches/Avoid-developer-tests.patch | 36 ++
 debian/patches/series  |  1 +
 4 files changed, 46 insertions(+)
 create mode 100644 debian/patches/Avoid-developer-tests.patch

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

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


[lemonldap-ng] 01/03: Add libdbd-sqlite3-perl in build deps

2016-12-26 Thread Xavier Guimard
This is an automated email from the git hooks/post-receive script.

xguimard-guest pushed a commit to branch master
in repository lemonldap-ng.

commit 178a9c2e819da01b1d8a0f0053d8bd0da68053fa
Author: Xavier Guimard 
Date:   Mon Dec 26 10:00:51 2016 +0100

Add libdbd-sqlite3-perl in build deps
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index f5aec97..575fadb 100644
--- a/debian/control
+++ b/debian/control
@@ -18,6 +18,7 @@ Build-Depends-Indep: libapache-session-perl,
  libcrypt-openssl-rsa-perl,
  libcrypt-openssl-x509-perl,
  libcrypt-rijndael-perl,
+ libdbd-sqlite3-perl,
  libdbi-perl,
  libdigest-hmac-perl,
  libglib-perl,

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

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


[libatteanx-query-cache-perl] 02/02: Prepare for release: Update changelog, control file, and copyright hints.

2016-12-26 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libatteanx-query-cache-perl.

commit d46e94fd0a681bc1b100a30dec1778d330905ad9
Author: Jonas Smedegaard 
Date:   Mon Dec 26 13:26:18 2016 +0100

Prepare for release: Update changelog, control file, and copyright hints.
---
 debian/changelog | 12 +---
 debian/control   | 10 +-
 2 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 809b4f0..5fa76fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libatteanx-query-cache-perl (0.002-1) UNRELEASED; urgency=medium
+libatteanx-query-cache-perl (0.002-1) experimental; urgency=medium
 
   [ upstream ]
   * New release.
@@ -14,9 +14,15 @@ libatteanx-query-cache-perl (0.002-1) UNRELEASED; 
urgency=medium
   * Modernize git-buildpackage config: Filter any .git* file.
   * Declare compliance with Debian Policy 3.9.8.
   * Fix Vcs-Git field URL.
-  * Modernize CDBS use: Build-depend on licensecheck (not devscripts).
+  * Update package relations:
++ (Build-)depend on libatteanx-endpoint-perl.
++ Tighten to (build-)depend versioned on libiri-perl.
++ Tighten (build-)dependency on libattean-perl.
++ Relax to not (build-)depend versioned on perl.
++ Stop build-depend on libtest-exception-perl.
++ Build-depend on licensecheck (not devscripts).
 
- -- Jonas Smedegaard   Thu, 15 Dec 2016 03:44:50 +0100
+ -- Jonas Smedegaard   Mon, 26 Dec 2016 13:21:23 +0100
 
 libatteanx-query-cache-perl (0.001~alpha2-1) experimental; urgency=low
 
diff --git a/debian/control b/debian/control
index 8d6d327..ad7d680 100644
--- a/debian/control
+++ b/debian/control
@@ -3,22 +3,23 @@ Section: perl
 Priority: optional
 Build-Depends: cdbs,
  licensecheck,
+ perl,
  debhelper,
  dh-buildinfo,
+ libatteanx-endpoint-perl,
  libatteanx-store-ldf-perl,
  libatteanx-store-sparql-perl,
  libclass-method-modifiers-perl,
  libdigest-md4-perl,
- libiri-perl,
  liblwp-useragent-chicaching-perl,
  liblist-moreutils-perl,
  libmoox-log-any-perl,
  libredis-perl,
  libtype-tiny-perl,
  libnamespace-clean-perl,
- libattean-perl (>= 0.011),
+ libattean-perl (>= 0.015),
+ libiri-perl (>= 0.005),
  libmoo-perl (>= 1.006000),
- perl (>= 5.14),
  redis-server,
  libcarp-always-perl,
  libplack-perl,
@@ -28,8 +29,7 @@ Build-Depends: cdbs,
  librdf-linkeddata-perl,
  libtest-lwp-useragent-perl,
  libtest-modern-perl,
- libtest-redisserver-perl,
- libtest-exception-perl
+ libtest-redisserver-perl
 Maintainer: Debian Perl Group 
 Uploaders: Jonas Smedegaard 
 Standards-Version: 3.9.8

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

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


[libatteanx-query-cache-perl] branch master updated (2a7f655 -> d46e94f)

2016-12-26 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to branch master
in repository libatteanx-query-cache-perl.

  from  2a7f655   Update changelog, control file, and copyright hints.
   new  b580c41   Update package relations: (Build-)depend on 
libatteanx-endpoint-perl. Tighten to (build-)depend versioned on libiri-perl. 
Tighten (build-)dependency on libattean-perl. Relax to not (build-)depend 
versioned on perl. Stop build-depend on libtest-exception-perl.
   new  d46e94f   Prepare for release: Update changelog, control file, and 
copyright hints.

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 | 12 +---
 debian/control   | 10 +-
 debian/rules | 10 +-
 3 files changed, 19 insertions(+), 13 deletions(-)

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

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


[libatteanx-query-cache-perl] 01/02: Update package relations: (Build-)depend on libatteanx-endpoint-perl. Tighten to (build-)depend versioned on libiri-perl. Tighten (build-)dependency on libattean-p

2016-12-26 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libatteanx-query-cache-perl.

commit b580c41a06d3cdaa2182c681499511dd4e08d3c8
Author: Jonas Smedegaard 
Date:   Mon Dec 26 13:21:10 2016 +0100

Update package relations: (Build-)depend on libatteanx-endpoint-perl. 
Tighten to (build-)depend versioned on libiri-perl. Tighten (build-)dependency 
on libattean-perl. Relax to not (build-)depend versioned on perl. Stop 
build-depend on libtest-exception-perl.
---
 debian/rules | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/rules b/debian/rules
index ca150a6..017895f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,20 +23,20 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 pkg = $(DEB_SOURCE_PACKAGE)
 
 # Needed by upstream build and (always/seldom) at runtime
-perl-deps = atteanx-store-ldf atteanx-store-sparql
-perl-deps += class-method-modifiers digest-md4 iri lwp-useragent-chicaching
+perl-deps = atteanx-endpoint atteanx-store-ldf atteanx-store-sparql
+perl-deps += class-method-modifiers digest-md4 lwp-useragent-chicaching
 perl-deps += list-moreutils moox-log-any redis type-tiny namespace-clean
 deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps))
-deps +=, libattean-perl (>= 0.011)
+deps +=, libattean-perl (>= 0.015)
+deps +=, libiri-perl (>= 0.005)
 deps +=, libmoo-perl (>= 1.006000)
-deps +=, perl (>= 5.14)
 deps-suggest = redis-server
 
 # Needed by upstream testsuite
 perl-deps-test = carp-always plack lwp-protocol-psgi
 perl-deps-test += rdf-endpoint rdf-generator-void
 perl-deps-test += rdf-linkeddata test-lwp-useragent test-modern
-perl-deps-test += test-redisserver test-exception
+perl-deps-test += test-redisserver
 deps-test = $(patsubst %,$(comma) lib%-perl,$(perl-deps-test))
 
 CDBS_BUILD_DEPENDS +=, $(deps), $(deps-suggest), $(deps-test)

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

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


[libcode-tidyall-perl] annotated tag v0.54 created (now 00ded94)

2016-12-26 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag v0.54
in repository libcode-tidyall-perl.

at  00ded94   (tag)
   tagging  c5ba50ccf36308a2f909e445bf717131482e5d7a (commit)
  replaces  v0.53
 tagged by  Dave Rolsky
on  Sun Oct 16 09:50:30 2016 -0500

- Log -
v0.54

Dave Rolsky (5):
  Bump version after release
  Add coercions to path attributes to coerce a string to a Path::Tiny object
  Changes for path coercion fix
  Require Specio::Library::Path::Tiny 0.04
  v0.54

---

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

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


[libcode-tidyall-perl] 02/03: Update package relations: (Build-)depend on libpath-tiny-perl libspecio-perl libspecio-library-path-tiny-perl. Build-depend on and recommend libparallel-forkmanager-perl.

2016-12-26 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

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

commit 9ec2a3d2a2a79644c2c861a53301baa3107f97cc
Author: Jonas Smedegaard 
Date:   Sun Dec 25 20:07:19 2016 +0100

Update package relations: (Build-)depend on libpath-tiny-perl 
libspecio-perl libspecio-library-path-tiny-perl. Build-depend on and recommend 
libparallel-forkmanager-perl. Tighten to (build-)depend versioned on 
libmoo-perl.
---
 debian/rules | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index ffcedf0..7b8a078 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,9 +25,13 @@ pkg = $(DEB_SOURCE_PACKAGE)
 # Needed by upstream build process and (always) at runtime
 perl-deps = capture-tiny config-ini timedate file-slurp-tiny file-zglob
 perl-deps += file-which guard ipc-run3 ipc-system-simple list-compare
-perl-deps += list-someutils log-any moo time-duration-parse try-tiny
+perl-deps += list-someutils log-any specio specio-library-path-tiny
+perl-deps += time-duration-parse try-tiny
 deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps))
+deps +=, libmoo-perl (>= 2)
+deps +=, libpath-tiny-perl (>= 0.098)
 deps +=, libtext-diff-perl (>= 1.44)
+deps-recommend = libparallel-forkmanager-perl
 
 # Needed by upstream testsuite
 deps-test = libtest-class-most-perl, libtest-differences-perl
@@ -43,9 +47,9 @@ Suggests = php-codesniffer
 #  * Code::TidyAll::SVN::* are intended for direct use with subversion
 enhances = git, subversion
 
-CDBS_BUILD_DEPENDS +=, $(deps), $(deps-test)
+CDBS_BUILD_DEPENDS +=, $(deps), $(deps-recommend), $(deps-test)
 CDBS_DEPENDS_$(pkg) = $(deps)
-CDBS_RECOMMENDS_$(pkg) = $(recommends)
+CDBS_RECOMMENDS_$(pkg) = $(deps-recommend), $(recommends)
 CDBS_SUGGESTS_$(pkg) = $(suggests)
 CDBS_ENHANCES_$(pkg) = $(enhances)
 

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

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


[libcode-tidyall-perl] annotated tag v0.49 created (now 55f5f8c)

2016-12-26 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag v0.49
in repository libcode-tidyall-perl.

at  55f5f8c   (tag)
   tagging  7e0f7796d4850375a921dd3df15315104a855a94 (commit)
  replaces  v0.48
 tagged by  Dave Rolsky
on  Fri Jul 22 16:18:15 2016 -0500

- Log -
v0.49

Dave Rolsky (3):
  Bump version after release
  Nicer verbose output of what plugins we're applying to each file
  v0.49

---

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

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


[libcode-tidyall-perl] annotated tag v0.46 created (now a26cb5f)

2016-12-26 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag v0.46
in repository libcode-tidyall-perl.

at  a26cb5f   (tag)
   tagging  d39fb52c0e383a77eeacdc85a3c40fa82170c11e (commit)
  replaces  v0.45
 tagged by  Dave Rolsky
on  Mon Apr 18 09:51:01 2016 -0500

- Log -
v0.46

Dave Rolsky (3):
  Bump version after release
  Fix use line for Text::Diff - we want to ask for "1.44", not "v1.44"
  v0.46

---

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

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


[libcode-tidyall-perl] 01/01: pristine-tar data for libcode-tidyall-perl_0.55~dfsg.orig.tar.gz

2016-12-26 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch pristine-tar
in repository libcode-tidyall-perl.

commit eef6c930aaa0deb24eeddd60df685dcadb7ad7e6
Author: Jonas Smedegaard 
Date:   Sun Dec 25 19:00:01 2016 +0100

pristine-tar data for libcode-tidyall-perl_0.55~dfsg.orig.tar.gz
---
 libcode-tidyall-perl_0.55~dfsg.orig.tar.gz.delta | Bin 0 -> 84746 bytes
 libcode-tidyall-perl_0.55~dfsg.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libcode-tidyall-perl_0.55~dfsg.orig.tar.gz.delta 
b/libcode-tidyall-perl_0.55~dfsg.orig.tar.gz.delta
new file mode 100644
index 000..beab7e5
Binary files /dev/null and b/libcode-tidyall-perl_0.55~dfsg.orig.tar.gz.delta 
differ
diff --git a/libcode-tidyall-perl_0.55~dfsg.orig.tar.gz.id 
b/libcode-tidyall-perl_0.55~dfsg.orig.tar.gz.id
new file mode 100644
index 000..4084d44
--- /dev/null
+++ b/libcode-tidyall-perl_0.55~dfsg.orig.tar.gz.id
@@ -0,0 +1 @@
+e20e748ba488321d88e2ddf1850f3bb426c91029

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

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


[libcode-tidyall-perl] annotated tag upstream/0.55_dfsg created (now 320e96b)

2016-12-26 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag upstream/0.55_dfsg
in repository libcode-tidyall-perl.

at  320e96b   (tag)
   tagging  e4e7fbc6c12daf2db820b42cd8971618ff04807b (commit)
  replaces  upstream/0.42_dfsg
 tagged by  Jonas Smedegaard
on  Sun Dec 25 19:00:01 2016 +0100

- Log -
Upstream version 0.55~dfsg
-BEGIN PGP SIGNATURE-

iQIcBAABCAAGBQJYYAkhAAoJECx8MUbBoAEhWoYQAK4h2Zlk2E3CTwKFZcZopaCX
6SaRaxYquTG2V3EIoe2yA22hp8lW0S//X2pgoDwk2vfKIibslFyKVCJ565J0kH4E
TWwx7A4Rqqa2PI42zQz+e26J/tPJ0zOdv05bB4woNKKwp1Pu05o3P678Xkl87BLd
O1OMPQBOnckcFv8z/2YTklaF87Pu5msrcipoNw9jGfqGOeYWQoHkYAJfmq3sABBO
uqKwLtmcC3X6OHw6uJ3PHFNQLnE0mKCgiZhI1Lt3zXM8MeZ04mXNZkZNyrUikOG2
46gJXQ+Z9jX11sJMdj7xNmT4Shn9Ed1K4ZwuBTGq59srjc83o5UKjSqcC7Z7z4/A
y6PMBmNWZFOxt76FPQ3vmguX+1gIXdlPLluTmVk93mLCBEw1IzXh6u7yLrJudWzH
NoeUrToU3Qb4WnPvfC7eUwHNexxgFUUYxr886GRMxt3EYK7Lhy+6PACcyC65Bou9
TYMODWBuLoYVyk+S03OOsMOzUwHAtadDcvb5bdYcHheUv9I18ufyYwHTyTCsmN66
BlAY+D9/N0np4G4Pg5qU2jwi/PvnjeGNNARBXQoTjNFrf1S3OSTr8I5ET1bB+www
a0ELz5YV4wr1zlsO8D4U53kxqLbpFjLlmRW8c/LFHsi2ADIhrZ9QKkLnx5ty3ily
qHXZwaL1OA0diONyMv1I
=RGyU
-END PGP SIGNATURE-

Adam Herzog (1):
  Preserve file mode (permissions) on tidy.

Dave Rolsky (72):
  Bump version after release
  Skip Test::CleanNamespaces test
  Make self-tidyall.t quiet
  Commit generated Makefile.PL
  v0.43
  Bump version after release
  Change how the INI::Reader stores repeated line
  Small style nit fix in Basic.pm
  Make shebang a multi-value config item as well
  v0.44
  Bump version after release
  Reorganize Conf test code a bit
  Fix (and test) handling of select & ignore lines with multiple 
space-separated values
  Tidy pod
  Update generated files
  v0.45
  Bump version after release
  Fix use line for Text::Diff - we want to ask for "1.44", not "v1.44"
  v0.46
  Bump version after release
  Make the git pre-commit hook only look at files that are actually about 
to be committed
  Update generated files
  Bump version after release
  Test with Perl 5.24
  Move Plugin-Sortlines.t to t/
  v0.48
  Bump version after release
  Nicer verbose output of what plugins we're applying to each file
  v0.49
  Bump version after release
  Add support for tidying in parallel
  Use "/usr/bin/env perl" for shbang in repo
  Make ->list_only use $self->msg instead of calling printf directly
  Get rel2abs directly from File::Spec::Functions
  Move definition of $cli_conf to top of Test::Code::TidyAll::Basic
  Use the full relative path to files when operating on them
  Set waitpid_block_sleep to 0.01 to speed up parallel implementation
  Convert almost all code to Path::Tiny
  Remove now-unused weaver config
  Comment on why we use TidyAll plugin in dist.ini
  Remove a few last uses of File::Basename, File::Path, and 
File::Slurp::Tiny
  Manually install Test::Warnings for now since travis-perl is being weird
  Run Makefile.PL before running prove
  Comment on why we run Makefile.PL in .travis.yml
  v0.50
  Bump version after release
  Remove leftover debug junk from .travis.yml
  Remove 5.8 from test Try testing 5.8 without author/release deps
  Restore some Util exports to provide backwards compat
  v0.51
  Bump version after release
  Revert change to make inc::Util use Path::Tiny
  Make bin/tidyall shbang "#!perl" so MakeMaker will rewrite it
  v0.52
  Bump version after release
  Use File::Temp to create a tempdir so we can get its realpath
  Remove unused trigger setting from backup_dir attribute
  Set verbose => 1 in self-tidyall.t
  Make sure temp dirs are made under the system tempdir, not local dir
  Make module load order consistent
  Remove unused import
  Make a realpath tempdir using Path::Tiny directly
  Changes for permissions fix
  v0.53
  Bump version after release
  Add coercions to path attributes to coerce a string to a Path::Tiny object
  Changes for path coercion fix
  Require Specio::Library::Path::Tiny 0.04
  v0.54
  Bump version after release
  Require Moo 2.00 or greater
  v0.55

Finn Smith (1):
  Consolidate git status code.

Graham Knop (1):
  Fail correctly if js-beautify exits non-zero

Jonas Smedegaard (1):
  New upstream version 0.55~dfsg

---

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

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

[libcode-tidyall-perl] annotated tag v0.55 created (now 8a1a7e1)

2016-12-26 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag v0.55
in repository libcode-tidyall-perl.

at  8a1a7e1   (tag)
   tagging  5af7cf15a5aa26cbe9640f5df7cb29f732eb8dde (commit)
  replaces  v0.54
 tagged by  Dave Rolsky
on  Tue Nov 1 13:51:04 2016 -0500

- Log -
v0.55

Dave Rolsky (3):
  Bump version after release
  Require Moo 2.00 or greater
  v0.55

---

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

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


[libcode-tidyall-perl] 03/03: Prepare for release: Update changelog, control file, and copyright hints.

2016-12-26 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

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

commit 19308912dcee6758c26c19e16bc8761ef14fc731
Author: Jonas Smedegaard 
Date:   Mon Dec 26 13:50:22 2016 +0100

Prepare for release: Update changelog, control file, and copyright hints.
---
 debian/changelog   | 14 +
 debian/control |  6 +-
 debian/copyright_hints | 57 +-
 3 files changed, 48 insertions(+), 29 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9782641..a6d7470 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+libcode-tidyall-perl (0.55~dfsg-1) experimental; urgency=medium
+
+  [ upstream ]
+  * New release(s).
+
+  [ Jonas Smedegaard ]
+  * Update package relations:
++ (Build-)depend on libpath-tiny-perl libspecio-perl
+  libspecio-library-path-tiny-perl.
++ Build-depend on and recommend libparallel-forkmanager-perl.
++ Tighten to (build-)depend versioned on libmoo-perl.
+
+ -- Jonas Smedegaard   Mon, 26 Dec 2016 13:45:45 +0100
+
 libcode-tidyall-perl (0.42~dfsg-1) unstable; urgency=medium
 
   [ upstream ]
diff --git a/debian/control b/debian/control
index 807f608..b90686e 100644
--- a/debian/control
+++ b/debian/control
@@ -18,10 +18,14 @@ Build-Depends: cdbs,
  liblist-compare-perl,
  liblist-someutils-perl,
  liblog-any-perl,
- libmoo-perl,
+ libspecio-perl,
+ libspecio-library-path-tiny-perl,
  libtime-duration-parse-perl,
  libtry-tiny-perl,
+ libmoo-perl (>= 2),
+ libpath-tiny-perl (>= 0.098),
  libtext-diff-perl (>= 1.44),
+ libparallel-forkmanager-perl,
  libtest-class-most-perl,
  libtest-differences-perl,
  libtest-warnings-perl
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 478a2ae..1971c91 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -4,7 +4,8 @@ Upstream-Contact: FIXME
 Source: FIXME
 Disclaimer: Autogenerated by CDBS
 
-Files: Changes
+Files: CONTRIBUTING.md
+ Changes
  INSTALL
  MANIFEST
  META.json
@@ -23,7 +24,6 @@ Files: Changes
  dist.ini
  etc/editors/tidyall.vim
  inc/MyMakeMaker.pm
- inc/Pod/Weaver/Section/SeeAlsoCodeTidyAll.pm
  inc/Util.pm
  lib/Code/TidyAll/Cache.pm
  lib/Code/TidyAll/Config/INI/Reader.pm
@@ -38,30 +38,8 @@ Files: Changes
  t/00-report-prereqs.t
  t/Basic.t
  t/Conf.t
+ t/Plugin-SortLines.t
  t/Zglob.t
- t/author-Git.t
- t/author-Plugin-CSSUnminifier.t
- t/author-Plugin-JSBeautify.t
- t/author-Plugin-JSHint.t
- t/author-Plugin-JSLint.t
- t/author-Plugin-MasonTidy.t
- t/author-Plugin-PHPCodeSniffer.t
- t/author-Plugin-PerlCritic.t
- t/author-Plugin-PerlTidy.t
- t/author-Plugin-PerlTidySweet.t
- t/author-Plugin-PodChecker.t
- t/author-Plugin-PodSpell.t
- t/author-Plugin-PodTidy.t
- t/author-Plugin-SortLines.t
- t/author-Util.t
- t/author-diff-on-tidy-error.t
- t/author-mojibake.t
- t/author-no-tabs.t
- t/author-pod-spell.t
- t/author-pod-syntax.t
- t/author-self-tidyall.t
- t/author-test-version.t
- t/author-tidy-and-critic.t
  t/lib/Code/TidyAll/Test/Class.pm
  t/lib/Code/TidyAll/Test/Plugin/AToZ.pm
  t/lib/Code/TidyAll/Test/Plugin/AlwaysPhonetic.pm
@@ -73,6 +51,7 @@ Files: Changes
  t/lib/Test/Code/TidyAll/Conf.pm
  t/lib/Test/Code/TidyAll/DiffOnTidyError.pm
  t/lib/Test/Code/TidyAll/Git.pm
+ t/lib/Test/Code/TidyAll/Parallel.pm
  t/lib/Test/Code/TidyAll/Plugin.pm
  t/lib/Test/Code/TidyAll/Plugin/CSSUnminifier.pm
  t/lib/Test/Code/TidyAll/Plugin/JSBeautify.pm
@@ -90,10 +69,32 @@ Files: Changes
  t/lib/Test/Code/TidyAll/SVN.pm
  t/lib/Test/Code/TidyAll/Util.pm
  t/lib/Test/Code/TidyAll/Zglob.pm
- t/release-cpan-changes.t
- t/release-meta-json.t
  tidyall.ini
- weaver.ini
+ xt/author/Git.t
+ xt/author/Plugin-CSSUnminifier.t
+ xt/author/Plugin-JSBeautify.t
+ xt/author/Plugin-JSHint.t
+ xt/author/Plugin-JSLint.t
+ xt/author/Plugin-MasonTidy.t
+ xt/author/Plugin-PHPCodeSniffer.t
+ xt/author/Plugin-PerlCritic.t
+ xt/author/Plugin-PerlTidy.t
+ xt/author/Plugin-PerlTidySweet.t
+ xt/author/Plugin-PodChecker.t
+ xt/author/Plugin-PodSpell.t
+ xt/author/Plugin-PodTidy.t
+ xt/author/Util.t
+ xt/author/diff-on-tidy-error.t
+ xt/author/mojibake.t
+ xt/author/no-tabs.t
+ xt/author/parallel.t
+ xt/author/pod-spell.t
+ xt/author/pod-syntax.t
+ xt/author/self-tidyall.t
+ xt/author/test-version.t
+ xt/author/tidy-and-critic.t
+ xt/release/cpan-changes.t
+ xt/release/meta-json.t
 Copyright: NONE
 License: UNKNOWN
  FIXME

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

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


[libcode-tidyall-perl] annotated tag v0.51 created (now 8a91a5a)

2016-12-26 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag v0.51
in repository libcode-tidyall-perl.

at  8a91a5a   (tag)
   tagging  1c54b42461748169f15dc14cefbc472fb7e47f04 (commit)
  replaces  v0.50
 tagged by  Dave Rolsky
on  Sun Sep 18 23:59:48 2016 -0500

- Log -
v0.51

Dave Rolsky (5):
  Bump version after release
  Remove leftover debug junk from .travis.yml
  Remove 5.8 from test Try testing 5.8 without author/release deps
  Restore some Util exports to provide backwards compat
  v0.51

---

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

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


[libcode-tidyall-perl] 01/03: Merge tag 'upstream/0.55_dfsg'

2016-12-26 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

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

commit dbd34e13fa91799a6236021362df4b50d7c9c224
Merge: 6e355c2 e4e7fbc
Author: Jonas Smedegaard 
Date:   Sun Dec 25 19:00:07 2016 +0100

Merge tag 'upstream/0.55_dfsg'

Upstream version 0.55~dfsg

# gpg: Signature made Sun Dec 25 19:00:01 2016 CET
# gpg:using RSA key 2C7C3146C1A00121
# gpg: Good signature from "Jonas Smedegaard "
# gpg: aka "Jonas Smedegaard "
# gpg: aka "Jonas Smedegaard "
# gpg: aka "[jpeg image of size 4165]"

 CONTRIBUTING.md| 131 
 Changes| 108 +++
 INSTALL|  14 +-
 MANIFEST   |  57 +-
 META.json  | 727 +
 META.yml   | 601 ++---
 Makefile.PL|  33 +-
 README.md  | 275 
 bin/tidyall|  37 +-
 cpanfile   |  29 +-
 dist.ini   |   6 +
 inc/Pod/Weaver/Section/SeeAlsoCodeTidyAll.pm   |  42 --
 inc/Util.pm|   4 +
 lib/Code/TidyAll.pm| 380 ---
 lib/Code/TidyAll/Cache.pm  |  26 +-
 lib/Code/TidyAll/CacheModel.pm |  21 +-
 lib/Code/TidyAll/CacheModel/Shared.pm  |  17 +-
 lib/Code/TidyAll/Config/INI/Reader.pm  |  21 +-
 lib/Code/TidyAll/Git/Precommit.pm  |  34 +-
 lib/Code/TidyAll/Git/Prereceive.pm |  68 +-
 lib/Code/TidyAll/Git/Util.pm   |  78 ++-
 lib/Code/TidyAll/Plugin.pm |  71 +-
 lib/Code/TidyAll/Plugin/CSSUnminifier.pm   |   7 +-
 lib/Code/TidyAll/Plugin/JSBeautify.pm  |  28 +-
 lib/Code/TidyAll/Plugin/JSHint.pm  |  56 +-
 lib/Code/TidyAll/Plugin/JSLint.pm  |  18 +-
 lib/Code/TidyAll/Plugin/JSON.pm|  14 +-
 lib/Code/TidyAll/Plugin/MasonTidy.pm   |  20 +-
 lib/Code/TidyAll/Plugin/PHPCodeSniffer.pm  |  18 +-
 lib/Code/TidyAll/Plugin/PerlCritic.pm  |  18 +-
 lib/Code/TidyAll/Plugin/PerlTidy.pm|  18 +-
 lib/Code/TidyAll/Plugin/PerlTidySweet.pm   |  18 +-
 lib/Code/TidyAll/Plugin/PodChecker.pm  |  20 +-
 lib/Code/TidyAll/Plugin/PodSpell.pm|  24 +-
 lib/Code/TidyAll/Plugin/PodTidy.pm |  20 +-
 lib/Code/TidyAll/Plugin/SortLines.pm   |  17 +-
 lib/Code/TidyAll/Result.pm |  16 +-
 lib/Code/TidyAll/Role/Tempdir.pm   |  30 +-
 lib/Code/TidyAll/SVN/Precommit.pm  |  53 +-
 lib/Code/TidyAll/SVN/Util.pm   |  10 +-
 lib/Code/TidyAll/Util.pm   |  47 +-
 lib/Code/TidyAll/Util/Zglob.pm |  14 +-
 lib/Test/Code/TidyAll.pm   |  23 +-
 t/00-report-prereqs.dd |  31 +-
 t/00-report-prereqs.t  |  10 +-
 t/Plugin-SortLines.t   |   4 +
 t/author-Git.t |  12 -
 t/author-Plugin-CSSUnminifier.t|  12 -
 t/author-Plugin-JSBeautify.t   |  13 -
 t/author-Plugin-JSHint.t   |  12 -
 t/author-Plugin-JSLint.t   |  12 -
 t/author-Plugin-MasonTidy.t|  12 -
 t/author-Plugin-PHPCodeSniffer.t   |  12 -
 t/author-Plugin-PerlCritic.t   |  12 -
 t/author-Plugin-PerlTidy.t |  12 -
 t/author-Plugin-PodChecker.t   |  12 -
 t/author-Plugin-PodSpell.t |  12 -
 t/author-Plugin-PodTidy.t  |  12 -
 t/author-Plugin-SortLines.t|  12 -
 t/author-Util.t|  12 -
 t/author-diff-on-tidy-error.t  |  12 -
 t/author-mojibake.t|  17 -
 t/lib/Code/TidyAll/Test/Class.pm   |  22 +-
 t/lib/Code/TidyAll/Test/Plugin/RepeatFoo.pm|   1 -
 t/lib/Code/TidyAll/Test/Plugin/ReverseFoo.pm   |   4 +-
 t/lib/Test/Code/TidyAll/Basic.pm   | 160 +++--
 t/lib/Test/Code/TidyAll/Conf.pm| 126 ++--
 t/lib/Test/Code/TidyAll/Git.pm |  64 +-
 t/lib/Test/Code/TidyAll/Parallel.pm|  34 +
 t/lib/Test/Code/TidyAll/Plugin.pm  |   9 +-
 t/lib/Test/C

[libcode-tidyall-perl] annotated tag debian/0.55_dfsg-1 created (now 2b5fa8b)

2016-12-26 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag debian/0.55_dfsg-1
in repository libcode-tidyall-perl.

at  2b5fa8b   (tag)
   tagging  19308912dcee6758c26c19e16bc8761ef14fc731 (commit)
  replaces  upstream/0.55_dfsg
 tagged by  Jonas Smedegaard
on  Mon Dec 26 13:52:26 2016 +0100

- Log -
libcode-tidyall-perl Debian release 0.55~dfsg-1
-BEGIN PGP SIGNATURE-

iQIcBAABCAAGBQJYYRKKAAoJECx8MUbBoAEhqckQAJ7F6LrM5aHOgRZVEX+zXSJU
4L/fkrHYp/av+x/7skkzIl95RhqfDfhxTJPREKRPWGGp0vfQ55cwR2RPVkruEKfl
RSCgMz8CQhvo11V4TaP/NyOg8/tQZp1lTN0t2zcFJ683jdZgPcvDSkCKOAAdaTta
bE1VL9TwE6cxJU2xeeVctSGIp484UFPtSwKecZi6nHroznzlU7m3pXKKcHgKxBs0
71EA9eiHs8cQHJ84ItNF8Z6yGkEDfqiK8oQ+I0fQLqPew02xEqJdclV/rthrVecX
HcCfWiVsm6TDSyYlb9GLW9jqYZg6XWP9NdBiv1UqDaLV/ZX9NcOoljtO+tqW5sX6
W1s5qs2NCMonTp8uzhME4O7D6dmPUzcIp56ExIW/JDXRjkCWtKWAmYWxrAolqxYn
oqggkXODNXzagbvqVQIfF/9KoW/AGGvmg9S+HJynr+GZhbkG3FsOSy9Oq1lhRBoO
Y1WPZwMZaYeHOk9oD3VNRaSy1WozIH5Xk9PfZlUylH+SehuAbwHMmiCU5FIpUXfC
vkAq+B+hgauFvi4lDwTDlT5y0yzDxENw7E68TM2Z1uoR6TyBryeAdqtPdujUYJTz
+hwgbERgsEMIs1A9dWSL01qr2diL/3YJ7gjOQujhGDm/t7u21BcTfE179CbS35Hz
RV9gTCOadsuieSx8hFEd
=mbcq
-END PGP SIGNATURE-

Jonas Smedegaard (62):
  Initial packaging.
  Add README.source emphasizing control.in file as *not* a show-stopper for 
contributions, referring to wiki page for details.
  Fix stop (build-)depending on libscalar-list-utils-perl: Provided by 
perl(-modules).
  Prepare for release: Update changelog, control file and copyright hints.
  Add github URL as alternate source.
  Stop track md5sum of upstream tarball.
  Improve watch file to use both www.cpan.org/authors URL (for newest info) 
and search.cpan.org/dist URL (for change of author). Switch get-orig-source 
target to use www.cpan.org/authors URL.
  Imported Upstream version 0.18
  Merge tag 'upstream/0.18'
  Unfuzz patch 1001.
  Prepare for release: Update changelog and copyright hints.
  Bump to standards-version 3.9.5.
  Fix use canonical Vcs-Git URL.
  Update watch file to use metacpan.org URL, and stop track development 
releases.
  Update copyright info: Extend coverage of packaging.
  Tidy comma in build-dependencies.
  Update changelog, control file and copyright info.
  Merge tag 'upstream/0.20'
  Unfuzz patch 1001.
  Prepare for release: Update changelog and copyright info.
  Update copyright info: Use License-Grant and License-Reference fields. 
Thanks to Ben Finney.
  Add lintian override regarding license in License-Reference field. See 
bug#786450.
  Bump debhelper compatibility level to 9.
  Tidy rules file: Suppress versioned debhelper build-dependency.
  Add lintian override regarding debhelper 9.
  Sync control.in with control: Update Vcs-Browser URL to use cgit web 
frontend.
  Declare compliance with Debian Policy 3.9.6.
  Update copyright info: Extend copyright of packaging to cover current 
year.
  Update changelog, control file and copyright hints.
  Update watch file and CDBS upstream-tarball hints to track DROLSKY as 
main upstream maintainer.
  Repackage upstream tarball to avoid non-DFSG files and convenience code 
copies.
  Merge tag 'upstream/0.32_dfsg'
  Drop patch 1001: SHA1 avoidance now done upstream.
  Update package relations: Relax to (build-)depend unversioned on 
libcapture-tiny-perl: Needed version satisfied even in oldstable.
  Update package relations: (Build-)depend on libfile-slurp-tiny-perl 
libfile-which-perl libtext-diff-perl.
  Update package relations: Build-depend on libtest-differences-perl 
libtest-warnings-perl.
  Update package relations: Enhance git and subversion, and mention that in 
long description.
  Update package relations: Recommend libjson-maybexs-perl.
  Update package relations: Fix mention suggested php-codeniffer in long 
description.
  Update copyright info: Update URL to issue tracker, and add alternate 
email address.
  Update Homepage URL.
  Update copyright info: Update alternate git source URL.
  Prepare for release: Update changelog, control file and copyright hints.
  Merge tag 'upstream/0.42_dfsg'
  Declare compliance with Debian Policy 3.9.7.
  Modernize Vcs-Git field: Use https protocol.
  Update copyright info: Use Github (not CPAN) issue tracker.
  Update copyright info: Extend coverage for main upstream author to cover 
recent years.
  Update copyright info: Extend copyright of packaging to cover current 
year.
  Update package relations: Tighten to (build-)depend versioned on 
libtext-diff-perl.
  Update package relations: (Build-)depend on liblist-someutils-perl (not 
liblist-moreutils-perl).
  Update package relations: (Build-)depend on liblist-compare-perl.
  Update watch file: Bump to file format 4. Watch only

[libcode-tidyall-perl] annotated tag v0.52 created (now 5227955)

2016-12-26 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag v0.52
in repository libcode-tidyall-perl.

at  5227955   (tag)
   tagging  5dc9062752d55163079de5444d1fe74228bb999e (commit)
  replaces  v0.51
 tagged by  Dave Rolsky
on  Mon Sep 19 16:25:49 2016 -0500

- Log -
v0.52

Dave Rolsky (4):
  Bump version after release
  Revert change to make inc::Util use Path::Tiny
  Make bin/tidyall shbang "#!perl" so MakeMaker will rewrite it
  v0.52

---

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

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


[libcode-tidyall-perl] annotated tag v0.43 created (now 8d795a0)

2016-12-26 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag v0.43
in repository libcode-tidyall-perl.

at  8d795a0   (tag)
   tagging  0a4095df6f8fcb0a772ef9e41b99e4dbf426a99a (commit)
  replaces  v0.42
 tagged by  Dave Rolsky
on  Sun Mar 27 20:40:31 2016 -0500

- Log -
v0.43

Dave Rolsky (5):
  Bump version after release
  Skip Test::CleanNamespaces test
  Make self-tidyall.t quiet
  Commit generated Makefile.PL
  v0.43

Finn Smith (1):
  Consolidate git status code.

---

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

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


[libcode-tidyall-perl] annotated tag v0.45 created (now b58122a)

2016-12-26 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag v0.45
in repository libcode-tidyall-perl.

at  b58122a   (tag)
   tagging  96946cafd86c805d3fed950fe7b5dd4234bc4559 (commit)
  replaces  v0.44
 tagged by  Dave Rolsky
on  Mon Apr 11 15:15:19 2016 -0500

- Log -
v0.45

Dave Rolsky (6):
  Bump version after release
  Reorganize Conf test code a bit
  Fix (and test) handling of select & ignore lines with multiple 
space-separated values
  Tidy pod
  Update generated files
  v0.45

---

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

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


[libcode-tidyall-perl] annotated tag v0.48 created (now 9be9a1a)

2016-12-26 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag v0.48
in repository libcode-tidyall-perl.

at  9be9a1a   (tag)
   tagging  22d3ae73094136b31a562768d2749d41845892a0 (commit)
  replaces  v0.46
 tagged by  Dave Rolsky
on  Thu Jun 16 09:46:32 2016 -0500

- Log -
v0.48

Dave Rolsky (7):
  Bump version after release
  Make the git pre-commit hook only look at files that are actually about 
to be committed
  Update generated files
  Bump version after release
  Test with Perl 5.24
  Move Plugin-Sortlines.t to t/
  v0.48

Graham Knop (1):
  Fail correctly if js-beautify exits non-zero

---

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

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


[libcode-tidyall-perl] branch pristine-tar updated (94ed4fa -> eef6c93)

2016-12-26 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to branch pristine-tar
in repository libcode-tidyall-perl.

  from  94ed4fa   pristine-tar data for 
libcode-tidyall-perl_0.42~dfsg.orig.tar.gz
   new  eef6c93   pristine-tar data for 
libcode-tidyall-perl_0.55~dfsg.orig.tar.gz

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


Summary of changes:
 libcode-tidyall-perl_0.55~dfsg.orig.tar.gz.delta | Bin 0 -> 84746 bytes
 libcode-tidyall-perl_0.55~dfsg.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libcode-tidyall-perl_0.55~dfsg.orig.tar.gz.delta
 create mode 100644 libcode-tidyall-perl_0.55~dfsg.orig.tar.gz.id

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

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


[libcode-tidyall-perl] branch master updated (6e355c2 -> 1930891)

2016-12-26 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

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

  from  6e355c2   Prepare for release: Update changelog, control file, and 
copyright hints.
  adds  08642b0   Bump version after release
  adds  c0b55ee   Consolidate git status code.
  adds  976a002   Skip Test::CleanNamespaces test
  adds  7eb5a90   Make self-tidyall.t quiet
  adds  a7ce18d   Commit generated Makefile.PL
  adds  0a4095d   v0.43
  adds  8713f97   Bump version after release
  adds  0171073   Change how the INI::Reader stores repeated line
  adds  9434d72   Small style nit fix in Basic.pm
  adds  381199a   Make shebang a multi-value config item as well
  adds  6bee8ea   v0.44
  adds  37ce04c   Bump version after release
  adds  c23e8f0   Reorganize Conf test code a bit
  adds  abd40a4   Fix (and test) handling of select & ignore lines with 
multiple space-separated values
  adds  7b1e518   Tidy pod
  adds  df0bcd1   Update generated files
  adds  96946ca   v0.45
  adds  0129a17   Bump version after release
  adds  d4aa558   Fix use line for Text::Diff - we want to ask for "1.44", 
not "v1.44"
  adds  d39fb52   v0.46
  adds  585173c   Bump version after release
  adds  708055b   Make the git pre-commit hook only look at files that are 
actually about to be committed
  adds  eea9155   Update generated files
  adds  a27ce79   Bump version after release
  adds  7aecdec   Test with Perl 5.24
  adds  3a3e455   Fail correctly if js-beautify exits non-zero
  adds  cd0bf17   Move Plugin-Sortlines.t to t/
  adds  22d3ae7   v0.48
  adds  e0595f6   Bump version after release
  adds  fd0ce39   Nicer verbose output of what plugins we're applying to 
each file
  adds  7e0f779   v0.49
  adds  cc3d462   Bump version after release
  adds  6f2d581   Add support for tidying in parallel
  adds  2eb96d9   Use "/usr/bin/env perl" for shbang in repo
  adds  d925baf   Make ->list_only use $self->msg instead of calling printf 
directly
  adds  6515016   Get rel2abs directly from File::Spec::Functions
  adds  eeaabe8   Move definition of $cli_conf to top of 
Test::Code::TidyAll::Basic
  adds  d46b692   Use the full relative path to files when operating on them
  adds  7257941   Set waitpid_block_sleep to 0.01 to speed up parallel 
implementation
  adds  2cd8ffb   Convert almost all code to Path::Tiny
  adds  d4ae5c2   Remove now-unused weaver config
  adds  4d6fbb7   Comment on why we use TidyAll plugin in dist.ini
  adds  8858523   Remove a few last uses of File::Basename, File::Path, and 
File::Slurp::Tiny
  adds  ef095b3   Manually install Test::Warnings for now since travis-perl 
is being weird
  adds  480965a   Run Makefile.PL before running prove
  adds  7fd1dbd   Comment on why we run Makefile.PL in .travis.yml
  adds  1a925b1   v0.50
  adds  f9b4e05   Bump version after release
  adds  c0bb8be   Remove leftover debug junk from .travis.yml
  adds  f185849   Remove 5.8 from test Try testing 5.8 without 
author/release deps
  adds  120659b   Restore some Util exports to provide backwards compat
  adds  1c54b42   v0.51
  adds  5e2d36d   Bump version after release
  adds  c53b4d0   Revert change to make inc::Util use Path::Tiny
  adds  56ade35   Make bin/tidyall shbang "#!perl" so MakeMaker will 
rewrite it
  adds  5dc9062   v0.52
  adds  b29a0d3   Bump version after release
  adds  4ed244d   Use File::Temp to create a tempdir so we can get its 
realpath
  adds  f5debc1   Remove unused trigger setting from backup_dir attribute
  adds  b41c031   Set verbose => 1 in self-tidyall.t
  adds  0b35cb0   Make sure temp dirs are made under the system tempdir, 
not local dir
  adds  ea3ddc4   Make module load order consistent
  adds  c9585a5   Remove unused import
  adds  c8c2749   Make a realpath tempdir using Path::Tiny directly
  adds  bfefe8a   Preserve file mode (permissions) on tidy.
  adds  f7b1b43   Changes for permissions fix
  adds  8134c42   v0.53
  adds  4ba6e19   Bump version after release
  adds  b7389ba   Add coercions to path attributes to coerce a string to a 
Path::Tiny object
  adds  aa402a0   Changes for path coercion fix
  adds  944c671   Require Specio::Library::Path::Tiny 0.04
  adds  c5ba50c   v0.54
  adds  35e746a   Bump version after release
  adds  fd0228c   Require Moo 2.00 or greater
  adds  5af7cf1   v0.55
  adds  e4e7fbc   New upstream version 0.55~dfsg
   new  dbd34e1   Merge tag 'upstream/0.55_dfsg'
   new  9ec2a3d   Update package relations: (Build-)depend on 
libpath-tiny-perl libspecio-perl libspecio-library-path-tiny-perl. Build-depend 
on and recommend libparallel-forkmanager-perl. Tighten to (build-)depend 
versioned on libmoo-perl.

[libcode-tidyall-perl] annotated tag v0.50 created (now 0a3eb36)

2016-12-26 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag v0.50
in repository libcode-tidyall-perl.

at  0a3eb36   (tag)
   tagging  1a925b1f83f18beffbf0ed1aac047c4d76f5ca5a (commit)
  replaces  v0.49
 tagged by  Dave Rolsky
on  Sun Sep 18 16:41:40 2016 -0500

- Log -
v0.50

Dave Rolsky (16):
  Bump version after release
  Add support for tidying in parallel
  Use "/usr/bin/env perl" for shbang in repo
  Make ->list_only use $self->msg instead of calling printf directly
  Get rel2abs directly from File::Spec::Functions
  Move definition of $cli_conf to top of Test::Code::TidyAll::Basic
  Use the full relative path to files when operating on them
  Set waitpid_block_sleep to 0.01 to speed up parallel implementation
  Convert almost all code to Path::Tiny
  Remove now-unused weaver config
  Comment on why we use TidyAll plugin in dist.ini
  Remove a few last uses of File::Basename, File::Path, and 
File::Slurp::Tiny
  Manually install Test::Warnings for now since travis-perl is being weird
  Run Makefile.PL before running prove
  Comment on why we run Makefile.PL in .travis.yml
  v0.50

---

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

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


[libcode-tidyall-perl] annotated tag v0.44 created (now 79e18f3)

2016-12-26 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag v0.44
in repository libcode-tidyall-perl.

at  79e18f3   (tag)
   tagging  6bee8ea7fd9cd71d70cb4c92d308c1747f469409 (commit)
  replaces  v0.43
 tagged by  Dave Rolsky
on  Sun Apr 10 22:07:13 2016 -0500

- Log -
v0.44

Dave Rolsky (5):
  Bump version after release
  Change how the INI::Reader stores repeated line
  Small style nit fix in Basic.pm
  Make shebang a multi-value config item as well
  v0.44

---

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

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


[libcode-tidyall-perl] annotated tag v0.53 created (now 7902477)

2016-12-26 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag v0.53
in repository libcode-tidyall-perl.

at  7902477   (tag)
   tagging  8134c423e03d458f0a6c4dd5ea15439cd85d5f0e (commit)
  replaces  v0.52
 tagged by  Dave Rolsky
on  Mon Oct 10 13:22:17 2016 -0500

- Log -
v0.53

Adam Herzog (1):
  Preserve file mode (permissions) on tidy.

Dave Rolsky (10):
  Bump version after release
  Use File::Temp to create a tempdir so we can get its realpath
  Remove unused trigger setting from backup_dir attribute
  Set verbose => 1 in self-tidyall.t
  Make sure temp dirs are made under the system tempdir, not local dir
  Make module load order consistent
  Remove unused import
  Make a realpath tempdir using Path::Tiny directly
  Changes for permissions fix
  v0.53

---

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

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


[libcatmandu-perl] branch master updated (30df1b7 -> a0a9124)

2016-12-26 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

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

  from  30df1b7   Prepare for release: Update changelog and copyright hints.
  adds  5afe38a   Adding the links to the mailing list and bug tracker
  adds  234d7a4   Merge branch 'dev' of github.com:LibreCat/Catmandu into 
dev
  adds  9fd1525   test
  adds  fd177f0   Adding more pod
  adds  ce5f1da   Adding a sep_char separator for TSV imports
  adds  0f37294   Adding sep_char options for TSV exports
  adds  f26aae0   fix debug if perltidy is not installed
  adds  8ee9141   1.0002
  adds  8ecf828   Fix some typos (found by codespell)
  adds  c2fb77b   Merge branch 'UB-Mannheim-master' into dev
  adds  5fc4422   Showing also by default version information of the 
Catmandu packages themselves
  adds  d5538fd   Fixing #228 Usage of slash (\) escapes in fixes
  adds  f315f46   Adding more tests for issue #228
  adds  137390f   Fixing documentation #240
  adds  193f912   better pod for default_load_path
  adds  a9f7bad   Correct typos
  adds  e9dfd88   Update set of documented commands (#233)
  adds  6de967d   Improve Pod of info command
  adds  8867faa   Minor changes to introduction
  adds  aa49e7c   Add info option --validators (#209)
  adds  6b1e77f   Merge branch 'dev' of github.com:LibreCat/Catmandu into 
dev
  adds  fcb16b5   oops
  adds  9028651   switch to Cpanel::JSON::XS
  adds  cb5bb7c   Improve documentation
  adds  ed64a8f   Merge branch 'dev' of github.com:LibreCat/Catmandu into 
dev
  adds  e55825c   Minimize requires in Catmandu::Cmd::*
  adds  0a3ffbc   Merge branch 'dev' of github.com:LibreCat/Catmandu into 
dev
  adds  ce6f84d   add transaction method to Store::Hash for usage within 
unit testing
  adds  65e0ef2   Milla test
  adds  ace3841   perltidy bug
  adds  5422c56   Merge branch 'dev' of github.com:LibreCat/Catmandu into 
dev
  adds  438c7d4   changes
  adds  331555a   1.0002_01
  adds  65a4fc6   rename fix files with extension .fix
  adds  1c86c72   Merge branch 'dev' of github.com:LibreCat/Catmandu into 
dev
  adds  adc0903   Adding a magic loop variable for lists
  adds  5c79093   Changing the magic loop variable name to be in line with 
mustache
  adds  868605b   Adding a random number generating fix
  adds  592342c   Importer http_retry and http_timing options
  adds  50eb234   only tidy perl if env CATMANDU_PERLTIDY
  adds  70170c8   is_array and is_null fix conditions
  adds  138a31b   is_array and is_null fix conditions
  adds  9603909   changes
  adds  8178c7b   1.0002_02
  adds  74a1eb6   is_object fix condition
  adds  bddd5e9   is_object fix condition
  adds  41989a3   is_object fix condition
  adds  09e5d81   fmt
  adds  0021a12   is_string and is_number fix conditions
  adds  097667d   is_string and is_number fix conditions
  adds  2a5fb61   changes
  adds  a3e1039   bool fix conditions strict mode
  adds  e661cd5   changes
  adds  b7951c5   add Perl::Tidy and Code::TidyAll with release tests
  adds  c1e8f73   run tidyall
  adds  d0e477d   stash
  adds  64a9cc1   preprocessing with hogan
  adds  0b8c273   fix preprocessing with hogan
  adds  779512c   deps
  adds  db627d3   Add list and conditional preprocessor example
  adds  3177b78   optionally preprocess inline fixes
  adds  c2317ca   fmt
  adds  c2e0ff5   faster type tests with Ref::Util
  adds  b6e4665   merge; command line fix processing
  adds  0d75c40   lib/
  adds  1064fe5   asa.pm is an undeclared dependency somewhere
  adds  36acf9a   Merge branch 'dev' into feature-fix-pp
  adds  09dc9da   cmd preprocess option without vars
  adds  25c5a18   preprocess pod
  adds  61c5720   changes
  adds  209c798   fix tidy merge conflicts
  adds  3655dc6   tidy
  adds  9efebb7   deps
  adds  1e3ffa0   stash
  adds  f8c8cfa   1.0002_03
  adds  f23732a   store custom key pod
  adds  2def3bb   Pod
  adds  ea66afe   Merge branch 'dev' of github.com:LibreCat/Catmandu into 
dev
  adds  e68ff89   Making $_ as the magix bind variable
  adds  412c85e   Merge branch 'dev' of github.com:LibreCat/Catmandu into 
dev
  adds  d712115   Rewriting the magic loop variable to '.' as can be done 
in 'with'
  adds  8a2bfb9   Fixing bloody bind
  adds  623c823   Merge branch 'with_magic' into dev
  adds  869bad0   Merge branch 'dev' of github.com:LibreCat/Catmandu into 
dev
  adds  54fbb89   tidy
  adds  7bae416   require newest Test::Exception
  adds  68deb98   Adding extra tests
  adds  1414f99   Fixing Catmandu too strict in checking file types #249
  adds  8944e7d   Merge branch 'dev' of github.com:LibreCat/Catmandu into 
dev
  adds  34dfc62   Merge

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

2016-12-26 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

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

commit a0a9124bde442752d121fcc6743f5b7fc1f9380f
Author: Jonas Smedegaard 
Date:   Mon Dec 26 14:51:40 2016 +0100

Prepare for release: Update changelog, control file, and copyright hints.
---
 debian/changelog   | 17 +
 debian/control | 15 +--
 debian/copyright_hints | 35 ++-
 3 files changed, 56 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3dc4b39..c7d1ebe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+libcatmandu-perl (1.0304-1) experimental; urgency=medium
+
+  [ upstream ]
+  * New release(s).
+
+  [ Jonas Smedegaard ]
+  * Update package relations:
++ (Build-)depend on libpath-tiny-perl (not libfile-slurp-tiny-perl).
++ (Build-)depend on libparser-mgc-perl (not libmarpa-r2-perl).
++ (Build-)depend on libcpanel-json-xs-perl (not libjson-xs-perl).
++ (Build-)depend on liblwp-useragent-determined-perl
+  libref-util-perl libtext-hogan-perl libasa-perl.
++ Stop build-depend on or recommend perltidy.
++ Tighten build-dependency on libtest-exception-perl.
+
+ -- Jonas Smedegaard   Mon, 26 Dec 2016 14:51:15 +0100
+
 libcatmandu-perl (1.0001-1) unstable; urgency=medium
 
   [ upstream ]
diff --git a/debian/control b/debian/control
index b6dc5dc..a6c3916 100644
--- a/debian/control
+++ b/debian/control
@@ -7,26 +7,30 @@ Build-Depends: cdbs,
  libmodule-build-perl,
  debhelper,
  dh-buildinfo,
+ libany-uri-escape-perl,
  libcgi-expand-perl,
  libclone-perl,
  libconfig-onion-perl,
  libdata-uuid-perl,
- libfile-slurp-tiny-perl,
  libhash-merge-simple-perl,
  libio-handle-util-perl,
  libwww-perl,
- libmarpa-r2-perl,
+ liblwp-useragent-determined-perl,
  libmodule-info-perl,
  libmoox-aliases-perl,
  libmoox-role-logger-perl,
+ libparser-mgc-perl,
+ libpath-tiny-perl,
+ libref-util-perl,
  libsub-exporter-perl,
+ libtext-hogan-perl,
  libtry-tiny-byclass-perl,
  liburi-perl,
- libany-uri-escape-perl,
+ libasa-perl,
  libapp-cmd-perl (>= 0.330),
+ libcpanel-json-xs-perl (>= 3.0213),
  libdata-compare-perl (>= 0.22),
  libfile-find-rule-perl (>= 0.33),
- libjson-xs-perl (>= 2.300),
  liblist-moreutils-perl (>= 0.33),
  libmoo-perl (>= 1.004006),
  libtext-csv-perl (>= 1.21),
@@ -34,14 +38,13 @@ Build-Depends: cdbs,
  liburi-template-perl (>= 0.22),
  libyaml-libyaml-perl (>= 0.41),
  libnamespace-clean-perl (>= 0.24),
- perltidy,
  liblog-any-adapter-log4perl-perl,
  liblog-log4perl-perl,
  libtest-lwp-useragent-perl,
  libtest-pod-perl,
  liblog-any-perl (>= 1.03),
  libtest-deep-perl (>= 0.112),
- libtest-exception-perl (>= 0.32),
+ libtest-exception-perl (>= 0.43),
  perl (>= 5.19.5) | libtest-simple-perl (>= 0.99)
 Maintainer: Debian Perl Group 
 Uploaders: Jonas Smedegaard 
diff --git a/debian/copyright_hints b/debian/copyright_hints
index df3665f..289fefd 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -25,9 +25,13 @@ Files: Build.PL
  lib/Catmandu/Addable.pm
  lib/Catmandu/ArrayIterator.pm
  lib/Catmandu/Bag.pm
+ lib/Catmandu/Bag/IdGenerator.pm
+ lib/Catmandu/Bag/IdGenerator/Mock.pm
+ lib/Catmandu/Bag/IdGenerator/UUID.pm
  lib/Catmandu/Buffer.pm
  lib/Catmandu/CLI.pm
  lib/Catmandu/Cmd.pm
+ lib/Catmandu/Cmd/compile.pm
  lib/Catmandu/Cmd/config.pm
  lib/Catmandu/Cmd/convert.pm
  lib/Catmandu/Cmd/copy.pm
@@ -47,6 +51,7 @@ Files: Build.PL
  lib/Catmandu/Expander.pm
  lib/Catmandu/Exporter.pm
  lib/Catmandu/Exporter/CSV.pm
+ lib/Catmandu/Exporter/Count.pm
  lib/Catmandu/Exporter/JSON.pm
  lib/Catmandu/Exporter/Mock.pm
  lib/Catmandu/Exporter/Multi.pm
@@ -77,10 +82,16 @@ Files: Build.PL
  lib/Catmandu/Fix/Condition/exists.pm
  lib/Catmandu/Fix/Condition/greater_than.pm
  lib/Catmandu/Fix/Condition/in.pm
+ lib/Catmandu/Fix/Condition/is_array.pm
  lib/Catmandu/Fix/Condition/is_false.pm
+ lib/Catmandu/Fix/Condition/is_null.pm
+ lib/Catmandu/Fix/Condition/is_number.pm
+ lib/Catmandu/Fix/Condition/is_object.pm
+ lib/Catmandu/Fix/Condition/is_string.pm
  lib/Catmandu/Fix/Condition/is_true.pm
  lib/Catmandu/Fix/Condition/less_than.pm
  lib/Catmandu/Fix/Has.pm
+ lib/Catmandu/Fix/Inlineable.pm
  lib/Catmandu/Fix/Parser.pm
  lib/Catmandu/Fix/SimpleGetValue.pm
  lib/Catmandu/Fix/add_field.pm
@@ -105,6 +116,7 @@ Files: Build.PL
  lib/Catmandu/Fix/hash.pm
  lib/Catmandu/Fix/import.pm
  lib/Catmandu/Fix/include.pm
+ lib/Catmandu/Fix/index.pm
  lib/Catmandu/Fix/join_field.pm
  lib/Catmandu/Fix/log.pm
  lib/Catmandu/Fix/lookup.pm
@@ -115,6 +127,7 @@ Files: Build.PL
  lib/Catmandu/Fix/paste.pm
  lib/Catmandu/Fix/perlcode.pm
  lib/Catmandu/Fix/prepend.pm
+ lib/Catmandu/Fix/random.pm
  lib/Catmandu/Fix/reject.pm
  lib/Catmandu/Fix/remove_field.pm
  lib/Catmandu/Fix/replace_all.pm
@@ -179,6 +192,7 @@ Files: Build.PL
  t/Catmandu-Bag.t
  t/Catmandu-Buffer.t
  t/Catmandu-CLI.t
+ t/Catmandu-Cmd-compile.t
  t/Catma

[libcatmandu-perl] 02/03: Update package relations: (Build-)depend on libpath-tiny-perl (not libfile-slurp-tiny-perl). (Build-)depend on libparser-mgc-perl (not libmarpa-r2-perl). (Build-)depend on li

2016-12-26 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

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

commit 2df8527b287279be045c93f944271014c3e213c3
Author: Jonas Smedegaard 
Date:   Mon Dec 26 14:26:25 2016 +0100

Update package relations: (Build-)depend on libpath-tiny-perl (not 
libfile-slurp-tiny-perl). (Build-)depend on libparser-mgc-perl (not 
libmarpa-r2-perl). (Build-)depend on libcpanel-json-xs-perl (not 
libjson-xs-perl). (Build-)depend on liblwp-useragent-determined-perl 
libref-util-perl libtext-hogan-perl libasa-perl. Stop build-depend on or 
recommend perltidy. Tighten build-dependency on libtest-exception-perl.
---
 debian/rules | 19 ++-
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/debian/rules b/debian/rules
index 1ada445..4f47103 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,16 +23,18 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 
 pkg = $(DEB_SOURCE_PACKAGE)
 
-# Needed by upstream build and (always/often/seldom) at runtime
-perl-deps = cgi-expand clone config-onion data-uuid file-slurp-tiny
-perl-deps += hash-merge-simple io-handle-util www marpa-r2 module-info
-perl-deps += moox-aliases moox-role-logger sub-exporter try-tiny-byclass
-perl-deps += uri any-uri-escape
+# Needed by upstream build and (always/seldom) at runtime
+perl-deps = any-uri-escape cgi-expand clone config-onion data-uuid
+perl-deps += hash-merge-simple io-handle-util www
+perl-deps += lwp-useragent-determined module-info moox-aliases
+perl-deps += moox-role-logger parser-mgc path-tiny ref-util sub-exporter
+perl-deps += text-hogan try-tiny-byclass
+perl-deps += uri asa
 deps = $(patsubst %,$(comma) lib%-perl, $(perl-deps))
 deps +=, libapp-cmd-perl (>= 0.330)
+deps +=, libcpanel-json-xs-perl (>= 3.0213)
 deps +=, libdata-compare-perl (>= 0.22)
 deps +=, libfile-find-rule-perl (>= 0.33)
-deps +=, libjson-xs-perl (>= 2.300)
 deps +=, liblist-moreutils-perl (>= 0.33)
 deps +=, libmoo-perl (>= 1.004006)
 deps +=, libtext-csv-perl (>= 1.21)
@@ -40,14 +42,13 @@ deps +=, libthrowable-perl (>= 0.24)
 deps +=, liburi-template-perl (>= 0.22)
 deps +=, libyaml-libyaml-perl (>= 0.41)
 deps +=, libnamespace-clean-perl (>= 0.24)
-deps-recommend = perltidy
 deps-suggest = liblog-any-adapter-log4perl-perl, liblog-log4perl-perl
 
 # Needed by upstream testsuite
 deps-test = libtest-lwp-useragent-perl, libtest-pod-perl
 deps-test +=, liblog-any-perl (>= 1.03)
 deps-test +=, libtest-deep-perl (>= 0.112)
-deps-test +=, libtest-exception-perl (>= 0.32)
+deps-test +=, libtest-exception-perl (>= 0.43)
 deps-test +=, perl (>= 5.19.5) | libtest-simple-perl (>= 0.99)
 
 # Needed (always/often) at runtime
@@ -57,7 +58,7 @@ recommends +=, liblog-log4perl-perl (>= 0.44)
 
 CDBS_BUILD_DEPENDS +=, $(deps), $(deps-recommend), $(deps-suggest), 
$(deps-test)
 CDBS_DEPENDS_$(pkg) = $(deps), $(depends)
-CDBS_RECOMMENDS_$(pkg) = $(deps-recommend), $(recommends)
+CDBS_RECOMMENDS_$(pkg) = $(recommends)
 CDBS_RECOMMENDS_$(pkg) = $(deps-suggest)
 
 # drop empty man pages

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

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


[libcatmandu-perl] 01/03: Merge tag 'upstream/1.0304'

2016-12-26 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

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

commit 4cdf027757074d3604f6f42dc6fd8f9fae269099
Merge: 30df1b7 71bdc95
Author: Jonas Smedegaard 
Date:   Mon Dec 26 13:58:59 2016 +0100

Merge tag 'upstream/1.0304'

Upstream version 1.0304

# gpg: Signature made Mon Dec 26 13:58:53 2016 CET
# gpg:using RSA key 2C7C3146C1A00121
# gpg: Good signature from "Jonas Smedegaard "
# gpg: aka "Jonas Smedegaard "
# gpg: aka "Jonas Smedegaard "
# gpg: aka "[jpeg image of size 4165]"

 Build.PL   |  19 +-
 Changes|  86 +
 MANIFEST   |  31 +-
 META.json  |  40 +-
 META.yml   |  25 +-
 README |  51 ++-
 bin/catmandu   |  98 +++--
 cpanfile   |  38 +-
 lib/Catmandu.pm| 126 ---
 lib/Catmandu/Addable.pm|   8 +-
 lib/Catmandu/ArrayIterator.pm  |   3 +-
 lib/Catmandu/Bag.pm|  66 ++--
 lib/Catmandu/Bag/IdGenerator.pm|  49 +++
 lib/Catmandu/Bag/IdGenerator/Mock.pm   |  25 ++
 lib/Catmandu/Bag/IdGenerator/UUID.pm   |  25 ++
 lib/Catmandu/Buffer.pm |   6 +-
 lib/Catmandu/CLI.pm|  99 ++---
 lib/Catmandu/Cmd.pm|  61 ++-
 lib/Catmandu/Cmd/compile.pm|  56 +++
 lib/Catmandu/Cmd/config.pm |  16 +-
 lib/Catmandu/Cmd/convert.pm|  26 +-
 lib/Catmandu/Cmd/copy.pm   |  35 +-
 lib/Catmandu/Cmd/count.pm  |  11 +-
 lib/Catmandu/Cmd/data.pm   |  66 ++--
 lib/Catmandu/Cmd/delete.pm |  14 +-
 lib/Catmandu/Cmd/drop.pm   |  11 +-
 lib/Catmandu/Cmd/export.pm |  38 +-
 lib/Catmandu/Cmd/help.pm   |  81 ++--
 lib/Catmandu/Cmd/import.pm |  19 +-
 lib/Catmandu/Cmd/info.pm   |  55 ++-
 lib/Catmandu/Cmd/run.pm|  35 +-
 lib/Catmandu/Counter.pm|  13 +-
 lib/Catmandu/Droppable.pm  |   2 +-
 lib/Catmandu/Env.pm| 109 +++---
 lib/Catmandu/Error.pm  |  56 +--
 lib/Catmandu/Expander.pm   |   4 +-
 lib/Catmandu/Exporter.pm   |  12 +-
 lib/Catmandu/Exporter/CSV.pm   |  42 ++-
 lib/Catmandu/Exporter/Count.pm |  49 +++
 lib/Catmandu/Exporter/JSON.pm  |  38 +-
 lib/Catmandu/Exporter/Mock.pm  |   8 +-
 lib/Catmandu/Exporter/Multi.pm |  25 +-
 lib/Catmandu/Exporter/Null.pm  |   4 +-
 lib/Catmandu/Exporter/TSV.pm   |  31 +-
 lib/Catmandu/Exporter/Text.pm  |  55 ++-
 lib/Catmandu/Exporter/YAML.pm  |   2 +-
 lib/Catmandu/Fix.pm| 325 +---
 lib/Catmandu/Fix/Base.pm   |  22 +-
 lib/Catmandu/Fix/Bind.pm   |  30 +-
 lib/Catmandu/Fix/Bind/benchmark.pm |  54 +--
 lib/Catmandu/Fix/Bind/hashmap.pm   |  36 +-
 lib/Catmandu/Fix/Bind/identity.pm  |   2 +-
 lib/Catmandu/Fix/Bind/importer.pm  |  20 +-
 lib/Catmandu/Fix/Bind/list.pm  | 132 ---
 lib/Catmandu/Fix/Bind/maybe.pm |  25 +-
 lib/Catmandu/Fix/Bind/timeout.pm   |  45 ++-
 lib/Catmandu/Fix/Bind/visitor.pm   |  50 +--
 lib/Catmandu/Fix/Bind/with.pm  |  36 +-
 lib/Catmandu/Fix/Condition.pm  | 113 +-
 lib/Catmandu/Fix/Condition/SimpleAllTest.pm|  51 ++-
 lib/Catmandu/Fix/Condition/SimpleAnyTest.pm|  36 +-
 lib/Catmandu/Fix/Condition/SimpleCompareTest.pm|  76 ++--
 lib/Catmandu/Fix/Condition/all_equal.pm|   2 +-
 lib/Catmandu/Fix/Condition/all_match.pm|   4 +-
 lib/Catmandu/Fix/Condition/any_equal.pm|   2 +-
 lib/Catmandu/Fix/Condition/any_match.pm|   4 +-
 lib/Catmandu/Fix/Condition/exists.pm   |  48 ++-
 lib/Catmandu/Fix/Condition/greater_than.pm |   2 +-
 lib/Catmandu/Fix/Condition/in.pm   |   2 +-
 lib/Catmandu/Fix/Condition/is_array.pm |  40 

[libcatmandu-perl] branch pristine-tar updated (2d96da2 -> d074639)

2016-12-26 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to branch pristine-tar
in repository libcatmandu-perl.

  from  2d96da2   pristine-tar data for libcatmandu-perl_1.0001.orig.tar.gz
   new  d074639   pristine-tar data for libcatmandu-perl_1.0304.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:
 libcatmandu-perl_1.0304.orig.tar.gz.delta | Bin 0 -> 16006 bytes
 libcatmandu-perl_1.0304.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libcatmandu-perl_1.0304.orig.tar.gz.delta
 create mode 100644 libcatmandu-perl_1.0304.orig.tar.gz.id

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

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


[libcatmandu-perl] 01/01: pristine-tar data for libcatmandu-perl_1.0304.orig.tar.gz

2016-12-26 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch pristine-tar
in repository libcatmandu-perl.

commit d0746397d76589eeb72cdd094d96237322a734e0
Author: Jonas Smedegaard 
Date:   Mon Dec 26 13:58:52 2016 +0100

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

diff --git a/libcatmandu-perl_1.0304.orig.tar.gz.delta 
b/libcatmandu-perl_1.0304.orig.tar.gz.delta
new file mode 100644
index 000..124e288
Binary files /dev/null and b/libcatmandu-perl_1.0304.orig.tar.gz.delta differ
diff --git a/libcatmandu-perl_1.0304.orig.tar.gz.id 
b/libcatmandu-perl_1.0304.orig.tar.gz.id
new file mode 100644
index 000..6a1bc61
--- /dev/null
+++ b/libcatmandu-perl_1.0304.orig.tar.gz.id
@@ -0,0 +1 @@
+69fd15c46bb42aef10d4d04cfa0f45b7620900d4

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

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


[libcatmandu-perl] annotated tag debian/1.0304-1 created (now 5fa76a9)

2016-12-26 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag debian/1.0304-1
in repository libcatmandu-perl.

at  5fa76a9   (tag)
   tagging  a0a9124bde442752d121fcc6743f5b7fc1f9380f (commit)
  replaces  upstream/1.0304
 tagged by  Jonas Smedegaard
on  Mon Dec 26 14:57:41 2016 +0100

- Log -
libcatmandu-perl Debian release 1.0304-1
-BEGIN PGP SIGNATURE-

iQIcBAABCAAGBQJYYSHWAAoJECx8MUbBoAEhHlsP/3cf/yBtPPdEunhBm55bp9p4
WU5AMNCQlhEt9vSTSHp8givDqYAhmsocvldxfLcUWpwjj6j8fJu8DMWWTdHubaBo
uZN1XuJDwPwlXVg19EWwwJDLEG960YLsmJHV3eFlXmaX74CfGKBywbK/V/f5akpf
GzfYEb6nrhOb1NfOkX7GJR4SESI8vEytYcbjrr9Nl/1gQQonzIB3Cgfi5YR9iHvw
+qD6ZSxv2XOdMYIW5OU+9J0PYw27pX/TpfntTvqI6tvdfSHKl5m2y+kxMLIN3Dog
yP8XvlwiK7WTaV+lCw8HGGu/IBilGIe2J4N0tO5j6AT6m+oj8Mg7WImyzndr+BCH
9qYevDYf9Tm1JXAl+a8YkvJbeCQUB1XEoC9RiJ7S7QIYhXgqkf/vaFaengAy8glg
nyTesM4pMpY7GIULVEAO6jqtUX0LWXcn/fe/nzcUTM7pTfAmr6uD1x0F6V5awlqR
Y2ab+H4ffuB+a3Bu+PMBnDSTap0tEvEAPa7btzvZ59nb2niIrwvqbWn635UMiSWV
ubeweTcABFVryfnFs7gJO6cbXrb/5u155L58H9kJv/rVyXUCKjLNjNPryLgMO3yH
6bC0jCxReOPGuGH0vRQiu5fCiSqUY9hj9bqkcSPY3UZDn+yyIZCFuQYB9+CkZqWy
w3cjdP/R0Wem/QKMETmm
=Qz8x
-END PGP SIGNATURE-

Damyan Ivanov (1):
  use metacpan-based watch URL

Daniel Lintott (5):
  Add uversionmangle to sort upstream versioning
  Comma seperate uploaders
  Use canonical URL for Vcs-Git
  Fix license name artist -> artistic
  Back to UNRELEASED, TODO added to changelog

Jonas Smedegaard (111):
  Add alternate git source URL.
  Stop track hash of upstream tarball: Verify against upstream git instead.
  Add README.source, refencing use of CDBS and git-buildpackage.
  Drop TODOs from changelog.
  lower debhelper compatibility level to 8: No features from level 9 
needed, and debhelper 8 is available even in oldstable.
  Fix include perl-build.mk (not perl-makemaker.mk).
  Update control file and copyright hints.
  Fix mangle both upstream and debian versions equally (not only upstream).
  Simplify version mangling to compare each digit (not stuff trailing 
zeros), and add comment documenting it.
  Drop bogus comment in rules file.
  Fix strip trailing space.
  Merge tag 'upstream/0.9'
  Fix tighten package relations to ease backporting, and update for new 
upstream release.
  Bump to standards-version 3.9.5.
  Rewrap long description at 72 chars, and strip trailing vertical 
whitespace.
  Update copyright info: Bump (yes, not extend) coverage for main upstream 
author.
  Update copyright info: Extend coverage of packaging, and add explicit GPL 
snippet to rules file.
  Update control file and copyright hints.
  Fix adjust project name in header of rules file.
  Fix install executable and its man page.
  Drop empty man pages.
  Prepare for release: Update changelog.
  Tidy comma in build-dependencies.
  Update watch file to use (both metacpan.org and) cpan.org/author URL.
  Update changelog.
  Fix use cpan.org/author (not metacpan.org) for get-orig-source target.
  Merge tag 'upstream/0.9102'
  Update package relations: Build-depend on (recent but not too recent perl 
or) recent libmodule-build-perl (not libmodule-build-tiny-perl), and relax to 
build-depend unversioned on cdbs.
  Update package relations: Depend (not only build-depend) on 
liblog-any-adapter-perl, and tighten to (build-)depend versioned.
  Update package relations: Build-depend on libtest-pod-perl, and 
(explicitly) on recent liblog-any-perl. Tighten to build-depend versioned on 
libtest-deep-perl and libtest-exception-perl.
  Update package relations: Build-depend on recent libtest-simple-perl (or 
very recent perl).
  Prepare for release: Update changelog, control file and copyright info.
  Fix recommend libyaml-libyaml-perl (not bogus libyaml-xs-perl).
  Prepare for release: Update changelog.
  Merge tag 'upstream/0.9103'
  Stop manually install executable.
  Prepare release: Update changelog.
  Merge tag 'upstream/0.9204'
  Update package relations: (Build-)depend on recent libyaml-libyaml-perl 
(not recommend it unversioned or build-depend on libyaml-perl).
  Update package relations: (Build-)depend on recent liblog-any-perl (not 
libmoox-log-any-perl). Recommend liblog-any-adapter-log4perl-perl, and recent 
liblog-log4perl-perl.
  Update package relations: Tighten (build-)dependency on libmoo-perl (and 
tidy rules file to declare only once).
  Update package relations: (Build-)depend on libmodule-info-perl, and on 
recent libfile-find-rule-perl.
  Prepare for release: Update changelog, control file and copyright hints.
  Add git-buildpackage config, enabling pristine-tar and tag signing.
  Fix relax to build-depend unversioned on libmodule-build-perl alone (not 
versioned nor favoring slightly old perl).

[libcatmandu-perl] annotated tag upstream/1.0304 created (now 52ffb09)

2016-12-26 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag upstream/1.0304
in repository libcatmandu-perl.

at  52ffb09   (tag)
   tagging  71bdc95bf881335daa75b160bd1de055e7ec0f6b (commit)
  replaces  upstream/1.0001
 tagged by  Jonas Smedegaard
on  Mon Dec 26 13:58:53 2016 +0100

- Log -
Upstream version 1.0304
-BEGIN PGP SIGNATURE-

iQIcBAABCAAGBQJYYRQNAAoJECx8MUbBoAEhWLEQAJdPeU2WcXAvjN1IyM5z3vVt
8zNt9iB8gEA/HhPqjpKbQKd28cqhjGrM3jGnjnl8oDAlmoUpovQgNb+N9bFLv9Ge
k29aIhyTTXW4/+zHJdE3fgQwwPlQ98/c6hRyQ83UBatfY3FaW0mq/hTUDrDRiVs3
HFA+zA+Tz+UHLqsF7FFx2uvEGjtuUU+2IgS8osFVh+DlG5CiyQEAfwVH5hZhmkBl
yTa15k5KCTMnidp4Nj4VCqF9sBsXRIiVISWxB+VM6TW4LPev7NmVj0iqSyXk+iEI
UBVQXhKguD3Wb8xYBPtJu0BVp6gXBrNxOmxipkQDlqHtQZCOtAXfcKsmoQf9iVHM
5bRNfx2C2kxTkeWwwTN+YYiVf7KmDFyqVHeJhaJ38UJkmfqfSXVuOKe71ymr+VYo
EqN90xxdQUXgdednGR2mawVNBWpk/lhO1BsIaHcfexLYsoks6Yl+xTSKbhOL/Yp+
4dJOYhyeLWOvsAAOCyL9UIWezQokX54qmHFB0QgabJsAQaXv43IJTZ0KTqBxOqfj
N/PGUgwN0TYrjIHBHzolKDkm6sG5FsEm2ceHf9A3PaVE5G+bVKWox3FfiHDO1t1N
4pFuq57AVDybsQ1+T/r5d3Wd9h0hLV5SYnwJsQ21ZJwO+tBsYQFjc86rGq/OvFlP
lFdVpy/4MD/TZYSiHbFx
=M5dW
-END PGP SIGNATURE-

Doug Bell (1):
  fix docs referring to wrong logger class

Jakob Voss (8):
  Correct typos
  Update set of documented commands (#233)
  Improve Pod of info command
  Minor changes to introduction
  Add info option --validators (#209)
  Improve documentation
  Minimize requires in Catmandu::Cmd::*
  Support Conditions as inline fix (#250)

Johann Rolschewski (4):
  add Perl::Tidy and Code::TidyAll with release tests
  run tidyall
  gh#252: Add :check to 'use Catmandu::Util'
  gh#262: define dependencies for author test in 'develop'

Jonas Smedegaard (1):
  New upstream version 1.0304

Nicolas Steenlant (124):
  fix debug if perltidy is not installed
  1.0002
  better pod for default_load_path
  Merge branch 'dev' of github.com:LibreCat/Catmandu into dev
  oops
  switch to Cpanel::JSON::XS
  Merge branch 'dev' of github.com:LibreCat/Catmandu into dev
  perltidy bug
  Merge branch 'dev' of github.com:LibreCat/Catmandu into dev
  changes
  1.0002_01
  preprocessing with hogan
  fix preprocessing with hogan
  deps
  optionally preprocess inline fixes
  fmt
  Importer http_retry and http_timing options
  only tidy perl if env CATMANDU_PERLTIDY
  is_array and is_null fix conditions
  is_array and is_null fix conditions
  changes
  1.0002_02
  is_object fix condition
  is_object fix condition
  is_object fix condition
  fmt
  is_string and is_number fix conditions
  is_string and is_number fix conditions
  changes
  bool fix conditions strict mode
  changes
  faster type tests with Ref::Util
  merge; command line fix processing
  lib/
  asa.pm is an undeclared dependency somewhere
  Merge branch 'dev' into feature-fix-pp
  cmd preprocess option without vars
  preprocess pod
  changes
  stash
  fix tidy merge conflicts
  tidy
  deps
  stash
  1.0002_03
  store custom key pod
  Merge branch 'dev' of github.com:LibreCat/Catmandu into dev
  tidy
  require newest Test::Exception
  Merge branch 'dev' of github.com:LibreCat/Catmandu into dev
  versioning with custom keys and bag tests
  custom bag id key tests
  store key_prefix tests
  tidy
  1.01
  Merge pull request #253 from jorol/gh#252
  fix type check bug
  Merge branch 'dev' of github.com:LibreCat/Catmandu into dev
  changelog,tidy
  Merge branch 'feature_fix_inlines' of github.com:LibreCat/Catmandu into 
feature_fix_inlines
  shorter isa check
  tidy
  Merge branch 'feature_fix_inlines' into dev
  changelog
  stash
  Merge branch 'dev'
  1.02
  remove unused import in vacuum fix
  vacuum gives strnage errors on 5.10.1/linux
  faster, less complex vacuum
  fix vacuum tests
  vacuum fix only import used
  typo
  marpa
  changelog
  1.0201
  parser switch
  Merge branch 'dev' into feature-mgc-parser
  remove tests with old condition syntax;fix int parsing
  build files
  changelog
  remove unused parse_int
  Catmandu->fixer($fixer) should just echo the fixer
  changelog
  tidy
  1.0201_01
  ensure string parsing semantics same as old parser
  changelog
  tidy
  1.0201_02
  parser bare string test
  merge
  Merge pull request #263 from jorol/gh#262
  Merge branch 'patch-1' of https://github.com/preaction/Catmandu into 
preaction-patch-1
  Merge branch 'preaction-patch-1' into dev
  Merge branch 'dev' of github.com:LibreCat/Catmandu into dev
  fmt
  bag id generators
  tidy
  1.03
  tidy messed up 

[lemonldap-ng] annotated tag debian/1.9.7-2 created (now 9f829df)

2016-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag debian/1.9.7-2
in repository lemonldap-ng.

at  9f829df   (tag)
   tagging  a37739c49fed0059422cba2f6e6c41770ad9ea09 (commit)
  replaces  debian/1.9.7-1
 tagged by  gregor herrmann
on  Mon Dec 26 15:10:14 2016 +0100

- Log -
tagging package lemonldap-ng version debian/1.9.7-2
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlhhJMZfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgYTWQ//SXpmrDQ0nKGa+lnZOEUEEKpV3jjOO+cxHKGKKy56g1i2j9g45c+kVg2g
TOv47S1ZGKpKHbxlDrDaKqG5pr1uqw+lqExjiOut77lUzOpre+uX41qlWsacwggD
My+xcrM8d8wsa8hOcm7grIVUX2fqa2oqYlPPwpbOUU6i8ztIpgiyjOR716g2n9lH
jw8ZlvX03gojwp/G/8E5zQL6RGjeudnnRjrpNyZenROxaKBG1LtuNBxxWzpsbWWI
DNIwUAav+SQGyDGHmz8N1AO6LlORpjeN9raZMvTZ2OaqLQaSeoze7JSNSuKk+A9x
fRFuw0IooWJUQQxHbODBy4AI25V5ltRrGARivCS71tcDq3ZyiMj4JPOL6z4FQYte
ktLsGhW4ZBg4mgtNn54Bx8ihvhXeBIg1t3Dxf67LAUbzrPVo7A6NtZOSwgyesiit
Fjq7dnO3e04GErePv2zntPjjLzDHGsdFhNWHNYVg/jozi1i0dvxd+MeSVPBCpcNi
pcl6IJAaN98RMLaPqW1tHqLWjk/MStTUne94A8MppEvcRhLubfDDD8F0Y0IJABl4
R0EdeKPM5t0KulnaWcW2SyfN+hzISToLhLw/kZ9BnCcyfz+2p4p0GcXsyj7jZDf5
0SNrZnMWRdxxIE72vqUf3u3247jsrk3SN+N4XT2zcch1NFxGXZU=
=LSLk
-END PGP SIGNATURE-

Xavier Guimard (3):
  Add libdbd-sqlite3-perl in build deps
  Avoid some developer tests
  Update d/dh

---

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/lemonldap-ng.git

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


[libmodule-install-authortests-perl] 04/11: Update copyright info: Use License-Grant and License-Reference fields. Thanks to Ben Finney.

2016-12-26 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libmodule-install-authortests-perl.

commit 1a3e53ca95cbe676b02167b7c4254a610f7b1ef5
Author: Jonas Smedegaard 
Date:   Mon Dec 26 15:06:44 2016 +0100

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

diff --git a/debian/copyright b/debian/copyright
index 437f8e9..0dfc897 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,15 +5,11 @@ Source: 
http://search.cpan.org/dist/Module-Install-AuthorTests/
 
 Files: *
 Copyright: 2008, Ricardo Signes 
-License: Artistic or GPL-1+
-Comment:
- License:
- .
+License-Grant:
  This program is free software;  you can redistribute it and/or modify
  it under the same terms as Perl itself.
- .
- Comment:
- .
+License: Artistic or GPL-1+
+Comment:
  Perl is licensed under either the 'Artistic license' or the 'GNU
  General Public License' version 1 or later.
 
@@ -27,35 +23,18 @@ Comment:
 
 Files: debian/*
 Copyright: 2013, Jonas Smedegaard 
+License-Grant:
+ This program is free software; you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by the
+ Free Software Foundation; either version 3, or (at your option) any
+ later version.
 License: GPL-3+
 
 License: Artistic
- Comment:
- .
- On Debian systems the 'Artistic License' is located in
- '/usr/share/common-licenses/Artistic'.
+License-Reference: /usr/share/common-licenses/Artistic
 
 License: GPL-1+
- Comment:
- .
- On Debian systems the 'GNU General Public License' version 1 is located
- in '/usr/share/common-licenses/GPL-1'.
+License-Reference: /usr/share/common-licenses/GPL-1
 
 License: GPL-3+
- This program is free software; you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by the
- Free Software Foundation; either version 3, or (at your option) any
- later version.
- .
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- General Public License for more details.
- .
- Comment:
- .
- On Debian systems the 'GNU General Public License' version 3 is located
- in '/usr/share/common-licenses/GPL-3'.
- .
- You should have received a copy of the 'GNU General Public License'
- along with this program.  If not, see .
+License-Reference: /usr/share/common-licenses/GPL-3

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

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


[libmodule-install-authortests-perl] 09/11: Bump debhelper compatibility level to 9.

2016-12-26 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libmodule-install-authortests-perl.

commit 332b936773974c1a08b3fab8d226706813e3010a
Author: Jonas Smedegaard 
Date:   Mon Dec 26 15:08:13 2016 +0100

Bump debhelper compatibility level to 9.
---
 debian/compat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9

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

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


[libmodule-install-authortests-perl] 10/11: Update copyright info: Extend coverage of Debian packaging.

2016-12-26 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libmodule-install-authortests-perl.

commit 38441a2b67ce1dcb8f15ed4234badfb028402142
Author: Jonas Smedegaard 
Date:   Mon Dec 26 15:08:39 2016 +0100

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

diff --git a/debian/copyright b/debian/copyright
index 0dfc897..1a5e899 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -22,7 +22,7 @@ Comment:
  Mangled convenience copy of Module::Install.
 
 Files: debian/*
-Copyright: 2013, Jonas Smedegaard 
+Copyright: 2013,2016, Jonas Smedegaard 
 License-Grant:
  This program is free software; you can redistribute it and/or modify it
  under the terms of the GNU General Public License as published by the
diff --git a/debian/rules b/debian/rules
index c3a7339..9374537 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 # -*- mode: makefile; coding: utf-8 -*-
-# Copyright 2013, Jonas Smedegaard 
+# Copyright 2013, 2016 Jonas Smedegaard 
 # Description: Main Debian packaging script for Module::Install::AuthorTests
 #
 # This program is free software; you can redistribute it and/or modify

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

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


[libmodule-install-authortests-perl] 11/11: Prepare for release: Update changelog, control file, and copyright hints.

2016-12-26 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libmodule-install-authortests-perl.

commit 977f02cb9da7f848dccc42e42a7ec5f30f85ac3b
Author: Jonas Smedegaard 
Date:   Mon Dec 26 15:10:41 2016 +0100

Prepare for release: Update changelog, control file, and copyright hints.
---
 debian/changelog   | 27 ---
 debian/control |  6 +++---
 debian/copyright_hints | 18 --
 3 files changed, 31 insertions(+), 20 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2efaa66..89552a0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,29 @@
-libmodule-install-authortests-perl (0.002-2) UNRELEASED; urgency=medium
+libmodule-install-authortests-perl (0.002-2) unstable; urgency=medium
 
-  * Update Vcs-Browser URL to cgit web frontend
+  [ Jonas Smedegaard ]
+  * Add README.source emphasizing control.in file as *not* a
+show-stopper for contributions, referring to wiki page for details.
+  * Update watch file:
++ Bump to file format 4.
++ Watch MetaCPAN URL.
++ Mention gbp --uscan in usage comment.
+  * Drop CDBS get-orig-source target: Use gbp import-orig --uscan.
+  * Modernize git-buildpackage config: Filter any .git* file.
+  * Update copyright info:
++ Use License-Grant and License-Reference fields.
+  Thanks to Ben Finney.
++ Extend coverage of Debian packaging.
+  * Add lintian override regarding license in License-Reference field.
+See bug#786450.
+  * Declare compliance with Debian Policy 3.9.8.
+  * Modernize Vcs-Git field: Use https protocol.
+  * Bump debhelper compatibility level to 9.
+  * Modernize CDBS use: Build-depend on licensecheck (not devscripts).
 
- -- Salvatore Bonaccorso   Sat, 16 Aug 2014 09:33:14 +0200
+  [ Salvatore Bonaccorso ]
+  * Update Vcs-Browser URL to use cgit web frontend.
+
+ -- Jonas Smedegaard   Mon, 26 Dec 2016 15:09:31 +0100
 
 libmodule-install-authortests-perl (0.002-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index f555357..e598139 100644
--- a/debian/control
+++ b/debian/control
@@ -2,15 +2,15 @@ Source: libmodule-install-authortests-perl
 Section: perl
 Priority: optional
 Build-Depends: cdbs,
- devscripts,
+ licensecheck,
  perl,
  debhelper,
  dh-buildinfo,
  libmodule-install-perl
 Maintainer: Debian Perl Group 
 Uploaders: Jonas Smedegaard 
-Standards-Version: 3.9.4
-Vcs-Git: 
git://git.debian.org/git/pkg-perl/packages/libmodule-install-authortests-perl
+Standards-Version: 3.9.8
+Vcs-Git: 
https://git.debian.org/git/pkg-perl/packages/libmodule-install-authortests-perl
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libmodule-install-authortests-perl.git
 Homepage: http://search.cpan.org/dist/Module-Install-AuthorTests/
 
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 092fd18..c7a1098 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -9,11 +9,13 @@ Files: Changes
  META.yml
  Makefile.PL
  README
+ debian/README.source
  debian/compat
  debian/control
  debian/control.in
  debian/gbp.conf
  debian/source/format
+ debian/source/lintian-overrides
  debian/watch
  inc/Module/Install.pm
  inc/Module/Install/AuthorTests.pm
@@ -21,27 +23,15 @@ Files: Changes
  inc/Module/Install/Can.pm
  inc/Module/Install/Fetch.pm
  inc/Module/Install/Makefile.pm
- inc/Module/Install/Win32.pm
- inc/Module/Install/WriteAll.pm
  t/basic.t
  xt/pod-coverage.t
  xt/pod.t
-Copyright: *No copyright*
+Copyright: NONE
 License: UNKNOWN
  FIXME
 
 Files: debian/rules
-Copyright: 2013, Jonas Smedegaard 
+Copyright: 2013, 2016, Jonas Smedegaard 
 License: GPL-3+
  FIXME
 
-Files: lib/Module/Install/AuthorTests.pm
-Copyright: 2008, Ricardo SIGNES. This program is free software; you can
-License: Perl
- FIXME
-
-Files: inc/Module/Install/Metadata.pm
-Copyright: 
-License: UNKNOWN
- FIXME
-

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

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


[libmodule-install-authortests-perl] 07/11: Syncronize control.in with control: Modernize Vcs-Browser URL.

2016-12-26 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libmodule-install-authortests-perl.

commit 97bf753fbadd61681c74edfd4bb5840ddee81895
Author: Jonas Smedegaard 
Date:   Mon Dec 26 15:07:41 2016 +0100

Syncronize control.in with control: Modernize Vcs-Browser URL.
---
 debian/control.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control.in b/debian/control.in
index 742ddd3..d5a7e59 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -6,7 +6,7 @@ Maintainer: Debian Perl Group 

 Uploaders: Jonas Smedegaard 
 Standards-Version: 3.9.8
 Vcs-Git: 
git://git.debian.org/git/pkg-perl/packages/libmodule-install-authortests-perl
-Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmodule-install-authortests-perl.git
+Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libmodule-install-authortests-perl.git
 Homepage: http://search.cpan.org/dist/Module-Install-AuthorTests/
 
 Package: libmodule-install-authortests-perl

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

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


[libmodule-install-authortests-perl] branch master updated (4304302 -> 977f02c)

2016-12-26 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to branch master
in repository libmodule-install-authortests-perl.

  from  4304302   update changelog
   new  36e9922   Update watch file: Bump to file format 4. Watch MetaCPAN 
URL. Mention gbp --uscan in usage comment.
   new  89bbd0d   Drop CDBS get-orig-source target: Use gbp import-orig 
--uscan.
   new  cf84781   Modernize git-buildpackage config: Filter any .git* file.
   new  1a3e53c   Update copyright info: Use License-Grant and 
License-Reference fields. Thanks to Ben Finney.
   new  a4321ee   Add lintian override regarding license in 
License-Reference field. See bug#786450.
   new  e5bc47c   Declare compliance with Debian Policy 3.9.8.
   new  97bf753   Syncronize control.in with control: Modernize Vcs-Browser 
URL.
   new  d329aab   Modernize Vcs-Git field: Use https protocol.
   new  332b936   Bump debhelper compatibility level to 9.
   new  38441a2   Update copyright info: Extend coverage of Debian 
packaging.
   new  977f02c   Prepare for release: Update changelog, control file, and 
copyright hints.

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


Summary of changes:
 debian/changelog| 27 ++---
 debian/compat   |  2 +-
 debian/control  |  6 +++---
 debian/control.in   |  6 +++---
 debian/copyright| 45 +++--
 debian/copyright_hints  | 18 -
 debian/gbp.conf |  1 +
 debian/rules|  7 +--
 debian/source/lintian-overrides |  5 +
 debian/watch|  6 +++---
 10 files changed, 57 insertions(+), 66 deletions(-)
 create mode 100644 debian/source/lintian-overrides

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

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


[libmodule-install-authortests-perl] 03/11: Modernize git-buildpackage config: Filter any .git* file.

2016-12-26 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libmodule-install-authortests-perl.

commit cf847813e6453fbd04c7e2ce665e631fbdf66e9a
Author: Jonas Smedegaard 
Date:   Mon Dec 26 15:05:36 2016 +0100

Modernize git-buildpackage config: Filter any .git* file.
---
 debian/gbp.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/gbp.conf b/debian/gbp.conf
index a7281f9..2a594ca 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -3,3 +3,4 @@
 [DEFAULT]
 pristine-tar = True
 sign-tags = True
+filter = */.git*

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

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


[libmodule-install-authortests-perl] 05/11: Add lintian override regarding license in License-Reference field. See bug#786450.

2016-12-26 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libmodule-install-authortests-perl.

commit a4321eed191ac4031a18df69af3fe0e6d50c70e0
Author: Jonas Smedegaard 
Date:   Mon Dec 26 15:07:03 2016 +0100

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

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

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

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


[libmodule-install-authortests-perl] 01/11: Update watch file: Bump to file format 4. Watch MetaCPAN URL. Mention gbp --uscan in usage comment.

2016-12-26 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libmodule-install-authortests-perl.

commit 36e99226b85c8b1cfc8aea77b653bd19443e9c28
Author: Jonas Smedegaard 
Date:   Mon Dec 26 15:04:55 2016 +0100

Update watch file: Bump to file format 4. Watch MetaCPAN URL. Mention gbp 
--uscan in usage comment.
---
 debian/watch | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/watch b/debian/watch
index 554a89a..44ac89a 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
-# Run the "uscan" command to check for upstream updates and more.
-version=3
-http://search.cpan.org/dist/Module-Install-AuthorTests/   
.*/Module-Install-AuthorTests-([\d._]+)\.tar\.gz debian
+# run "uscan --report" to check or "gpb import-orig --uscan" to update
+version=4
+https://metacpan.org/release/Module-Install-AuthorTests 
.*/Module-Install-AuthorTests-([\d.]+)\.tar\.gz

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

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


[libmodule-install-authortests-perl] 06/11: Declare compliance with Debian Policy 3.9.8.

2016-12-26 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libmodule-install-authortests-perl.

commit e5bc47c7e7af9353bd68f3f9ca3eb5b32a23aab4
Author: Jonas Smedegaard 
Date:   Mon Dec 26 15:07:14 2016 +0100

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

diff --git a/debian/control.in b/debian/control.in
index 8fe03fe..742ddd3 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -4,7 +4,7 @@ Priority: optional
 Build-Depends: @cdbs@
 Maintainer: Debian Perl Group 
 Uploaders: Jonas Smedegaard 
-Standards-Version: 3.9.4
+Standards-Version: 3.9.8
 Vcs-Git: 
git://git.debian.org/git/pkg-perl/packages/libmodule-install-authortests-perl
 Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmodule-install-authortests-perl.git
 Homepage: http://search.cpan.org/dist/Module-Install-AuthorTests/

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

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


[libmodule-install-authortests-perl] annotated tag debian/0.002-2 created (now 36c6f75)

2016-12-26 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag debian/0.002-2
in repository libmodule-install-authortests-perl.

at  36c6f75   (tag)
   tagging  977f02cb9da7f848dccc42e42a7ec5f30f85ac3b (commit)
  replaces  debian/0.002-1
 tagged by  Jonas Smedegaard
on  Mon Dec 26 15:12:39 2016 +0100

- Log -
libmodule-install-authortests-perl Debian release 0.002-2
-BEGIN PGP SIGNATURE-

iQIcBAABCAAGBQJYYSVXAAoJECx8MUbBoAEhSmgQAJSiopqecLZssR+M9AhCChwe
3EEc+jYdPbPzdxZtfrJ5a1ZrQXBiCqgJjdrf+SJQXxkpS6xE5UR+c1rAxbu1TmzB
10YeOd7V4rh7RC3OiV9Wh0Au2j36lXpqMJ6OWVjg1CEDvFdB3xWihgTLeRMnLr5l
JOjR7/SvjlXbw0A7ibB2Uq1OTtUWVDPxIdzLCy8DxAkRCj5YuYcvENDl9bIXpZgC
5bVyE/24fHnPSlZQIJCjgehvMUUaqbTLAJ8h1uXaFGVxSJqKTU3/1HlQkHxCmgk3
m2XVam47aPyeOvhT4w5ReVAvi92KWzsfpzSY7B3QHibKZv+IPq+UKoiAc69tz6V9
2oT3JOBl4CZLgFxHRkt7TVUtbUrneAufYh8TNqWJAc+5ylMWLlkjSaHcVh2B0+ls
zLvmP+QhZTjkSRQFrIH/UU8la8PWKJm2ChFQNsJ78l5KCA+csphECC/7XGfhhEpw
ZwKnX0J8f2C9HnQb/1329+bgXuHWixBTT35w3UpzpWBtwRvYFiW2D1xXXkzbJZ0R
yOv4XU+vaWVFhSPcJ8fKDfrFUk1Xp7yBd9k07d8q/HTsE+nyFyZCBn0IMgFEgPXE
vyDl1555tZKqCrsz7m6hi4mKgpT28FQcm0kesmcAqDd/E1SRmU0pyNHh4WrxOucs
qzRxvgvnS/g7cWtht3j7
=6KUw
-END PGP SIGNATURE-

Jonas Smedegaard (12):
  Add README.source emphasizing control.in file as *not* a show-stopper for 
contributions, referring to wiki page for details.
  Update watch file: Bump to file format 4. Watch MetaCPAN URL. Mention gbp 
--uscan in usage comment.
  Drop CDBS get-orig-source target: Use gbp import-orig --uscan.
  Modernize git-buildpackage config: Filter any .git* file.
  Update copyright info: Use License-Grant and License-Reference fields. 
Thanks to Ben Finney.
  Add lintian override regarding license in License-Reference field. See 
bug#786450.
  Declare compliance with Debian Policy 3.9.8.
  Syncronize control.in with control: Modernize Vcs-Browser URL.
  Modernize Vcs-Git field: Use https protocol.
  Bump debhelper compatibility level to 9.
  Update copyright info: Extend coverage of Debian packaging.
  Prepare for release: Update changelog, control file, and copyright hints.

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

---

This annotated tag includes the following new commits:

   new  36e9922   Update watch file: Bump to file format 4. Watch MetaCPAN 
URL. Mention gbp --uscan in usage comment.
   new  89bbd0d   Drop CDBS get-orig-source target: Use gbp import-orig 
--uscan.
   new  cf84781   Modernize git-buildpackage config: Filter any .git* file.
   new  1a3e53c   Update copyright info: Use License-Grant and 
License-Reference fields. Thanks to Ben Finney.
   new  a4321ee   Add lintian override regarding license in 
License-Reference field. See bug#786450.
   new  e5bc47c   Declare compliance with Debian Policy 3.9.8.
   new  97bf753   Syncronize control.in with control: Modernize Vcs-Browser 
URL.
   new  d329aab   Modernize Vcs-Git field: Use https protocol.
   new  332b936   Bump debhelper compatibility level to 9.
   new  38441a2   Update copyright info: Extend coverage of Debian 
packaging.
   new  977f02c   Prepare for release: Update changelog, control file, and 
copyright hints.

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


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

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


[libmodule-install-authortests-perl] 02/11: Drop CDBS get-orig-source target: Use gbp import-orig --uscan.

2016-12-26 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libmodule-install-authortests-perl.

commit 89bbd0d9f41d2858159c46dfe5731aa8a0b90b12
Author: Jonas Smedegaard 
Date:   Mon Dec 26 15:05:21 2016 +0100

Drop CDBS get-orig-source target: Use gbp import-orig --uscan.
---
 debian/rules | 5 -
 1 file changed, 5 deletions(-)

diff --git a/debian/rules b/debian/rules
index 256fafd..c3a7339 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,17 +16,12 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see .
 
-include /usr/share/cdbs/1/rules/upstream-tarball.mk
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/class/perl-makemaker.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
 pkg = $(DEB_SOURCE_PACKAGE)
 
-DEB_UPSTREAM_PACKAGE = Module-Install-AuthorTests
-DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Module
-DEB_UPSTREAM_TARBALL_MD5 = f1b95c8385c1284e281a9bc6a5f10532
-
 # Needed by upstream build process and (always) at runtime
 deps = libmodule-install-perl
 

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

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


[libmodule-install-authortests-perl] 08/11: Modernize Vcs-Git field: Use https protocol.

2016-12-26 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libmodule-install-authortests-perl.

commit d329aabc3d056c7361a99a8fc07ee15073e72585
Author: Jonas Smedegaard 
Date:   Mon Dec 26 15:08:00 2016 +0100

Modernize Vcs-Git field: Use https protocol.
---
 debian/control.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control.in b/debian/control.in
index d5a7e59..017d344 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -5,7 +5,7 @@ Build-Depends: @cdbs@
 Maintainer: Debian Perl Group 
 Uploaders: Jonas Smedegaard 
 Standards-Version: 3.9.8
-Vcs-Git: 
git://git.debian.org/git/pkg-perl/packages/libmodule-install-authortests-perl
+Vcs-Git: 
https://git.debian.org/git/pkg-perl/packages/libmodule-install-authortests-perl
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libmodule-install-authortests-perl.git
 Homepage: http://search.cpan.org/dist/Module-Install-AuthorTests/
 

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

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


[libtest2-suite-perl] 01/01: update d/changelog comments

2016-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit fbad40590ef6f40e2a1413347d3af535d0795036
Author: gregor herrmann 
Date:   Mon Dec 26 17:07:52 2016 +0100

update d/changelog comments

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

diff --git a/debian/changelog b/debian/changelog
index 586249a..833be20 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,8 @@
 libtest2-suite-perl (0.65-1) UNRELEASED; urgency=medium
 
   WAITS-FOR: libterm-table-perl
-  WAITS-FOR: libtest-simple-perl 1.302073
+  # already accepted but maybe wait for testing migration
+  # to see if we made the deadline
 
   * Import upstream version 0.65.
   * Update (build) dependencies.

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

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


[libtest2-suite-perl] branch master updated (b0f8297 -> fbad405)

2016-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

  from  b0f8297   update changelog / add WAITS-FOR
   new  fbad405   update d/changelog comments

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 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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

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


[libperinci-sub-normalize-perl] 03/04: Update (build) dependencies.

2016-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libperinci-sub-normalize-perl.

commit 3e646cdf0c7fb77989a596adc63adfc8c535d278
Author: gregor herrmann 
Date:   Mon Dec 26 17:42:09 2016 +0100

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

diff --git a/debian/control b/debian/control
index c466b8e..08c9bbc 100644
--- a/debian/control
+++ b/debian/control
@@ -6,9 +6,8 @@ Uploaders: Lucas Kanashiro 
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: libdata-sah-normalize-perl,
  librinci-perl (>= 1.1.80),
- libsah-schemas-rinci-perl,
+ libsah-schemas-rinci-perl (>= 1.1.82),
  libtest-exception-perl,
- perl (>= 5.13.11) | libtest-simple-perl (>= 0.98),
  perl
 Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libperinci-sub-normalize-perl.git
@@ -22,7 +21,7 @@ Depends: ${misc:Depends},
  ${perl:Depends},
  libdata-sah-normalize-perl,
  librinci-perl (>= 1.1.80),
- libsah-schemas-rinci-perl
+ libsah-schemas-rinci-perl (>= 1.1.82)
 Description: Perl module to normalize Rinci function metadata
  Perinci::Sub::Normalize normalizes and checks Rinci function metadata $meta
  and returns a normalized metadata, which is a shallow copy of $meta. This is

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

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


[libperinci-sub-normalize-perl] branch pristine-tar updated (f42a5b0 -> 071cad2)

2016-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch pristine-tar
in repository libperinci-sub-normalize-perl.

  from  f42a5b0   pristine-tar data for 
libperinci-sub-normalize-perl_0.18.orig.tar.gz
   new  071cad2   pristine-tar data for 
libperinci-sub-normalize-perl_0.19.orig.tar.gz

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


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

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

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


[libperinci-sub-normalize-perl] annotated tag debian/0.19-1 created (now 6e41425)

2016-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag debian/0.19-1
in repository libperinci-sub-normalize-perl.

at  6e41425   (tag)
   tagging  ff58f967843e8988a638cea9c7194bc347b3fd57 (commit)
  replaces  debian/0.18-2
 tagged by  gregor herrmann
on  Mon Dec 26 17:44:02 2016 +0100

- Log -
tagging package libperinci-sub-normalize-perl version debian/0.19-1
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlhhSNJfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgaHGg/9EUzsVH3Cf3LAu1cw9VhN1ejmUQo3OHiW6hIMXKCMII8nYTrCp5GbzQx2
L7YzjtM8bgP6Rwx2Zc91hSA2lencUW935UKUMQtqrEWQJv6CZhP39NRtsOYj9FUx
ubjuxf2JV3TMyBX3uqkUZo6+39PgkJFfaW9qVvJyHcpIdsj/kd9Sak0KB6BdDwEv
4CK+p8Z1ht3YOCad7fkMNVFwUWv33qi4T4OQkxrhpOw4r1KckgNKk1oiIVoRR8RW
8xynjSXPrha6nkLqXOPBylvQvm60dXFeQ4nkG59H1iAzwBAjKlMpCGP2RKoDYHzb
uLV1tckoSLgcc4Wa0bh+fzY8QgvecKS5BQ2AyNoZGMW/LMyi6A//D+PGLtP2NmzL
hHB4O9iYhFIJ0gihtfYjdvvZ7v9tLOK01FPlDPe0RUcvHvgJFgYC+xPyOGKAMifk
lOrjPxB+MHayziP3WSta3BVQqAbuGmkGNvTLGZZIuT5mdZuBTgndMAjgm3jMNb3u
mwSpZykpxyaX/IVhsXII37T3uNYgIqC5XO1m2YhsGKMFGa9aF6/ngSSM88BBPJ2I
MoUwo+FQdy+crbgYKYBWsACmOw3EZFnQ4XWrWJipyeRPprDl4ywx/vEILi0eqf7e
yEpFoF/sYH54CUFgXeOxqqYIhyYMIHYSJxjWKjhbWvYVG9r3PvA=
=3HWp
-END PGP SIGNATURE-

gregor herrmann (5):
  New upstream version 0.19
  Merge tag 'upstream/0.19'
  Update debian/changelog
  Update (build) dependencies.
  releasing package libperinci-sub-normalize-perl version 0.19-1

---

This annotated tag includes the following new commits:

   new  7c2ac01   Merge tag 'upstream/0.19'
   new  e74eadf   Update debian/changelog
   new  3e646cd   Update (build) dependencies.
   new  ff58f96   releasing package libperinci-sub-normalize-perl version 
0.19-1

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


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

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


[libperinci-sub-normalize-perl] branch master updated (6b4b09a -> ff58f96)

2016-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libperinci-sub-normalize-perl.

  from  6b4b09a   releasing package libperinci-sub-normalize-perl version 
0.18-2
  adds  1db8daf   New upstream version 0.19
   new  7c2ac01   Merge tag 'upstream/0.19'
   new  e74eadf   Update debian/changelog
   new  3e646cd   Update (build) dependencies.
   new  ff58f96   releasing package libperinci-sub-normalize-perl version 
0.19-1

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


Summary of changes:
 Changes  |   8 +++
 MANIFEST |   2 +-
 META.json| 141 +++
 META.yml | 133 +---
 Makefile.PL  |   8 +--
 debian/changelog |   8 +++
 debian/control   |   5 +-
 dist.ini |   6 +-
 lib/Perinci/Sub/Normalize.pm |   8 +--
 t/author-pod-coverage.t  |   4 +-
 t/author-pod-syntax.t|   4 +-
 11 files changed, 181 insertions(+), 146 deletions(-)

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

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


[libperinci-sub-normalize-perl] 04/04: releasing package libperinci-sub-normalize-perl version 0.19-1

2016-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libperinci-sub-normalize-perl.

commit ff58f967843e8988a638cea9c7194bc347b3fd57
Author: gregor herrmann 
Date:   Mon Dec 26 17:44:02 2016 +0100

releasing package libperinci-sub-normalize-perl version 0.19-1
---
 debian/changelog | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9ffddb4..e8c8eda 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
-libperinci-sub-normalize-perl (0.19-1) UNRELEASED; urgency=medium
+libperinci-sub-normalize-perl (0.19-1) unstable; urgency=medium
 
-  * Import upstream version 0.19
+  * Team upload.
+  * Import upstream version 0.19.
+  * Update (build) dependencies.
 
- -- gregor herrmann   Mon, 26 Dec 2016 17:39:57 +0100
+ -- gregor herrmann   Mon, 26 Dec 2016 17:42:35 +0100
 
 libperinci-sub-normalize-perl (0.18-2) unstable; urgency=medium
 

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

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


[libperinci-sub-normalize-perl] 01/04: Merge tag 'upstream/0.19'

2016-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libperinci-sub-normalize-perl.

commit 7c2ac01ccf66344c1db9a07327537cbc453a4c25
Merge: 6b4b09a 1db8daf
Author: gregor herrmann 
Date:   Mon Dec 26 17:39:57 2016 +0100

Merge tag 'upstream/0.19'

Upstream version 0.19

 Changes  |   8 +++
 MANIFEST |   2 +-
 META.json| 141 +++
 META.yml | 133 +---
 Makefile.PL  |   8 +--
 dist.ini |   6 +-
 lib/Perinci/Sub/Normalize.pm |   8 +--
 t/author-pod-coverage.t  |   4 +-
 t/author-pod-syntax.t|   4 +-
 9 files changed, 171 insertions(+), 143 deletions(-)

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

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


[libperinci-sub-normalize-perl] annotated tag upstream/0.19 created (now 810bf28)

2016-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag upstream/0.19
in repository libperinci-sub-normalize-perl.

at  810bf28   (tag)
   tagging  1db8daf05b487115684742ba0a3655f8d31bd60c (commit)
  replaces  upstream/0.18
 tagged by  gregor herrmann
on  Mon Dec 26 17:39:57 2016 +0100

- Log -
Upstream version 0.19

gregor herrmann (1):
  New upstream version 0.19

---

No new revisions were added by this update.

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

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


[libperinci-sub-normalize-perl] 01/01: pristine-tar data for libperinci-sub-normalize-perl_0.19.orig.tar.gz

2016-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch pristine-tar
in repository libperinci-sub-normalize-perl.

commit 071cad220b11a1e845618bc26421b7b1b65b8240
Author: gregor herrmann 
Date:   Mon Dec 26 17:39:57 2016 +0100

pristine-tar data for libperinci-sub-normalize-perl_0.19.orig.tar.gz
---
 libperinci-sub-normalize-perl_0.19.orig.tar.gz.delta | Bin 0 -> 1329 bytes
 libperinci-sub-normalize-perl_0.19.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libperinci-sub-normalize-perl_0.19.orig.tar.gz.delta 
b/libperinci-sub-normalize-perl_0.19.orig.tar.gz.delta
new file mode 100644
index 000..f467c80
Binary files /dev/null and 
b/libperinci-sub-normalize-perl_0.19.orig.tar.gz.delta differ
diff --git a/libperinci-sub-normalize-perl_0.19.orig.tar.gz.id 
b/libperinci-sub-normalize-perl_0.19.orig.tar.gz.id
new file mode 100644
index 000..7e69018
--- /dev/null
+++ b/libperinci-sub-normalize-perl_0.19.orig.tar.gz.id
@@ -0,0 +1 @@
+099594b91e0d6f363a135381e37c0b2e8e3a439e

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

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


[libperinci-sub-normalize-perl] 02/04: Update debian/changelog

2016-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libperinci-sub-normalize-perl.

commit e74eadf698bea1bd17a80d45a49758b8a3190f6e
Author: gregor herrmann 
Date:   Mon Dec 26 17:39:57 2016 +0100

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index 5712070..9ffddb4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libperinci-sub-normalize-perl (0.19-1) UNRELEASED; urgency=medium
+
+  * Import upstream version 0.19
+
+ -- gregor herrmann   Mon, 26 Dec 2016 17:39:57 +0100
+
 libperinci-sub-normalize-perl (0.18-2) unstable; urgency=medium
 
   * Team upload.

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

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


[libperinci-object-perl] branch master updated (8e3315e -> c8051be)

2016-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

  from  8e3315e   releasing libperinci-object-perl version 0.26-1
  adds  362a968   New upstream version 0.27
   new  5453264   Merge tag 'upstream/0.27'
   new  0a2ad26   Update debian/changelog
   new  0ad42e3   Update Git URLs in debian/upstream/metadata.
   new  f7961dc   Drop (build) dependency on libstring-trim-more-perl
   new  c8051be   releasing package libperinci-object-perl version 0.27-1

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


Summary of changes:
 Changes  |   6 ++
 MANIFEST |   2 +-
 META.json| 119 +++
 META.yml | 109 +---
 Makefile.PL  |   6 +-
 debian/changelog |  10 +++
 debian/control   |   6 +-
 debian/upstream/metadata |   4 +-
 dist.ini |   7 ++-
 lib/Perinci/Object.pm|   8 +--
 lib/Perinci/Object/EnvResult.pm  |   8 +--
 lib/Perinci/Object/EnvResultMulti.pm |   8 +--
 lib/Perinci/Object/EnvResultTable.pm |   8 +--
 lib/Perinci/Object/Function.pm   |   8 +--
 lib/Perinci/Object/Metadata.pm   |  21 +--
 lib/Perinci/Object/Package.pm|   8 +--
 lib/Perinci/Object/ResMeta.pm|   8 +--
 lib/Perinci/Object/Variable.pm   |   8 +--
 t/author-pod-coverage.t  |   2 +-
 t/author-pod-syntax.t|   2 +-
 20 files changed, 201 insertions(+), 157 deletions(-)

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

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


[libperinci-object-perl] branch pristine-tar updated (7596ddb -> c192b2a)

2016-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch pristine-tar
in repository libperinci-object-perl.

  from  7596ddb   pristine-tar data for 
libperinci-object-perl_0.26.orig.tar.gz
   new  c192b2a   pristine-tar data for 
libperinci-object-perl_0.27.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:
 libperinci-object-perl_0.27.orig.tar.gz.delta | Bin 0 -> 1943 bytes
 libperinci-object-perl_0.27.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libperinci-object-perl_0.27.orig.tar.gz.delta
 create mode 100644 libperinci-object-perl_0.27.orig.tar.gz.id

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

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


[libperinci-object-perl] 01/01: pristine-tar data for libperinci-object-perl_0.27.orig.tar.gz

2016-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch pristine-tar
in repository libperinci-object-perl.

commit c192b2afc517de9201fe56f07f8e03dd60107cc8
Author: gregor herrmann 
Date:   Mon Dec 26 17:44:46 2016 +0100

pristine-tar data for libperinci-object-perl_0.27.orig.tar.gz
---
 libperinci-object-perl_0.27.orig.tar.gz.delta | Bin 0 -> 1943 bytes
 libperinci-object-perl_0.27.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libperinci-object-perl_0.27.orig.tar.gz.delta 
b/libperinci-object-perl_0.27.orig.tar.gz.delta
new file mode 100644
index 000..57aa0d9
Binary files /dev/null and b/libperinci-object-perl_0.27.orig.tar.gz.delta 
differ
diff --git a/libperinci-object-perl_0.27.orig.tar.gz.id 
b/libperinci-object-perl_0.27.orig.tar.gz.id
new file mode 100644
index 000..019f758
--- /dev/null
+++ b/libperinci-object-perl_0.27.orig.tar.gz.id
@@ -0,0 +1 @@
+8dcf4f37a2d54d890cc8f907e5816444cc67a3ce

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

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


[libperinci-object-perl] 02/05: Update debian/changelog

2016-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 0a2ad2694ea5149b035b06cbd83c597ea8ae4983
Author: gregor herrmann 
Date:   Mon Dec 26 17:44:46 2016 +0100

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index b530dca..863121a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libperinci-object-perl (0.27-1) UNRELEASED; urgency=medium
+
+  * Import upstream version 0.27
+
+ -- gregor herrmann   Mon, 26 Dec 2016 17:44:46 +0100
+
 libperinci-object-perl (0.26-1) unstable; urgency=medium
 
   * Team upload.

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

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


[libperinci-object-perl] 01/05: Merge tag 'upstream/0.27'

2016-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 5453264d002ac0ae172baebc68b593aa120132bd
Merge: 8e3315e 362a968
Author: gregor herrmann 
Date:   Mon Dec 26 17:44:46 2016 +0100

Merge tag 'upstream/0.27'

Upstream version 0.27

 Changes  |   6 ++
 MANIFEST |   2 +-
 META.json| 119 +++
 META.yml | 109 +---
 Makefile.PL  |   6 +-
 dist.ini |   7 ++-
 lib/Perinci/Object.pm|   8 +--
 lib/Perinci/Object/EnvResult.pm  |   8 +--
 lib/Perinci/Object/EnvResultMulti.pm |   8 +--
 lib/Perinci/Object/EnvResultTable.pm |   8 +--
 lib/Perinci/Object/Function.pm   |   8 +--
 lib/Perinci/Object/Metadata.pm   |  21 +--
 lib/Perinci/Object/Package.pm|   8 +--
 lib/Perinci/Object/ResMeta.pm|   8 +--
 lib/Perinci/Object/Variable.pm   |   8 +--
 t/author-pod-coverage.t  |   2 +-
 t/author-pod-syntax.t|   2 +-
 17 files changed, 187 insertions(+), 151 deletions(-)

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

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


[libperinci-object-perl] 03/05: Update Git URLs in debian/upstream/metadata.

2016-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 0ad42e31c09ef85b3fab598312db3b463043cae7
Author: gregor herrmann 
Date:   Mon Dec 26 17:45:38 2016 +0100

Update Git URLs in debian/upstream/metadata.
---
 debian/upstream/metadata | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index c2de53e..dd4d00d 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -3,5 +3,5 @@ Archive: CPAN
 Bug-Database: https://rt.cpan.org/Public/Dist/Display.html?Name=Perinci-Object
 Contact: perlancar 
 Name: Perinci-Object
-Repository: https://github.com/perlancar/perl-Perinci-Object.git
-Repository-Browse: https://github.com/perlancar/perl-Perinci-Object
+Repository: https://github.com/sharyanto/perl-Perinci-Object.git
+Repository-Browse: https://github.com/sharyanto/perl-Perinci-Object

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

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


[libperinci-object-perl] 05/05: releasing package libperinci-object-perl version 0.27-1

2016-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit c8051bef88856254be7c757a6146eaa6ffa7107c
Author: gregor herrmann 
Date:   Mon Dec 26 17:48:38 2016 +0100

releasing package libperinci-object-perl version 0.27-1
---
 debian/changelog | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 863121a..a7896e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
-libperinci-object-perl (0.27-1) UNRELEASED; urgency=medium
+libperinci-object-perl (0.27-1) unstable; urgency=medium
 
-  * Import upstream version 0.27
+  * Team upload.
+  * Import upstream version 0.27.
+  * Update Git URLs in debian/upstream/metadata.
+  * Drop (build) dependency on libstring-trim-more-perl as per
+upstream changes.
 
- -- gregor herrmann   Mon, 26 Dec 2016 17:44:46 +0100
+ -- gregor herrmann   Mon, 26 Dec 2016 17:47:18 +0100
 
 libperinci-object-perl (0.26-1) unstable; urgency=medium
 

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

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


[libperinci-object-perl] 04/05: Drop (build) dependency on libstring-trim-more-perl

2016-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit f7961dce878c510d83c0daa5e1ad40be69799f83
Author: gregor herrmann 
Date:   Mon Dec 26 17:46:34 2016 +0100

Drop (build) dependency on libstring-trim-more-perl

as per upstream changes.
---
 debian/control | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index f0d0d09..18cba4e 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,7 @@ Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: libstring-trim-more-perl,
- libtest-exception-perl,
+Build-Depends-Indep: libtest-exception-perl,
  perl
 Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libperinci-object-perl.git
@@ -16,8 +15,7 @@ Homepage: https://metacpan.org/release/Perinci-Object
 Package: libperinci-object-perl
 Architecture: all
 Depends: ${misc:Depends},
- ${perl:Depends},
- libstring-trim-more-perl
+ ${perl:Depends}
 Description: module that provides a object-oriented interface for Rinci
  Rinci works using pure data structures, but sometimes it's convenient to have
  an object-oriented interface (wrapper) for those data. Perinci::Object module

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

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


[libperinci-object-perl] annotated tag upstream/0.27 created (now bdd0e3e)

2016-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag upstream/0.27
in repository libperinci-object-perl.

at  bdd0e3e   (tag)
   tagging  362a968b3bbf685754491854eb3522dc6dfe2638 (commit)
  replaces  upstream/0.26
 tagged by  gregor herrmann
on  Mon Dec 26 17:44:46 2016 +0100

- Log -
Upstream version 0.27

gregor herrmann (1):
  New upstream version 0.27

---

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

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


[libperinci-object-perl] annotated tag debian/0.27-1 created (now 92b3898)

2016-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag debian/0.27-1
in repository libperinci-object-perl.

at  92b3898   (tag)
   tagging  c8051bef88856254be7c757a6146eaa6ffa7107c (commit)
  replaces  debian/0.26-1
 tagged by  gregor herrmann
on  Mon Dec 26 17:48:38 2016 +0100

- Log -
tagging package libperinci-object-perl version debian/0.27-1
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlhhSeZfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgawsQ/5AajVAeTfSOYN48izO38twW9VdPRN+nlXeiKav8saMimlBBKjo9GKSX0h
GasbYf+6PAKu0WXE5o5olGZ0x8GR3/SXHkhmmgu3YKePBMMEV54tg0NFJ37qK6Bc
Fdrnq6GuCwYQhtkqRQ/C85M9nuQhkZufcj9yCQkd24mGdSQ7VxUO50eIgxfWr1MQ
1C2dl1KFcV/rfkI1/aCVVqT5fV51FAq5egYy4uBZBeyzBlqsZ7cUUcDA5DXq4HJW
Ihlg9au80UL8OghFvftnOuSFd7A23hHM5L1kqU5tlSRdozqP6BJbASD68Dn0GAir
Skujg6bCqgBeggdS/skDT0dWfSKhFGxY3iIzA5rTKj1dEovRE9EnMws8jgnN24CA
9w/Iv7I3Z3KqBwYCp6O6/5NHWTavj8Fa6Myz4bCZ6lQhBinSnB+SO8wjM6btoAq9
9KiEvJ2PfCRG+Il8wgunMybqHmhnZrh+FRIpoRfVzFV4a8wBoxN6unCyuVsrcgRQ
DI48T7rhrjXzihWqyMvrR8Dr172zXMYR+sKAg+D4QJF+xJBqL/tqTyTqCEOlYWxT
NbRrEqYAk/qToNcYLcRvSrtZz0RpuKUojbHQL74S1mPiEhtZOuTg45dJAphZrhXP
7njillxJCowKlR9admwjrf4zOrkOAQR8fU2PJwaghsbXGF+LEcA=
=Z9dL
-END PGP SIGNATURE-

gregor herrmann (6):
  New upstream version 0.27
  Merge tag 'upstream/0.27'
  Update debian/changelog
  Update Git URLs in debian/upstream/metadata.
  Drop (build) dependency on libstring-trim-more-perl
  releasing package libperinci-object-perl version 0.27-1

---

This annotated tag includes the following new commits:

   new  5453264   Merge tag 'upstream/0.27'
   new  0a2ad26   Update debian/changelog
   new  0ad42e3   Update Git URLs in debian/upstream/metadata.
   new  f7961dc   Drop (build) dependency on libstring-trim-more-perl
   new  c8051be   releasing package libperinci-object-perl version 0.27-1

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


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

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


[libnanomsg-raw-perl] 01/04: Merge tag 'upstream/0.09'

2016-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 330ed81e902765d5327bc1b0610f7ae8258d3bb1
Merge: 3e3bdcf f3857a1
Author: gregor herrmann 
Date:   Mon Dec 26 17:53:28 2016 +0100

Merge tag 'upstream/0.09'

Upstream version 0.09

 Changes|   5 +-
 MANIFEST   |  17 +-
 MANIFEST.SKIP  |  64 
 META.json  |   4 +-
 META.yml   |   4 +-
 Makefile.PL|   9 +-
 dist.ini   |  24 --
 inc/MakeMaker.pm   |  19 --
 lib/NanoMsg/Raw.pm | 779 +++--
 lib/NanoMsg/Raw/Message.pm |   6 +-
 t/emfile.t |   5 +-
 11 files changed, 696 insertions(+), 240 deletions(-)

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

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


[libnanomsg-raw-perl] 03/04: Add a patch to add NAME sections to the POD.

2016-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 644671e598feb947b20ab2e939544366dc1d3535
Author: gregor herrmann 
Date:   Mon Dec 26 18:05:05 2016 +0100

Add a patch to add NAME sections to the POD.
---
 debian/patches/pod-name.patch | 33 +
 debian/patches/series |  1 +
 2 files changed, 34 insertions(+)

diff --git a/debian/patches/pod-name.patch b/debian/patches/pod-name.patch
new file mode 100644
index 000..875c9b4
--- /dev/null
+++ b/debian/patches/pod-name.patch
@@ -0,0 +1,33 @@
+Description: add NAME sections to POD
+Origin: vendor
+Bug: https://github.com/rafl/nanomsg-raw/issues/6
+Forwarded: https://github.com/rafl/nanomsg-raw/issues/6
+Author: gregor herrmann 
+Last-Update: 2016-12-26
+
+--- a/lib/NanoMsg/Raw.pm
 b/lib/NanoMsg/Raw.pm
+@@ -29,6 +29,10 @@
+ functions => \@functions,
+ );
+ 
++=head1 NAME
++
++NanoMsg::Raw - Low-level interface to the nanomsg scalability protocols 
library
++
+ =head1 SYNOPSIS
+ 
+ use Test::More;
+--- a/lib/NanoMsg/Raw/Message.pm
 b/lib/NanoMsg/Raw/Message.pm
+@@ -6,6 +6,10 @@
+ 
+ use overload '""' => sub { ${ $_[0] } }, fallback => 1;
+ 
++=head1 NAME
++
++NanoMsg::Raw::Message - Message buffer for NanoMsg::Raw
++
+ =head1 SYNOPSIS
+ 
+ use NanoMsg::Raw;
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..1e2a7f6
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+pod-name.patch

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

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


[libnanomsg-raw-perl] 04/04: releasing package libnanomsg-raw-perl version 0.09-1

2016-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 67ed989e3ea33f9c38fa001de978a7f0811554ec
Author: gregor herrmann 
Date:   Mon Dec 26 18:06:18 2016 +0100

releasing package libnanomsg-raw-perl version 0.09-1
---
 debian/changelog | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index db1cc04..3848bc7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
-libnanomsg-raw-perl (0.09-1) UNRELEASED; urgency=medium
+libnanomsg-raw-perl (0.09-1) unstable; urgency=medium
 
-  * Import upstream version 0.09
+  * Team upload.
+  * Import upstream version 0.09.
+  * Add a patch to add NAME sections to the POD.
 
- -- gregor herrmann   Mon, 26 Dec 2016 17:53:28 +0100
+ -- gregor herrmann   Mon, 26 Dec 2016 18:05:17 +0100
 
 libnanomsg-raw-perl (0.08-1) unstable; urgency=medium
 

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

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


[libnanomsg-raw-perl] branch master updated (3e3bdcf -> 67ed989)

2016-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

  from  3e3bdcf   releasing package libnanomsg-raw-perl version 0.08-1
  adds  f3857a1   New upstream version 0.09
   new  330ed81   Merge tag 'upstream/0.09'
   new  8b41e94   Update debian/changelog
   new  644671e   Add a patch to add NAME sections to the POD.
   new  67ed989   releasing package libnanomsg-raw-perl version 0.09-1

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


Summary of changes:
 Changes   |   5 +-
 MANIFEST  |  17 +-
 MANIFEST.SKIP |  64 
 META.json |   4 +-
 META.yml  |   4 +-
 Makefile.PL   |   9 +-
 debian/changelog  |   8 +
 debian/patches/pod-name.patch |  33 ++
 debian/patches/series |   1 +
 dist.ini  |  24 --
 inc/MakeMaker.pm  |  19 --
 lib/NanoMsg/Raw.pm| 779 --
 lib/NanoMsg/Raw/Message.pm|   6 +-
 t/emfile.t|   5 +-
 14 files changed, 738 insertions(+), 240 deletions(-)
 create mode 100644 MANIFEST.SKIP
 create mode 100644 debian/patches/pod-name.patch
 create mode 100644 debian/patches/series
 delete mode 100644 dist.ini
 delete mode 100644 inc/MakeMaker.pm

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

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


[libnanomsg-raw-perl] 02/04: Update debian/changelog

2016-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 8b41e947637d0eb072d03cd20ec78aebe8b23a09
Author: gregor herrmann 
Date:   Mon Dec 26 17:53:28 2016 +0100

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index ea828af..db1cc04 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libnanomsg-raw-perl (0.09-1) UNRELEASED; urgency=medium
+
+  * Import upstream version 0.09
+
+ -- gregor herrmann   Mon, 26 Dec 2016 17:53:28 +0100
+
 libnanomsg-raw-perl (0.08-1) unstable; urgency=medium
 
   * Team upload.

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

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


[libnanomsg-raw-perl] branch pristine-tar updated (10c0c84 -> fe6c86c)

2016-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch pristine-tar
in repository libnanomsg-raw-perl.

  from  10c0c84   pristine-tar data for libnanomsg-raw-perl_0.08.orig.tar.gz
   new  fe6c86c   pristine-tar data for libnanomsg-raw-perl_0.09.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:
 libnanomsg-raw-perl_0.09.orig.tar.gz.delta | Bin 0 -> 2146 bytes
 libnanomsg-raw-perl_0.09.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libnanomsg-raw-perl_0.09.orig.tar.gz.delta
 create mode 100644 libnanomsg-raw-perl_0.09.orig.tar.gz.id

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

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


[libnanomsg-raw-perl] annotated tag debian/0.09-1 created (now a653194)

2016-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag debian/0.09-1
in repository libnanomsg-raw-perl.

at  a653194   (tag)
   tagging  67ed989e3ea33f9c38fa001de978a7f0811554ec (commit)
  replaces  debian/0.08-1
 tagged by  gregor herrmann
on  Mon Dec 26 18:06:18 2016 +0100

- Log -
tagging package libnanomsg-raw-perl version debian/0.09-1
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlhhTgpfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgbJLw/9H1PRr3BZG8e9QP55G6oQrXW4OZXjMDYXWLmjrRsmin+oz1y4kOPCGfHy
AJuL7dtg4pFcq9hYRbM6nztDVPyBOe9X5GuziRcKo0N457b6w3uEeefqIGRXt4Cp
gHJWhJHXCYwVS0fyg8Jjv60nBzDTJ6m8WBVJAaHIvLRh1T8UgluNnNgJQs3/6Snp
FYzSqwZUqwJNBaHleV3GUfRRMvL0BmT+XeCeOibVC3+EUsOq+JCaZmlPQYlGLy5R
SKazUpvu2uamaN802toQAh+7kkMlwNIJkCSbWVVYkSsrxD3woPgU2w9U7B+8x81y
ed9cMm6RsUdlR4Nd6OKEXpaMSMld+DYQsHiK/+f9HZF83/JWyiLvDq8vZ42Bf27o
wE3TCgrLOsg/9lgUzOCCciuRgiG+KpGwq5qiDFP7rapbRQVzmiCh9UT4iF7aJecZ
aP2LmCrcdGdOquSp0S3HUjsUB4eFz8nA9NdfSiPp9Q3DibMJvfmnhLJlEZbDwBDL
PL4KvD6vakKVYXOvhrhCV8Gt+PezXPJFXrf17DDdxV+ky4t/OF3ZNKkReEvs6UzW
EwZ4+BaO2DlBU+zRGJIKXdZR/5szLmPfWvLaScSbbOgvldvuFzZ5HCrxSwJuBDvd
FTtquV+dlFZ4dwPsKG2wJ4t5C8KrGI6rIGZTtTXxaibpZLSHBSc=
=LGTa
-END PGP SIGNATURE-

gregor herrmann (5):
  New upstream version 0.09
  Merge tag 'upstream/0.09'
  Update debian/changelog
  Add a patch to add NAME sections to the POD.
  releasing package libnanomsg-raw-perl version 0.09-1

---

This annotated tag includes the following new commits:

   new  330ed81   Merge tag 'upstream/0.09'
   new  8b41e94   Update debian/changelog
   new  644671e   Add a patch to add NAME sections to the POD.
   new  67ed989   releasing package libnanomsg-raw-perl version 0.09-1

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


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

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


[libnanomsg-raw-perl] 01/01: pristine-tar data for libnanomsg-raw-perl_0.09.orig.tar.gz

2016-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch pristine-tar
in repository libnanomsg-raw-perl.

commit fe6c86cae61b810eebae1856d206255590fa1067
Author: gregor herrmann 
Date:   Mon Dec 26 17:53:28 2016 +0100

pristine-tar data for libnanomsg-raw-perl_0.09.orig.tar.gz
---
 libnanomsg-raw-perl_0.09.orig.tar.gz.delta | Bin 0 -> 2146 bytes
 libnanomsg-raw-perl_0.09.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libnanomsg-raw-perl_0.09.orig.tar.gz.delta 
b/libnanomsg-raw-perl_0.09.orig.tar.gz.delta
new file mode 100644
index 000..396e448
Binary files /dev/null and b/libnanomsg-raw-perl_0.09.orig.tar.gz.delta differ
diff --git a/libnanomsg-raw-perl_0.09.orig.tar.gz.id 
b/libnanomsg-raw-perl_0.09.orig.tar.gz.id
new file mode 100644
index 000..92f459c
--- /dev/null
+++ b/libnanomsg-raw-perl_0.09.orig.tar.gz.id
@@ -0,0 +1 @@
+caf05ac8e1db96aeb404a8222b76932a3c13cd66

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

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


[libnanomsg-raw-perl] annotated tag upstream/0.09 created (now f3d6a3e)

2016-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag upstream/0.09
in repository libnanomsg-raw-perl.

at  f3d6a3e   (tag)
   tagging  f3857a1dbc512dc47c5699255abeec8a9a7e2a45 (commit)
  replaces  upstream/0.08
 tagged by  gregor herrmann
on  Mon Dec 26 17:53:28 2016 +0100

- Log -
Upstream version 0.09

gregor herrmann (1):
  New upstream version 0.09

---

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

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


[libmoosex-types-perl] annotated tag debian/0.49-1 created (now 7e03b1f)

2016-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag debian/0.49-1
in repository libmoosex-types-perl.

at  7e03b1f   (tag)
   tagging  ba6f7f2ab678774bf3aa901cecdbd2ec72fed086 (commit)
  replaces  debian/0.46-1
 tagged by  gregor herrmann
on  Mon Dec 26 18:18:46 2016 +0100

- Log -
tagging package libmoosex-types-perl version debian/0.49-1
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlhhUPZfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgZdpg/+NIXPny13Zb/xq6E6xcNLnzJ89SUx+nIbSk2jeiG671lZtD+BlvFGIP9S
eknDofbWC+mYfMLZAIH5HJSvmKNYxRM/u7bjqKO59s0isvVwMkNTkGSv2Z4tE+Id
GXH89Uf39jPF33U+HgQPpJ4TO9Sxk7MGhx4qCSkv7Q3BQaZrOsUF5awoS4Y1R1c4
n+a2q9GLactFOGxLwPsmpVwcLXPaQB/NIdffcZJhCc22YMMwA6Ekq1TuQOdU0CqZ
Hs+teRrKAeaGHn5ReC6x9zD4uEIxfqXmB4kRMF6S6H93IT62rJN16HQU8EBXMchO
fYfy0olhHVdNy/ZGCfnS8xPlOkiJcrPyvNp8vXbZfh6BPw+fzekRr9w5WMjNCJxU
Mr6MD4bkAv/2yaWHoVnwd9z7OC67Ff8TcK7UeDS8pfEmTkAlFQ6cJ0ljnLrn/y00
5Vx8TiaHJn0XahtK+fHnMumPcz+dbFBert/Zv9pXWx49UD46U3V/Ek512zDZMjyF
qAF3BepXtOzMMJQ2iacgKukwTsgMg3liJWrIe4qxUnXeITMgYsT7pKRlWzEGkG8p
min8TrptgdnpckySgLVvmaR3O8hlyavz797fVzPgRLbxMbeliXbEDn14OJDeootm
kZ1KPiqouTK7SSGq3Q1N3PCnVuMxjBYoc/EZdzgBiNh3/S0amrY=
=kARV
-END PGP SIGNATURE-

Dave Rolsky (9):
  Merge pull request #1 from 2shortplanks/markf/multi-combine
  Add changes for the combined type libraries fix
  Add .travis.yml
  Very small doc tweak in MX::T::Combine
  Add Dist::Zilla::Plugin::SurgicalPodWeaver as an authordep
  Make the is_Foo and to_Foo subs way faster
  Remove arbitrary junk passed as options to Sub::Exporter
  Add a benchmark to compare Moose to various MooseX::Types constructs
  Reimplement speed-up of is_Foo and to_Foo, using Sub::Defer for 
trampolines

Karen Etheridge (11):
  increment $VERSION after 0.46 release
  fix Test::More prereq for done_testing
  also run Module::Runtime::Conflicts in t/zzz-check-breaks.t
  clean up imports
  the automatically generated coverage test is just fine now
  MooseX-Types-0.47
  increment $VERSION after 0.47 release
  Revert "Make the is_Foo and to_Foo subs way faster"
  MooseX-Types-0.48
  increment $VERSION after 0.48 release
  MooseX-Types-0.49

Mark Fowler (3):
  Allow combined type libraries to be combined
  Improve documentation
  document type_names method

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

gregor herrmann (13):
  debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  update changelog
  Remove Jonathan Yu from Uploaders. Thanks for your work!
  update changelog
  Remove Ryan Niebur from Uploaders. Thanks for your work!
  update changelog
  New upstream version 0.49
  Merge tag 'upstream/0.49'
  Update debian/changelog
  Update years of packaging copyright.
  Add new (build) dependencies.
  Declare compliance with Debian Policy 3.9.8.
  releasing package libmoosex-types-perl version 0.49-1

---

This annotated tag includes the following new commits:

   new  f84db9c   Merge tag 'upstream/0.49'
   new  24fa96d   Update debian/changelog
   new  2ab67b7   Update years of packaging copyright.
   new  901874a   Add new (build) dependencies.
   new  a437883   Declare compliance with Debian Policy 3.9.8.
   new  ba6f7f2   releasing package libmoosex-types-perl version 0.49-1

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


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

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


[libmoosex-types-perl] 04/06: Add new (build) dependencies.

2016-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 901874ac40c47d0c0cc7458111c012c8113db4da
Author: gregor herrmann 
Date:   Mon Dec 26 18:16:52 2016 +0100

Add new (build) dependencies.
---
 debian/control | 4 
 1 file changed, 4 insertions(+)

diff --git a/debian/control b/debian/control
index c79da03..e991be7 100644
--- a/debian/control
+++ b/debian/control
@@ -11,10 +11,12 @@ Build-Depends: debhelper (>= 9.20140227~),
libmodule-build-tiny-perl
 Build-Depends-Indep: libcarp-clan-perl,
  libmodule-runtime-perl,
+ libmoo-perl,
  libmoose-perl,
  libnamespace-autoclean-perl (>= 0.16),
  libsub-exporter-perl,
  libsub-exporter-formethods-perl (>= 0.100052),
+ libsub-install-perl,
  libsub-name-perl,
  libtest-fatal-perl,
  libtest-requires-perl,
@@ -30,10 +32,12 @@ Depends: ${misc:Depends},
  ${perl:Depends},
  libcarp-clan-perl,
  libmodule-runtime-perl,
+ libmoo-perl,
  libmoose-perl,
  libnamespace-autoclean-perl (>= 0.16),
  libsub-exporter-perl,
  libsub-exporter-formethods-perl (>= 0.100052),
+ libsub-install-perl,
  libsub-name-perl
 Description: Moose extension to organise types in libraries
  MooseX::Types allows developers to organise and selectively import your own

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

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


[libmoosex-types-perl] 06/06: releasing package libmoosex-types-perl version 0.49-1

2016-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit ba6f7f2ab678774bf3aa901cecdbd2ec72fed086
Author: gregor herrmann 
Date:   Mon Dec 26 18:18:46 2016 +0100

releasing package libmoosex-types-perl version 0.49-1
---
 debian/changelog | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2eec9bb..cc1d1a5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libmoosex-types-perl (0.49-1) UNRELEASED; urgency=medium
+libmoosex-types-perl (0.49-1) unstable; urgency=medium
 
   [ Salvatore Bonaccorso ]
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
@@ -7,9 +7,13 @@ libmoosex-types-perl (0.49-1) UNRELEASED; urgency=medium
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
   * Remove Jonathan Yu from Uploaders. Thanks for your work!
   * Remove Ryan Niebur from Uploaders. Thanks for your work!
-  * Import upstream version 0.49
 
- -- gregor herrmann   Mon, 26 Dec 2016 18:08:32 +0100
+  * Import upstream version 0.49.
+  * Update years of packaging copyright.
+  * Add new (build) dependencies.
+  * Declare compliance with Debian Policy 3.9.8.
+
+ -- gregor herrmann   Mon, 26 Dec 2016 18:17:40 +0100
 
 libmoosex-types-perl (0.46-1) unstable; urgency=medium
 

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

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


[libmoosex-types-perl] 01/01: pristine-tar data for libmoosex-types-perl_0.49.orig.tar.gz

2016-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch pristine-tar
in repository libmoosex-types-perl.

commit c931b95948d6e8cc3c1b12f53782d7f82188e642
Author: gregor herrmann 
Date:   Mon Dec 26 18:08:31 2016 +0100

pristine-tar data for libmoosex-types-perl_0.49.orig.tar.gz
---
 libmoosex-types-perl_0.49.orig.tar.gz.delta | Bin 0 -> 3224 bytes
 libmoosex-types-perl_0.49.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libmoosex-types-perl_0.49.orig.tar.gz.delta 
b/libmoosex-types-perl_0.49.orig.tar.gz.delta
new file mode 100644
index 000..6381a13
Binary files /dev/null and b/libmoosex-types-perl_0.49.orig.tar.gz.delta differ
diff --git a/libmoosex-types-perl_0.49.orig.tar.gz.id 
b/libmoosex-types-perl_0.49.orig.tar.gz.id
new file mode 100644
index 000..aedba9a
--- /dev/null
+++ b/libmoosex-types-perl_0.49.orig.tar.gz.id
@@ -0,0 +1 @@
+0aa5a0445765063cbd85826aa079fdc2a9e6f5ab

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

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


[libmoosex-types-perl] 05/06: Declare compliance with Debian Policy 3.9.8.

2016-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit a437883230777dafa516ef312bf4c705c8c3285a
Author: gregor herrmann 
Date:   Mon Dec 26 18:17:24 2016 +0100

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

diff --git a/debian/control b/debian/control
index e991be7..ad42f7c 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Build-Depends-Indep: libcarp-clan-perl,
  libtest-fatal-perl,
  libtest-requires-perl,
  perl
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libmoosex-types-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libmoosex-types-perl.git
 Homepage: https://metacpan.org/release/MooseX-Types

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

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


[libmoosex-types-perl] 02/06: Update debian/changelog

2016-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 24fa96d7d515d409516cd83fe23db0c91a62f619
Author: gregor herrmann 
Date:   Mon Dec 26 18:08:32 2016 +0100

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index 6ebf392..2eec9bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libmoosex-types-perl (0.46-2) UNRELEASED; urgency=medium
+libmoosex-types-perl (0.49-1) UNRELEASED; urgency=medium
 
   [ Salvatore Bonaccorso ]
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
@@ -7,8 +7,9 @@ libmoosex-types-perl (0.46-2) UNRELEASED; urgency=medium
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
   * Remove Jonathan Yu from Uploaders. Thanks for your work!
   * Remove Ryan Niebur from Uploaders. Thanks for your work!
+  * Import upstream version 0.49
 
- -- Salvatore Bonaccorso   Sat, 30 Jan 2016 20:05:35 +0100
+ -- gregor herrmann   Mon, 26 Dec 2016 18:08:32 +0100
 
 libmoosex-types-perl (0.46-1) unstable; urgency=medium
 

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

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


[libmoosex-types-perl] annotated tag upstream/0.49 created (now cd264e9)

2016-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag upstream/0.49
in repository libmoosex-types-perl.

at  cd264e9   (tag)
   tagging  fcc556d7f4c6eda0c1e4978f62a720c6535fe6d4 (commit)
  replaces  upstream/0.46
 tagged by  gregor herrmann
on  Mon Dec 26 18:08:31 2016 +0100

- Log -
Upstream version 0.49

Dave Rolsky (9):
  Merge pull request #1 from 2shortplanks/markf/multi-combine
  Add changes for the combined type libraries fix
  Add .travis.yml
  Very small doc tweak in MX::T::Combine
  Add Dist::Zilla::Plugin::SurgicalPodWeaver as an authordep
  Make the is_Foo and to_Foo subs way faster
  Remove arbitrary junk passed as options to Sub::Exporter
  Add a benchmark to compare Moose to various MooseX::Types constructs
  Reimplement speed-up of is_Foo and to_Foo, using Sub::Defer for 
trampolines

Karen Etheridge (11):
  increment $VERSION after 0.46 release
  fix Test::More prereq for done_testing
  also run Module::Runtime::Conflicts in t/zzz-check-breaks.t
  clean up imports
  the automatically generated coverage test is just fine now
  MooseX-Types-0.47
  increment $VERSION after 0.47 release
  Revert "Make the is_Foo and to_Foo subs way faster"
  MooseX-Types-0.48
  increment $VERSION after 0.48 release
  MooseX-Types-0.49

Mark Fowler (3):
  Allow combined type libraries to be combined
  Improve documentation
  document type_names method

gregor herrmann (1):
  New upstream version 0.49

---

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

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


[libmoosex-types-perl] branch master updated (8830691 -> ba6f7f2)

2016-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

  from  8830691   update changelog
  adds  9487e4a   increment $VERSION after 0.46 release
  adds  17fb6c1   fix Test::More prereq for done_testing
  adds  8f7a212   Allow combined type libraries to be combined
  adds  ae93b98   Improve documentation
  adds  1e73554   document type_names method
  adds  00a2c3c   Merge pull request #1 from 
2shortplanks/markf/multi-combine
  adds  41dc754   Add changes for the combined type libraries fix
  adds  0671312   Add .travis.yml
  adds  f38b90f   Very small doc tweak in MX::T::Combine
  adds  4197da1   Add Dist::Zilla::Plugin::SurgicalPodWeaver as an authordep
  adds  59e7fcc   also run Module::Runtime::Conflicts in 
t/zzz-check-breaks.t
  adds  75308e7   clean up imports
  adds  9243a9c   the automatically generated coverage test is just fine now
  adds  ca26fc0   Make the is_Foo and to_Foo subs way faster
  adds  6dde61e   MooseX-Types-0.47
  adds  8fccaa9   increment $VERSION after 0.47 release
  adds  bf38516   Revert "Make the is_Foo and to_Foo subs way faster"
  adds  2bb79d7   MooseX-Types-0.48
  adds  a88d77f   increment $VERSION after 0.48 release
  adds  ab30158   Remove arbitrary junk passed as options to Sub::Exporter
  adds  f83f767   Add a benchmark to compare Moose to various MooseX::Types 
constructs
  adds  f952a01   Reimplement speed-up of is_Foo and to_Foo, using 
Sub::Defer for trampolines
  adds  3830653   MooseX-Types-0.49
  adds  fcc556d   New upstream version 0.49
   new  f84db9c   Merge tag 'upstream/0.49'
   new  24fa96d   Update debian/changelog
   new  2ab67b7   Update years of packaging copyright.
   new  901874a   Add new (build) dependencies.
   new  a437883   Declare compliance with Debian Policy 3.9.8.
   new  ba6f7f2   releasing package libmoosex-types-perl version 0.49-1

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


Summary of changes:
 Build.PL   |  37 ++-
 CONTRIBUTING   |  12 +-
 Changes|  15 ++
 INSTALL|  14 +-
 LICENSE => LICENCE |   0
 MANIFEST   |  13 +-
 META.json  | 471 +++--
 META.yml   | 383 +++
 Makefile.PL|  30 +--
 README |   4 +-
 debian/changelog   |   9 +-
 debian/control |   6 +-
 debian/copyright   |   2 +-
 dist.ini   |   6 +-
 eg/benchmarks.pl   |  91 +++
 lib/MooseX/Types.pm|  48 +++-
 lib/MooseX/Types/Base.pm   |  27 +-
 lib/MooseX/Types/CheckedUtilExports.pm |  24 +-
 lib/MooseX/Types/Combine.pm| 136 +-
 lib/MooseX/Types/Moose.pm  |  17 +-
 lib/MooseX/Types/TypeDecorator.pm  |  17 +-
 lib/MooseX/Types/UndefinedType.pm  |  17 +-
 lib/MooseX/Types/Util.pm   |  17 +-
 lib/MooseX/Types/Wrapper.pm|  17 +-
 t/00-report-prereqs.dd |  47 ++--
 t/00-report-prereqs.t  |  19 +-
 t/10_moose-types.t |   2 +-
 t/11_library-definition.t  |  24 +-
 t/12_wrapper-definition.t  |   2 +-
 t/13_typedecorator.t   |   2 +-
 t/14_compatibility-sub-exporter.t  |   2 +-
 t/15_recursion.t   |   4 +-
 t/16_introspection.t   |   2 +-
 t/17_syntax_errors.t   |   2 +-
 t/18_combined_libs.t   |   2 +-
 t/19_typelib_with_role.t   |   2 +-
 t/20_union_with_string_type.t  |   2 +-
 t/21_coerce_parameterized_types.t  |   2 +-
 t/22_class_type.t  |   2 +-
 t/23_any_subtype.t |   2 +-
 t/24_class_can_isa.t   |   2 +-
 t/25-fully-qualified.t |   2 +-
 t/26-multi-combined.t  |  17 ++
 t/lib/MultiCombined.pm |  10 +
 t/regressions/01-is_subtype_of.t   |   2 +-
 t/zzz-check-breaks.t   |  14 +-
 xt/author/00-compile.t |  12 +-
 xt/author/eol.t|  12 +-
 xt/author/kwalitee.t   |   2 +-
 xt/author/no-tabs.t|  10 +-
 xt/author/pod-coverage.t   |  46 +---
 xt/{release => author}/pod-no404s.t|   0
 xt/author/pod-spell.t  | 118 +
 xt/{release => author}/p

[libmoosex-types-perl] 03/06: Update years of packaging copyright.

2016-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 2ab67b724cba4a8860012604c69d54872e2f64b2
Author: gregor herrmann 
Date:   Mon Dec 26 18:10:32 2016 +0100

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

diff --git a/debian/copyright b/debian/copyright
index 7708e05..56a6f8a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -12,7 +12,7 @@ Copyright: 2009, 2010, Ansgar Burchardt 
  2009-2012, Salvatore Bonaccorso 
  2009, Jonathan Yu 
  2009, Ryan Niebur 
- 2009-2015, gregor herrmann 
+ 2009-2016, gregor herrmann 
 License: Artistic or GPL-1+
 
 License: Artistic

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

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


[libmoosex-types-perl] 01/06: Merge tag 'upstream/0.49'

2016-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit f84db9c874418438465111c38548409d772aac3a
Merge: 8830691 fcc556d
Author: gregor herrmann 
Date:   Mon Dec 26 18:08:31 2016 +0100

Merge tag 'upstream/0.49'

Upstream version 0.49

 Build.PL   |  37 ++-
 CONTRIBUTING   |  12 +-
 Changes|  15 ++
 INSTALL|  14 +-
 LICENSE => LICENCE |   0
 MANIFEST   |  13 +-
 META.json  | 471 +++--
 META.yml   | 383 +++
 Makefile.PL|  30 +--
 README |   4 +-
 dist.ini   |   6 +-
 eg/benchmarks.pl   |  91 +++
 lib/MooseX/Types.pm|  48 +++-
 lib/MooseX/Types/Base.pm   |  27 +-
 lib/MooseX/Types/CheckedUtilExports.pm |  24 +-
 lib/MooseX/Types/Combine.pm| 136 +-
 lib/MooseX/Types/Moose.pm  |  17 +-
 lib/MooseX/Types/TypeDecorator.pm  |  17 +-
 lib/MooseX/Types/UndefinedType.pm  |  17 +-
 lib/MooseX/Types/Util.pm   |  17 +-
 lib/MooseX/Types/Wrapper.pm|  17 +-
 t/00-report-prereqs.dd |  47 ++--
 t/00-report-prereqs.t  |  19 +-
 t/10_moose-types.t |   2 +-
 t/11_library-definition.t  |  24 +-
 t/12_wrapper-definition.t  |   2 +-
 t/13_typedecorator.t   |   2 +-
 t/14_compatibility-sub-exporter.t  |   2 +-
 t/15_recursion.t   |   4 +-
 t/16_introspection.t   |   2 +-
 t/17_syntax_errors.t   |   2 +-
 t/18_combined_libs.t   |   2 +-
 t/19_typelib_with_role.t   |   2 +-
 t/20_union_with_string_type.t  |   2 +-
 t/21_coerce_parameterized_types.t  |   2 +-
 t/22_class_type.t  |   2 +-
 t/23_any_subtype.t |   2 +-
 t/24_class_can_isa.t   |   2 +-
 t/25-fully-qualified.t |   2 +-
 t/26-multi-combined.t  |  17 ++
 t/lib/MultiCombined.pm |  10 +
 t/regressions/01-is_subtype_of.t   |   2 +-
 t/zzz-check-breaks.t   |  14 +-
 xt/author/00-compile.t |  12 +-
 xt/author/eol.t|  12 +-
 xt/author/kwalitee.t   |   2 +-
 xt/author/no-tabs.t|  10 +-
 xt/author/pod-coverage.t   |  46 +---
 xt/{release => author}/pod-no404s.t|   0
 xt/author/pod-spell.t  | 118 +
 xt/{release => author}/pod-syntax.t|   1 +
 xt/{release => author}/portability.t   |   2 -
 xt/release/changes_has_content.t   |   2 +-
 xt/release/cpan-changes.t  |   9 +-
 54 files changed, 1134 insertions(+), 641 deletions(-)

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

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


[libmoosex-types-perl] branch pristine-tar updated (0e12c0c -> c931b95)

2016-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch pristine-tar
in repository libmoosex-types-perl.

  from  0e12c0c   pristine-tar data for 
libmoosex-types-perl_0.46.orig.tar.gz
   new  c931b95   pristine-tar data for 
libmoosex-types-perl_0.49.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:
 libmoosex-types-perl_0.49.orig.tar.gz.delta | Bin 0 -> 3224 bytes
 libmoosex-types-perl_0.49.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libmoosex-types-perl_0.49.orig.tar.gz.delta
 create mode 100644 libmoosex-types-perl_0.49.orig.tar.gz.id

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

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


[libmoosex-singleton-perl] branch master updated (67e39ea -> 01e5b0d)

2016-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

  from  67e39ea   update changelog
   new  b736cfe   Add debian/upstream/metadata.
   new  2dd4e26   update changelog
  adds  15db4c1   New upstream version 0.30
   new  83428bd   Merge tag 'upstream/0.30'
   new  a6f0a96   Update debian/changelog
   new  d2790e4   update debian/upstream/metadata after import
   new  4bb7245   Update debian/copyright.
   new  1f94b9c   Update build dependencies and debhelper version/compat 
level.
   new  e76aaba   Install new CONTRIBUTING document.
   new  cbcd542   Declare compliance with Debian Policy 3.9.8.
   new  3d07437   Remove unnecessary version constraints from (build) 
dependencies.
   new  01e5b0d   releasing package libmoosex-singleton-perl version 0.30-1

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


Summary of changes:
 Build.PL   |  134 +++
 CONTRIBUTING   |  100 ++
 Changes|4 +
 INSTALL|   43 +
 LICENSE|   28 +-
 MANIFEST   |   26 +-
 META.json  | 1219 +++-
 META.yml   |  847 +-
 Makefile.PL|  119 +-
 README |8 +-
 debian/changelog   |   13 +-
 debian/compat  |2 +-
 debian/control |   13 +-
 debian/copyright   |6 +-
 debian/libmoosex-singleton-perl.docs   |1 +
 debian/upstream/metadata   |8 +
 dist.ini   |   77 +-
 lib/MooseX/Singleton.pm|   84 +-
 lib/MooseX/Singleton/Role/Meta/Class.pm|   35 +-
 lib/MooseX/Singleton/Role/Meta/Instance.pm |   37 +-
 .../Singleton/Role/Meta/Method/Constructor.pm  |   33 +-
 lib/MooseX/Singleton/Role/Object.pm|   37 +-
 t/00-report-prereqs.dd |  135 +++
 t/00-report-prereqs.t  |  188 +++
 t/001-basic.t  |2 +-
 t/002-init.t   |2 +-
 t/003-immutable.t  |   10 +-
 t/004-build_bug.t  |2 +-
 t/005-build_bug-immutable.t|2 +-
 t/006-cooperative.t|4 +-
 t/release-eol.t|   16 -
 t/release-no-tabs.t|   16 -
 t/release-pod-coverage.t   |   44 -
 t/release-pod-spell.t  |   32 -
 t/release-pod-syntax.t |   15 -
 t/warnings_once.t  |8 +-
 t/zzz-check-breaks.t   |   24 +
 xt/author/00-compile.t |   64 +
 xt/author/eol.t|   42 +
 xt/author/kwalitee.t   |9 +
 xt/author/mojibake.t   |9 +
 xt/author/no-tabs.t|   42 +
 xt/author/pod-coverage.t   |7 +
 xt/author/pod-no404s.t |   21 +
 xt/author/pod-spell.t  |   49 +
 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 +
 51 files changed, 3326 insertions(+), 373 deletions(-)
 create mode 100644 Build.PL
 create mode 100644 CONTRIBUTING
 create mode 100644 INSTALL
 create mode 100644 debian/libmoosex-singleton-perl.docs
 create mode 100644 debian/upstream/metadata
 create mode 100644 t/00-report-prereqs.dd
 create mode 100644 t/00-report-prereqs.t
 delete mode 100644 t/release-eol.t
 delete mode 100644 t/release-no-tabs.t
 delete mode 100644 t/release-pod-coverage.t
 delete mode 100644 t/release-pod-spell.t
 delete mode 100644 t/release-pod-syntax.t
 create mode 100644 t/zzz-check-breaks.t
 create mode 100644 xt/author/00-compile.t
 create mode 100644 xt/author/eol.t
 

[libmoosex-singleton-perl] 04/11: Update debian/changelog

2016-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit a6f0a961b57b500f1b4fd5509c77ff2e14a4142b
Author: gregor herrmann 
Date:   Mon Dec 26 18:20:32 2016 +0100

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index 4b6378c..b92804d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libmoosex-singleton-perl (0.29-2) UNRELEASED; urgency=medium
+libmoosex-singleton-perl (0.30-1) UNRELEASED; urgency=medium
 
   [ Alessandro Ghedini ]
   * Email change: Alessandro Ghedini -> gh...@debian.org
@@ -26,8 +26,9 @@ libmoosex-singleton-perl (0.29-2) UNRELEASED; urgency=medium
   * Remove Jonathan Yu from Uploaders. Thanks for your work!
   * Remove Ryan Niebur from Uploaders. Thanks for your work!
   * Add debian/upstream/metadata.
+  * Import upstream version 0.30
 
- -- Alessandro Ghedini   Thu, 29 Mar 2012 15:50:39 +0200
+ -- gregor herrmann   Mon, 26 Dec 2016 18:20:32 +0100
 
 libmoosex-singleton-perl (0.29-1) unstable; urgency=low
 

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

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


[libmoosex-singleton-perl] 01/11: Add debian/upstream/metadata.

2016-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit b736cfebe89c52b67d42a88b43a45643deb42662
Author: gregor herrmann 
Date:   Mon Dec 26 18:19:59 2016 +0100

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

diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 000..e485c7a
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,8 @@
+---
+Archive: CPAN
+Bug-Database: https://rt.cpan.org/NoAuth/Bugs.html?Dist=MooseX-Singleton
+Bug-Submit: bug-moosex-single...@rt.cpan.org
+Contact: Shawn M Moore 
+Name: MooseX-Singleton
+Repository: git://git.moose.perl.org/MooseX-Singleton.git
+Repository-Browse: 
http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/MooseX-Singleton.git;a=summary

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

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


[libmoosex-singleton-perl] 03/11: Merge tag 'upstream/0.30'

2016-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 83428bde0b253b276e2db670489f1d8014bb4766
Merge: 2dd4e26 15db4c1
Author: gregor herrmann 
Date:   Mon Dec 26 18:20:31 2016 +0100

Merge tag 'upstream/0.30'

Upstream version 0.30

 Build.PL   |  134 +++
 CONTRIBUTING   |  100 ++
 Changes|4 +
 INSTALL|   43 +
 LICENSE|   28 +-
 MANIFEST   |   26 +-
 META.json  | 1219 +++-
 META.yml   |  847 +-
 Makefile.PL|  119 +-
 README |8 +-
 dist.ini   |   77 +-
 lib/MooseX/Singleton.pm|   84 +-
 lib/MooseX/Singleton/Role/Meta/Class.pm|   35 +-
 lib/MooseX/Singleton/Role/Meta/Instance.pm |   37 +-
 .../Singleton/Role/Meta/Method/Constructor.pm  |   33 +-
 lib/MooseX/Singleton/Role/Object.pm|   37 +-
 t/00-report-prereqs.dd |  135 +++
 t/00-report-prereqs.t  |  188 +++
 t/001-basic.t  |2 +-
 t/002-init.t   |2 +-
 t/003-immutable.t  |   10 +-
 t/004-build_bug.t  |2 +-
 t/005-build_bug-immutable.t|2 +-
 t/006-cooperative.t|4 +-
 t/release-eol.t|   16 -
 t/release-no-tabs.t|   16 -
 t/release-pod-coverage.t   |   44 -
 t/release-pod-spell.t  |   32 -
 t/release-pod-syntax.t |   15 -
 t/warnings_once.t  |8 +-
 t/zzz-check-breaks.t   |   24 +
 xt/author/00-compile.t |   64 +
 xt/author/eol.t|   42 +
 xt/author/kwalitee.t   |9 +
 xt/author/mojibake.t   |9 +
 xt/author/no-tabs.t|   42 +
 xt/author/pod-coverage.t   |7 +
 xt/author/pod-no404s.t |   21 +
 xt/author/pod-spell.t  |   49 +
 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 +
 45 files changed, 3295 insertions(+), 361 deletions(-)

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

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


[libmoosex-singleton-perl] annotated tag debian/0.30-1 created (now 65301c0)

2016-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag debian/0.30-1
in repository libmoosex-singleton-perl.

at  65301c0   (tag)
   tagging  01e5b0d72aed2ec5b64ddb9d600f974added3097 (commit)
  replaces  debian/0.29-1
 tagged by  gregor herrmann
on  Mon Dec 26 18:29:49 2016 +0100

- Log -
tagging package libmoosex-singleton-perl version debian/0.30-1
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlhhU41fFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgZzWA/9EoX3w49XVA2YQy68MtnS12MLpE6eGHxcmw0FSCjVexRxFz8Ho5RUY4YH
MLImqe9ciJz9nkZVIfjM+PtXgdPwZ39dD8v6vSHYQqdMGWlrNeNcv7BHd12YaPwE
dOypG17D8ERmSUBxcQ+0uGN+LliCeT8KzMYVfMvG76+l1K/EEbIX1naZtuQ95wPz
GcEZNlty54e8vx7CRcYqq8qeSb+okO+pOFOezBp/YdSWa8d/iNyDpF2qf9IrxO+h
Y0tUF2TDjVkXH53CprOGi5CXET4xQa3toaIfRHJjI5yffEADhhF2ZRltk1wnxmjH
nL3JueEuQl6/D1W/VouGNK3EWMK/KfIuc+tqLJT9s0tGAX+J7PCnJKfiHPZ04Zdr
63DA6TXfD2DPRe4XQng9Ft7HprXw8wAVwi1iaPSQHf+Xo9UdiJV9+sMu+uYIciai
VG5oNug5LSUGfKr2HJLjXhuUAzF/L1cdtfZZcyTh3JltMr8zLGBIjlZTBr0bxhUV
TfiV/WgLIZ+xC3RdrIohdTanp/6fwOSSbcwK8nOOKiyLTFFVkpHJXI7lKKbMI3lF
GztWm4KS99cRnCLND4QSRTyAQgfiik/BnONwSzDYFNqb5g47qDakZNPXKQMJlzNV
oUN1aHmjEIYcoSq3kyfuCV6UVZrfUug6vtvpqh8TlVYKL3nE93U=
=Q8RH
-END PGP SIGNATURE-

Alessandro Ghedini (1):
  Email change: Alessandro Ghedini -> gh...@debian.org

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

Salvatore Bonaccorso (8):
  Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  update changelog
  Change search.cpan.org based URIs to metacpan.org based URIs
  update changelog
  Update Vcs-Browser URL to cgit web frontend
  update changelog
  debian/control: Use HTTPS transport protocol for Vcs-Git URI
  update changelog

gregor herrmann (22):
  debian/control: update {versioned,alternative} (build) dependencies.
  update changelog
  Strip trailing slash from metacpan URLs.
  update changelog
  debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  update changelog
  Remove Jonathan Yu from Uploaders. Thanks for your work!
  update changelog
  Remove Ryan Niebur from Uploaders. Thanks for your work!
  update changelog
  Add debian/upstream/metadata.
  update changelog
  New upstream version 0.30
  Merge tag 'upstream/0.30'
  Update debian/changelog
  update debian/upstream/metadata after import
  Update debian/copyright.
  Update build dependencies and debhelper version/compat level.
  Install new CONTRIBUTING document.
  Declare compliance with Debian Policy 3.9.8.
  Remove unnecessary version constraints from (build) dependencies.
  releasing package libmoosex-singleton-perl version 0.30-1

---

This annotated tag includes the following new commits:

   new  b736cfe   Add debian/upstream/metadata.
   new  2dd4e26   update changelog
   new  83428bd   Merge tag 'upstream/0.30'
   new  a6f0a96   Update debian/changelog
   new  d2790e4   update debian/upstream/metadata after import
   new  4bb7245   Update debian/copyright.
   new  1f94b9c   Update build dependencies and debhelper version/compat 
level.
   new  e76aaba   Install new CONTRIBUTING document.
   new  cbcd542   Declare compliance with Debian Policy 3.9.8.
   new  3d07437   Remove unnecessary version constraints from (build) 
dependencies.
   new  01e5b0d   releasing package libmoosex-singleton-perl version 0.30-1

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


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

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


[libmoosex-singleton-perl] 02/11: update changelog

2016-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 2dd4e2644453b5ec5dafe17274e1feaae20023a4
Author: gregor herrmann 
Date:   Mon Dec 26 18:20:14 2016 +0100

update changelog

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

diff --git a/debian/changelog b/debian/changelog
index 227ad43..4b6378c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libmoosex-singleton-perl (0.29-2) UNRELEASED; urgency=low
+libmoosex-singleton-perl (0.29-2) UNRELEASED; urgency=medium
 
   [ Alessandro Ghedini ]
   * Email change: Alessandro Ghedini -> gh...@debian.org
@@ -25,6 +25,7 @@ libmoosex-singleton-perl (0.29-2) UNRELEASED; urgency=low
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
   * Remove Jonathan Yu from Uploaders. Thanks for your work!
   * Remove Ryan Niebur from Uploaders. Thanks for your work!
+  * Add debian/upstream/metadata.
 
  -- Alessandro Ghedini   Thu, 29 Mar 2012 15:50:39 +0200
 

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

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


[libmoosex-singleton-perl] 05/11: update debian/upstream/metadata after import

2016-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit d2790e414561ecee305c15885f819dfd840cae04
Author: gregor herrmann 
Date:   Mon Dec 26 18:23:26 2016 +0100

update debian/upstream/metadata after import

Gbp-Dch: Ignore
---
 debian/upstream/metadata | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index e485c7a..dbcf496 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -1,8 +1,8 @@
 ---
 Archive: CPAN
-Bug-Database: https://rt.cpan.org/NoAuth/Bugs.html?Dist=MooseX-Singleton
-Bug-Submit: bug-moosex-single...@rt.cpan.org
-Contact: Shawn M Moore 
+Bug-Database: 
https://rt.cpan.org/Public/Dist/Display.html?Name=MooseX-Singleton
+Bug-Submit: bug-moosex-single...@rt.cpan.org
+Contact: Karen Etheridge 
 Name: MooseX-Singleton
-Repository: git://git.moose.perl.org/MooseX-Singleton.git
-Repository-Browse: 
http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/MooseX-Singleton.git;a=summary
+Repository: https://github.com/moose/MooseX-Singleton.git
+Repository-Browse: https://github.com/moose/MooseX-Singleton

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

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


[libmoosex-singleton-perl] branch pristine-tar updated (489a485 -> 9c8acfd)

2016-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch pristine-tar
in repository libmoosex-singleton-perl.

  from  489a485   pristine-tar data for 
libmoosex-singleton-perl_0.29.orig.tar.gz
   new  9c8acfd   pristine-tar data for 
libmoosex-singleton-perl_0.30.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:
 libmoosex-singleton-perl_0.30.orig.tar.gz.delta | Bin 0 -> 2330 bytes
 libmoosex-singleton-perl_0.30.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libmoosex-singleton-perl_0.30.orig.tar.gz.delta
 create mode 100644 libmoosex-singleton-perl_0.30.orig.tar.gz.id

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

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


[libmoosex-singleton-perl] 11/11: releasing package libmoosex-singleton-perl version 0.30-1

2016-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 01e5b0d72aed2ec5b64ddb9d600f974added3097
Author: gregor herrmann 
Date:   Mon Dec 26 18:29:49 2016 +0100

releasing package libmoosex-singleton-perl version 0.30-1
---
 debian/changelog | 13 ++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b92804d..65e84d0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libmoosex-singleton-perl (0.30-1) UNRELEASED; urgency=medium
+libmoosex-singleton-perl (0.30-1) unstable; urgency=medium
 
   [ Alessandro Ghedini ]
   * Email change: Alessandro Ghedini -> gh...@debian.org
@@ -26,9 +26,16 @@ libmoosex-singleton-perl (0.30-1) UNRELEASED; urgency=medium
   * Remove Jonathan Yu from Uploaders. Thanks for your work!
   * Remove Ryan Niebur from Uploaders. Thanks for your work!
   * Add debian/upstream/metadata.
-  * Import upstream version 0.30
 
- -- gregor herrmann   Mon, 26 Dec 2016 18:20:32 +0100
+  * Import upstream version 0.30.
+  * Update debian/copyright. New Upstream-Contact, updated copyright
+years.
+  * Update build dependencies and debhelper version/compat level.
+  * Install new CONTRIBUTING document.
+  * Declare compliance with Debian Policy 3.9.8.
+  * Remove unnecessary version constraints from (build) dependencies.
+
+ -- gregor herrmann   Mon, 26 Dec 2016 18:27:44 +0100
 
 libmoosex-singleton-perl (0.29-1) unstable; urgency=low
 

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

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


[libmoosex-singleton-perl] 09/11: Declare compliance with Debian Policy 3.9.8.

2016-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit cbcd5421f3451b8911ad8c771ba0821d5a2a3d4a
Author: gregor herrmann 
Date:   Mon Dec 26 18:27:04 2016 +0100

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

diff --git a/debian/control b/debian/control
index 810cad3..2dca2a1 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Build-Depends-Indep: perl,
  libtest-fatal-perl,
  libtest-requires-perl,
  libtest-warnings-perl
-Standards-Version: 3.9.2
+Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libmoosex-singleton-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libmoosex-singleton-perl.git
 Homepage: https://metacpan.org/release/MooseX-Singleton

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

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


  1   2   3   >