[lemonldap-ng] 01/01: back to UNRELEASED, TODO added to d/changelog

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

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

commit d7a9cdedb7ed726b1e807d9952144ad600920a00
Author: gregor herrmann 
Date:   Mon Dec 21 19:28:35 2015 +0100

back to UNRELEASED, TODO added to d/changelog

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

diff --git a/debian/changelog b/debian/changelog
index bde48a9..ed235dc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,21 @@
-lemonldap-ng (1.4.6-2) unstable; urgency=medium
+lemonldap-ng (1.4.6-2) UNRELEASED; urgency=medium
+
+  PROBLEM: FTBFS
+
+  Generating a Unix-style Makefile
+  Writing Makefile for Lemonldap::NG::Handler
+  Writing MYMETA.yml and MYMETA.json
+  
/build/lemonldap-ng-1.4.6/lemonldap-ng-portal/example/skins/pastel/redirect.tpl 
is encountered a second time at /usr/share/perl/5.22/File/Find.pm line 79.
+  Checking if your kit is complete...
+  Makefile:166: recipe for target 'portal_conf' failed
+  make[2]: *** [portal_conf] Error 255
+  make[2]: Leaving directory '/build/lemonldap-ng-1.4.6'
+  debian/rules:25: recipe for target 'override_dh_auto_configure' failed
+  make[1]: *** [override_dh_auto_configure] Error 2
+  make[1]: Leaving directory '/build/lemonldap-ng-1.4.6'
+  debian/rules:22: recipe for target 'build' failed
+  make: *** [build] Error 2
+  dpkg-buildpackage: error: debian/rules build gave error exit status 2
 
   * Update documentation path (Closes: #808473)
   * Add patch for a broken inheritance since upgrade (Closes: #808474)

-- 
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 (85be200 -> d7a9cde)

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

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

  from  85be200   Update d/ch
   new  d7a9cde   back to UNRELEASED, TODO added to d/changelog

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

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


[libio-async-perl] 02/05: New upstream release.

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

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

commit e02df47b398eb666acbe1b458ce4fbb91082ebbb
Author: gregor herrmann 
Date:   Mon Dec 21 20:50:53 2015 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 4009d10..28baa16 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libio-async-perl (0.70-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- gregor herrmann   Mon, 21 Dec 2015 20:50:04 +0100
+
 libio-async-perl (0.69-1) unstable; urgency=medium
 
   * New upstream release.

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

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


[libio-async-perl] 04/05: Add a patch to fix spelling mistakes in the POD.

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

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

commit de79e20c3c9389f6550a2be7bb2a5c524d9dfc66
Author: gregor herrmann 
Date:   Mon Dec 21 21:08:06 2015 +0100

Add a patch to fix spelling mistakes in the POD.
---
 debian/patches/series |  1 +
 debian/patches/spelling.patch | 93 +++
 2 files changed, 94 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..5299247
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 000..479c82b
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,93 @@
+Description: fix some spelling mistakes
+Origin: vendor
+Author: gregor herrmann 
+Last-Update: 2015-12-21
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=110493
+Bug: https://rt.cpan.org/Ticket/Display.html?id=110493
+
+--- a/lib/IO/Async/Function.pm
 b/lib/IO/Async/Function.pm
+@@ -359,7 +359,7 @@
+ 
+  $on_result->( 'return', @values )
+ 
+-If the code threw an exception, or some other error occured such as a closed
++If the code threw an exception, or some other error occurred such as a closed
+ connection or the process died, it is called as:
+ 
+  $on_result->( 'error', $exception_name )
+--- a/lib/IO/Async/Loop/Poll.pm
 b/lib/IO/Async/Loop/Poll.pm
+@@ -182,7 +182,7 @@
+   }
+}
+ 
+-   # Since we have no way to know if the timeout occured, we'll have to
++   # Since we have no way to know if the timeout occurred, we'll have to
+# attempt to fire any waiting timeout events anyway
+$count += $self->_manage_queues;
+ 
+@@ -231,7 +231,7 @@
+ 
+  if( ( $pollret == -1 and $! == EINTR ) or $pollret == 0 
+  and defined $self->{sigproxy} ) {
+-# A signal occured and we have a sigproxy. Allow one more poll 
call
++# A signal occurred and we have a sigproxy. Allow one more poll 
call
+ # with zero timeout. If it finds something, keep that result. If 
it
+ # finds nothing, keep -1
+ 
+--- a/lib/IO/Async/Loop/Select.pm
 b/lib/IO/Async/Loop/Select.pm
+@@ -199,7 +199,7 @@
+   }
+}
+ 
+-   # Since we have no way to know if the timeout occured, we'll have to
++   # Since we have no way to know if the timeout occurred, we'll have to
+# attempt to fire any waiting timeout events anyway
+ 
+$self->_manage_queues;
+--- a/lib/IO/Async/Socket.pm
 b/lib/IO/Async/Socket.pm
+@@ -85,7 +85,7 @@
+ Optional. Invoked when the C method on the sending handle fails.
+ 
+ The C and C handlers are passed the value of
+-C<$!> at the time the error occured. (The C<$!> variable itself, by its
++C<$!> at the time the error occurred. (The C<$!> variable itself, by its
+ nature, may have changed from the original error by the time this handler
+ runs so it should always use the value passed in).
+ 
+--- a/lib/IO/Async/Stream.pm
 b/lib/IO/Async/Stream.pm
+@@ -153,7 +153,7 @@
+ Optional. Invoked when the C method on the write handle fails.
+ 
+ The C and C handlers are passed the value of
+-C<$!> at the time the error occured. (The C<$!> variable itself, by its
++C<$!> at the time the error occurred. (The C<$!> variable itself, by its
+ nature, may have changed from the original error by the time this handler
+ runs so it should always use the value passed in).
+ 
+--- a/lib/IO/Async/Test.pm
 b/lib/IO/Async/Test.pm
+@@ -69,7 +69,7 @@
+ 
+ In order to write a test, the C function provides a way of
+ synchronising the code, so that a given condition is known to hold, which
+-would typically signify that some event has occured, the outcome of which can
++would typically signify that some event has occurred, the outcome of which can
+ now be tested using the usual testing primitives.
+ 
+ Because the primary purpose of L is to provide IO operations on
+--- a/lib/IO/Async/FileStream.pm
 b/lib/IO/Async/FileStream.pm
+@@ -305,7 +305,7 @@
+$success = $filestream->seek_to_last( $str_pattern, %opts )
+ 
+ Callable only during the C event. Attempts to move the read
+-position in the filehandle to just after the last occurance of a given match.
++position in the filehandle to just after the last occurrence of a given match.
+ C<$str_pattern> may be a literal string or regexp pattern. 
+ 
+ Returns a true value if the seek was successful, or false if not. Takes the

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

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


[libio-async-perl] 03/05: debian/rules: skip a test which needs a DNS resolver.

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

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

commit 43a2f5be2cbeb1de77b7c4d6d26b0aa2255e79b5
Author: gregor herrmann 
Date:   Mon Dec 21 20:56:36 2015 +0100

debian/rules: skip a test which needs a DNS resolver.
---
 debian/rules | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/rules b/debian/rules
index 8d87a19..fb57cef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,9 +4,15 @@ PACKAGE = $(shell dh_listpackages)
 TMP = $(CURDIR)/debian/$(PACKAGE)
 EXAMPLES= $(TMP)/usr/share/doc/$(PACKAGE)/examples
 
+# Test needs working resolver
+TEST_FILES = $(filter-out t/50resolver.t,$(wildcard t/*.t))
+
 %:
dh $@
 
+override_dh_auto_test:
+   dh_auto_test -- --test_files="$(TEST_FILES)"
+
 override_dh_fixperms:
dh_fixperms
chmod a+x $(EXAMPLES)/*.pl

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

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


[libdatetime-format-strptime-perl] branch pristine-tar updated (70925c6 -> 90bde71)

2015-12-21 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 libdatetime-format-strptime-perl.

  from  70925c6   pristine-tar data for 
libdatetime-format-strptime-perl_1.6100.orig.tar.gz
   new  90bde71   pristine-tar data for 
libdatetime-format-strptime-perl_1.6200.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:
 ...atetime-format-strptime-perl_1.6200.orig.tar.gz.delta | Bin 0 -> 1846 bytes
 libdatetime-format-strptime-perl_1.6200.orig.tar.gz.id   |   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libdatetime-format-strptime-perl_1.6200.orig.tar.gz.delta
 create mode 100644 libdatetime-format-strptime-perl_1.6200.orig.tar.gz.id

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

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


[libbusiness-onlinepayment-authorizenet-perl] annotated tag debian/3.23-1 created (now a99184e)

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

gregoa pushed a change to annotated tag debian/3.23-1
in repository libbusiness-onlinepayment-authorizenet-perl.

at  a99184e   (tag)
   tagging  f8e1f80ae3313c504f000fe96cc5fbe61245d74b (commit)
  replaces  debian/3.22-3
 tagged by  gregor herrmann
on  Mon Dec 21 21:21:36 2015 +0100

- Log -
tagging package libbusiness-onlinepayment-authorizenet-perl version 
debian/3.23-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJWeF9QXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGkaoP/izVqeNs+zdNwM0XLgAX2k4J
Q7MLczjknFaK+YLtf6a3ydH/L8EGp60qw2lwRIrDXqRTcqRFPu39+6KY9YHLS1Ly
PME5werLR94/z3SWOzRAHTHDHxEmK/qfa4ihGIl6edNARAJk6GH8sC8cCk6aZnna
t7puHCYYowq++/6H8nnCMu447NElQZQJSg6ClZE+BPAHasbTpr5XUdLuPY6Svi8s
/BKLRWivpx8giuGvWuTRmQ9rV3946O6MjGFJz235UeBq7DFwC5TfmDm1gQGnrxl4
gR8W5eY4RZZRFmZCQIMJXUf0g/KfsURUd2rF05FFVGKqgF/O4MTBsB75uECE2Kat
khGCvPT3BsUa1gbaRomP2pppwXAkClU/3UmXmEoGlZk2VEDJYQAM+7CDbVsDlH/Q
jk6KlBfXjYXsmaQAfQPmPULAfr9gIwiUTlfPqWRcS3WjH2lbENh8LTz/IopPhsfe
WaolJTJh2s3RWFRn8ieQtmUKyJY0ZxYH+mbBp3MvxJbGTGlxjUHW2WJ0XYzzbclB
lu7k1TiJF4tozrv3VEn7h5nZA7aqGMLVrfOTSu9cA7H3kTqF5139CqYZMWgPsCGt
0fyu+EARGTYxMLsZjROvEbdrMBFTW/AnmAo5n41sjRaSxJVswN6M83v0Ptlz0lMr
ri5UB0fyWGxCUKm9xU6C
=YRdT
-END PGP SIGNATURE-

gregor herrmann (10):
  Imported Upstream version 3.23
  Merge tag 'upstream/3.23'
  New upstream release.
  remove boilerplate comments from debian/watch
  Drop spelling-error.patch, fixed upstream.
  Update years of upstream and packaging copyright.
  Reformat debian/control with cme
  Declare compliance with Debian Policy 3.9.6.
  Bump debhelper compatibility level to 9.
  releasing package libbusiness-onlinepayment-authorizenet-perl version 
3.23-1

---

This annotated tag includes the following new commits:

   new  1db26c3   Merge tag 'upstream/3.23'
   new  82287ea   New upstream release.
   new  197fcfe   remove boilerplate comments from debian/watch
   new  a4c6d15   Drop spelling-error.patch, fixed upstream.
   new  a0224cc   Update years of upstream and packaging copyright.
   new  14c91c6   Reformat debian/control with cme
   new  18c66d0   Declare compliance with Debian Policy 3.9.6.
   new  9eb1930   Bump debhelper compatibility level to 9.
   new  f8e1f80   releasing package 
libbusiness-onlinepayment-authorizenet-perl version 3.23-1

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


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

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


[libbusiness-onlinepayment-authorizenet-perl] 05/09: Update years of upstream and packaging copyright.

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

gregoa pushed a commit to branch master
in repository libbusiness-onlinepayment-authorizenet-perl.

commit a0224ccb5ca93c5042be792c87ad0a97400a5834
Author: gregor herrmann 
Date:   Mon Dec 21 21:18:49 2015 +0100

Update years of upstream and packaging copyright.
---
 debian/copyright | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 91243a1..989abcb 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -7,12 +7,12 @@ Files: *
 Copyright: 1999, Jason Kohles
  2002-2003, Ivan Kohler 
  2008, Thomas Sibley 
- 2010, Freeside Internet Services, Inc.
+ 2006-2015, Freeside Internet Services, Inc.
 License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: 2001-2011, Ivan Kohler 
- 2012, gregor herrmann 
+ 2012-2015, gregor herrmann 
  2013, Xavier Guimard 
 License: Artistic or GPL-1+
 

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

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


[libbusiness-onlinepayment-authorizenet-perl] annotated tag upstream/3.23 created (now 3770fbd)

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

gregoa pushed a change to annotated tag upstream/3.23
in repository libbusiness-onlinepayment-authorizenet-perl.

at  3770fbd   (tag)
   tagging  7d6e904e00419ac47af4c2354a7fc47fbe65ef26 (commit)
  replaces  upstream/3.22
 tagged by  gregor herrmann
on  Mon Dec 21 21:14:54 2015 +0100

- Log -
Upstream version 3.23

gregor herrmann (1):
  Imported Upstream version 3.23

---

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/libbusiness-onlinepayment-authorizenet-perl.git

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


[libbusiness-onlinepayment-authorizenet-perl] 01/01: pristine-tar data for libbusiness-onlinepayment-authorizenet-perl_3.23.orig.tar.gz

2015-12-21 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 libbusiness-onlinepayment-authorizenet-perl.

commit a367f592786a786a9d41000b7719d34d6a00
Author: gregor herrmann 
Date:   Mon Dec 21 21:14:54 2015 +0100

pristine-tar data for 
libbusiness-onlinepayment-authorizenet-perl_3.23.orig.tar.gz
---
 ...nlinepayment-authorizenet-perl_3.23.orig.tar.gz.delta | Bin 0 -> 1777 bytes
 ...s-onlinepayment-authorizenet-perl_3.23.orig.tar.gz.id |   1 +
 2 files changed, 1 insertion(+)

diff --git a/libbusiness-onlinepayment-authorizenet-perl_3.23.orig.tar.gz.delta 
b/libbusiness-onlinepayment-authorizenet-perl_3.23.orig.tar.gz.delta
new file mode 100644
index 000..7f7b06f
Binary files /dev/null and 
b/libbusiness-onlinepayment-authorizenet-perl_3.23.orig.tar.gz.delta differ
diff --git a/libbusiness-onlinepayment-authorizenet-perl_3.23.orig.tar.gz.id 
b/libbusiness-onlinepayment-authorizenet-perl_3.23.orig.tar.gz.id
new file mode 100644
index 000..94cb0ef
--- /dev/null
+++ b/libbusiness-onlinepayment-authorizenet-perl_3.23.orig.tar.gz.id
@@ -0,0 +1 @@
+14538e8268961b903e0fa32cfa36f441b7d6e1b6

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

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


[libbusiness-onlinepayment-authorizenet-perl] 09/09: releasing package libbusiness-onlinepayment-authorizenet-perl version 3.23-1

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

gregoa pushed a commit to branch master
in repository libbusiness-onlinepayment-authorizenet-perl.

commit f8e1f80ae3313c504f000fe96cc5fbe61245d74b
Author: gregor herrmann 
Date:   Mon Dec 21 21:21:36 2015 +0100

releasing package libbusiness-onlinepayment-authorizenet-perl version 3.23-1
---
 debian/changelog | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 174a5b5..f40ff36 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
-libbusiness-onlinepayment-authorizenet-perl (3.23-1) UNRELEASED; urgency=medium
+libbusiness-onlinepayment-authorizenet-perl (3.23-1) unstable; urgency=medium
 
+  * Team upload.
   * New upstream release.
+  * Drop spelling-error.patch, fixed upstream.
+  * Update years of upstream and packaging copyright.
+  * Declare compliance with Debian Policy 3.9.6.
+  * Bump debhelper compatibility level to 9.
 
- -- gregor herrmann   Mon, 21 Dec 2015 21:14:54 +0100
+ -- gregor herrmann   Mon, 21 Dec 2015 21:19:48 +0100
 
 libbusiness-onlinepayment-authorizenet-perl (3.22-3) unstable; urgency=low
 

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

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


[libbusiness-onlinepayment-authorizenet-perl] branch pristine-tar updated (a254c46 -> a367f59)

2015-12-21 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 libbusiness-onlinepayment-authorizenet-perl.

  from  a254c46   pristine-tar data for 
libbusiness-onlinepayment-authorizenet-perl_3.22.orig.tar.gz
   new  a367f59   pristine-tar data for 
libbusiness-onlinepayment-authorizenet-perl_3.23.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:
 ...nlinepayment-authorizenet-perl_3.23.orig.tar.gz.delta | Bin 0 -> 1777 bytes
 ...s-onlinepayment-authorizenet-perl_3.23.orig.tar.gz.id |   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 
libbusiness-onlinepayment-authorizenet-perl_3.23.orig.tar.gz.delta
 create mode 100644 
libbusiness-onlinepayment-authorizenet-perl_3.23.orig.tar.gz.id

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

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


[libbusiness-onlinepayment-authorizenet-perl] 08/09: Bump debhelper compatibility level to 9.

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

gregoa pushed a commit to branch master
in repository libbusiness-onlinepayment-authorizenet-perl.

commit 9eb19302fd3a95ea2589cd186dd508ab190aedaa
Author: gregor herrmann 
Date:   Mon Dec 21 21:19:06 2015 +0100

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

diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index 66f937b..6c63277 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Uploaders: Ivan Kohler ,
 Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Build-Depends: debhelper (>= 8)
+Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: libbusiness-onlinepayment-perl,
  libtext-csv-xs-perl,
  libxml-simple-perl,

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

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


[libbusiness-onlinepayment-authorizenet-perl] 07/09: Declare compliance with Debian Policy 3.9.6.

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

gregoa pushed a commit to branch master
in repository libbusiness-onlinepayment-authorizenet-perl.

commit 18c66d00666ac2ebb6a97e6cf976a5b03114a86d
Author: gregor herrmann 
Date:   Mon Dec 21 21:19:06 2015 +0100

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

diff --git a/debian/control b/debian/control
index 8e288b5..66f937b 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends-Indep: libbusiness-onlinepayment-perl,
  libxml-simple-perl,
  libxml-writer-perl,
  perl
-Standards-Version: 3.9.4
+Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libbusiness-onlinepayment-authorizenet-perl.git
 Vcs-Git: 
git://anonscm.debian.org/pkg-perl/packages/libbusiness-onlinepayment-authorizenet-perl.git
 Homepage: https://metacpan.org/release/Business-OnlinePayment-AuthorizeNet

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

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


[libbusiness-onlinepayment-authorizenet-perl] 06/09: Reformat debian/control with cme

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

gregoa pushed a commit to branch master
in repository libbusiness-onlinepayment-authorizenet-perl.

commit 14c91c6fda9b910a51cfb609ce405e3690aa6ac5
Author: gregor herrmann 
Date:   Mon Dec 21 21:19:03 2015 +0100

Reformat debian/control with cme

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

diff --git a/debian/control b/debian/control
index a94fc9f..8e288b5 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,9 @@ Maintainer: Debian Perl Group 

 Uploaders: Ivan Kohler ,
Xavier Guimard 
 Section: perl
+Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Build-Depends: debhelper (>= 8),
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: libbusiness-onlinepayment-perl,
  libtext-csv-xs-perl,
  libxml-simple-perl,
@@ -14,7 +15,6 @@ Standards-Version: 3.9.4
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libbusiness-onlinepayment-authorizenet-perl.git
 Vcs-Git: 
git://anonscm.debian.org/pkg-perl/packages/libbusiness-onlinepayment-authorizenet-perl.git
 Homepage: https://metacpan.org/release/Business-OnlinePayment-AuthorizeNet
-Testsuite: autopkgtest-pkg-perl
 
 Package: libbusiness-onlinepayment-authorizenet-perl
 Architecture: all
@@ -33,4 +33,3 @@ Description: AuthorizeNet backend for Business::OnlinePayment
  online credit card processors, online check acceptance houses, etc.  (If you
  like buzzwords, call it an "multiplatform ecommerce-enabling middleware
  solution").
-

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

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


[libapp-daemon-perl] 01/03: Update copyright years for debian/* packaging files

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

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

commit 4afdc2510e0cabd3f888f9ba74faae9c552858ec
Author: Salvatore Bonaccorso 
Date:   Mon Dec 21 20:44:45 2015 +0100

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

diff --git a/debian/copyright b/debian/copyright
index 00ca7a2..6bbe693 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -8,7 +8,7 @@ Copyright: 2008-2012, Mike Schilli 
 License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: 2009-2014, Salvatore Bonaccorso 
+Copyright: 2009-2015, Salvatore Bonaccorso 
2009, Brian Cassidy 
2009, Xavier Oswald 
 License: Artistic or GPL-1+

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

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


[libapp-daemon-perl] 02/03: Bump Debhelper compat level to 9

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

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

commit f61bc868a7421645cfd8ff20bfcd07140974762a
Author: Salvatore Bonaccorso 
Date:   Mon Dec 21 20:45:03 2015 +0100

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

diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index 2a720ba..cd6d49e 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: libapp-daemon-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 8)
+Build-Depends: debhelper (>= 9)
 Build-Depends-Indep:
  libfile-pid-perl,
  liblog-log4perl-perl,

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

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


[libapp-daemon-perl] branch master updated (d0a3505 -> 847f36c)

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

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

  from  d0a3505   Prepare changelog for release
   new  4afdc25   Update copyright years for debian/* packaging files
   new  f61bc86   Bump Debhelper compat level to 9
   new  847f36c   Update debian/changelog file

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 | 7 +++
 debian/compat| 2 +-
 debian/control   | 2 +-
 debian/copyright | 2 +-
 4 files changed, 10 insertions(+), 3 deletions(-)

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

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


[libapp-daemon-perl] 03/03: Update debian/changelog file

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

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

commit 847f36c710ed747f6358b6f9d9c0f361884be849
Author: Salvatore Bonaccorso 
Date:   Mon Dec 21 20:54:31 2015 +0100

Update debian/changelog file

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

diff --git a/debian/changelog b/debian/changelog
index e77b75e..f22f23f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libapp-daemon-perl (0.22-2) UNRELEASED; urgency=medium
+
+  * Update copyright years for debian/* packaging files
+  * Bump Debhelper compat level to 9
+
+ -- Salvatore Bonaccorso   Mon, 21 Dec 2015 20:54:14 +0100
+
 libapp-daemon-perl (0.22-1) unstable; urgency=medium
 
   * Update Vcs-Browser URL to cgit web frontend

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

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


[libconfig-grammar-perl] annotated tag debian/1.10-3 created (now a8b6b85)

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

carnil pushed a change to annotated tag debian/1.10-3
in repository libconfig-grammar-perl.

at  a8b6b85   (tag)
   tagging  4abfe6d2229ca282285ce7528a2e00daa404c247 (commit)
  replaces  debian/1.10-2
 tagged by  Salvatore Bonaccorso
on  Mon Dec 21 19:38:04 2015 +0100

- Log -
tagging package libconfig-grammar-perl version debian/1.10-3
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCgAGBQJWeEcMAAoJEAVMuPMTQ89EG9wP+QHjmnfHJt2MzmyIjHH7hzOn
r8/OpssgtvqH2lZt+W8pmDaOTjr0e4lGMU35khY0cEJQ2cvkqvEDceOIYYcFe6hO
pdnGh2NMFITWev0gs53tu+qujkLBKVMbndL6Oh4eGdwq5so2A4RpdiYsBOnCS9P7
nXtJBWB7+wgOdcv90zwSn+ZHzMk+o/YHZqGl4DqyEVuQXC+jKpCiMFrBLSCkz6jH
BKWl3L0cInBO/TxpFeEFa6TQSfDQAPeIDSNNshmUgH3DCXLJEq9SK5grsnQ2ttx7
vWum5QDql6mSl6VU+jeiAlW+sXZBvhNL6xKNk0xOroLqfVzt1P2FzUoFNeGvoQhk
wu0JPuMdicuqCVvI0sih0cZDfSW06LDh/myNu0ij0fa8tvLiIwigeoj+jmuN0WdD
OGARO3dZv0lmrsDznWJolZQESOHwwuRSl7LeVeLj7TxUJaz2gRn34ONu4nahWaM4
8xCXlIS7AXxWWDtyU5ZFE8KqVZuYupdQGjVgYRsoYKfpEkFcDlaQGL4s6v5hdlwC
glT/8jzBuNfZ7Yajk7VPtgpHtFWnOrcqk7Z3m0bRzMX8VP63UG0b3utlOHm8BXS4
WC8zOMgXA2wVAUdq9SpS4EhwHcBv6lRKS1BKYHx0P62ZV6ZMREfmC7wldNMhUZMs
ScOkT61o8Fpy1YYcbixl
=/F8I
-END PGP SIGNATURE-

Salvatore Bonaccorso (10):
  Update Vcs-Browser URL to cgit web frontend
  update changelog
  Bump Debhelper compat level to 9
  Declare compliance with Debian policy 3.9.6
  Update copyright years for debian/* packaging files
  Update debian/changelog file
  Declare package as autopkgtestable
  Update debian/changelog file
  Add fix-spelling-error-in-manpage.patch patch
  Prepare changelog for release

---

This annotated tag includes the following new commits:

   new  8031673   Add fix-spelling-error-in-manpage.patch patch
   new  4abfe6d   Prepare changelog for release

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


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

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


[libconfig-grammar-perl] 02/02: Prepare changelog for release

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

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

commit 4abfe6d2229ca282285ce7528a2e00daa404c247
Author: Salvatore Bonaccorso 
Date:   Mon Dec 21 19:37:49 2015 +0100

Prepare changelog for release

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

diff --git a/debian/changelog b/debian/changelog
index 8e19c43..2e0540c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,14 @@
-libconfig-grammar-perl (1.10-3) UNRELEASED; urgency=medium
+libconfig-grammar-perl (1.10-3) unstable; urgency=medium
 
   * Update Vcs-Browser URL to cgit web frontend
   * Bump Debhelper compat level to 9
   * Declare compliance with Debian policy 3.9.6
   * Update copyright years for debian/* packaging files
   * Declare package as autopkgtestable
+  * Add fix-spelling-error-in-manpage.patch patch.
+Fix spelling error in manpage (Config::Grammar).
 
- -- Salvatore Bonaccorso   Mon, 21 Dec 2015 19:26:00 +0100
+ -- Salvatore Bonaccorso   Mon, 21 Dec 2015 19:37:37 +0100
 
 libconfig-grammar-perl (1.10-2) unstable; urgency=medium
 

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

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


[libstruct-dumb-perl] 01/01: pristine-tar data for libstruct-dumb-perl_0.08.orig.tar.gz

2015-12-21 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 libstruct-dumb-perl.

commit 9b296a62c6dae2a8a2cf653784e7b2e49952df2d
Author: gregor herrmann 
Date:   Mon Dec 21 20:25:21 2015 +0100

pristine-tar data for libstruct-dumb-perl_0.08.orig.tar.gz
---
 libstruct-dumb-perl_0.08.orig.tar.gz.delta | Bin 0 -> 1345 bytes
 libstruct-dumb-perl_0.08.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libstruct-dumb-perl_0.08.orig.tar.gz.delta 
b/libstruct-dumb-perl_0.08.orig.tar.gz.delta
new file mode 100644
index 000..45f232e
Binary files /dev/null and b/libstruct-dumb-perl_0.08.orig.tar.gz.delta differ
diff --git a/libstruct-dumb-perl_0.08.orig.tar.gz.id 
b/libstruct-dumb-perl_0.08.orig.tar.gz.id
new file mode 100644
index 000..6e2f7f8
--- /dev/null
+++ b/libstruct-dumb-perl_0.08.orig.tar.gz.id
@@ -0,0 +1 @@
+44669e0c731c280f4a04cf82b3df36d73e751ac3

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

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


[libstruct-dumb-perl] branch pristine-tar updated (9451c74 -> 9b296a6)

2015-12-21 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 libstruct-dumb-perl.

  from  9451c74   pristine-tar data for libstruct-dumb-perl_0.07.orig.tar.gz
   new  9b296a6   pristine-tar data for libstruct-dumb-perl_0.08.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:
 libstruct-dumb-perl_0.08.orig.tar.gz.delta | Bin 0 -> 1345 bytes
 libstruct-dumb-perl_0.08.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libstruct-dumb-perl_0.08.orig.tar.gz.delta
 create mode 100644 libstruct-dumb-perl_0.08.orig.tar.gz.id

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

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


[libstruct-dumb-perl] annotated tag upstream/0.08 created (now 56d4e6b)

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

gregoa pushed a change to annotated tag upstream/0.08
in repository libstruct-dumb-perl.

at  56d4e6b   (tag)
   tagging  219626cdf8427eba050464a8e1bf363099162ee1 (commit)
  replaces  upstream/0.07
 tagged by  gregor herrmann
on  Mon Dec 21 20:25:21 2015 +0100

- Log -
Upstream version 0.08

gregor herrmann (1):
  Imported Upstream version 0.08

---

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

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


[libstruct-dumb-perl] branch master updated (adaf2d8 -> 506d2fa)

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

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

  from  adaf2d8   releasing package libstruct-dumb-perl version 0.07-1
  adds  219626c   Imported Upstream version 0.08
   new  3e72e04   Merge tag 'upstream/0.08'
   new  cb06ed3   New upstream release.
   new  506d2fa   releasing package libstruct-dumb-perl version 0.08-1

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


Summary of changes:
 Changes|  4 
 META.json  |  4 ++--
 META.yml   |  4 ++--
 README | 11 +--
 debian/changelog   |  6 ++
 lib/Struct/Dumb.pm | 26 --
 6 files changed, 43 insertions(+), 12 deletions(-)

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

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


[libstruct-dumb-perl] 03/03: releasing package libstruct-dumb-perl version 0.08-1

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

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

commit 506d2fa7bb7e5ebcad89f97f964bb94db8e8f8d8
Author: gregor herrmann 
Date:   Mon Dec 21 20:27:48 2015 +0100

releasing package libstruct-dumb-perl version 0.08-1
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9f3e345..e01d8c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-libstruct-dumb-perl (0.08-1) UNRELEASED; urgency=medium
+libstruct-dumb-perl (0.08-1) unstable; urgency=medium
 
   * New upstream release.
 
- -- gregor herrmann   Mon, 21 Dec 2015 20:25:21 +0100
+ -- gregor herrmann   Mon, 21 Dec 2015 20:26:22 +0100
 
 libstruct-dumb-perl (0.07-1) unstable; urgency=medium
 

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

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


[libbusiness-onlinepayment-authorizenet-perl] 04/09: Drop spelling-error.patch, fixed upstream.

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

gregoa pushed a commit to branch master
in repository libbusiness-onlinepayment-authorizenet-perl.

commit a4c6d15d386e1b910e7ca6d925960b2cc1eb814b
Author: gregor herrmann 
Date:   Mon Dec 21 21:18:06 2015 +0100

Drop spelling-error.patch, fixed upstream.
---
 debian/patches/series   |  1 -
 debian/patches/spelling-error.patch | 37 -
 2 files changed, 38 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 1817668..000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-spelling-error.patch
diff --git a/debian/patches/spelling-error.patch 
b/debian/patches/spelling-error.patch
deleted file mode 100644
index f87bbcd..000
--- a/debian/patches/spelling-error.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-Description: 
-Author: Xavier Guimard 
-Bug: https://rt.cpan.org/Ticket/Display.html?id=82514
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=82514
-Last-Update: 2013-01-06
-
 a/AuthorizeNet.pm
-+++ b/AuthorizeNet.pm
-@@ -361,7 +361,7 @@
- 
- Use your transaction key in the password field.
- 
--Unlike Business::OnlinePayment or pre-3.0 verisons of
-+Unlike Business::OnlinePayment or pre-3.0 versions of
- Business::OnlinePayment::AuthorizeNet, 3.1 requires separate first_name and
- last_name fields.
- 
-@@ -429,7 +429,7 @@
- method that returns the MD5 hash which is returned by the gateway.
- 
- Steve Simitzis contributed a patch for better compatibility with
--eProcessingNetwork's AuthorizeNet compatability mode.
-+eProcessingNetwork's AuthorizeNet compatibility mode.
- 
- Michael G. Schwern contributed cleanups, test fixes, and more.
- 
 a/AuthorizeNet/AIM.pm
-+++ b/AuthorizeNet/AIM.pm
-@@ -338,7 +338,7 @@
- method that returns the MD5 hash which is returned by the gateway.
- 
- Steve Simitzis contributed a patch for better compatibility with
--eProcessingNetwork's AuthorizeNet compatability mode.
-+eProcessingNetwork's AuthorizeNet compatibility mode.
- 
- =head1 SEE ALSO
- 

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

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


[libbusiness-onlinepayment-authorizenet-perl] branch master updated (7bcfd1e -> f8e1f80)

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

gregoa pushed a change to branch master
in repository libbusiness-onlinepayment-authorizenet-perl.

  from  7bcfd1e   releasing package 
libbusiness-onlinepayment-authorizenet-perl version 3.22-3 to unstable
  adds  7d6e904   Imported Upstream version 3.23
   new  1db26c3   Merge tag 'upstream/3.23'
   new  82287ea   New upstream release.
   new  197fcfe   remove boilerplate comments from debian/watch
   new  a4c6d15   Drop spelling-error.patch, fixed upstream.
   new  a0224cc   Update years of upstream and packaging copyright.
   new  14c91c6   Reformat debian/control with cme
   new  18c66d0   Declare compliance with Debian Policy 3.9.6.
   new  9eb1930   Bump debhelper compatibility level to 9.
   new  f8e1f80   releasing package 
libbusiness-onlinepayment-authorizenet-perl version 3.23-1

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


Summary of changes:
 AuthorizeNet.pm | 24 ++---
 AuthorizeNet/AIM.pm | 35 
 Changes | 10 +++
 MANIFEST|  2 ++
 META.json   | 49 ++
 META.yml| 53 +++--
 README  |  1 +
 debian/changelog| 11 
 debian/compat   |  2 +-
 debian/control  |  7 +++--
 debian/copyright|  4 +--
 debian/patches/series   |  1 -
 debian/patches/spelling-error.patch | 37 --
 debian/watch|  1 -
 t/{00load.t => load.t}  |  0
 15 files changed, 125 insertions(+), 112 deletions(-)
 create mode 100644 META.json
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/spelling-error.patch
 copy t/{00load.t => load.t} (100%)

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

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


[libbusiness-onlinepayment-authorizenet-perl] 02/09: New upstream release.

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

gregoa pushed a commit to branch master
in repository libbusiness-onlinepayment-authorizenet-perl.

commit 82287ea0dcc52e843ec55d15253185b20f6d9763
Author: gregor herrmann 
Date:   Mon Dec 21 21:16:04 2015 +0100

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

diff --git a/debian/changelog b/debian/changelog
index aa9b568..174a5b5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libbusiness-onlinepayment-authorizenet-perl (3.23-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- gregor herrmann   Mon, 21 Dec 2015 21:14:54 +0100
+
 libbusiness-onlinepayment-authorizenet-perl (3.22-3) unstable; urgency=low
 
   * Team upload.

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

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


[libbusiness-onlinepayment-authorizenet-perl] 03/09: remove boilerplate comments from debian/watch

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

gregoa pushed a commit to branch master
in repository libbusiness-onlinepayment-authorizenet-perl.

commit 197fcfeb3348dd5c8c832ffda74600b89bdecd80
Author: gregor herrmann 
Date:   Mon Dec 21 21:17:18 2015 +0100

remove boilerplate comments from debian/watch

Gbp-Dch: Ignore
---
 debian/watch | 1 -
 1 file changed, 1 deletion(-)

diff --git a/debian/watch b/debian/watch
index 8f4ab5b..6ee5edb 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,2 @@
-# format version number, currently 3; this line is compulsory!
 version=3
 https://metacpan.org/release/Business-OnlinePayment-AuthorizeNet 
.*/Business-OnlinePayment-AuthorizeNet-([\.\d]+)\.(?:tar\.gz|tar|tgz)$

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

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


[libbusiness-onlinepayment-authorizenet-perl] 01/09: Merge tag 'upstream/3.23'

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

gregoa pushed a commit to branch master
in repository libbusiness-onlinepayment-authorizenet-perl.

commit 1db26c3c6c43ddbcea139e468f2b99ed8a848010
Merge: 7bcfd1e 7d6e904
Author: gregor herrmann 
Date:   Mon Dec 21 21:14:54 2015 +0100

Merge tag 'upstream/3.23'

Upstream version 3.23

 AuthorizeNet.pm | 24 ++--
 AuthorizeNet/AIM.pm | 35 +--
 Changes | 10 ++
 MANIFEST|  2 ++
 META.json   | 49 +
 META.yml| 53 +++--
 README  |  1 +
 t/load.t|  5 +
 8 files changed, 113 insertions(+), 66 deletions(-)

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

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


[libtest-warnings-perl] 04/05: Bump debhelper compatibility level to 9.

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

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

commit 045d7cb5b21d36461ee1633777554e88c019c012
Author: gregor herrmann 
Date:   Mon Dec 21 20:13:43 2015 +0100

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

diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index 255a70c..2027f72 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Florian Schlichting 
 Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Build-Depends: debhelper (>= 8)
+Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: libcpan-meta-check-perl (>= 0.011),
  libtest-simple-perl (>= 1.001010) | libtest-tester-perl 
(>= 0.108) | perl (>= 5.21.6),
  perl (>= 5.11.1) | libtest-simple-perl (>= 0.94),

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

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


[libtest-warnings-perl] 02/05: Update debian/changelog

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

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

commit 5af922f31238591c1a71a59f5c4e51ca921a1e43
Author: gregor herrmann 
Date:   Mon Dec 21 20:10:34 2015 +0100

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index cca6161..f468bb7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libtest-warnings-perl (0.022-1) UNRELEASED; urgency=medium
+
+  * Import upstream version 0.022
+
+ -- gregor herrmann   Mon, 21 Dec 2015 20:10:34 +0100
+
 libtest-warnings-perl (0.021-1) unstable; urgency=medium
 
   * Team upload.

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

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


[libtest-warnings-perl] branch master updated (911d1d5 -> 4ebc883)

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

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

  from  911d1d5   releasing package libtest-warnings-perl version 0.021-1
  adds  cb06172   increment $VERSION after release
  adds  299b4d7   whitespace around $VERSION declarations
  adds  d59241f   use a more specific link
  adds  474e1e6   hardcode the distribution name in Changes, to reduce 
churn on each release
  adds  4f37416   switch to my podweaver plugin bundle
  adds  e4605ce   fix vim modeline
  adds  c484281   this section is now generated by my weaver bundle
  adds  8fb33bb   propagate the warning to other __WARN__ handlers
  adds  e61741b   Test-Warnings-0.022
  adds  6f46f19   Imported Upstream version 0.022
   new  f529614   Merge tag 'upstream/0.022'
   new  5af922f   Update debian/changelog
   new  13d3690   Bump versioned build dependency on 
libcpan-meta-check-perl.
   new  045d7cb   Bump debhelper compatibility level to 9.
   new  4ebc883   releasing package libtest-warnings-perl version 0.022-1

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


Summary of changes:
 CONTRIBUTING|  12 +-
 Changes |   5 +
 LICENSE => LICENCE  |   0
 MANIFEST|  12 +-
 META.json   | 542 ++--
 META.yml| 427 
 Makefile.PL |   9 +-
 README  |   4 +-
 debian/changelog|   9 +
 debian/compat   |   2 +-
 debian/control  |   4 +-
 dist.ini|   5 +-
 lib/Test/Warnings.pm|  58 ++--
 t/00-report-prereqs.dd  |  53 ++--
 t/00-report-prereqs.t   |   2 +-
 t/13-propagate-warnings.t   |  28 ++
 t/zzz-check-breaks.t|   5 +-
 weaver.ini  |   6 -
 xt/author/00-compile.t  |  14 +-
 xt/author/eol.t |  32 ++-
 xt/{release => author}/kwalitee.t   |   2 +-
 xt/author/mojibake.t|   9 +
 xt/author/no-tabs.t |   9 +-
 xt/author/pod-spell.t   |   3 +-
 xt/{release => author}/pod-syntax.t |   1 +
 xt/release/changes_has_content.t|   2 +-
 xt/release/mojibake.t   |  12 -
 27 files changed, 772 insertions(+), 495 deletions(-)
 rename LICENSE => LICENCE (100%)
 create mode 100644 t/13-propagate-warnings.t
 delete mode 100644 weaver.ini
 rename xt/{release => author}/kwalitee.t (95%)
 create mode 100644 xt/author/mojibake.t
 rename xt/{release => author}/pod-syntax.t (84%)
 delete mode 100644 xt/release/mojibake.t

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

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


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

2015-12-21 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 libtest-warnings-perl.

commit db970d3a7093e6536300c30771284ca5c6905b23
Author: gregor herrmann 
Date:   Mon Dec 21 20:10:34 2015 +0100

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

diff --git a/libtest-warnings-perl_0.022.orig.tar.gz.delta 
b/libtest-warnings-perl_0.022.orig.tar.gz.delta
new file mode 100644
index 000..9799c21
Binary files /dev/null and b/libtest-warnings-perl_0.022.orig.tar.gz.delta 
differ
diff --git a/libtest-warnings-perl_0.022.orig.tar.gz.id 
b/libtest-warnings-perl_0.022.orig.tar.gz.id
new file mode 100644
index 000..6c8b5be
--- /dev/null
+++ b/libtest-warnings-perl_0.022.orig.tar.gz.id
@@ -0,0 +1 @@
+55945771e10120bcbf505475a36825110e778cab

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

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


[libtest-warnings-perl] branch pristine-tar updated (a8329e2 -> db970d3)

2015-12-21 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 libtest-warnings-perl.

  from  a8329e2   pristine-tar data for 
libtest-warnings-perl_0.021.orig.tar.gz
   new  db970d3   pristine-tar data for 
libtest-warnings-perl_0.022.orig.tar.gz

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


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

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

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


[libtest-warnings-perl] annotated tag upstream/0.022 created (now 8258add)

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

gregoa pushed a change to annotated tag upstream/0.022
in repository libtest-warnings-perl.

at  8258add   (tag)
   tagging  6f46f1990963e925b8515cdab4b781e1e4a2f0ba (commit)
  replaces  upstream/0.021
 tagged by  gregor herrmann
on  Mon Dec 21 20:10:34 2015 +0100

- Log -
Upstream version 0.022

Karen Etheridge (9):
  increment $VERSION after release
  whitespace around $VERSION declarations
  use a more specific link
  hardcode the distribution name in Changes, to reduce churn on each release
  switch to my podweaver plugin bundle
  fix vim modeline
  this section is now generated by my weaver bundle
  propagate the warning to other __WARN__ handlers
  Test-Warnings-0.022

gregor herrmann (1):
  Imported Upstream version 0.022

---

No new revisions were added by this update.

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

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


[libtest-warnings-perl] annotated tag debian/0.022-1 created (now 2f40ca0)

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

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

at  2f40ca0   (tag)
   tagging  4ebc88341fe8b652c38c01a226bbc54d713d60b6 (commit)
  replaces  upstream/0.022
 tagged by  gregor herrmann
on  Mon Dec 21 20:17:17 2015 +0100

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

iQJ8BAABCgBmBQJWeFA9XxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGxbYP/R8pQLFwyjhUnC33KEiTNL2q
YR82I5NiELdjUa1a73gkP4jwvtRBunVaT3HeqaF9nn186Se81qZJ0Z+rewwBnuxh
Hm6bFYsmkwojr4zd2B0DgXLG0DIHcdiN0yrh/03dO4vadugnM2BrKEzXx6sHZhvw
ZKexXuHiOZZs65sjq7u3J6jEzz/pr4D9VIlA3IzDpA+LS2nETVHbT4pppoolqGbC
EFnNu3lEshzmmESPCZqSG+L9BxnfBBrrYL/XN3+SthBngt+R+qYvJ5M6mcvHlsQK
w+YozRMvYvbuSFryCxb70SsChyjVVukPax7SblzG2+xooL6LIKhndjG8yJfkVqIe
dweoG5RT81tBauZlukTRJFZA2SzULua1d5AjK5pfIqL4PnLRhCPktGCykb5tvKly
aioaq597mFUPqcXwUFfPAbwg/9TFMSMq65f02ZCsFnJQUt60EMM516f+O+3Dwalq
phFydEJXlij+bCMrSP+mhEMgy+1RcBdTwjewe2lpkhzfaZeQoqRhtWi1atN6HwhR
HSo+Ur248QZ9Pi4DNbKSvqMhA22DDbPUiEdsYjzrgxn7BpC75SmjrY1cm1Qr4W/M
U1mJ1pPcKN+tvaFCo/RwGLLZPM6NDGkn/uXn3sjVOjvS+U5fF5a6CgxU7nPdFcgM
pbT9cHru0662Wy5MbmPf
=ZbdA
-END PGP SIGNATURE-

Damyan Ivanov (4):
  Merge tag 'upstream/0.012'
  new upstream release
  install CONTRIBUTING file as documentation
  releasing package libtest-warnings-perl version 0.012-1

Florian Schlichting (2):
  Initial packaging by dh-make-perl
  Initial packaging by maintainer

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

gregor herrmann (43):
  Merge tag 'upstream/0.009'
  New upstream release.
  Update build dependencies.
  Build-depend on debhelper (>= 9.20130630~).
  releasing package libtest-warnings-perl version 0.009-1
  Merge tag 'upstream/0.010'
  New upstream release.
  Update build dependencies.
  releasing package libtest-warnings-perl version 0.010-1
  Merge tag 'upstream/0.013'
  New upstream release.
  Update build dependencies.
  Declare compliance with Debian Policy 3.9.5.
  releasing package libtest-warnings-perl version 0.013-1
  debian/control: bump required debhelper version for Module::Build::Tiny 
to 9.20140227.
  update changelog
  Merge tag 'upstream/0.014'
  New upstream release.
  Bump versioned build dependency on libmodule-build-tiny-perl.
  releasing package libtest-warnings-perl version 0.014-1
  Merge tag 'upstream/0.015'
  New upstream release.
  Upstream dropped Module::Build::Tiny usage.
  releasing package libtest-warnings-perl version 0.015-1
  Merge tag 'upstream/0.016'
  New upstream release.
  Drop build dependency on libtest-deep-perl.
  releasing package libtest-warnings-perl version 0.016-1
  Update Test::Tester build dependency.
  Declare compliance with Debian Policy 3.9.6.
  Add debian/upstream/metadata
  Update debian/changelog
  Merge tag 'upstream/0.021'
  Update debian/changelog
  Add new build dependencies.
  Add Breaks: libfile-pushd-perl (<< 1.004).
  Mark package as autopkgtest-able.
  releasing package libtest-warnings-perl version 0.021-1
  Merge tag 'upstream/0.022'
  Update debian/changelog
  Bump versioned build dependency on libcpan-meta-check-perl.
  Bump debhelper compatibility level to 9.
  releasing package libtest-warnings-perl version 0.022-1

---

This annotated tag includes the following new commits:

   new  f529614   Merge tag 'upstream/0.022'
   new  5af922f   Update debian/changelog
   new  13d3690   Bump versioned build dependency on 
libcpan-meta-check-perl.
   new  045d7cb   Bump debhelper compatibility level to 9.
   new  4ebc883   releasing package libtest-warnings-perl version 0.022-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/libtest-warnings-perl.git

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


[libtest-warnings-perl] 01/05: Merge tag 'upstream/0.022'

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

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

commit f5296143edd19a56e9fb9479767f59cc3771c399
Merge: 911d1d5 6f46f19
Author: gregor herrmann 
Date:   Mon Dec 21 20:10:34 2015 +0100

Merge tag 'upstream/0.022'

Upstream version 0.022

 CONTRIBUTING|  12 +-
 Changes |   5 +
 LICENSE => LICENCE  |   0
 MANIFEST|  12 +-
 META.json   | 542 ++--
 META.yml| 427 
 Makefile.PL |   9 +-
 README  |   4 +-
 dist.ini|   5 +-
 lib/Test/Warnings.pm|  58 ++--
 t/00-report-prereqs.dd  |  53 ++--
 t/00-report-prereqs.t   |   2 +-
 t/13-propagate-warnings.t   |  28 ++
 t/zzz-check-breaks.t|   5 +-
 weaver.ini  |   6 -
 xt/author/00-compile.t  |  14 +-
 xt/author/eol.t |  32 ++-
 xt/{release => author}/kwalitee.t   |   2 +-
 xt/author/mojibake.t|   9 +
 xt/author/no-tabs.t |   9 +-
 xt/author/pod-spell.t   |   3 +-
 xt/{release => author}/pod-syntax.t |   1 +
 xt/release/changes_has_content.t|   2 +-
 xt/release/mojibake.t   |  12 -
 24 files changed, 760 insertions(+), 492 deletions(-)

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

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


[libstruct-dumb-perl] 02/03: New upstream release.

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

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

commit cb06ed380f3a358522acac8b3bc4381dd6aef867
Author: gregor herrmann 
Date:   Mon Dec 21 20:25:58 2015 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 6b51151..9f3e345 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libstruct-dumb-perl (0.08-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- gregor herrmann   Mon, 21 Dec 2015 20:25:21 +0100
+
 libstruct-dumb-perl (0.07-1) unstable; urgency=medium
 
   * New upstream release.

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

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


[libstruct-dumb-perl] 01/03: Merge tag 'upstream/0.08'

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

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

commit 3e72e04b4dbfb8c3fa76110f180a4ef1edfca5c4
Merge: adaf2d8 219626c
Author: gregor herrmann 
Date:   Mon Dec 21 20:25:21 2015 +0100

Merge tag 'upstream/0.08'

Upstream version 0.08

 Changes|  4 
 META.json  |  4 ++--
 META.yml   |  4 ++--
 README | 11 +--
 lib/Struct/Dumb.pm | 26 --
 5 files changed, 37 insertions(+), 12 deletions(-)

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

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


[libstruct-dumb-perl] annotated tag debian/0.08-1 created (now ef460bb)

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

gregoa pushed a change to annotated tag debian/0.08-1
in repository libstruct-dumb-perl.

at  ef460bb   (tag)
   tagging  506d2fa7bb7e5ebcad89f97f964bb94db8e8f8d8 (commit)
  replaces  debian/0.07-1
 tagged by  gregor herrmann
on  Mon Dec 21 20:27:48 2015 +0100

- Log -
tagging package libstruct-dumb-perl version debian/0.08-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJWeFK0XxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGaW0P/0W7THU0KzEsbE54Mp4JhiZy
lGcCjFxyZWt+mPUlxmI/Fz7ymjb/FfxnS3N2BU7wPyrccv2Wxv/vgOUJ+CkQ/J84
Q97ZQE/UYu54XX/baCv3EPA8KtI3/gprzJgJ05l7ggSSM9GUA5yb2QpssUmR0zQY
hlEhDG+Is85ODvJS1/rXPWNPOqzLKVhKaN/Qy++KeYMiqhdl560RMvTOvV3chFCC
UR7BVLZHsYPV6mIAU71JpGwGEKj1olDnjLZ2mBKA1bl3H5eIUIduHICsDO7aurko
hT854LdjUwNALrFyyh++jbSz1Y3EDR176pSloT4KtFynvUJeYrWCY0F6ex8bTgw6
kDdnek93wJoD9FOwYlCJNhpCOgJPH6dPIu/k0eknNQMOXH1tOcS6s//1xhyl/Gwf
xo2ZHAfgfO6ibvZNEPLQCD9vDuAVImxtYKpOA9PTH1f/FEUkzv42V/bxLD0VS/gh
mEpgQXUJBeKGY+keUYxaImDBK76ZDBI6qFYLA6IcGE/7XfKrwQoTwAk9D/ca3RGW
OZ9HhHc7hAUc8zpHMrCNYDlsaQ+O5KvOCQx2uNJJqMAKfUEkUCP5GK5gSVFsMa3d
xnMKHSua664TgOeaCODLrk3H2TLb0m864tBCGSjwON+gUOsZvIJKm/FInoYQ773/
0lVj+WXw3fZVl7kLNnQl
=2HmQ
-END PGP SIGNATURE-

gregor herrmann (4):
  Imported Upstream version 0.08
  Merge tag 'upstream/0.08'
  New upstream release.
  releasing package libstruct-dumb-perl version 0.08-1

---

This annotated tag includes the following new commits:

   new  3e72e04   Merge tag 'upstream/0.08'
   new  cb06ed3   New upstream release.
   new  506d2fa   releasing package libstruct-dumb-perl version 0.08-1

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


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

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


[libio-async-perl] 05/05: releasing package libio-async-perl version 0.70-1

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

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

commit 8216b049f28b9338c4dc5742acdf4e3b5a6459c7
Author: gregor herrmann 
Date:   Mon Dec 21 21:09:27 2015 +0100

releasing package libio-async-perl version 0.70-1
---
 debian/changelog | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 28baa16..c5df7a0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
-libio-async-perl (0.70-1) UNRELEASED; urgency=medium
+libio-async-perl (0.70-1) unstable; urgency=medium
 
   * New upstream release.
+  * debian/rules: skip a test which needs a DNS resolver.
+  * Add a patch to fix spelling mistakes in the POD.
 
- -- gregor herrmann   Mon, 21 Dec 2015 20:50:04 +0100
+ -- gregor herrmann   Mon, 21 Dec 2015 21:08:18 +0100
 
 libio-async-perl (0.69-1) unstable; urgency=medium
 

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

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


[libio-async-perl] 01/05: Imported Upstream version 0.70

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

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

commit 566fba1b28084dc4c28a4c5d6a526abdf341c0e2
Author: gregor herrmann 
Date:   Mon Dec 21 20:50:04 2015 +0100

Imported Upstream version 0.70
---
 Build.PL|  6 +---
 Changes |  5 +++
 META.json   | 72 ++---
 META.yml| 72 ++---
 Makefile.PL |  2 +-
 lib/IO/Async.pm |  2 +-
 lib/IO/Async/Channel.pm |  4 +--
 lib/IO/Async/ChildManager.pm|  2 +-
 lib/IO/Async/Debug.pm   |  4 +--
 lib/IO/Async/File.pm|  7 ++--
 lib/IO/Async/FileStream.pm  |  8 +++--
 lib/IO/Async/Function.pm|  2 +-
 lib/IO/Async/Future.pm  |  2 +-
 lib/IO/Async/Handle.pm  |  2 +-
 lib/IO/Async/Internals/Connector.pm |  2 +-
 lib/IO/Async/Listener.pm|  2 +-
 lib/IO/Async/Loop.pm|  5 ++-
 lib/IO/Async/Loop/Poll.pm   | 27 +-
 lib/IO/Async/Loop/Select.pm |  2 +-
 lib/IO/Async/LoopTests.pm   |  2 +-
 lib/IO/Async/Notifier.pm|  2 +-
 lib/IO/Async/OS.pm  |  2 +-
 lib/IO/Async/OS/MSWin32.pm  |  2 +-
 lib/IO/Async/OS/cygwin.pm   |  2 +-
 lib/IO/Async/OS/linux.pm|  2 +-
 lib/IO/Async/PID.pm |  2 +-
 lib/IO/Async/Process.pm |  2 +-
 lib/IO/Async/Protocol.pm|  2 +-
 lib/IO/Async/Protocol/LineStream.pm |  2 +-
 lib/IO/Async/Protocol/Stream.pm |  2 +-
 lib/IO/Async/Resolver.pm|  5 ++-
 lib/IO/Async/Routine.pm |  2 +-
 lib/IO/Async/Signal.pm  |  2 +-
 lib/IO/Async/Socket.pm  |  2 +-
 lib/IO/Async/Stream.pm  | 15 +---
 lib/IO/Async/Test.pm|  2 +-
 lib/IO/Async/Timer.pm   |  2 +-
 lib/IO/Async/Timer/Absolute.pm  |  2 +-
 lib/IO/Async/Timer/Countdown.pm |  2 +-
 lib/IO/Async/Timer/Periodic.pm  |  2 +-
 40 files changed, 150 insertions(+), 136 deletions(-)

diff --git a/Build.PL b/Build.PL
index 5428093..2d3b5e2 100644
--- a/Build.PL
+++ b/Build.PL
@@ -17,11 +17,7 @@ my $build = Module::Build->new(
   'Time::HiRes' => 0,
 
   # Fails on perl 5.8.3 for unknown reasons
-  #   https://rt.cpan.org/Ticket/Display.html?id=64493
-  # Now 5.16 is stable, I see even less reason to worry about such an old 
Perl
-
-  # Furthermore we've started using 5.10'isms
-  'perl' => '5.010',
+  'perl' => '5.008004',
},
recommends => {
   'IO::Socket::IP' => 0,
diff --git a/Changes b/Changes
index 180d2b3..6a2e8d6 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for IO-Async
 
+0.702015/12/15 18:17:43
+[CHANGES]
+ * Support perl 5.8.x (tested on 5.8.9, presumed working as far as
+   5.8.4)
+
 0.692015/11/09 19:56:58
 [CHANGES]
  * Use Future->catch instead of poorly-implemented string-eq test
diff --git a/META.json b/META.json
index ad1d714..e6d7a88 100644
--- a/META.json
+++ b/META.json
@@ -33,7 +33,7 @@
 "Storable" : "0",
 "Struct::Dumb" : "0",
 "Time::HiRes" : "0",
-"perl" : "5.010"
+"perl" : "5.008004"
  }
   },
   "test" : {
@@ -49,139 +49,139 @@
"provides" : {
   "IO::Async" : {
  "file" : "lib/IO/Async.pm",
- "version" : "0.69"
+ "version" : "0.70"
   },
   "IO::Async::Channel" : {
  "file" : "lib/IO/Async/Channel.pm",
- "version" : "0.69"
+ "version" : "0.70"
   },
   "IO::Async::ChildManager" : {
  "file" : "lib/IO/Async/ChildManager.pm",
- "version" : "0.69"
+ "version" : "0.70"
   },
   "IO::Async::Debug" : {
  "file" : "lib/IO/Async/Debug.pm",
- "version" : "0.69"
+ "version" : "0.70"
   },
   "IO::Async::File" : {
  "file" : "lib/IO/Async/File.pm",
- "version" : "0.69"
+ "version" : "0.70"
   },
   "IO::Async::FileStream" : {
  "file" : "lib/IO/Async/FileStream.pm",
- "version" : "0.69"
+ "version" : "0.70"
   },
   "IO::Async::Function" : {
  "file" : "lib/IO/Async/Function.pm",
- "version" : "0.69"
+ "version" : "0.70"
   },
   "IO::Async::Future" : {
  "file" : "lib/IO/Async/Future.pm",
- "version" : "0.69"
+ "version" : "0.70"
   },
   "IO::Async::Handle" : {
  "file" : "lib/IO/Async/Handle.pm",
- "version" : "0.69"
+ "version" : "0.70"
   },
   "IO::Async::Listener" : {
  "file" : "lib/IO/Async/Listener.pm",
- "version" : "0.69"
+ "version" : 

[libio-async-perl] annotated tag debian/0.70-1 created (now 72c782e)

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

gregoa pushed a change to annotated tag debian/0.70-1
in repository libio-async-perl.

at  72c782e   (tag)
   tagging  8216b049f28b9338c4dc5742acdf4e3b5a6459c7 (commit)
  replaces  debian/0.69-1
 tagged by  gregor herrmann
on  Mon Dec 21 21:09:27 2015 +0100

- Log -
tagging package libio-async-perl version debian/0.70-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJWeFx3XxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoG+b8QAJWHOuo54BnwySP2fjENg80a
fZucjor58hgwelu1C41kMqIYeNPMnCL/dXZxPLwTev1FnbqZWcqtYpwXvFKqPVa6
MpAW0I0CZO1GeyUgbN1c0zFpkKKTHtiGORwBbfjFCJ3EuaEWjxHRdKXf7YGAzEV7
tHHM4jjptHH0gubZHUxclZhISrNtRBWsIY9qFZA5Cle8kL9k+7AG7BRtORnwu0c6
ErXijbEg2KjfXsIRW7hXJ/Zo0bhNeG3lTOs5WN9kKGCbHEEPZ7GG0TZ1S8GC0Ktv
TFjAeJ/0FVzw4Q/2bGg8mQ4PQi0mMnVSJZpem+O4hD2fbAsNTuK3SoxqkUCgLYow
jELTBqiWzsfbQLqjnUM+aOZPSY6S6ZcOxO+N88PlQxCatxrMcGEFHJWRFyS5o81h
jFtM+kf0OD+XpS68JUkc7LMyakBLrShXxsQwqa92YyCUiYmNJlmcrGwvu8DEkuNI
2vsSIgpyaal0tVWaHqZonXKtUO89g3mrlb2cCowVaU+xrxKbBP+E2hTLttYdaz6K
coY09Wc/AGRcUvVwV+dUx8cnnEUBaJMhItBL01TydHodlTUXRC1yAevXO4MvaiQA
6BLGTGdiifhW8ZPZzvuJQniE8o1w9kyg0zizw3+5nKo6s9fzGl0mhAeE7a/Ejlpe
qN5X7iIt8pm0Ig7TPxWs
=A4Z6
-END PGP SIGNATURE-

gregor herrmann (5):
  Imported Upstream version 0.70
  New upstream release.
  debian/rules: skip a test which needs a DNS resolver.
  Add a patch to fix spelling mistakes in the POD.
  releasing package libio-async-perl version 0.70-1

---

This annotated tag includes the following new commits:

   new  566fba1   Imported Upstream version 0.70
   new  e02df47   New upstream release.
   new  43a2f5b   debian/rules: skip a test which needs a DNS resolver.
   new  de79e20   Add a patch to fix spelling mistakes in the POD.
   new  8216b04   releasing package libio-async-perl version 0.70-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/libio-async-perl.git

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


[libio-async-perl] branch master updated (fa3c7e4 -> 8216b04)

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

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

  from  fa3c7e4   releasing package libio-async-perl version 0.69-1
   new  566fba1   Imported Upstream version 0.70
   new  e02df47   New upstream release.
   new  43a2f5b   debian/rules: skip a test which needs a DNS resolver.
   new  de79e20   Add a patch to fix spelling mistakes in the POD.
   new  8216b04   releasing package libio-async-perl version 0.70-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:
 Build.PL|  6 +--
 Changes |  5 ++
 META.json   | 72 ++--
 META.yml| 72 ++--
 Makefile.PL |  2 +-
 debian/changelog|  8 
 debian/patches/series   |  1 +
 debian/patches/spelling.patch   | 93 +
 debian/rules|  6 +++
 lib/IO/Async.pm |  2 +-
 lib/IO/Async/Channel.pm |  4 +-
 lib/IO/Async/ChildManager.pm|  2 +-
 lib/IO/Async/Debug.pm   |  4 +-
 lib/IO/Async/File.pm|  7 ++-
 lib/IO/Async/FileStream.pm  |  8 ++--
 lib/IO/Async/Function.pm|  2 +-
 lib/IO/Async/Future.pm  |  2 +-
 lib/IO/Async/Handle.pm  |  2 +-
 lib/IO/Async/Internals/Connector.pm |  2 +-
 lib/IO/Async/Listener.pm|  2 +-
 lib/IO/Async/Loop.pm|  5 +-
 lib/IO/Async/Loop/Poll.pm   | 27 +++
 lib/IO/Async/Loop/Select.pm |  2 +-
 lib/IO/Async/LoopTests.pm   |  2 +-
 lib/IO/Async/Notifier.pm|  2 +-
 lib/IO/Async/OS.pm  |  2 +-
 lib/IO/Async/OS/MSWin32.pm  |  2 +-
 lib/IO/Async/OS/cygwin.pm   |  2 +-
 lib/IO/Async/OS/linux.pm|  2 +-
 lib/IO/Async/PID.pm |  2 +-
 lib/IO/Async/Process.pm |  2 +-
 lib/IO/Async/Protocol.pm|  2 +-
 lib/IO/Async/Protocol/LineStream.pm |  2 +-
 lib/IO/Async/Protocol/Stream.pm |  2 +-
 lib/IO/Async/Resolver.pm|  5 +-
 lib/IO/Async/Routine.pm |  2 +-
 lib/IO/Async/Signal.pm  |  2 +-
 lib/IO/Async/Socket.pm  |  2 +-
 lib/IO/Async/Stream.pm  | 15 --
 lib/IO/Async/Test.pm|  2 +-
 lib/IO/Async/Timer.pm   |  2 +-
 lib/IO/Async/Timer/Absolute.pm  |  2 +-
 lib/IO/Async/Timer/Countdown.pm |  2 +-
 lib/IO/Async/Timer/Periodic.pm  |  2 +-
 44 files changed, 258 insertions(+), 136 deletions(-)
 create mode 100644 debian/patches/series
 create mode 100644 debian/patches/spelling.patch

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

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


[libio-async-perl] branch pristine-tar updated (e94f606 -> 7f67747)

2015-12-21 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 libio-async-perl.

  from  e94f606   pristine-tar data for libio-async-perl_0.69.orig.tar.gz
   new  7f67747   pristine-tar data for libio-async-perl_0.70.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:
 libio-async-perl_0.70.orig.tar.gz.delta | Bin 0 -> 5119 bytes
 libio-async-perl_0.70.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libio-async-perl_0.70.orig.tar.gz.delta
 create mode 100644 libio-async-perl_0.70.orig.tar.gz.id

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

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


[libio-async-perl] annotated tag upstream/0.70 created (now 4c736d8)

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

gregoa pushed a change to annotated tag upstream/0.70
in repository libio-async-perl.

at  4c736d8   (tag)
   tagging  af3662afce454163fa931b0240fd8092ca7555d6 (commit)
  replaces  upstream/0.69
 tagged by  gregor herrmann
on  Mon Dec 21 20:50:04 2015 +0100

- Log -
Upstream version 0.70

gregor herrmann (1):
  Imported Upstream version 0.70

---

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

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


[libconfig-grammar-perl] 02/02: Update debian/changelog file

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

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

commit fcf9d37d402da1396824a99fd60f468c2ae93313
Author: Salvatore Bonaccorso 
Date:   Mon Dec 21 19:32:39 2015 +0100

Update debian/changelog file

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

diff --git a/debian/changelog b/debian/changelog
index d7b7d1d..8e19c43 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,9 @@ libconfig-grammar-perl (1.10-3) UNRELEASED; urgency=medium
   * Bump Debhelper compat level to 9
   * Declare compliance with Debian policy 3.9.6
   * Update copyright years for debian/* packaging files
+  * Declare package as autopkgtestable
 
- -- Salvatore Bonaccorso   Sat, 16 Aug 2014 09:30:32 +0200
+ -- Salvatore Bonaccorso   Mon, 21 Dec 2015 19:26:00 +0100
 
 libconfig-grammar-perl (1.10-2) unstable; urgency=medium
 

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

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


[libwww-shorten-simple-perl] branch pristine-tar updated (a9a3c9c -> a4ee5f7)

2015-12-21 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 libwww-shorten-simple-perl.

  from  a9a3c9c   pristine-tar data for 
libwww-shorten-simple-perl_0.01.orig.tar.gz
   new  a4ee5f7   pristine-tar data for 
libwww-shorten-simple-perl_0.02.orig.tar.gz

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


Summary of changes:
 libwww-shorten-simple-perl_0.02.orig.tar.gz.delta | Bin 0 -> 1240 bytes
 libwww-shorten-simple-perl_0.02.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libwww-shorten-simple-perl_0.02.orig.tar.gz.delta
 create mode 100644 libwww-shorten-simple-perl_0.02.orig.tar.gz.id

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

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


[libwww-shorten-simple-perl] 01/01: pristine-tar data for libwww-shorten-simple-perl_0.02.orig.tar.gz

2015-12-21 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 libwww-shorten-simple-perl.

commit a4ee5f73923e1615aa3dde458628d3bf43d19a30
Author: gregor herrmann 
Date:   Mon Dec 21 19:48:15 2015 +0100

pristine-tar data for libwww-shorten-simple-perl_0.02.orig.tar.gz
---
 libwww-shorten-simple-perl_0.02.orig.tar.gz.delta | Bin 0 -> 1240 bytes
 libwww-shorten-simple-perl_0.02.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libwww-shorten-simple-perl_0.02.orig.tar.gz.delta 
b/libwww-shorten-simple-perl_0.02.orig.tar.gz.delta
new file mode 100644
index 000..cee9b5a
Binary files /dev/null and b/libwww-shorten-simple-perl_0.02.orig.tar.gz.delta 
differ
diff --git a/libwww-shorten-simple-perl_0.02.orig.tar.gz.id 
b/libwww-shorten-simple-perl_0.02.orig.tar.gz.id
new file mode 100644
index 000..87309de
--- /dev/null
+++ b/libwww-shorten-simple-perl_0.02.orig.tar.gz.id
@@ -0,0 +1 @@
+3d4737add167ac96e438aead9e558c1301330312

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

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


[libwww-shorten-simple-perl] 11/11: releasing package libwww-shorten-simple-perl version 0.02-1

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

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

commit c6c21f9f60c2e0896701e060ff6723a4711a7449
Author: gregor herrmann 
Date:   Mon Dec 21 20:05:18 2015 +0100

releasing package libwww-shorten-simple-perl version 0.02-1
---
 debian/changelog | 14 +++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5728fd0..2030a62 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,16 @@
-libwww-shorten-simple-perl (0.02-1) UNRELEASED; urgency=medium
+libwww-shorten-simple-perl (0.02-1) unstable; urgency=medium
 
+  * Team upload.
   * Import upstream release 0.02.
-
- -- gregor herrmann   Mon, 21 Dec 2015 19:49:26 +0100
+  * Update debian/upstream/metadata.
+  * Drop patches, bit not applicable anymore.
+  * Update years of upstream copyright.
+  * Update (build) dependencies.
+  * Remove debian/tests/pkg-perl/SKIP. Not needed anymore.
+  * Drop information about removed files from debian/copyright.
+  * Lowercase short description.
+
+ -- gregor herrmann   Mon, 21 Dec 2015 20:03:27 +0100
 
 libwww-shorten-simple-perl (0.01-2) unstable; urgency=medium
 

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

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


[libwww-shorten-simple-perl] 08/11: Remove debian/tests/pkg-perl/SKIP.

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

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

commit 7dfe5ffec398f759c1bafc07b96152f043e12cca
Author: gregor herrmann 
Date:   Mon Dec 21 20:01:42 2015 +0100

Remove debian/tests/pkg-perl/SKIP.

Not needed anymore.
---
 debian/tests/pkg-perl/SKIP | 1 -
 1 file changed, 1 deletion(-)

diff --git a/debian/tests/pkg-perl/SKIP b/debian/tests/pkg-perl/SKIP
deleted file mode 100644
index 53e274a..000
--- a/debian/tests/pkg-perl/SKIP
+++ /dev/null
@@ -1 +0,0 @@
-smoke

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

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


[libwww-shorten-simple-perl] 10/11: Lowercase short description.

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

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

commit 85e1a064a0c03bf3390a0f6df1d315d954447abc
Author: gregor herrmann 
Date:   Mon Dec 21 20:03:15 2015 +0100

Lowercase short description.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 017b482..954856c 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Architecture: all
 Depends: ${misc:Depends},
  ${perl:Depends},
  libwww-shorten-perl
-Description: Factory wrapper around WWW::Shorten to avoid imports
+Description: factory wrapper around WWW::Shorten to avoid imports
  WWW::Shorten::Simple is a object oriented wrapper around WWW::Shorten
  so that you can create an object representing each URL shortening
  service, instead of importing link shortening functions into the

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

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


[libwww-shorten-simple-perl] annotated tag upstream/0.02 created (now ddfa912)

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

gregoa pushed a change to annotated tag upstream/0.02
in repository libwww-shorten-simple-perl.

at  ddfa912   (tag)
   tagging  6d66a7ef99eee9a5b1b1887dccdbe3f2a21c6b66 (commit)
 tagged by  gregor herrmann
on  Mon Dec 21 19:48:15 2015 +0100

- Log -
Upstream version 0.02

Dominique Dumont (1):
  Import original source of WWW-Shorten-Simple 0.01

Tatsuhiko Miyagawa (10):
  Initial import
  typo
  updated docs to include multiple services example
  updated example to wrap in eval
  typo
  load subclass in new()
  docs
  convert to Milla
  fix deps and tests
  0.02

gregor herrmann (1):
  Imported Upstream version 0.02

---

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/libwww-shorten-simple-perl.git

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


[libwww-shorten-simple-perl] annotated tag debian/0.02-1 created (now 77db24c)

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

gregoa pushed a change to annotated tag debian/0.02-1
in repository libwww-shorten-simple-perl.

at  77db24c   (tag)
   tagging  c6c21f9f60c2e0896701e060ff6723a4711a7449 (commit)
  replaces  debian/0.01-2
 tagged by  gregor herrmann
on  Mon Dec 21 20:05:18 2015 +0100

- Log -
tagging package libwww-shorten-simple-perl version debian/0.02-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJWeE1uXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGLrEP/R6NOKbfXszP575hDk7d4SvX
1xCeCymxpHsj3I09+zYUpY0u2a5jrXEHUHir5rXBg0pT//l2n4H66+MVBuZDJyYW
2PcG3K7PC3uwVQqVj2tC+rEprsvCLHmAyC0xTYTtnttFORwpJqw6ULEsvFPAgV0U
Lxjf3LlUGEO7gaUKieNn5x/khLAkpqGASkVF+ypJ/pZxWudC0cbfCjNuDXmfG3ML
HMkXjH27I9Ff/TgH+MniNZgBjPKQkwwzoWR4D4RaiDOhEol39pNXM5dCWBlM6RIu
mXmHX9PZxhKPSHu/4PwmXzhtRT+AVCBVMAqvIFsGAubwwCLe5fwn7UnyxBeAYLXm
6T7gcb/814+ybEODnmdZB+VA3nzsW/I9+jO8ZD9rCatAEAosfRnGyAoAZsaGQNDp
ts6+5aCwRBRml9EwnUST3cGtDKRzOiNoyW5ftAP2+sDtBibFix3OpOf8XG3+OScg
YbOA8ToNCtmFJzqa1IyRn4CFH8ydXdkxtCdl2E6mv3X0CLKNy0frcSgDx9FbkAbx
jGuyepXUgeZ6pBFVe7bf9A4shG61LkMHNSwK1VUmi93iOQlBJhiS5VxriSlICijr
5kMW37zZw3wb4JlAnky6Uxn68WJ8w/mR8P+xX0o09x+OokcD/w4wUVMq3yL2xdFe
D+AWmVRnCknCBg1zJY/r
=n1Sz
-END PGP SIGNATURE-

Tatsuhiko Miyagawa (10):
  Initial import
  typo
  updated docs to include multiple services example
  updated example to wrap in eval
  typo
  load subclass in new()
  docs
  convert to Milla
  fix deps and tests
  0.02

gregor herrmann (12):
  Imported Upstream version 0.02
  Merge tag 'upstream/0.02'
  update changelog
  Update debian/upstream/metadata.
  Drop patches, bit not applicable anymore.
  Update years of upstream copyright.
  Update (build) dependencies.
  Drop inc/ from git
  Remove debian/tests/pkg-perl/SKIP.
  Drop information about removed files from debian/copyright.
  Lowercase short description.
  releasing package libwww-shorten-simple-perl version 0.02-1

---

This annotated tag includes the following new commits:

   new  9f0a8b2   Merge tag 'upstream/0.02'
   new  c01d860   update changelog
   new  815f8d0   Update debian/upstream/metadata.
   new  bb04e6f   Drop patches, bit not applicable anymore.
   new  8844369   Update years of upstream copyright.
   new  6901eff   Update (build) dependencies.
   new  f22e272   Drop inc/ from git
   new  7dfe5ff   Remove debian/tests/pkg-perl/SKIP.
   new  33b5cbe   Drop information about removed files from 
debian/copyright.
   new  85e1a06   Lowercase short description.
   new  c6c21f9   releasing package libwww-shorten-simple-perl version 
0.02-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/libwww-shorten-simple-perl.git

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


[libtest-mock-redis-perl] 02/04: Update debian/changelog

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

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

commit 2d77929dec9dda9c811c3ab9e8a214d3c8a41ee7
Author: gregor herrmann 
Date:   Mon Dec 21 20:20:32 2015 +0100

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index 9b4f110..b4927a1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libtest-mock-redis-perl (0.19-1) UNRELEASED; urgency=medium
+
+  * Import upstream version 0.19
+
+ -- gregor herrmann   Mon, 21 Dec 2015 20:20:32 +0100
+
 libtest-mock-redis-perl (0.18-1) unstable; urgency=medium
 
   * Team upload.

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

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


[libtest-mock-redis-perl] 03/04: Update years of upstream and packaging copyright.

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

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

commit 9a043a9274bfd59788b40a313a0c58a43a62b6a5
Author: gregor herrmann 
Date:   Mon Dec 21 20:21:27 2015 +0100

Update years of upstream and packaging copyright.
---
 debian/copyright | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index c072760..de4e07e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,12 +4,12 @@ Upstream-Contact: Jeff Lavallee 
 Source: https://metacpan.org/release/Test-Mock-Redis
 
 Files: *
-Copyright: 2011-2013, Jeff Lavallee 
+Copyright: 2011-2015, Jeff Lavallee 
 License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: 2011, Maximilian Gass 
- 2012-2014, gregor herrmann 
+ 2012-2015, gregor herrmann 
 License: Artistic or GPL-1+
 
 License: Artistic

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

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


[libtest-mock-redis-perl] 04/04: releasing package libtest-mock-redis-perl version 0.19-1

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

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

commit bb30d9ccc96aa653a71906a3d2d290ba88bb6f79
Author: gregor herrmann 
Date:   Mon Dec 21 20:24:29 2015 +0100

releasing package libtest-mock-redis-perl version 0.19-1
---
 debian/changelog | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b4927a1..097e6c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-libtest-mock-redis-perl (0.19-1) UNRELEASED; urgency=medium
+libtest-mock-redis-perl (0.19-1) unstable; urgency=medium
 
-  * Import upstream version 0.19
+  * Import upstream version 0.19.
+  * Update years of upstream and packaging copyright.
 
- -- gregor herrmann   Mon, 21 Dec 2015 20:20:32 +0100
+ -- gregor herrmann   Mon, 21 Dec 2015 20:22:00 +0100
 
 libtest-mock-redis-perl (0.18-1) unstable; urgency=medium
 

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

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


[libtest-mock-redis-perl] 01/04: Merge tag 'upstream/0.19'

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

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

commit 9a76650cb4c0f52361be8f8355353d19afc222e5
Merge: c429f9d 59f8b09
Author: gregor herrmann 
Date:   Mon Dec 21 20:20:32 2015 +0100

Merge tag 'upstream/0.19'

Upstream version 0.19

 Changes|  3 +++
 META.json  |  4 ++--
 META.yml   |  4 ++--
 lib/Test/Mock/Redis.pm | 12 
 t/10-hash.t|  4 ++--
 5 files changed, 17 insertions(+), 10 deletions(-)

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

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


[libtest-mock-redis-perl] annotated tag upstream/0.19 created (now 28ac55e)

2015-12-21 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 libtest-mock-redis-perl.

at  28ac55e   (tag)
   tagging  59f8b099795accf425ef30acfc4c5dc825b32280 (commit)
  replaces  upstream/0.18
 tagged by  gregor herrmann
on  Mon Dec 21 20:20:32 2015 +0100

- Log -
Upstream version 0.19

gregor herrmann (1):
  Imported Upstream version 0.19

---

No new revisions were added by this update.

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

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


[libtest-mock-redis-perl] branch pristine-tar updated (aaad016 -> a412d55)

2015-12-21 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 libtest-mock-redis-perl.

  from  aaad016   pristine-tar data for 
libtest-mock-redis-perl_0.18.orig.tar.gz
   new  a412d55   pristine-tar data for 
libtest-mock-redis-perl_0.19.orig.tar.gz

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


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

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

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


[libtest-mock-redis-perl] annotated tag debian/0.19-1 created (now 05e562b)

2015-12-21 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 libtest-mock-redis-perl.

at  05e562b   (tag)
   tagging  bb30d9ccc96aa653a71906a3d2d290ba88bb6f79 (commit)
  replaces  debian/0.18-1
 tagged by  gregor herrmann
on  Mon Dec 21 20:24:29 2015 +0100

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

iQJ8BAABCgBmBQJWeFHtXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGIREQAJxjfZVO7oqD1kgvFq1SY2/T
J9YacJfJkgpt6THRpW6QzyrtbTGDnB0iQXZuBgOWGib2+GvxaxRsy1AO6xW0ZzGU
x6YYaxaexlvqXulgpat40zRjGLYDjsndjuZwHWJSlmiEb2RgrActz0vchcRZMOo5
MsfFE+KxXOHl1D3DdT2J6ZrboLzhD1kRQ7ucAxHy0MEx2WLQ/+xufIfXyLTpITy0
BWsX6ZHSAHx6cqufA2PJTl/r+PhUg1DuXqJq9Ke+ToZlLJxypdC9WR+c6v+vVnY6
1yJ0AvrOOtKFMAiu3BsqhW7wOf7uhkDpek9NTkEYD1F/JVIRppxFFBiuZnbOKTMS
8iq1TzdSbpzRIgk+2FZ3kFURENXZJP1aDc5dSUuRf789rk5G8WlVShKK9oJ+BkNR
Y9YzwO/pgkxXYuyyOkA+KUoVLJQWNM6dYgFm/BmewpOj8qcoglf9tUJdQ/XBHgtD
pVGADEhBbSsWGYG4pjPKz89XbNUu5BzXbNGsHFO1x843xO0DYxhgT+/ltaNlAXnA
+L8QvmHKz7jomsQlPlrFd4Oed7MVUXRbAUoZu25+9DhZGjVppJz6t2djgC0nhNqq
aLrD3sHX+kIkkF+4pYffT+zAqkKLanfn/hZO0RUo30oFyZ55TuYJriwsmkMqv9Hq
ahj/U+VHBb6HjsfftYVU
=lMiN
-END PGP SIGNATURE-

gregor herrmann (5):
  Imported Upstream version 0.19
  Merge tag 'upstream/0.19'
  Update debian/changelog
  Update years of upstream and packaging copyright.
  releasing package libtest-mock-redis-perl version 0.19-1

---

This annotated tag includes the following new commits:

   new  9a76650   Merge tag 'upstream/0.19'
   new  2d77929   Update debian/changelog
   new  9a043a9   Update years of upstream and packaging copyright.
   new  bb30d9c   releasing package libtest-mock-redis-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/libtest-mock-redis-perl.git

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


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

2015-12-21 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 libtest-mock-redis-perl.

commit a412d553bb9b61f26b6db34f1e99cb3bfac0b9a9
Author: gregor herrmann 
Date:   Mon Dec 21 20:20:32 2015 +0100

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

diff --git a/libtest-mock-redis-perl_0.19.orig.tar.gz.delta 
b/libtest-mock-redis-perl_0.19.orig.tar.gz.delta
new file mode 100644
index 000..101a735
Binary files /dev/null and b/libtest-mock-redis-perl_0.19.orig.tar.gz.delta 
differ
diff --git a/libtest-mock-redis-perl_0.19.orig.tar.gz.id 
b/libtest-mock-redis-perl_0.19.orig.tar.gz.id
new file mode 100644
index 000..ec7c26f
--- /dev/null
+++ b/libtest-mock-redis-perl_0.19.orig.tar.gz.id
@@ -0,0 +1 @@
+891ba13e6941de84523e51015c50ef9bbbcc05b8

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

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


[libtest-mock-redis-perl] branch master updated (c429f9d -> bb30d9c)

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

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

  from  c429f9d   Release libtest-mock-redis-perl 0.18-1 to unstable
  adds  59f8b09   Imported Upstream version 0.19
   new  9a76650   Merge tag 'upstream/0.19'
   new  2d77929   Update debian/changelog
   new  9a043a9   Update years of upstream and packaging copyright.
   new  bb30d9c   releasing package libtest-mock-redis-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|  3 +++
 META.json  |  4 ++--
 META.yml   |  4 ++--
 debian/changelog   |  7 +++
 debian/copyright   |  4 ++--
 lib/Test/Mock/Redis.pm | 12 
 t/10-hash.t|  4 ++--
 7 files changed, 26 insertions(+), 12 deletions(-)

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

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


[libtest-warnings-perl] 05/05: releasing package libtest-warnings-perl version 0.022-1

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

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

commit 4ebc88341fe8b652c38c01a226bbc54d713d60b6
Author: gregor herrmann 
Date:   Mon Dec 21 20:17:17 2015 +0100

releasing package libtest-warnings-perl version 0.022-1
---
 debian/changelog | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f468bb7..5a600e7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,11 @@
-libtest-warnings-perl (0.022-1) UNRELEASED; urgency=medium
+libtest-warnings-perl (0.022-1) unstable; urgency=medium
 
-  * Import upstream version 0.022
+  * Team upload.
+  * Import upstream version 0.022.
+  * Bump versioned build dependency on libcpan-meta-check-perl.
+  * Bump debhelper compatibility level to 9.
 
- -- gregor herrmann   Mon, 21 Dec 2015 20:10:34 +0100
+ -- gregor herrmann   Mon, 21 Dec 2015 20:14:53 +0100
 
 libtest-warnings-perl (0.021-1) unstable; urgency=medium
 

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

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


[libio-async-perl] 01/01: pristine-tar data for libio-async-perl_0.70.orig.tar.gz

2015-12-21 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 libio-async-perl.

commit 7f67747d1b57b9574e60c01f72b37bb018beb520
Author: gregor herrmann 
Date:   Mon Dec 21 20:50:04 2015 +0100

pristine-tar data for libio-async-perl_0.70.orig.tar.gz
---
 libio-async-perl_0.70.orig.tar.gz.delta | Bin 0 -> 5119 bytes
 libio-async-perl_0.70.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libio-async-perl_0.70.orig.tar.gz.delta 
b/libio-async-perl_0.70.orig.tar.gz.delta
new file mode 100644
index 000..f4dd84f
Binary files /dev/null and b/libio-async-perl_0.70.orig.tar.gz.delta differ
diff --git a/libio-async-perl_0.70.orig.tar.gz.id 
b/libio-async-perl_0.70.orig.tar.gz.id
new file mode 100644
index 000..6442225
--- /dev/null
+++ b/libio-async-perl_0.70.orig.tar.gz.id
@@ -0,0 +1 @@
+0c245d119f33c659e7d9af4ebbb30067fde46e59

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

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


[libjson-validator-perl] annotated tag debian/0.64+dfsg-1 created (now 10262ca)

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

gregoa pushed a change to annotated tag debian/0.64+dfsg-1
in repository libjson-validator-perl.

at  10262ca   (tag)
   tagging  e019bf84754741cb4cd8d0ff8f8b29670621e37d (commit)
  replaces  debian/0.63+dfsg-1
 tagged by  gregor herrmann
on  Mon Dec 21 20:42:13 2015 +0100

- Log -
tagging package libjson-validator-perl version debian/0.64+dfsg-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJWeFYVXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGxr4QAJ78/mVMgfhzgfV1Bk8zsQLq
vuuc+CptbxLdjRpCHo47E+xlQe2YBz2YhjlbusXV8VenVltnccQmu47+xNlrSH0Y
wwQdhh1l+4pEnLsIVdDvXp95p1p8OkwHI0xRy57qLNRIl64DqqHTwX/ogcj7b0Hz
xbnTPHds7twJqUf52PzvnOEbP94VEZ3Z4rAsWBWuwl04OjO2KCLMMJa4v6Lc5oIG
DWxzZBes8vCVaxp4XzP0AwmaifP1RGj5wXotJvjP5xltBZy9sP3rPYBb2L7zsCS2
VG+dHPCNkchvAweVpOGns38dT/mT3tQSjxDKKgm4uTGqR09ok27BoOsttdW8NzvK
PiU6ycomEytX3g8UwAscIRItqJRs1tBuLrUUINHrAA0sP/6HPXAdUT8KnLAxgWe7
88d4fQs3EoXsqqNYoAg84qOrITXpvrd2MRyrzLNK+FbqRRRgU/jhzF+cm2kQcVo8
loZH19b9OC8gAELUsUHgl+ygE0OPoI+eSYLpdUsQ/SRlC5veXekTgfDMHK23hfom
eu3vGklnq+eRRAue2gkiL0lrrPFnwSVVURSIp/9VoXxbI8KANf9kO30+jxVPs/Qq
mG4L/UOxQgL15RGbr3gyJl6ztvJ48xZSCGegVkjbOYDYZmK9iTMFydzmvAymjGwI
dCREU8K0foU9847UgEUl
=OdUg
-END PGP SIGNATURE-

Jan Henning Thorsen (3):
  Merge pull request #13 from kberov/master
  Fix treating JSON::PP::Boolean objects as boolean
  Released version 0.64

Krasimir Berov (3):
  Allow hash reference as arguments
  failing booleans via Mojo::JSON::MaybeXS
  Cpanel::JSON::XS stringifies true to "true", not "1"

gregor herrmann (4):
  Imported Upstream version 0.64+dfsg
  Merge tag 'upstream/0.64+dfsg'
  update changelog
  releasing package libjson-validator-perl version 0.64+dfsg-1

---

This annotated tag includes the following new commits:

   new  0c9acad   Merge tag 'upstream/0.64+dfsg'
   new  87e13d2   update changelog
   new  e019bf8   releasing package libjson-validator-perl version 
0.64+dfsg-1

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


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

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


[libjson-validator-perl] 01/01: pristine-tar data for libjson-validator-perl_0.64+dfsg.orig.tar.gz

2015-12-21 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 libjson-validator-perl.

commit b3312fec5009107f2b0b874b0c491982696be7c4
Author: gregor herrmann 
Date:   Mon Dec 21 20:38:55 2015 +0100

pristine-tar data for libjson-validator-perl_0.64+dfsg.orig.tar.gz
---
 libjson-validator-perl_0.64+dfsg.orig.tar.gz.delta | Bin 0 -> 2625 bytes
 libjson-validator-perl_0.64+dfsg.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libjson-validator-perl_0.64+dfsg.orig.tar.gz.delta 
b/libjson-validator-perl_0.64+dfsg.orig.tar.gz.delta
new file mode 100644
index 000..414e848
Binary files /dev/null and b/libjson-validator-perl_0.64+dfsg.orig.tar.gz.delta 
differ
diff --git a/libjson-validator-perl_0.64+dfsg.orig.tar.gz.id 
b/libjson-validator-perl_0.64+dfsg.orig.tar.gz.id
new file mode 100644
index 000..f2a7236
--- /dev/null
+++ b/libjson-validator-perl_0.64+dfsg.orig.tar.gz.id
@@ -0,0 +1 @@
+29eefdf0f785b3b620a8014d3ddbd02101912a54

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

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


[libjson-validator-perl] 02/03: update changelog

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

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

commit 87e13d215521bfa5910611c931b036242eb68d63
Author: gregor herrmann 
Date:   Mon Dec 21 20:39:21 2015 +0100

update changelog

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

diff --git a/debian/changelog b/debian/changelog
index c1d39be..1a6b0c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libjson-validator-perl (0.64+dfsg-1) UNRELEASED; urgency=medium
+
+  * Import upstream version 0.64+dfsg.
+
+ -- gregor herrmann   Mon, 21 Dec 2015 20:39:17 +0100
+
 libjson-validator-perl (0.63+dfsg-1) unstable; urgency=medium
 
   * Team upload.

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

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


[libjson-validator-perl] branch master updated (3a96323 -> e019bf8)

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

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

  from  3a96323   releasing package libjson-validator-perl version 
0.63+dfsg-1
  adds  1d9d1f0   Allow hash reference as arguments
  adds  5fe3e9d   failing booleans via Mojo::JSON::MaybeXS
  adds  46b06dd   Cpanel::JSON::XS stringifies true to "true", not "1"
  adds  baa6ef6   Merge pull request #13 from kberov/master
  adds  cabc3b4   Fix treating JSON::PP::Boolean objects as boolean
  adds  c87985b   Released version 0.64
  adds  b729b79   Imported Upstream version 0.64+dfsg
   new  0c9acad   Merge tag 'upstream/0.64+dfsg'
   new  87e13d2   update changelog
   new  e019bf8   releasing package libjson-validator-perl version 
0.64+dfsg-1

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


Summary of changes:
 Changes   |  4 
 MANIFEST  |  2 ++
 META.json |  2 +-
 META.yml  |  2 +-
 README|  3 ++-
 debian/changelog  |  7 +++
 lib/JSON/Validator.pm | 37 -
 t/booleans-xs.t   | 22 ++
 t/coerce-args.t   | 11 +++
 9 files changed, 66 insertions(+), 24 deletions(-)
 create mode 100644 t/booleans-xs.t
 create mode 100644 t/coerce-args.t

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

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


[libjson-validator-perl] branch pristine-tar updated (469f649 -> b3312fe)

2015-12-21 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 libjson-validator-perl.

  from  469f649   pristine-tar data for 
libjson-validator-perl_0.63+dfsg.orig.tar.gz
   new  b3312fe   pristine-tar data for 
libjson-validator-perl_0.64+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:
 libjson-validator-perl_0.64+dfsg.orig.tar.gz.delta | Bin 0 -> 2625 bytes
 libjson-validator-perl_0.64+dfsg.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libjson-validator-perl_0.64+dfsg.orig.tar.gz.delta
 create mode 100644 libjson-validator-perl_0.64+dfsg.orig.tar.gz.id

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

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


[libjson-validator-perl] 03/03: releasing package libjson-validator-perl version 0.64+dfsg-1

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

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

commit e019bf84754741cb4cd8d0ff8f8b29670621e37d
Author: gregor herrmann 
Date:   Mon Dec 21 20:42:13 2015 +0100

releasing package libjson-validator-perl version 0.64+dfsg-1
---
 debian/changelog | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1a6b0c6..887375f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-libjson-validator-perl (0.64+dfsg-1) UNRELEASED; urgency=medium
+libjson-validator-perl (0.64+dfsg-1) unstable; urgency=medium
 
+  * Team upload.
   * Import upstream version 0.64+dfsg.
 
- -- gregor herrmann   Mon, 21 Dec 2015 20:39:17 +0100
+ -- gregor herrmann   Mon, 21 Dec 2015 20:40:16 +0100
 
 libjson-validator-perl (0.63+dfsg-1) unstable; urgency=medium
 

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

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


[libjson-validator-perl] annotated tag upstream/0.64+dfsg created (now 1bfe157)

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

gregoa pushed a change to annotated tag upstream/0.64+dfsg
in repository libjson-validator-perl.

at  1bfe157   (tag)
   tagging  b729b791eada2b04a130d2c03a9da7bed2ddba38 (commit)
  replaces  upstream/0.63+dfsg
 tagged by  gregor herrmann
on  Mon Dec 21 20:38:55 2015 +0100

- Log -
Upstream version 0.64+dfsg

Jan Henning Thorsen (3):
  Merge pull request #13 from kberov/master
  Fix treating JSON::PP::Boolean objects as boolean
  Released version 0.64

Krasimir Berov (3):
  Allow hash reference as arguments
  failing booleans via Mojo::JSON::MaybeXS
  Cpanel::JSON::XS stringifies true to "true", not "1"

gregor herrmann (1):
  Imported Upstream version 0.64+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/libjson-validator-perl.git

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


[libjson-validator-perl] 01/03: Merge tag 'upstream/0.64+dfsg'

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

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

commit 0c9acadc90a0835b0a31b2528c255b77927c76a1
Merge: 3a96323 b729b79
Author: gregor herrmann 
Date:   Mon Dec 21 20:38:55 2015 +0100

Merge tag 'upstream/0.64+dfsg'

Upstream version 0.64+dfsg

 Changes   |  4 
 MANIFEST  |  2 ++
 META.json |  2 +-
 META.yml  |  2 +-
 README|  3 ++-
 lib/JSON/Validator.pm | 37 -
 t/booleans-xs.t   | 22 ++
 t/coerce-args.t   | 11 +++
 8 files changed, 59 insertions(+), 24 deletions(-)

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

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


[libdatetime-format-strptime-perl] 01/03: Merge tag 'upstream/1.6200'

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

gregoa pushed a commit to branch master
in repository libdatetime-format-strptime-perl.

commit f8f17e570a7702d908d1f6691f1af45e12866160
Merge: 0bf00e8 be98e82
Author: gregor herrmann 
Date:   Mon Dec 21 21:10:28 2015 +0100

Merge tag 'upstream/1.6200'

Upstream version 1.6200

 Changes | 10 +
 MANIFEST|  2 +-
 META.json   | 94 -
 META.yml| 94 -
 Makefile.PL |  4 +-
 README.md   |  2 +-
 lib/DateTime/Format/Strptime.pm |  6 +--
 t/errors.t  |  6 +++
 8 files changed, 117 insertions(+), 101 deletions(-)

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

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


[libdatetime-format-strptime-perl] annotated tag debian/1.6200-1 created (now 389fc4f)

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

gregoa pushed a change to annotated tag debian/1.6200-1
in repository libdatetime-format-strptime-perl.

at  389fc4f   (tag)
   tagging  5f64ffc345a6189d14e729f0160864c1371aee85 (commit)
  replaces  debian/1.6100-1
 tagged by  gregor herrmann
on  Mon Dec 21 21:13:45 2015 +0100

- Log -
tagging package libdatetime-format-strptime-perl version debian/1.6200-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJWeF15XxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoG0GcQAKdGiXiRtJSwlGg0K9Bbxf4B
8OpsujEoG4QCEzqNf5pUOVM7++VWP0o6Sd57FdIXMEaxOgBCtitDrG71m3a6XL4q
lQIZ0YAm2NKwrH4rAhou1vS5NO8ZIRLiAsySOYdE87jfDqmsqpQ6zh0pWuY7MBWV
2VV89vnQq1f/wCv9YJ4jBRuk3WTrGjAKn5/Dz6BLl2Q84yRIEwUf2SdeLkbi8crw
xXKUJi2RhVVJEwnzJAnudA8pewaCbjFKypi/3F0wI8YLKn+H5kJpTSX48tc5c7cE
uimVa7GhHpeBt1OOoUna6mGrdU3Rr7oDMiaOxtefg8gyJIVxRqjIjQSGc5pRxdrZ
d4Ba21W7NMAjdZRN1ILL+NelVm1ZlTtQAiktb2K6LqJ5478nf9VrDE6Yf3VNtrWG
ZzEwbjzEduTrrhH0uzMtUSDR7M5AmVQ71d5gjIR4EdTwkB9tdErs6XenjNN165UB
u94n3ovmzhe1JNJ55frqMXgRQsJ8WJyk7lCX4mLQOcSPVOjRUR6NXjMKCu3FedAJ
nHokmJLfgnkF8RdtYnz1SSYDrX87taKPWWR42zVrgEpOfbs+5gjoBxIcEKTVHAtP
CHPBlR1ZKRiREcjphj6yDQPau4AgAymbClZKUqc3Z/O867aads+XgThT9yFAXv1g
8b47VC3JQzAhw+rUPFe5
=+1iw
-END PGP SIGNATURE-

Dave Rolsky (3):
  Bump version after release
  If we cannot construct a DateTime object, don't try to validate it
  v1.62

gregor herrmann (4):
  Imported Upstream version 1.6200
  Merge tag 'upstream/1.6200'
  Update debian/changelog
  releasing package libdatetime-format-strptime-perl version 1.6200-1

---

This annotated tag includes the following new commits:

   new  f8f17e5   Merge tag 'upstream/1.6200'
   new  136bf41   Update debian/changelog
   new  5f64ffc   releasing package libdatetime-format-strptime-perl 
version 1.6200-1

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


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

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


[libdatetime-format-strptime-perl] annotated tag upstream/1.6200 created (now d8cf79d)

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

gregoa pushed a change to annotated tag upstream/1.6200
in repository libdatetime-format-strptime-perl.

at  d8cf79d   (tag)
   tagging  be98e82046512d8ebc8227d034a82dd196989b60 (commit)
  replaces  upstream/1.6100
 tagged by  gregor herrmann
on  Mon Dec 21 21:10:28 2015 +0100

- Log -
Upstream version 1.6200

Dave Rolsky (3):
  Bump version after release
  If we cannot construct a DateTime object, don't try to validate it
  v1.62

gregor herrmann (1):
  Imported Upstream version 1.6200

---

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/libdatetime-format-strptime-perl.git

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


[libdatetime-format-strptime-perl] 03/03: releasing package libdatetime-format-strptime-perl version 1.6200-1

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

gregoa pushed a commit to branch master
in repository libdatetime-format-strptime-perl.

commit 5f64ffc345a6189d14e729f0160864c1371aee85
Author: gregor herrmann 
Date:   Mon Dec 21 21:13:45 2015 +0100

releasing package libdatetime-format-strptime-perl version 1.6200-1
---
 debian/changelog | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4c81710..b1d6f0f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-libdatetime-format-strptime-perl (1.6200-1) UNRELEASED; urgency=medium
+libdatetime-format-strptime-perl (1.6200-1) unstable; urgency=medium
 
-  * Import upstream version 1.6200
+  * Import upstream version 1.6200.
 
- -- gregor herrmann   Mon, 21 Dec 2015 21:10:28 +0100
+ -- gregor herrmann   Mon, 21 Dec 2015 21:11:18 +0100
 
 libdatetime-format-strptime-perl (1.6100-1) unstable; urgency=medium
 

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

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


[libdatetime-format-strptime-perl] 02/03: Update debian/changelog

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

gregoa pushed a commit to branch master
in repository libdatetime-format-strptime-perl.

commit 136bf41d95cc502347c0ede15e80b21164d5b1de
Author: gregor herrmann 
Date:   Mon Dec 21 21:10:28 2015 +0100

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index e97e648..4c81710 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libdatetime-format-strptime-perl (1.6200-1) UNRELEASED; urgency=medium
+
+  * Import upstream version 1.6200
+
+ -- gregor herrmann   Mon, 21 Dec 2015 21:10:28 +0100
+
 libdatetime-format-strptime-perl (1.6100-1) unstable; urgency=medium
 
   * Team upload.

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

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


[libdatetime-format-strptime-perl] 01/01: pristine-tar data for libdatetime-format-strptime-perl_1.6200.orig.tar.gz

2015-12-21 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 libdatetime-format-strptime-perl.

commit 90bde71210a4c4cd09e3198a26fadff5068a0ce0
Author: gregor herrmann 
Date:   Mon Dec 21 21:10:28 2015 +0100

pristine-tar data for libdatetime-format-strptime-perl_1.6200.orig.tar.gz
---
 ...atetime-format-strptime-perl_1.6200.orig.tar.gz.delta | Bin 0 -> 1846 bytes
 libdatetime-format-strptime-perl_1.6200.orig.tar.gz.id   |   1 +
 2 files changed, 1 insertion(+)

diff --git a/libdatetime-format-strptime-perl_1.6200.orig.tar.gz.delta 
b/libdatetime-format-strptime-perl_1.6200.orig.tar.gz.delta
new file mode 100644
index 000..81233c3
Binary files /dev/null and 
b/libdatetime-format-strptime-perl_1.6200.orig.tar.gz.delta differ
diff --git a/libdatetime-format-strptime-perl_1.6200.orig.tar.gz.id 
b/libdatetime-format-strptime-perl_1.6200.orig.tar.gz.id
new file mode 100644
index 000..025c4c1
--- /dev/null
+++ b/libdatetime-format-strptime-perl_1.6200.orig.tar.gz.id
@@ -0,0 +1 @@
+e15e931559e3ef6818e6835cb155ea7b12c127e1

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

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


[libdatetime-format-strptime-perl] branch master updated (0bf00e8 -> 5f64ffc)

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

gregoa pushed a change to branch master
in repository libdatetime-format-strptime-perl.

  from  0bf00e8   add bug closer
  adds  0a6cea1   Bump version after release
  adds  a1bc714   If we cannot construct a DateTime object, don't try to 
validate it
  adds  cecad58   v1.62
  adds  be98e82   Imported Upstream version 1.6200
   new  f8f17e5   Merge tag 'upstream/1.6200'
   new  136bf41   Update debian/changelog
   new  5f64ffc   releasing package libdatetime-format-strptime-perl 
version 1.6200-1

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


Summary of changes:
 Changes | 10 +
 MANIFEST|  2 +-
 META.json   | 94 -
 META.yml| 94 -
 Makefile.PL |  4 +-
 README.md   |  2 +-
 debian/changelog|  6 +++
 lib/DateTime/Format/Strptime.pm |  6 +--
 t/errors.t  |  6 +++
 9 files changed, 123 insertions(+), 101 deletions(-)

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

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


[libconfig-grammar-perl] 03/04: Update copyright years for debian/* packaging files

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

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

commit 13454ed1bd469af9df745de28f4937dedbe57e3c
Author: Salvatore Bonaccorso 
Date:   Mon Dec 21 19:23:22 2015 +0100

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

diff --git a/debian/copyright b/debian/copyright
index b05b58d..7c8554e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -9,7 +9,7 @@ Copyright: Copyright (C) 2000-2005 by ETH Zurich. All rights 
reserved.
 License: GPL-1+ or Artistic
 
 Files: debian/*
-Copyright: 2009-2014, Salvatore Bonaccorso 
+Copyright: 2009-2015, Salvatore Bonaccorso 
 License: GPL-1+ or Artistic
 
 License: Artistic

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

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


[libconfig-grammar-perl] 02/04: Declare compliance with Debian policy 3.9.6

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

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

commit 6bf7aa86d71cffddcd96f40278ccf62a19356827
Author: Salvatore Bonaccorso 
Date:   Mon Dec 21 19:22:50 2015 +0100

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

diff --git a/debian/control b/debian/control
index 1dba6db..2fea69a 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: perl
 Maintainer: Debian Perl Group 
 Uploaders: Salvatore Bonaccorso   
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libconfig-grammar-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libconfig-grammar-perl.git
 Homepage: https://metacpan.org/release/Config-Grammar

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

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


[libconfig-grammar-perl] 01/04: Bump Debhelper compat level to 9

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

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

commit 947632ec4c35532dc2753256d3d7e4e6327f227b
Author: Salvatore Bonaccorso 
Date:   Mon Dec 21 19:22:22 2015 +0100

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

diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index acaaa11..1dba6db 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: libconfig-grammar-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 8)
+Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: perl
 Maintainer: Debian Perl Group 
 Uploaders: Salvatore Bonaccorso   

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

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


[libdevel-patchperl-perl] annotated tag debian/1.40-1 created (now e08c981)

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

gregoa pushed a change to annotated tag debian/1.40-1
in repository libdevel-patchperl-perl.

at  e08c981   (tag)
   tagging  be589e8b600256c29d37181a1423d969afc41277 (commit)
  replaces  upstream/1.40
 tagged by  gregor herrmann
on  Mon Dec 21 19:23:36 2015 +0100

- Log -
tagging package libdevel-patchperl-perl version debian/1.40-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJWeEOoXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGU/AQAK+kJU29fF76rZlmNApkB33h
ipEj0CLfUFxQu+wkmNmRvIOSx9R0ERqEowFivDHoXBj7QHEeD7TX2PUBknkYbWI/
232A31iPBbLRYYYhU6C0Jsyv3fTy1uqchERRu4THl2A9mzvkvsi1G5hUHgfaHyau
kNlGjefB03TtILDtxPbdG5k06CllnmviMD2P9X/whAIF7nv9uW/Ay3tfeicwZC7W
L0Gfq3Q4Qgg9r1lhfK9dR1OQNttTl1DlYSVGOueHuJDyXUGh6jP/a5DZe+xCVu68
resR5BEiUhzlHvxcMSAbdcMnv7zhwh1YZ9SkWczVb08GTMFOlBardMt86qeryMq9
jt8mxXxKP9L+WykZP37v+PO2g9QQJSP4D3Jgqm+EljM3juwEVorUPfU1OpSZVM/z
17uOtfUK9AkF2siFGvKwVvXBiC6cWwAQsSSBXGsMuNvGaeLGVyCMwi27aXl2lThW
ktb52AyY834NnU9pJTYzsD8GMgKG+DNmD0e9Z/VyCyvrzuitJ1ImTX1aWPibC126
VFwCJLcdtE5c6sh8E6yloqM1CFDaZy84ZKWjpkZJ39qnovVTx0/LX0BFkAv72iIg
CzSsC9i6rGyrsBplhdqNRhy/oZziQibWkOtwHgbyDwp9GsPT8KE/FZG4zk17e5Wm
mnmLBnCdfy3uihpBMYzP
=NEaM
-END PGP SIGNATURE-

Alessandro Ghedini (44):
  [svn-inject] Applying Debian modifications (0.30-1) to trunk
  move build dependendencies to Build-Depends-Indep
  adjust upstream copyright
  release to unstable
  New upstream release
  release to unstable
  IGNORE-VERSION: 0.40
  Merge commit 'upstream/0.44'
  New upstream release
  Finalize changelog
  Merge commit 'upstream/0.46'
  New upstream release
  Fix typos in description
  Finalize changelog
  Merge commit 'upstream/0.48'
  New upstream release
  Ignore version, adds support for hpux
  Merge commit 'upstream/0.52'
  New upstream release
  Update upstream copyright
  Finalize changelog
  Merge commit 'upstream/0.62'
  New upstream release
  Finalize changelog
  Merge tag 'upstream/0.64'
  New upstream release
  Update upstream copyright year
  Finalize changelog
  Email change: Alessandro Ghedini -> gh...@debian.org
  Imported Upstream version 0.70
  Merge tag 'upstream/0.70'
  New upstream release
  Update copyright to Copyright-Format 1.0
  Bump Standards-Version to 3.9.3
  Finalize changelog
  Merge tag 'upstream/0.72'
  New upstream release
  Finalize changelog
  Merge tag 'upstream/0.74'
  New upstream release
  Finalize changelog
  Merge tag 'upstream/0.76'
  New upstream release
  Finalize changelog

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

Axel Beckert (1):
  Remove trailing whitespace

Damyan Ivanov (3):
  Merge tag 'upstream/1.14'
  Imported Upstream version 1.14
  releasing package libdevel-patchperl-perl version 1.14-1

Gregor Herrmann (1):
  update IGNORE-VERSION version

Jotam Jr. Trejo (3):
  New upstream release
  Add myself to Uploaders and Copyright
  dch -r; ready for review

Lucas Kanashiro (4):
  Merge tag 'upstream/1.40'
  Update debian/changelog
  Bump debhelper compatibility level to 9
  Releasing libdevel-patchperl-perl version 1.40-1

Salvatore Bonaccorso (7):
  [packagecheck] fixed Vcs-(Git|Browser)/Homepage field(s) in 
debian/control and/or URL in debian/watch and/or rmdir /usr/{lib|share}/perl5 
in debian/rules.
  Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  update changelog
  Change search.cpan.org based URIs to metacpan.org based URIs
  update changelog
  Update Vcs-Browser URL to cgit web frontend
  update changelog

gregor herrmann (68):
  s/UNSTABLE/unstable/
  Merge commit 'upstream/0.56'
  New upstream release.
  PROBLEM:
  Merge commit 'upstream/0.58'
  New upstream release.
  releasing version 0.58-1
  Merge commit 'upstream/0.60'
  New upstream release.
  releasing version 0.60-1
  Merge tag 'upstream/0.66'
  update changelog / IGNORE-VERSION
  Merge tag 'upstream/0.68'
  New upstream release 0.68.
  Merge tag 'upstream/0.82'
  New upstream release.
  Update years of upstream copyright.
  Set Standards-Version to 3.9.4 (no changes).
  releasing version 0.82-1
  Merge tag 'upstream/0.84'
  New upstream release.
  releasing version 0.84-1
  Merge tag 'upstream/0.90'
  New upstream release.
  releasing package libdevel-patchperl-perl version 0.90-1
  Merge tag 'upstream/1.00'
  New upstream release.
  releasing package libdevel-patchperl-perl version 1.00-1
  Explicitly (build-)depend on Module::Pluggable.
  

[libconfig-grammar-perl] 04/04: Update debian/changelog file

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

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

commit 45c97c1d0a0efade63d8ffa4a2537c66df4fc10e
Author: Salvatore Bonaccorso 
Date:   Mon Dec 21 19:23:42 2015 +0100

Update debian/changelog file

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

diff --git a/debian/changelog b/debian/changelog
index e3415f0..d7b7d1d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
 libconfig-grammar-perl (1.10-3) UNRELEASED; urgency=medium
 
   * Update Vcs-Browser URL to cgit web frontend
+  * Bump Debhelper compat level to 9
+  * Declare compliance with Debian policy 3.9.6
+  * Update copyright years for debian/* packaging files
 
  -- Salvatore Bonaccorso   Sat, 16 Aug 2014 09:30:32 +0200
 

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

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


[libconfig-grammar-perl] branch master updated (fed459e -> 45c97c1)

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

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

  from  fed459e   update changelog
   new  947632e   Bump Debhelper compat level to 9
   new  6bf7aa8   Declare compliance with Debian policy 3.9.6
   new  13454ed   Update copyright years for debian/* packaging files
   new  45c97c1   Update debian/changelog file

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


Summary of changes:
 debian/changelog | 3 +++
 debian/compat| 2 +-
 debian/control   | 4 ++--
 debian/copyright | 2 +-
 4 files changed, 7 insertions(+), 4 deletions(-)

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

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


[libconfig-grammar-perl] branch master updated (45c97c1 -> fcf9d37)

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

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

  from  45c97c1   Update debian/changelog file
   new  036da4c   Declare package as autopkgtestable
   new  fcf9d37   Update debian/changelog file

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 | 3 ++-
 debian/control   | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

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

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


[libconfig-grammar-perl] 01/02: Declare package as autopkgtestable

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

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

commit 036da4cdfb8238d93b8ddc4ae81eb647fcb5b0f6
Author: Salvatore Bonaccorso 
Date:   Mon Dec 21 19:25:35 2015 +0100

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

diff --git a/debian/control b/debian/control
index 2fea69a..0869fc7 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libconfig-grammar-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libconfig-grammar-perl.git
 Homepage: https://metacpan.org/release/Config-Grammar
+Testsuite: autopkgtest-pkg-perl
 
 Package: libconfig-grammar-perl
 Architecture: all

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

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


[libconfig-grammar-perl] branch master updated (fcf9d37 -> 4abfe6d)

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

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

  from  fcf9d37   Update debian/changelog file
   new  8031673   Add fix-spelling-error-in-manpage.patch patch
   new  4abfe6d   Prepare changelog for release

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


Summary of changes:
 debian/changelog   |  6 --
 debian/patches/fix-spelling-error-in-manpage.patch | 18 ++
 debian/patches/series  |  1 +
 3 files changed, 23 insertions(+), 2 deletions(-)
 create mode 100644 debian/patches/fix-spelling-error-in-manpage.patch
 create mode 100644 debian/patches/series

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

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


[libconfig-grammar-perl] 01/02: Add fix-spelling-error-in-manpage.patch patch

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

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

commit 803167322fd73942d2d138a5e061b34f53c922bb
Author: Salvatore Bonaccorso 
Date:   Mon Dec 21 19:34:20 2015 +0100

Add fix-spelling-error-in-manpage.patch patch

Fix spelling error in manpage (Config::Grammar).
---
 debian/patches/fix-spelling-error-in-manpage.patch | 18 ++
 debian/patches/series  |  1 +
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/fix-spelling-error-in-manpage.patch 
b/debian/patches/fix-spelling-error-in-manpage.patch
new file mode 100644
index 000..200e8dd
--- /dev/null
+++ b/debian/patches/fix-spelling-error-in-manpage.patch
@@ -0,0 +1,18 @@
+Description: Fix spelling error in manpage
+Origin: vendor
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=110491
+Forwarded: 
https://rt.cpan.org/Public/Ticket/Attachment/1575068/841046/fix-spelling-error-in-manpage.patch
+Author: Salvatore Bonaccorso 
+Last-Update: 2015-12-21
+
+--- a/lib/Config/Grammar.pm
 b/lib/Config/Grammar.pm
+@@ -892,7 +892,7 @@ space will be inserted between the conca
+ '@include filename' is used to include another file. Include works relative 
to the
+ directory where the parent file is in.
+ 
+-'@define a some value' will replace all occurences of 'a' in the following 
text
++'@define a some value' will replace all occurrences of 'a' in the following 
text
+ with 'some value'.
+ 
+ Fields in tables that contain white space can be enclosed in either C<'> or 
C<">.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..8810115
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-spelling-error-in-manpage.patch

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

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


[libiptables-chainmgr-perl] 04/06: Update debian/changelog

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

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

commit 79fb4e0bc4f542fa92d117999ab976c7cc3c8531
Author: gregor herrmann 
Date:   Mon Dec 21 20:45:29 2015 +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 d98c647..fb0e8c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-libiptables-chainmgr-perl (1.4-2) UNRELEASED; urgency=medium
+libiptables-chainmgr-perl (1.5-1) UNRELEASED; urgency=medium
 
   * Update debian/upstream/metadata (typo in Git URL).
+  * Import upstream version 1.5
 
- -- gregor herrmann   Mon, 21 Dec 2015 20:45:02 +0100
+ -- gregor herrmann   Mon, 21 Dec 2015 20:45:29 +0100
 
 libiptables-chainmgr-perl (1.4-1) unstable; urgency=low
 

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

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


[libiptables-chainmgr-perl] 02/06: update changelog

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

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

commit 9d188987b7df7f22ef6363ad223ed5551a802a39
Author: gregor herrmann 
Date:   Mon Dec 21 20:45:13 2015 +0100

update changelog

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

diff --git a/debian/changelog b/debian/changelog
index efef3f8..d98c647 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libiptables-chainmgr-perl (1.4-2) UNRELEASED; urgency=medium
+
+  * Update debian/upstream/metadata (typo in Git URL).
+
+ -- gregor herrmann   Mon, 21 Dec 2015 20:45:02 +0100
+
 libiptables-chainmgr-perl (1.4-1) unstable; urgency=low
 
   * Team upload

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

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


[libiptables-chainmgr-perl] 03/06: Merge tag 'upstream/1.5'

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

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

commit 6472b58e07dea901030d6ae677b3f4c4e52ef41f
Merge: 9d18898 4ed991b
Author: gregor herrmann 
Date:   Mon Dec 21 20:45:28 2015 +0100

Merge tag 'upstream/1.5'

Upstream version 1.5

 Changes  | 4 
 META.json| 2 +-
 META.yml | 2 +-
 README   | 2 +-
 VERSION  | 2 +-
 lib/IPTables/ChainMgr.pm | 6 +++---
 6 files changed, 11 insertions(+), 7 deletions(-)

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

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


[libiptables-chainmgr-perl] branch master updated (0aeedae -> d43225a)

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

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

  from  0aeedae   prepare changelog for release
   new  70c14cd   Update debian/upstream/metadata (typo in Git URL).
   new  9d18898   update changelog
  adds  e5575b5   initial import
  adds  0538e8f   minor copyright date update and typo fixes
  adds  f549bd4   Bug fix from Miloslav Trmac for "Use of qw(...) as 
parentheses is deprecated" warnings
  adds  2ad5760   added basic_tests.pl file to cycle through main 
IPTables::ChainMgr functionality
  adds  16dccc0   updated Makefile.PL to look for NetAddr::IP instead of 
the old Net::IPv4Addr module
  adds  f69b4d2   updated to handle ip6tables
  adds  fd3cabe   bugfix for defined hash test with 'keys', added 
'normalize' hash key to find_ip_rule() input
  adds  a3496e5   added rule verification tests, update to catch 'lib' path 
errors w.r.t. IPTables::Parse
  adds  8808071   added material to cover ip6tables perldoc examples
  adds  492be30   added 'extended' tests with tcp/80 and udp/53 rules
  adds  6f709bc   added 0.9.9 changes
  adds  c850ead   bumped version to 0.9.9
  adds  e7c28df   minor addition to include the test suite
  adds  924c7ae   Bug fix for missing IPTables::Parse dependency
  adds  ba569ed   Added 'ctstate' and 'state' keys to extended hashes for 
find_ip_rule() and add_ip_rule()
  adds  3aacf32   Changes update for 1.0, minor addition of git links for 
perldoc material
  adds  291522c   bumped version to 1.0
  adds  5819503   Added META.{yml,json} files
  adds  1fa8b65   added t/basic_tests.pl file to MANIFEST
  adds  0ae7f19   - Minor bug fix to ensure not to look for 'extended' hash 
keys in returned   IPTables::Parse data without an existence check first. - 
Added the ability to specify 'ip6tables' when instantiating an   
IPTables::ChainMgr object via 'new'. - Updated license to the Artistic license.
  adds  e6f2e6d   1.1 release
  adds  8c148bc   Added set_chain_policy() function, minor iptables binary 
name fix
  adds  ba1b6ff   bumped version to 1.2
  adds  9b27260   Made append_ip_rule() into a wrapper for add_ip_rule(), 
state tracking bug fixes
  adds  55854cf   minor variable naming update: href -> hr, and aref -> ar
  adds  350785a   Update to use parse_keys from IPTables::Parse
  adds  df18ad4   Derive iptables rule 'match' keys from IPTables::Parse
  adds  26ed530   consolidated find_ip_rule() tests into rule addition 
functions
  adds  5499c70   Added tests for 'length' match, added 
print_parse_capabilities().
  adds  7048aa2   print error upon import problem
  adds  347b70e   minor update to use direct syntax for object construction
  adds  c369ee9   use IPTables::Parse for direct execution of iptables 
commands
  adds  fc1e59e   bump version to 1.3
  adds  8f38938   derive object keys from IPTables::Parse
  adds  b8b4b2e   ensure _ipv6 influences IP subnet search when appropriate
  adds  7c138d4   use _ipv6 object hash key
  adds  73bde3e   use _ipv6 object hash key
  adds  093d41e   minor wording update
  adds  6e5d40c   remove /128 and /32 masks from normalized subnets
  adds  c80ca69   1.3 changes update
  adds  6bf4c81   let IPTables::Parse work out whether to use firewall-cmd
  adds  be17a93   perldoc update
  adds  b4c2997   minor copyright date update
  adds  107b0c3   minor formatting updates
  adds  efcb020   Merge branch 'master' of 
ssh://192.168.10.1/home/mbr/git/IPTables-ChainMgr
  adds  49110f2   added tests for iptables chain names with embedded 
special chars
  adds  3fa331f   Merge branch 'master' of 
ssh://192.168.10.1/home/mbr/git/IPTables-ChainMgr
  adds  b4e4966   bump version to 1.4
  adds  86aae69   minor bug fix for IPTables::Parse version comparison
  adds  4ed991b   Imported Upstream version 1.5
   new  6472b58   Merge tag 'upstream/1.5'
   new  79fb4e0   Update debian/changelog
   new  55f884b   Reformat debian/control with cme
   new  d43225a   releasing package libiptables-chainmgr-perl version 1.5-1

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


Summary of changes:
 Changes  |  4 
 META.json|  2 +-
 META.yml |  2 +-
 README   |  2 +-
 VERSION  |  2 +-
 debian/changelog |  8 
 debian/control   | 25 +
 debian/upstream/metadata |  2 +-
 lib/IPTables/ChainMgr.pm |  6 +++---
 9 files changed, 33 insertions(+), 20 deletions(-)

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

[libiptables-chainmgr-perl] 06/06: releasing package libiptables-chainmgr-perl version 1.5-1

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

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

commit d43225aa361ef690eacf0f51198723a5d4d000a3
Author: gregor herrmann 
Date:   Mon Dec 21 20:48:25 2015 +0100

releasing package libiptables-chainmgr-perl version 1.5-1
---
 debian/changelog | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fb0e8c9..8663abd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-libiptables-chainmgr-perl (1.5-1) UNRELEASED; urgency=medium
+libiptables-chainmgr-perl (1.5-1) unstable; urgency=medium
 
+  * Team upload.
   * Update debian/upstream/metadata (typo in Git URL).
-  * Import upstream version 1.5
+  * Import upstream version 1.5.
 
- -- gregor herrmann   Mon, 21 Dec 2015 20:45:29 +0100
+ -- gregor herrmann   Mon, 21 Dec 2015 20:46:51 +0100
 
 libiptables-chainmgr-perl (1.4-1) unstable; urgency=low
 

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

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


[libiptables-chainmgr-perl] 01/01: pristine-tar data for libiptables-chainmgr-perl_1.5.orig.tar.gz

2015-12-21 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 libiptables-chainmgr-perl.

commit 5691ee2c152cb8102fff646b31f7cc8a21370f96
Author: gregor herrmann 
Date:   Mon Dec 21 20:45:28 2015 +0100

pristine-tar data for libiptables-chainmgr-perl_1.5.orig.tar.gz
---
 libiptables-chainmgr-perl_1.5.orig.tar.gz.delta | Bin 0 -> 1193 bytes
 libiptables-chainmgr-perl_1.5.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libiptables-chainmgr-perl_1.5.orig.tar.gz.delta 
b/libiptables-chainmgr-perl_1.5.orig.tar.gz.delta
new file mode 100644
index 000..998989a
Binary files /dev/null and b/libiptables-chainmgr-perl_1.5.orig.tar.gz.delta 
differ
diff --git a/libiptables-chainmgr-perl_1.5.orig.tar.gz.id 
b/libiptables-chainmgr-perl_1.5.orig.tar.gz.id
new file mode 100644
index 000..af34b7e
--- /dev/null
+++ b/libiptables-chainmgr-perl_1.5.orig.tar.gz.id
@@ -0,0 +1 @@
+e691ce545613aff446a595b4f637ee8fd8c35501

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

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


[libiptables-chainmgr-perl] branch pristine-tar updated (3655706 -> 5691ee2)

2015-12-21 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 libiptables-chainmgr-perl.

  from  3655706   pristine-tar data for 
libiptables-chainmgr-perl_1.4.orig.tar.gz
   new  5691ee2   pristine-tar data for 
libiptables-chainmgr-perl_1.5.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:
 libiptables-chainmgr-perl_1.5.orig.tar.gz.delta | Bin 0 -> 1193 bytes
 libiptables-chainmgr-perl_1.5.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libiptables-chainmgr-perl_1.5.orig.tar.gz.delta
 create mode 100644 libiptables-chainmgr-perl_1.5.orig.tar.gz.id

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

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


[liblog-dispatch-dir-perl] 03/03: releasing package liblog-dispatch-dir-perl version 0.14-1

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

gregoa pushed a commit to branch master
in repository liblog-dispatch-dir-perl.

commit 542c350395999fd0562bfbbdd13a877f0a5f1248
Author: gregor herrmann 
Date:   Mon Dec 21 20:37:00 2015 +0100

releasing package liblog-dispatch-dir-perl version 0.14-1
---
 debian/changelog | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b98affa..f564659 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-liblog-dispatch-dir-perl (0.14-1) UNRELEASED; urgency=medium
+liblog-dispatch-dir-perl (0.14-1) unstable; urgency=medium
 
-  * Import upstream version 0.14
+  * Team upload.
+  * Import upstream version 0.14.
 
- -- gregor herrmann   Mon, 21 Dec 2015 20:29:11 +0100
+ -- gregor herrmann   Mon, 21 Dec 2015 20:32:16 +0100
 
 liblog-dispatch-dir-perl (0.13-1) unstable; urgency=medium
 

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

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