[libpdl-netcdf-perl] branch master updated (5b398b5 -> b24fc30)

2016-07-02 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository libpdl-netcdf-perl.

  from  5b398b5   Set distribution to unstable.
   new  7026d09   Add patch by Reiner Herrmann to sort RETVAL keys for 
reproducible builds.
   new  b24fc30   Set distribution to unstable.

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|  8 
 debian/patches/reproducible-build.patch | 16 
 debian/patches/series   |  1 +
 3 files changed, 25 insertions(+)
 create mode 100644 debian/patches/reproducible-build.patch

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

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


[libpdl-netcdf-perl] tag debian/4.20-5 created (now b24fc30)

2016-07-02 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to tag debian/4.20-5
in repository libpdl-netcdf-perl.

at  b24fc30   (commit)
No new revisions were added by this update.

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

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


[libpdl-netcdf-perl] 01/02: Add patch by Reiner Herrmann to sort RETVAL keys for reproducible builds.

2016-07-02 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository libpdl-netcdf-perl.

commit 7026d09b8f28c9cb97090fa2a8434d7770545d6d
Author: Bas Couwenberg 
Date:   Sun Jul 3 01:02:33 2016 +0200

Add patch by Reiner Herrmann to sort RETVAL keys for reproducible builds.
---
 debian/changelog|  8 
 debian/patches/reproducible-build.patch | 16 
 debian/patches/series   |  1 +
 3 files changed, 25 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 75748e2..226aa9a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libpdl-netcdf-perl (4.20-5) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Add patch by Reiner Herrmann to sort RETVAL keys for reproducible builds.
+(closes: #829322)
+
+ -- Bas Couwenberg   Sun, 03 Jul 2016 01:01:42 +0200
+
 libpdl-netcdf-perl (4.20-4) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/patches/reproducible-build.patch 
b/debian/patches/reproducible-build.patch
new file mode 100644
index 000..7c60132
--- /dev/null
+++ b/debian/patches/reproducible-build.patch
@@ -0,0 +1,16 @@
+Description: Sort RETVAL keys for reproducible build
+Author: Reiner Herrmann 
+Bug-Debian: https://bugs.debian.org/829322
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=115393
+
+--- a/netcdf.pd
 b/netcdf.pd
+@@ -822,7 +822,7 @@ sub create_low_level {
+ $xsout .= ");\n";
+ $xsout .= "OUTPUT:\n";
+ $xsout .= "\tRETVAL\n";
+-foreach $var (keys %output) {
++foreach $var (sort keys %output) {
+   $xsout .= "\t$var\n";
+ }
+ $xsout .= "\n\n";
diff --git a/debian/patches/series b/debian/patches/series
index 44e398b..98b895b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ perl-5.14-ccflags.patch
 spelling-errors.patch
 32bits-integer-size.patch
 skip-tests-for-big-endian.patch
+reproducible-build.patch

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

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


[libpdl-netcdf-perl] 02/02: Set distribution to unstable.

2016-07-02 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository libpdl-netcdf-perl.

commit b24fc3098d58ad686710df52b82b246ae5ec33a5
Author: Bas Couwenberg 
Date:   Sun Jul 3 01:02:46 2016 +0200

Set distribution to unstable.
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 226aa9a..1ca637d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-libpdl-netcdf-perl (4.20-5) UNRELEASED; urgency=medium
+libpdl-netcdf-perl (4.20-5) unstable; urgency=medium
 
   * Team upload.
   * Add patch by Reiner Herrmann to sort RETVAL keys for reproducible builds.
 (closes: #829322)
 
- -- Bas Couwenberg   Sun, 03 Jul 2016 01:01:42 +0200
+ -- Bas Couwenberg   Sun, 03 Jul 2016 01:02:34 +0200
 
 libpdl-netcdf-perl (4.20-4) unstable; urgency=medium
 

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

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


[libpdl-io-hdf5-perl] tag debian/0.73-2 created (now 33bbb66)

2016-07-02 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to tag debian/0.73-2
in repository libpdl-io-hdf5-perl.

at  33bbb66   (commit)
No new revisions were added by this update.

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

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


[libpdl-io-hdf5-perl] 02/02: Set distribution to unstable.

2016-07-02 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository libpdl-io-hdf5-perl.

commit 33bbb66301d0925b1ea8f8e91fc03d1976b17b40
Author: Bas Couwenberg 
Date:   Sun Jul 3 00:53:41 2016 +0200

Set distribution to unstable.
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 92f3c98..379939f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-libpdl-io-hdf5-perl (1:0.73-2) UNRELEASED; urgency=medium
+libpdl-io-hdf5-perl (1:0.73-2) unstable; urgency=medium
 
   * Team upload.
   * Add patch by Reiner Herrmann to sort hash keys while printing RETVALs.
 (closes: #829320)
 
- -- Bas Couwenberg   Sun, 03 Jul 2016 00:48:36 +0200
+ -- Bas Couwenberg   Sun, 03 Jul 2016 00:53:32 +0200
 
 libpdl-io-hdf5-perl (1:0.73-1) unstable; urgency=medium
 

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

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


[libpdl-io-hdf5-perl] branch master updated (579a394 -> 33bbb66)

2016-07-02 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository libpdl-io-hdf5-perl.

  from  579a394   Set distribution to unstable.
   new  75e2236   Add patch by Reiner Herrmann to sort hash keys while 
printing RETVALs.
   new  33bbb66   Set distribution to unstable.

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|  8 
 debian/patches/reproducible_build.patch | 16 
 debian/patches/series   |  1 +
 3 files changed, 25 insertions(+)
 create mode 100644 debian/patches/reproducible_build.patch

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

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


[libpdl-io-hdf5-perl] 01/02: Add patch by Reiner Herrmann to sort hash keys while printing RETVALs.

2016-07-02 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository libpdl-io-hdf5-perl.

commit 75e2236ad954a8f5abea697eb3499a8638c3ec31
Author: Bas Couwenberg 
Date:   Sun Jul 3 00:49:19 2016 +0200

Add patch by Reiner Herrmann to sort hash keys while printing RETVALs.
---
 debian/changelog|  8 
 debian/patches/reproducible_build.patch | 16 
 debian/patches/series   |  1 +
 3 files changed, 25 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 67e2813..92f3c98 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libpdl-io-hdf5-perl (1:0.73-2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Add patch by Reiner Herrmann to sort hash keys while printing RETVALs.
+(closes: #829320)
+
+ -- Bas Couwenberg   Sun, 03 Jul 2016 00:48:36 +0200
+
 libpdl-io-hdf5-perl (1:0.73-1) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/patches/reproducible_build.patch 
b/debian/patches/reproducible_build.patch
new file mode 100644
index 000..418c4ad
--- /dev/null
+++ b/debian/patches/reproducible_build.patch
@@ -0,0 +1,16 @@
+Description: Sort hash keys while printing RETVALs
+Author: Reiner Herrmann 
+Bug-Debian: https://bugs.debian.org/829320
+Forwarded: https://sourceforge.net/p/pdl/patches/83/
+
+--- a/hdf5.pd
 b/hdf5.pd
+@@ -1201,7 +1201,7 @@ sub create_low_level {
+ $xsout .= ");\n";
+ $xsout .= "OUTPUT:\n";
+ $xsout .= "\tRETVAL\n";
+-foreach $var (keys %output) {
++foreach $var (sort keys %output) {
+   $xsout .= "\t$var\n";
+ }
+ $xsout .= "\n\n";
diff --git a/debian/patches/series b/debian/patches/series
index 38d06a4..d08672f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 remove-interpreter-from-package.patch
 clean_newFile_hd5.patch
 support-hdf5-1.8.13.patch
+reproducible_build.patch

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

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


[pdl] tag debian/2.016-3 created (now 6cc9034)

2016-07-02 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to tag debian/2.016-3
in repository pdl.

at  6cc9034   (commit)
No new revisions were added by this update.

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

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


[pdl] 01/02: Add patches by Reiner Herrmann for reproducible builds.

2016-07-02 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository pdl.

commit 69a5664e170d816a870ff65c9a5269f15e19b508
Author: Bas Couwenberg 
Date:   Sun Jul 3 00:33:09 2016 +0200

Add patches by Reiner Herrmann for reproducible builds.
---
 debian/changelog|   7 +++
 debian/patches/reproducible-build.patch | 107 
 debian/patches/series   |   2 +
 debian/patches/sorted_output.patch  |  54 
 4 files changed, 170 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6bc4cf8..8c056e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pdl (1:2.016-3) UNRELEASED; urgency=medium
+
+  * Add patches by Reiner Herrmann for reproducible builds.
+(closes: #829323, #829365)
+
+ -- Bas Couwenberg   Sun, 03 Jul 2016 00:29:08 +0200
+
 pdl (1:2.016-2) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/patches/reproducible-build.patch 
b/debian/patches/reproducible-build.patch
new file mode 100644
index 000..298f0d2
--- /dev/null
+++ b/debian/patches/reproducible-build.patch
@@ -0,0 +1,107 @@
+Description: Fix non-deterministic order in several files for reproducible 
builds.
+Author: Reiner Herrmann 
+Bug-Debian: https://bugs.debian.org/829365
+Forwarded: https://sourceforge.net/p/pdl/patches/84/
+
+--- a/Basic/Core/pdlcore.h.PL
 b/Basic/Core/pdlcore.h.PL
+@@ -148,7 +148,7 @@ pdl* pdl_from_array(AV* av, AV* dims, in
+ 
+ !NO!SUBS!
+ 
+-for my $in ( keys %PDL_DATATYPES ) {
++for my $in ( sort keys %PDL_DATATYPES ) {
+ 
+   (my $type = $PDL_DATATYPES{$in}) =~ s/^PDL_//;
+   print OUT <<"!WITH!SUBS!";
+@@ -351,7 +351,7 @@ double NaN_double;
+ # file
+ require "Types.pm";  # ie PDL::Types
+ 
+-for (keys %PDL::Types::typehash) {
++for (sort keys %PDL::Types::typehash) {
+my $ctype = $PDL::Types::typehash{$_}{ctype};
+my $ppsym = $PDL::Types::typehash{$_}{ppsym};
+ 
+--- a/Basic/Slices/slices.pd
 b/Basic/Slices/slices.pd
+@@ -2899,7 +2899,7 @@ $sliceb_data_kludge = <<'KLUDGE';
+   switch( p->datatype ) {
+ KLUDGE
+ 
+-for my $type(keys %PDL::Types::typehash) {
++for my $type(sort keys %PDL::Types::typehash) {
+ $sliceb_data_kludge .=
+ "case $type: nn = *( ($PDL::Types::typehash{$type}->{realctype} 
*)(p->data) ); break;\n";
+ }
+--- a/Basic/Ufunc/ufunc.pd
 b/Basic/Ufunc/ufunc.pd
+@@ -126,7 +126,7 @@ my %over =
+  prodover => { name => 'product', op => '*=', init => 1, },
+  );
+ 
+-foreach my $func ( keys %over ) {
++foreach my $func ( sort keys %over ) {
+ 
+ # creates $func and cumu$func functions
+ # and d$func and dcumu$func functions, which
+@@ -243,7 +243,7 @@ foreach my $func ( keys %over ) {
+ 
+  );
+ 
+-foreach my $func ( keys %over ) {
++foreach my $func ( sort keys %over ) {
+ 
+ my $def   = $over{$func}{def};
+ my $txt   = $over{$func}{txt};
+@@ -438,7 +438,7 @@ EOD
+ # note: we export them to the PDL Core structure for use in
+ #   other modules (eg Image2D)
+ 
+-for (keys %PDL::Types::typehash) {
++for (sort keys %PDL::Types::typehash) {
+ my $ctype = $PDL::Types::typehash{$_}{ctype};
+ my $ppsym = $PDL::Types::typehash{$_}{ppsym};
+ 
+--- a/Lib/Image2D/image2d.pd
 b/Lib/Image2D/image2d.pd
+@@ -137,7 +137,7 @@ my %pnpolyFields = (
+   'pnpolyfill_pp' => {'pars' => '[o,nc] a(m,n); ps(k,l); int col()', 
'special' => 'if(c) { $a() = $col(); }'}
+ );
+ 
+-for my $name (keys %pnpolyFields) {
++for my $name (sort keys %pnpolyFields) {
+   pp_def($name,
+   HandleBad => 0,
+   PMFunc => '',
+@@ -193,7 +193,7 @@ pp_addhdr('
+ 
+ ');
+ 
+-for (keys %PDL::Types::typehash) {
++for (sort keys %PDL::Types::typehash) {
+ my $ctype = $PDL::Types::typehash{$_}{ctype};
+ my $ppsym = $PDL::Types::typehash{$_}{ppsym};
+ 
+--- a/Lib/Slatec/slatec.pd
 b/Lib/Slatec/slatec.pd
+@@ -375,7 +375,7 @@ sub defslatec {
+ my @talts = map { 
+   defined $ftypes{$_} or die "FTYPE $_ NOT THERE\n";
+   [$ftypes{$_},$fnames->{$_}] 
+-} keys %$fnames;
++} sort keys %$fnames;
+ 
+ my $func = "\$T".(join '',map {$_->[0]} @talts) . "(" . 
+   (join ',',map {$_->[1].$uscore} @talts).")";
+--- a/IO/HDF/buildfunc.pm
 b/IO/HDF/buildfunc.pm
+@@ -82,7 +82,7 @@ sub create_low_level
+ # Add the OUTPUT section:
+ $xsout .= "OUTPUT:\n";
+ $xsout .= "\tRETVAL\n";
+-foreach my $var ( keys %$output ) 
++foreach my $var ( sort keys %$output ) 
+ {
+ $xsout .= "\t$var\n";
+ }
diff --git a/debian/patches/series b/debian/patches/series
index 1e2152a..58e3d1f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -10,3 +10,5 @@ manpage-has-bad-whatis-entry.patch
 pdl-ldflags.patch
 absolute-doc-paths.patch
 spelling-errors2.patch
+sorted_output.patch

[pdl] branch master updated (e3d65eb -> 6cc9034)

2016-07-02 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository pdl.

  from  e3d65eb   Set distribution to unstable.
   new  69a5664   Add patches by Reiner Herrmann for reproducible builds.
   new  6cc9034   Set distribution to unstable.

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|   8 +++
 debian/patches/reproducible-build.patch | 107 
 debian/patches/series   |   2 +
 debian/patches/sorted_output.patch  |  54 
 4 files changed, 171 insertions(+)
 create mode 100644 debian/patches/reproducible-build.patch
 create mode 100644 debian/patches/sorted_output.patch

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

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


[pdl] 02/02: Set distribution to unstable.

2016-07-02 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository pdl.

commit 6cc9034fe6922d9942c1aad0d71a80ea10da63fe
Author: Bas Couwenberg 
Date:   Sun Jul 3 00:38:29 2016 +0200

Set distribution to unstable.
---
 debian/changelog | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8c056e3..2e67bed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-pdl (1:2.016-3) UNRELEASED; urgency=medium
+pdl (1:2.016-3) unstable; urgency=medium
 
+  * Team upload.
   * Add patches by Reiner Herrmann for reproducible builds.
 (closes: #829323, #829365)
 
- -- Bas Couwenberg   Sun, 03 Jul 2016 00:29:08 +0200
+ -- Bas Couwenberg   Sun, 03 Jul 2016 00:37:46 +0200
 
 pdl (1:2.016-2) unstable; urgency=medium
 

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

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


[libswagger2-perl] 01/04: Merge tag 'upstream/0.83'

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

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

commit 89d4601a8640006c228218b271753985661519d8
Merge: ac39149 37a13f5
Author: gregor herrmann 
Date:   Sat Jul 2 23:31:06 2016 +0200

Merge tag 'upstream/0.83'

Upstream version 0.83

 Changes|   24 +
 MANIFEST   |   15 +-
 META.json  |4 +-
 META.yml   |4 +-
 Makefile.PL|2 +-
 README |2 +-
 cpanfile   |2 +-
 lib/Mojolicious/Plugin/Swagger2.pm |  201 +--
 lib/Swagger2.pm|   14 +-
 lib/Swagger2/Client.pm |   20 +-
 lib/Swagger2/POD.pm|1 +
 lib/Swagger2/SchemaValidator.pm|  147 +-
 lib/Swagger2/error.json|   17 -
 .../public/cache/05a9f0030e1b92e1603618dad61dbc8d  |1 -
 .../public/cache/062bec94cfcd2cb0049773ae5d15da61  |1 -
 .../public/cache/0a8e1de16692c32db582df9bdabdbdd7  |  150 --
 .../public/cache/36d1bd12eeed51e86c8695bd8876a9df  | 1588 
 .../public/cache/49c95b866e40f788892a7fb3c816b0e8  |  150 --
 .../public/cache/630949337805585c8e52deea27d11419  |   17 -
 .../public/cache/84a4b37fb9b912219cbeb486174f4066  |   64 -
 .../public/cache/ea34d47d4e060a1c3b12d2287aff89a7  |   64 -
 .../public/cache/eaa832720f36cff0abc20c05236a9cd9  |   17 -
 lib/Swagger2/schema.json   | 1588 
 t/00-copy.t|   50 -
 t/Api.pm   |   10 +
 t/bodytest.t   |   34 +-
 t/client-return-on-error.t |5 +-
 t/client.t |7 +
 t/data/petstore.json   |   17 +
 t/discriminator.t  |  108 ++
 t/emtpy-response.t |3 +-
 t/formdata.t   |   32 +-
 t/headers.t|4 +-
 t/jv-formats.t |  106 --
 t/multi-param.t|   47 +
 t/parse-json.t |2 +-
 t/plugin.t |   11 +-
 37 files changed, 372 insertions(+), 4157 deletions(-)

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

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


[libswagger2-perl] 01/01: pristine-tar data for libswagger2-perl_0.83.orig.tar.gz

2016-07-02 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 libswagger2-perl.

commit 1faa52c52f975eff0728192386b737c3a18e3db9
Author: gregor herrmann 
Date:   Sat Jul 2 23:31:06 2016 +0200

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

diff --git a/libswagger2-perl_0.83.orig.tar.gz.delta 
b/libswagger2-perl_0.83.orig.tar.gz.delta
new file mode 100644
index 000..4106449
Binary files /dev/null and b/libswagger2-perl_0.83.orig.tar.gz.delta differ
diff --git a/libswagger2-perl_0.83.orig.tar.gz.id 
b/libswagger2-perl_0.83.orig.tar.gz.id
new file mode 100644
index 000..c04ebaf
--- /dev/null
+++ b/libswagger2-perl_0.83.orig.tar.gz.id
@@ -0,0 +1 @@
+6c0b019b036884d41ef89a00422a9881d3f2ae72

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

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


[libswagger2-perl] 03/04: Update (build) dependencies.

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

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

commit 123077f15c11cb717dd74a90742c7a34aa7bcf28
Author: gregor herrmann 
Date:   Sat Jul 2 23:38:38 2016 +0200

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

diff --git a/debian/control b/debian/control
index fdebaee..43a4559 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: libjson-validator-perl,
+Build-Depends-Indep: libjson-validator-perl (>= 0.75),
  libmojolicious-perl (>= 6),
  libtest-warnings-perl,
  perl
@@ -18,7 +18,7 @@ Package: libswagger2-perl
 Architecture: all
 Depends: ${misc:Depends},
  ${perl:Depends},
- libjson-validator-perl,
+ libjson-validator-perl (>= 0.75),
  libmojolicious-perl (>= 6)
 Description: Perl module for generating, parsing and transforming swagger API 
documentation
  Swagger2 is a module for generating, parsing and transforming swagger API

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

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


[libswagger2-perl] 04/04: update changelog

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

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

commit fe98e97d526e90054f9e55efe578190218d4c10b
Author: gregor herrmann 
Date:   Sat Jul 2 23:48:02 2016 +0200

update changelog

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

diff --git a/debian/changelog b/debian/changelog
index 4b37566..6a80161 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,12 @@
 libswagger2-perl (0.83-1) UNRELEASED; urgency=medium
 
+  TODO:
+  massive test failures. most now need internet?
+  and even with internet some fail.
+
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
-  * Import upstream version 0.83
+  * Import upstream version 0.83.
+  * Update (build) dependencies.
 
  -- gregor herrmann   Sat, 02 Jul 2016 23:31:07 +0200
 

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

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


[libswagger2-perl] branch master updated (ac39149 -> fe98e97)

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

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

  from  ac39149   update changelog
  adds  633bf48   Documented different response types closes #79
  adds  cecb732   Add support for SWAGGER2_IO_DEBUG=1
  adds  ec02aec   Change to 100 characters
  adds  1e1aec1   Removed deprecated methods specification() and tree()
  adds  d2faf59   Fix new($file)->expand->validate, closes #80
  adds  3b88a21   Released version 0.76
  adds  bb6c37f   Add Swagger2->find_operations() method
  adds  f595cc4   Remove fresh() and cache features from swagger2-client.js
  adds  cc5de5f   Ran jsfmt on swagger2-client.js
  adds  f7a7830   Improved client.ws(). Add load(). Add example websocket.pl
  adds  a5aac58   Add http() to swagger2-client.js
  adds  bad5b9d   Add reference to example from WebSocket.pod
  adds  c03b78a   Fix t/not-implemented-501.t by adding the method with 
monkey_patch(), closes #81
  adds  2ba087f   Mark "swagger_route_added" as DEPRECATED
  adds  7cfd4a4   Released version 0.77
  adds  8573172   Add EXPERIMENTAL .html and .pod handling for "spec_path" 
rendering
  adds  76b0bb2   Delegating input/output validation to 
Swagger2::SchemaValidator
  adds  de22153   Released version 0.78
  adds  19eaf31   Fix collectionFormat "multi"
  adds  7fb4b54   Released version 0.79
  adds  ca1b240   Fix validating required "file" in formData
  adds  6d04ade   Add support for "discriminator"
  adds  4042ca8   Released version 0.80
  adds  c932a7d   Forgot go mention 6d04ade closes #72
  adds  9d43830   Swagger2::Client should set content type on faked error 
responses
  adds  a45fb4b   Merge pull request #84 from ansoni-san/master
  adds  722a632   Fix Swagger2::POD looping over "x-" HTTP methods
  adds  2b158ce   Released version 0.81
  adds  12bc02e   files should be sent as formData as per the Swagger spec, 
and params in formData should be keyed under {form}
  adds  5cd77a4   only body parameters support a schema, formData does not
  adds  c8868e7   we shouldn't attempt to validate files being uploaded as 
formData as the structure is for Mojo::UserAgent::Transactor
  adds  72e0d1a   added simple file upload client test using formData with 
type of file
  adds  9d23bee   Merge pull request #87 from ansoni-san/master
  adds  ca2759f   Deprecating Swagger2::SchemaValidator in favor of 
JSON::Validator::OpenAPI
  adds  c787ca1   Minor formatting change
  adds  572bf2b   Require JSON::Validator 0.74
  adds  ed766aa   Released version 0.82
  adds  7b8b1b1   Compatible with JSON::Validator 0.75
  adds  c693064   Released version 0.83
  adds  37a13f5   Imported Upstream version 0.83
   new  89d4601   Merge tag 'upstream/0.83'
   new  61e03e0   Update debian/changelog
   new  123077f   Update (build) dependencies.
   new  fe98e97   update changelog

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|   24 +
 MANIFEST   |   15 +-
 META.json  |4 +-
 META.yml   |4 +-
 Makefile.PL|2 +-
 README |2 +-
 cpanfile   |2 +-
 debian/changelog   |   10 +-
 debian/control |4 +-
 lib/Mojolicious/Plugin/Swagger2.pm |  201 +--
 lib/Swagger2.pm|   14 +-
 lib/Swagger2/Client.pm |   20 +-
 lib/Swagger2/POD.pm|1 +
 lib/Swagger2/SchemaValidator.pm|  147 +-
 lib/Swagger2/error.json|   17 -
 .../public/cache/05a9f0030e1b92e1603618dad61dbc8d  |1 -
 .../public/cache/062bec94cfcd2cb0049773ae5d15da61  |1 -
 .../public/cache/0a8e1de16692c32db582df9bdabdbdd7  |  150 --
 .../public/cache/36d1bd12eeed51e86c8695bd8876a9df  | 1588 
 .../public/cache/49c95b866e40f788892a7fb3c816b0e8  |  150 --
 .../public/cache/630949337805585c8e52deea27d11419  |   17 -
 .../public/cache/84a4b37fb9b912219cbeb486174f4066  |   64 -
 .../public/cache/ea34d47d4e060a1c3b12d2287aff89a7  |   64 -
 .../public/cache/eaa832720f36cff0abc20c05236a9cd9  |   17 -
 lib/Swagger2/schema.json   | 1588 
 t/00-copy.t|   50 -
 t/Api.pm   | 

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

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

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

commit 61e03e0c5c54fbe4ee1b86215375a2eb6e3c73fa
Author: gregor herrmann 
Date:   Sat Jul 2 23:31:07 2016 +0200

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 9cd4a75..4b37566 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-libswagger2-perl (0.77-2) UNRELEASED; urgency=medium
+libswagger2-perl (0.83-1) UNRELEASED; urgency=medium
 
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
+  * Import upstream version 0.83
 
- -- gregor herrmann   Fri, 20 May 2016 12:09:30 +0200
+ -- gregor herrmann   Sat, 02 Jul 2016 23:31:07 +0200
 
 libswagger2-perl (0.77-1) unstable; urgency=medium
 

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

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


[libswagger2-perl] branch pristine-tar updated (99a8ff3 -> 1faa52c)

2016-07-02 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 libswagger2-perl.

  from  99a8ff3   pristine-tar data for libswagger2-perl_0.77.orig.tar.gz
   new  1faa52c   pristine-tar data for libswagger2-perl_0.83.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:
 libswagger2-perl_0.83.orig.tar.gz.delta | Bin 0 -> 4160 bytes
 libswagger2-perl_0.83.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libswagger2-perl_0.83.orig.tar.gz.delta
 create mode 100644 libswagger2-perl_0.83.orig.tar.gz.id

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

___
Pkg-perl-cvs-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 (681832e -> b850804)

2016-07-02 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  681832e   pristine-tar data for 
libjson-validator-perl_0.74+dfsg.orig.tar.gz
   new  b850804   pristine-tar data for 
libjson-validator-perl_0.75+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.75+dfsg.orig.tar.gz.delta | Bin 0 -> 22236 bytes
 libjson-validator-perl_0.75+dfsg.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libjson-validator-perl_0.75+dfsg.orig.tar.gz.delta
 create mode 100644 libjson-validator-perl_0.75+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] 02/03: Update debian/changelog

2016-07-02 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 ea94f1f3645a914e68e26222bd19cb384aca1616
Author: gregor herrmann 
Date:   Sat Jul 2 23:34:43 2016 +0200

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index 612e6f8..e540e7e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libjson-validator-perl (0.75-1) UNRELEASED; urgency=medium
+
+  * Import upstream version 0.75
+
+ -- gregor herrmann   Sat, 02 Jul 2016 23:34:43 +0200
+
 libjson-validator-perl (0.74+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 (c71bf4f -> 613906a)

2016-07-02 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  c71bf4f   releasing package libjson-validator-perl version 
0.74+dfsg-1
  adds  34a4297   Fix uploads must not be slurped
  adds  e8fe3d1   More request tests
  adds  0ec74ff   Fix reporting error on missing response status definition
  adds  3288e71   Add warnings on invalid (Perl) regexes
  adds  332849b   Documented regex format
  adds  75a89f1   Released version 0.75
  adds  7003535   Imported Upstream version 0.75+dfsg
   new  aa82e78   Merge tag 'upstream/0.75+dfsg'
   new  ea94f1f   Update debian/changelog
   new  613906a   releasing package libjson-validator-perl version 
0.75+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   |   5 ++
 MANIFEST  |   2 +
 META.json |   2 +-
 META.yml  |   2 +-
 README|   6 +-
 debian/changelog  |   7 ++
 lib/JSON/Validator.pm |  15 ++--
 lib/JSON/Validator/OpenAPI.pm |   5 +-
 t/jv-formats.t|   8 +++
 t/openapi-request.t   | 159 ++
 t/openapi-response.t  |  45 
 11 files changed, 246 insertions(+), 10 deletions(-)
 create mode 100644 t/openapi-request.t
 create mode 100644 t/openapi-response.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] annotated tag upstream/0.75+dfsg created (now 88c6bd2)

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

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

at  88c6bd2   (tag)
   tagging  70035352b83242952d181b0699960bf58df0402f (commit)
  replaces  upstream/0.74+dfsg
 tagged by  gregor herrmann
on  Sat Jul 2 23:34:43 2016 +0200

- Log -
Upstream version 0.75+dfsg

Jan Henning Thorsen (6):
  Fix uploads must not be slurped
  More request tests
  Fix reporting error on missing response status definition
  Add warnings on invalid (Perl) regexes
  Documented regex format
  Released version 0.75

gregor herrmann (1):
  Imported Upstream version 0.75+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] 03/03: releasing package libjson-validator-perl version 0.75+dfsg-1

2016-07-02 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 613906afa437b8c2e056651ebc27c74dd3ab1564
Author: gregor herrmann 
Date:   Sat Jul 2 23:38:09 2016 +0200

releasing package libjson-validator-perl version 0.75+dfsg-1
---
 debian/changelog | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e540e7e..9fe1c5d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-libjson-validator-perl (0.75-1) UNRELEASED; urgency=medium
+libjson-validator-perl (0.75+dfsg-1) unstable; urgency=medium
 
-  * Import upstream version 0.75
+  * Team upload.
+  * Import upstream version 0.75.
 
- -- gregor herrmann   Sat, 02 Jul 2016 23:34:43 +0200
+ -- gregor herrmann   Sat, 02 Jul 2016 23:36:01 +0200
 
 libjson-validator-perl (0.74+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 debian/0.75+dfsg-1 created (now 33cdf7f)

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

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

at  33cdf7f   (tag)
   tagging  613906afa437b8c2e056651ebc27c74dd3ab1564 (commit)
  replaces  debian/0.74+dfsg-1
 tagged by  gregor herrmann
on  Sat Jul 2 23:38:09 2016 +0200

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

iQJ8BAABCgBmBQJXeDRBXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGqY8P/38K4ijYu2AzMmC6bT8AyT7/
l5C3TvnOC07zKAdNsks8XxmRemHvTL9C7kP9E7KRDt90UW3XVQQQxnff+Xei9WA+
M/pQjQ8c1Hkemcg1U/q2FADjGU7bZoSxUpipBCxag7NWWPlsj0LQFRm/gm82L7GS
a0dnFYeNQix1pIpdQrEUnuy45+2vsTk+heNevCGTjz16s5JQOGsshpOPrNOOPv1O
Nd7u2sd8yoZIZI0UT3aImwgjTFGshEPK8iJIH/Lql7Egi4/bWIlWmVtfw6v53EdX
e6Dgg/10DfTW5HHlkBwtNWSkrdiIh3gblQ5S9BVxQxiDcBc4evziofL/wf4i3wdk
ejdBp8fDXH6LfgM+ukdPCAnt611ax9e1yb0fcoa42WPzDq9bLTHXTNXe5U74mapm
VMLZiEQpzs2YIllrjJQ8JFN4W6xxyrA3e5u4A4ZOprmNchvDi1AsdswkKTLmbjC1
I08DjnLrIGCp4qiKhZskD4OoWAl+XR7YGPtXrL2/KYQ51Jn0IHYH5tTfi769gJ5J
z3roPH8dJYLpKfMeOgUM/xJX4xs30SuiFE2P/IvMxpEdRVQy8ILD6HZjNH/A/XMZ
bnjhszEkBDjP4H4j+XOF4qnod+mo7/KYq8wyzgaTln0LM4u1w9jyPw4jy7z9ttxU
ohs4L9PSGU8PEKzp3zzq
=+DLy
-END PGP SIGNATURE-

Jan Henning Thorsen (6):
  Fix uploads must not be slurped
  More request tests
  Fix reporting error on missing response status definition
  Add warnings on invalid (Perl) regexes
  Documented regex format
  Released version 0.75

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

---

This annotated tag includes the following new commits:

   new  aa82e78   Merge tag 'upstream/0.75+dfsg'
   new  ea94f1f   Update debian/changelog
   new  613906a   releasing package libjson-validator-perl version 
0.75+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/03: Merge tag 'upstream/0.75+dfsg'

2016-07-02 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 aa82e787b6fd400e4998c68b7b9d404c60d9f5b2
Merge: c71bf4f 7003535
Author: gregor herrmann 
Date:   Sat Jul 2 23:34:43 2016 +0200

Merge tag 'upstream/0.75+dfsg'

Upstream version 0.75+dfsg

 Changes   |   5 ++
 MANIFEST  |   2 +
 META.json |   2 +-
 META.yml  |   2 +-
 README|   6 +-
 lib/JSON/Validator.pm |  15 ++--
 lib/JSON/Validator/OpenAPI.pm |   5 +-
 t/jv-formats.t|   8 +++
 t/openapi-request.t   | 159 ++
 t/openapi-response.t  |  45 
 10 files changed, 239 insertions(+), 10 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


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

2016-07-02 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 b850804ecfc84e7c7aa154184c06c8b4898fdbb7
Author: gregor herrmann 
Date:   Sat Jul 2 23:34:43 2016 +0200

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

diff --git a/libjson-validator-perl_0.75+dfsg.orig.tar.gz.delta 
b/libjson-validator-perl_0.75+dfsg.orig.tar.gz.delta
new file mode 100644
index 000..80f1214
Binary files /dev/null and b/libjson-validator-perl_0.75+dfsg.orig.tar.gz.delta 
differ
diff --git a/libjson-validator-perl_0.75+dfsg.orig.tar.gz.id 
b/libjson-validator-perl_0.75+dfsg.orig.tar.gz.id
new file mode 100644
index 000..730d3e0
--- /dev/null
+++ b/libjson-validator-perl_0.75+dfsg.orig.tar.gz.id
@@ -0,0 +1 @@
+423badfe3960b01f729b027d45949137fb803084

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


[libpdf-create-perl] 04/04: releasing package libpdf-create-perl version 1.32-1

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

gregoa pushed a commit to branch master
in repository libpdf-create-perl.

commit f9e890b401cbd8f23006ddbccc15547ca5778cce
Author: gregor herrmann 
Date:   Sat Jul 2 23:29:46 2016 +0200

releasing package libpdf-create-perl version 1.32-1
---
 debian/changelog | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index dd159ce..c0c204e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,11 @@
-libpdf-create-perl (1.32-1) UNRELEASED; urgency=medium
+libpdf-create-perl (1.32-1) unstable; urgency=medium
 
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
   * debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS.
-  * Import upstream version 1.32
+  * Import upstream version 1.32.
+  * Don't install example script into /usr/bin.
 
- -- gregor herrmann   Sat, 02 Jul 2016 23:21:10 +0200
+ -- gregor herrmann   Sat, 02 Jul 2016 23:28:33 +0200
 
 libpdf-create-perl (1.31-1) unstable; urgency=medium
 

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

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


[libpdf-create-perl] annotated tag debian/1.32-1 created (now 4b9ffe1)

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

gregoa pushed a change to annotated tag debian/1.32-1
in repository libpdf-create-perl.

at  4b9ffe1   (tag)
   tagging  f9e890b401cbd8f23006ddbccc15547ca5778cce (commit)
  replaces  debian/1.31-1
 tagged by  gregor herrmann
on  Sat Jul 2 23:29:46 2016 +0200

- Log -
tagging package libpdf-create-perl version debian/1.32-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJXeDJKXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoG1XoQAJ0cIZ3vVihw3L8V3S+W1Pf0
9RNU+amwX6+0UTe2P/ntQjtTN5G3mjeE0NbGK/swvnZWTuXWv15rJ2TxJhoXV46f
FJ3BIaLTvqT4JjuBRYp2EGZlp22VinRfXNrTsZcAumDygadOQdx5YeIK0ngDKYiU
aOMDXa45rwBmKoR2fPRMcHkPHcQvidEPNrsk4z3Xm+PhiTmUG3Rlx/VWztgsm1Id
EAmMxPFIBS1s+/bRyOVOA5KSp4oILF80Nae++wLAe42nPXS10A73Wy5ijWT7QdS6
+lCDImuArgSAR57qllXHpsTvPUrqm5f6YwZd7rKqRnc6iE7sTNKPslioi88w72CE
iz63Rv6+0wFiYFCYor/6bPwFDY0N6UuY9OJE9Wl/y5tWnirAc3rjo70VlDa53f1E
jE2652CmMOx9hD9IeM99f/5DMam3q4Thz9NTk4nkUNEJrW6TwPVxGuIaVOjEXwIo
jcUA/mNXBZOyDXfx+1cxD8ahGwSeJKqAELgyHOHJ8C7HTBbnSItIfWzncsr2VXns
XnJT0vW32i7fFvOKY57F+ChjVkQrjlc5UirDBJW/3Yqehb0gB/Po+i6naUUJNYLQ
KW+0H/WNyiF89uDsr1w7X4W8LwCen7RwyvqSwpq2bptEJH18/XGLJxvaiuN6ngVd
m7qpMvVOMCUDHvbVXpQI
=pofi
-END PGP SIGNATURE-

gregor herrmann (9):
  debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  update changelog
  debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS.
  update changelog
  Imported Upstream version 1.32
  Merge tag 'upstream/1.32'
  Update debian/changelog
  Don't install example script into /usr/bin.
  releasing package libpdf-create-perl version 1.32-1

---

This annotated tag includes the following new commits:

   new  7359809   Merge tag 'upstream/1.32'
   new  c214d36   Update debian/changelog
   new  6baa90f   Don't install example script into /usr/bin.
   new  f9e890b   releasing package libpdf-create-perl version 1.32-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/libpdf-create-perl.git

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


[libpdf-create-perl] 01/01: pristine-tar data for libpdf-create-perl_1.32.orig.tar.gz

2016-07-02 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 libpdf-create-perl.

commit 53eff5afb618d928bed7022937452d63fa60321e
Author: gregor herrmann 
Date:   Sat Jul 2 23:21:10 2016 +0200

pristine-tar data for libpdf-create-perl_1.32.orig.tar.gz
---
 libpdf-create-perl_1.32.orig.tar.gz.delta | Bin 0 -> 4428 bytes
 libpdf-create-perl_1.32.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libpdf-create-perl_1.32.orig.tar.gz.delta 
b/libpdf-create-perl_1.32.orig.tar.gz.delta
new file mode 100644
index 000..307090b
Binary files /dev/null and b/libpdf-create-perl_1.32.orig.tar.gz.delta differ
diff --git a/libpdf-create-perl_1.32.orig.tar.gz.id 
b/libpdf-create-perl_1.32.orig.tar.gz.id
new file mode 100644
index 000..99e6d4e
--- /dev/null
+++ b/libpdf-create-perl_1.32.orig.tar.gz.id
@@ -0,0 +1 @@
+e5ef3fba33302f464007f1b283dc98294102ee25

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

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


[libpdf-create-perl] 01/04: Merge tag 'upstream/1.32'

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

gregoa pushed a commit to branch master
in repository libpdf-create-perl.

commit 735980936696720a196af3af49dd541cc0190b58
Merge: cd398a9 5236f5c
Author: gregor herrmann 
Date:   Sat Jul 2 23:21:10 2016 +0200

Merge tag 'upstream/1.32'

Upstream version 1.32

 Changes   |  3 +++
 META.json | 16 
 META.yml  | 16 
 Makefile.PL   | 15 ---
 eg/verify-char-width  |  0
 lib/PDF/Create.pm |  4 ++--
 lib/PDF/Create/Outline.pm |  2 +-
 lib/PDF/Create/Page.pm|  4 ++--
 lib/PDF/Font.pm   |  8 
 lib/PDF/Image/GIF.pm  |  2 +-
 lib/PDF/Image/JPEG.pm |  2 +-
 share/helvetica.json  | 22 +++---
 12 files changed, 49 insertions(+), 45 deletions(-)

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

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


[libpdf-create-perl] 02/04: Update debian/changelog

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

gregoa pushed a commit to branch master
in repository libpdf-create-perl.

commit c214d366b944b8c98aeec336c8181e8a567d62ba
Author: gregor herrmann 
Date:   Sat Jul 2 23:21:10 2016 +0200

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 52ff9dd..dd159ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-libpdf-create-perl (1.31-2) UNRELEASED; urgency=medium
+libpdf-create-perl (1.32-1) UNRELEASED; urgency=medium
 
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
   * debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS.
+  * Import upstream version 1.32
 
- -- gregor herrmann   Fri, 20 May 2016 12:08:16 +0200
+ -- gregor herrmann   Sat, 02 Jul 2016 23:21:10 +0200
 
 libpdf-create-perl (1.31-1) unstable; urgency=medium
 

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

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


[libpdf-create-perl] 03/04: Don't install example script into /usr/bin.

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

gregoa pushed a commit to branch master
in repository libpdf-create-perl.

commit 6baa90fbfbdd6f2d898de16f76e93c548bea59fa
Author: gregor herrmann 
Date:   Sat Jul 2 23:28:09 2016 +0200

Don't install example script into /usr/bin.
---
 debian/rules | 9 +
 1 file changed, 9 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..27cf76c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,13 @@
 #!/usr/bin/make -f
 
+PACKAGE = $(shell dh_listpackages)
+TMP = $(CURDIR)/debian/$(PACKAGE)
+
 %:
dh $@
+
+override_dh_auto_install:
+   dh_auto_install
+   # installed as an example
+   $(RM) -v $(TMP)/usr/bin/verify-char-width
+   rmdir --parents --ignore-fail-on-non-empty --verbose $(TMP)/usr/bin

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

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


[libpdf-create-perl] annotated tag upstream/1.32 created (now b6af859)

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

gregoa pushed a change to annotated tag upstream/1.32
in repository libpdf-create-perl.

at  b6af859   (tag)
   tagging  5236f5c8bcf788f00ad31326fe3d1cbd02db256f (commit)
  replaces  upstream/1.31
 tagged by  gregor herrmann
on  Sat Jul 2 23:21:10 2016 +0200

- Log -
Upstream version 1.32

gregor herrmann (1):
  Imported Upstream version 1.32

---

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

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


[libpdf-create-perl] branch pristine-tar updated (297c5f4 -> 53eff5a)

2016-07-02 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 libpdf-create-perl.

  from  297c5f4   pristine-tar data for libpdf-create-perl_1.31.orig.tar.gz
   new  53eff5a   pristine-tar data for libpdf-create-perl_1.32.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:
 libpdf-create-perl_1.32.orig.tar.gz.delta | Bin 0 -> 4428 bytes
 libpdf-create-perl_1.32.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libpdf-create-perl_1.32.orig.tar.gz.delta
 create mode 100644 libpdf-create-perl_1.32.orig.tar.gz.id

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

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


[libpdf-create-perl] branch master updated (cd398a9 -> f9e890b)

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

gregoa pushed a change to branch master
in repository libpdf-create-perl.

  from  cd398a9   update changelog
  adds  5236f5c   Imported Upstream version 1.32
   new  7359809   Merge tag 'upstream/1.32'
   new  c214d36   Update debian/changelog
   new  6baa90f   Don't install example script into /usr/bin.
   new  f9e890b   releasing package libpdf-create-perl version 1.32-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 | 16 
 META.yml  | 16 
 Makefile.PL   | 15 ---
 debian/changelog  |  6 --
 debian/rules  |  9 +
 eg/verify-char-width  |  0
 lib/PDF/Create.pm |  4 ++--
 lib/PDF/Create/Outline.pm |  2 +-
 lib/PDF/Create/Page.pm|  4 ++--
 lib/PDF/Font.pm   |  8 
 lib/PDF/Image/GIF.pm  |  2 +-
 lib/PDF/Image/JPEG.pm |  2 +-
 share/helvetica.json  | 22 +++---
 14 files changed, 62 insertions(+), 47 deletions(-)
 mode change 100755 => 100644 eg/verify-char-width

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

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


[libnumber-phone-perl] 06/08: One more HTTPS URL in debian/copyright.

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

gregoa pushed a commit to branch master
in repository libnumber-phone-perl.

commit 11f4400782d7839d6e6faa79d8c6b66ca2c226f1
Author: gregor herrmann 
Date:   Sat Jul 2 23:04:36 2016 +0200

One more HTTPS URL in debian/copyright.

Thanks: duck.
---
 debian/copyright | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/copyright b/debian/copyright
index 025036a..72ce9d1 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -53,7 +53,7 @@ License: Apache
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ https://www.apache.org/licenses/LICENSE-2.0
  .
  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,

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

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


[libnumber-phone-perl] annotated tag debian/3.2000-1 created (now aa5282f)

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

gregoa pushed a change to annotated tag debian/3.2000-1
in repository libnumber-phone-perl.

at  aa5282f   (tag)
   tagging  52b200a920b4f2bcf443899f911329f629be5082 (commit)
  replaces  debian/3.0014-1
 tagged by  gregor herrmann
on  Sat Jul 2 23:19:39 2016 +0200

- Log -
tagging package libnumber-phone-perl version debian/3.2000-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJXeC/rXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGYkAQALjOdJRd4znqyaNcY0Ton4dA
O90fHsWZuq+Q4gBtXFiPgNwBVTVlomBxQjWAgj8kqTOjh0qDjUDNPFp2KmYbQ2k0
ps+TQsAnM7nN6qRbrWQ9ibvOSK0pkO9qkXUSlDCZUDg1HpEaN1s4HwIb0VkTaTq9
W6kQlI7r20DF1QGhUiePK4Dzq6gOKwi47v4dcPuHr2M0+Sd/wQqsupcARGgkcoeN
xi3hc1Nswy6RFm1IhBNIN2Zi/hOhwex2CDMeHYVkpuvPBYUgb1FjX/z9L7pBt3H3
8LtBpJOhx4LNHAzG8a2LWwbUkD2XiD9hgbUeWABqW3dcszBNIha+cnlbIaaLTWP0
F2j/MKu9IkanD1p3wtf/VyWwbihN0Bo+LXi2RUk4JcxU2Ij2GJXMJVnTemlLTwZA
edK5UFH7Ct2QN21i39NdmtFMLc/lP67EE3ceoPDEOjh3/4XojiOhDEs810e3OV7H
tpK5o84DzYNdQGcl7fG/rP0+Bsd0EvFbx3JJijBHCyB1iu1GADuTbR9D3TaoKzio
EPQ0cbhLwyaCC+ejtqj42AfacXvMQpCXHC7AGEZ5oVDAjGP/SlojMAZ+s3maLueh
C4xWRMVnHJtfdCTVm7BFo4E2RFNdOt5+ZdNQmoTUhdjmy70vd+BRP3uyE7CbaCgK
8KEZpeuh6LW057xqZRmO
=rk0o
-END PGP SIGNATURE-

David Cantrell (9):
  minor tweak to Changelog
  add raw_number method, see 
https://github.com/DrHyde/perl-modules-Number-Phone/pull/56
  the +44 1403 20 block seems to no longer be in service so N::P::UK 
doesn't like it
  decided to spell raw_number as format_using('Raw') instead
  remove mathom left over from cutting and pasting tests from PR 56
  bump version for release
  rpm is stupid
  recognize IoM free/specialrate numbers; work around bug in latest 
sabcde17.xls from OFCOM
  prepare for release

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

gregor herrmann (11):
  debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  update changelog
  Imported Upstream version 3.2000
  Merge tag 'upstream/3.2000'
  Update debian/changelog
  Add new files to debian/copyright.
  Declare compliance with Debian Policy 3.9.8.
  Clean up versioned (build) dependencies.
  One more HTTPS URL in debian/copyright.
  Add patch to add missing whatis entries to manpages.
  releasing package libnumber-phone-perl version 3.2000-1

---

This annotated tag includes the following new commits:

   new  378179d   Merge tag 'upstream/3.2000'
   new  49c0f60   Update debian/changelog
   new  2ad482f   Add new files to debian/copyright.
   new  7788864   Declare compliance with Debian Policy 3.9.8.
   new  cb34826   Clean up versioned (build) dependencies.
   new  11f4400   One more HTTPS URL in debian/copyright.
   new  b00bf01   Add patch to add missing whatis entries to manpages.
   new  52b200a   releasing package libnumber-phone-perl version 3.2000-1

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


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

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


[libnumber-phone-perl] 07/08: Add patch to add missing whatis entries to manpages.

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

gregoa pushed a commit to branch master
in repository libnumber-phone-perl.

commit b00bf01f589a662f20e6b6bd59ccda53a2105eef
Author: gregor herrmann 
Date:   Sat Jul 2 23:16:24 2016 +0200

Add patch to add missing whatis entries to manpages.
---
 debian/patches/pod-whatis.patch | 28 
 debian/patches/series   |  1 +
 2 files changed, 29 insertions(+)

diff --git a/debian/patches/pod-whatis.patch b/debian/patches/pod-whatis.patch
new file mode 100644
index 000..dfea90a
--- /dev/null
+++ b/debian/patches/pod-whatis.patch
@@ -0,0 +1,28 @@
+Description: update POD to get whatis entries into generated manpages
+Origin: vendor
+Author: gregor herrmann 
+Last-Update: 2016-07-02
+Forwarded: https://github.com/DrHyde/perl-modules-Number-Phone/issues/60
+Bug: https://github.com/DrHyde/perl-modules-Number-Phone/issues/60
+
+--- a/lib/Number/Phone/Formatter/Raw.pm
 b/lib/Number/Phone/Formatter/Raw.pm
+@@ -15,7 +15,7 @@
+ 
+ =head1 NAME
+ 
+-Number::Phone::Formatter::Raw
++Number::Phone::Formatter::Raw - simple formatter for E.123-formatted phone 
numbers
+ 
+ =head1 DESCRIPTION
+ 
+--- a/lib/Number/Phone/Formatters.pod
 b/lib/Number/Phone/Formatters.pod
+@@ -1,6 +1,6 @@
+ =head1 NAME
+ 
+-Number::Phone::Formatters
++Number::Phone::Formatters - how to write custom formatters
+ 
+ =head1 DESCRIPTION
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..cdba319
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+pod-whatis.patch

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

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


[libnumber-phone-perl] branch master updated (9642b7f -> 52b200a)

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

gregoa pushed a change to branch master
in repository libnumber-phone-perl.

  from  9642b7f   update changelog
  adds  09b44d6   minor tweak to Changelog
  adds  6c344cf   add raw_number method, see 
https://github.com/DrHyde/perl-modules-Number-Phone/pull/56
  adds  701badf   the +44 1403 20 block seems to no longer be in service so 
N::P::UK doesn't like it
  adds  9729eb9   decided to spell raw_number as format_using('Raw') instead
  adds  01f35ab   remove mathom left over from cutting and pasting tests 
from PR 56
  adds  09e3fee   bump version for release
  adds  a1cc44e   rpm is stupid
  adds  31616f0   recognize IoM free/specialrate numbers; work around bug 
in latest sabcde17.xls from OFCOM
  adds  9d645b4   prepare for release
  adds  7006433   Imported Upstream version 3.2000
   new  378179d   Merge tag 'upstream/3.2000'
   new  49c0f60   Update debian/changelog
   new  2ad482f   Add new files to debian/copyright.
   new  7788864   Declare compliance with Debian Policy 3.9.8.
   new  cb34826   Clean up versioned (build) dependencies.
   new  11f4400   One more HTTPS URL in debian/copyright.
   new  b00bf01   Add patch to add missing whatis entries to manpages.
   new  52b200a   releasing package libnumber-phone-perl version 3.2000-1

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


Summary of changes:
 CHANGELOG  |14 +-
 MANIFEST   | 3 +
 META.json  | 2 +-
 META.yml   | 2 +-
 debian/changelog   |14 +-
 debian/control | 9 +-
 debian/copyright   |15 +-
 debian/patches/pod-whatis.patch|28 +
 debian/patches/series  | 1 +
 lib/Number/Phone.pm|34 +-
 lib/Number/Phone/Formatter/Raw.pm  |44 +
 lib/Number/Phone/Formatters.pod|48 +
 lib/Number/Phone/NANP/Data.pm  | 8 +-
 lib/Number/Phone/StubCountry/AC.pm |16 +-
 lib/Number/Phone/StubCountry/AD.pm |16 +-
 lib/Number/Phone/StubCountry/AE.pm |24 +-
 lib/Number/Phone/StubCountry/AF.pm |26 +-
 lib/Number/Phone/StubCountry/AG.pm |39 +-
 lib/Number/Phone/StubCountry/AI.pm |35 +-
 lib/Number/Phone/StubCountry/AL.pm |22 +-
 lib/Number/Phone/StubCountry/AM.pm |40 +-
 lib/Number/Phone/StubCountry/AO.pm |16 +-
 lib/Number/Phone/StubCountry/AR.pm |84 +-
 lib/Number/Phone/StubCountry/AS.pm |51 +-
 lib/Number/Phone/StubCountry/AT.pm |96 +-
 lib/Number/Phone/StubCountry/AU.pm |64 +-
 lib/Number/Phone/StubCountry/AW.pm |22 +-
 lib/Number/Phone/StubCountry/AX.pm |16 +-
 lib/Number/Phone/StubCountry/AZ.pm |32 +-
 lib/Number/Phone/StubCountry/BA.pm |38 +-
 lib/Number/Phone/StubCountry/BB.pm |69 +-
 lib/Number/Phone/StubCountry/BD.pm |44 +-
 lib/Number/Phone/StubCountry/BE.pm |24 +-
 lib/Number/Phone/StubCountry/BF.pm |14 +-
 lib/Number/Phone/StubCountry/BG.pm |52 +-
 lib/Number/Phone/StubCountry/BH.pm |68 +-
 lib/Number/Phone/StubCountry/BI.pm |12 +-
 lib/Number/Phone/StubCountry/BJ.pm |28 +-
 lib/Number/Phone/StubCountry/BL.pm |22 +-
 lib/Number/Phone/StubCountry/BM.pm |37 +-
 lib/Number/Phone/StubCountry/BN.pm |16 +-
 lib/Number/Phone/StubCountry/BO.pm |16 +-
 lib/Number/Phone/StubCountry/BQ.pm |18 +-
 lib/Number/Phone/StubCountry/BR.pm | 15358 ++-
 lib/Number/Phone/StubCountry/BS.pm |87 +-
 lib/Number/Phone/StubCountry/BT.pm |28 +-
 lib/Number/Phone/StubCountry/BW.pm |42 +-
 lib/Number/Phone/StubCountry/BY.pm |56 +-
 lib/Number/Phone/StubCountry/BZ.pm |50 +-
 lib/Number/Phone/StubCountry/CA.pm |35 +-
 lib/Number/Phone/StubCountry/CC.pm |36 +-
 lib/Number/Phone/StubCountry/CD.pm |30 +-
 lib/Number/Phone/StubCountry/CF.pm |12 +-
 lib/Number/Phone/StubCountry/CG.pm |12 +-
 lib/Number/Phone/StubCountry/CH.pm |22 +-
 lib/Number/Phone/StubCountry/CI.pm |33 +-
 lib/Number/Phone/StubCountry/CK.pm |19 +-
 lib/Number/Phone/StubCountry/CL.pm |44 +-
 lib/Number/Phone/StubCountry/CM.pm |18 +-
 lib/Number/Phone/StubCountry/CN.pm |   284 +-
 lib/Number/Phone/StubCountry/CO.pm |18 +-
 lib/Number/Phone/StubCountry/CR.pm |36 +-
 lib/Number/Phone/StubCountry/CU.pm |26 +-
 lib/Number/Phone/StubCountry/CV.pm |16 +-
 lib/Number/Phone/StubCountry/CW.pm |47 +-
 lib/Number/Phone/StubCountry/CX.pm |32 +-
 lib/Number/Phone/StubCountry/CY.pm |14 +-
 lib/Number/Phone/StubCountry/CZ.pm |34 +-
 lib/Number/Phone/StubCountry/DE.pm |   109 +-
 lib/Number/Phone/StubCountry/DJ.pm |16 +-
 

[libnumber-phone-perl] branch pristine-tar updated (448fc60 -> 141ae4f)

2016-07-02 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 libnumber-phone-perl.

  from  448fc60   pristine-tar data for 
libnumber-phone-perl_3.0014.orig.tar.gz
   new  141ae4f   pristine-tar data for 
libnumber-phone-perl_3.2000.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:
 libnumber-phone-perl_3.2000.orig.tar.gz.delta | Bin 0 -> 17339 bytes
 libnumber-phone-perl_3.2000.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libnumber-phone-perl_3.2000.orig.tar.gz.delta
 create mode 100644 libnumber-phone-perl_3.2000.orig.tar.gz.id

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

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


[libnumber-phone-perl] annotated tag upstream/3.2000 created (now e881fdb)

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

gregoa pushed a change to annotated tag upstream/3.2000
in repository libnumber-phone-perl.

at  e881fdb   (tag)
   tagging  70064333a839dd5eebd4de2f9c5ea0722ca7094d (commit)
  replaces  upstream/3.0014
 tagged by  gregor herrmann
on  Sat Jul 2 22:52:13 2016 +0200

- Log -
Upstream version 3.2000

David Cantrell (9):
  minor tweak to Changelog
  add raw_number method, see 
https://github.com/DrHyde/perl-modules-Number-Phone/pull/56
  the +44 1403 20 block seems to no longer be in service so N::P::UK 
doesn't like it
  decided to spell raw_number as format_using('Raw') instead
  remove mathom left over from cutting and pasting tests from PR 56
  bump version for release
  rpm is stupid
  recognize IoM free/specialrate numbers; work around bug in latest 
sabcde17.xls from OFCOM
  prepare for release

gregor herrmann (1):
  Imported Upstream version 3.2000

---

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

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


[libnumber-phone-perl] 01/08: Merge tag 'upstream/3.2000'

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

gregoa pushed a commit to branch master
in repository libnumber-phone-perl.

commit 378179db92bd03d0097500d78383d9b3426b0964
Merge: 9642b7f 7006433
Author: gregor herrmann 
Date:   Sat Jul 2 22:52:13 2016 +0200

Merge tag 'upstream/3.2000'

Upstream version 3.2000

 CHANGELOG  |14 +-
 MANIFEST   | 3 +
 META.json  | 2 +-
 META.yml   | 2 +-
 lib/Number/Phone.pm|34 +-
 lib/Number/Phone/Formatter/Raw.pm  |44 +
 lib/Number/Phone/Formatters.pod|48 +
 lib/Number/Phone/NANP/Data.pm  | 8 +-
 lib/Number/Phone/StubCountry/AC.pm |16 +-
 lib/Number/Phone/StubCountry/AD.pm |16 +-
 lib/Number/Phone/StubCountry/AE.pm |24 +-
 lib/Number/Phone/StubCountry/AF.pm |26 +-
 lib/Number/Phone/StubCountry/AG.pm |39 +-
 lib/Number/Phone/StubCountry/AI.pm |35 +-
 lib/Number/Phone/StubCountry/AL.pm |22 +-
 lib/Number/Phone/StubCountry/AM.pm |40 +-
 lib/Number/Phone/StubCountry/AO.pm |16 +-
 lib/Number/Phone/StubCountry/AR.pm |84 +-
 lib/Number/Phone/StubCountry/AS.pm |51 +-
 lib/Number/Phone/StubCountry/AT.pm |96 +-
 lib/Number/Phone/StubCountry/AU.pm |64 +-
 lib/Number/Phone/StubCountry/AW.pm |22 +-
 lib/Number/Phone/StubCountry/AX.pm |16 +-
 lib/Number/Phone/StubCountry/AZ.pm |32 +-
 lib/Number/Phone/StubCountry/BA.pm |38 +-
 lib/Number/Phone/StubCountry/BB.pm |69 +-
 lib/Number/Phone/StubCountry/BD.pm |44 +-
 lib/Number/Phone/StubCountry/BE.pm |24 +-
 lib/Number/Phone/StubCountry/BF.pm |14 +-
 lib/Number/Phone/StubCountry/BG.pm |52 +-
 lib/Number/Phone/StubCountry/BH.pm |68 +-
 lib/Number/Phone/StubCountry/BI.pm |12 +-
 lib/Number/Phone/StubCountry/BJ.pm |28 +-
 lib/Number/Phone/StubCountry/BL.pm |22 +-
 lib/Number/Phone/StubCountry/BM.pm |37 +-
 lib/Number/Phone/StubCountry/BN.pm |16 +-
 lib/Number/Phone/StubCountry/BO.pm |16 +-
 lib/Number/Phone/StubCountry/BQ.pm |18 +-
 lib/Number/Phone/StubCountry/BR.pm | 15358 ++-
 lib/Number/Phone/StubCountry/BS.pm |87 +-
 lib/Number/Phone/StubCountry/BT.pm |28 +-
 lib/Number/Phone/StubCountry/BW.pm |42 +-
 lib/Number/Phone/StubCountry/BY.pm |56 +-
 lib/Number/Phone/StubCountry/BZ.pm |50 +-
 lib/Number/Phone/StubCountry/CA.pm |35 +-
 lib/Number/Phone/StubCountry/CC.pm |36 +-
 lib/Number/Phone/StubCountry/CD.pm |30 +-
 lib/Number/Phone/StubCountry/CF.pm |12 +-
 lib/Number/Phone/StubCountry/CG.pm |12 +-
 lib/Number/Phone/StubCountry/CH.pm |22 +-
 lib/Number/Phone/StubCountry/CI.pm |33 +-
 lib/Number/Phone/StubCountry/CK.pm |19 +-
 lib/Number/Phone/StubCountry/CL.pm |44 +-
 lib/Number/Phone/StubCountry/CM.pm |18 +-
 lib/Number/Phone/StubCountry/CN.pm |   284 +-
 lib/Number/Phone/StubCountry/CO.pm |18 +-
 lib/Number/Phone/StubCountry/CR.pm |36 +-
 lib/Number/Phone/StubCountry/CU.pm |26 +-
 lib/Number/Phone/StubCountry/CV.pm |16 +-
 lib/Number/Phone/StubCountry/CW.pm |47 +-
 lib/Number/Phone/StubCountry/CX.pm |32 +-
 lib/Number/Phone/StubCountry/CY.pm |14 +-
 lib/Number/Phone/StubCountry/CZ.pm |34 +-
 lib/Number/Phone/StubCountry/DE.pm |   109 +-
 lib/Number/Phone/StubCountry/DJ.pm |16 +-
 lib/Number/Phone/StubCountry/DK.pm |18 +-
 lib/Number/Phone/StubCountry/DM.pm |37 +-
 lib/Number/Phone/StubCountry/DO.pm |11 +-
 lib/Number/Phone/StubCountry/DZ.pm |36 +-
 lib/Number/Phone/StubCountry/EC.pm |14 +-
 lib/Number/Phone/StubCountry/EE.pm |64 +-
 lib/Number/Phone/StubCountry/EG.pm |36 +-
 lib/Number/Phone/StubCountry/EH.pm |13 +-
 lib/Number/Phone/StubCountry/ER.pm |18 +-
 lib/Number/Phone/StubCountry/ES.pm |10 +-
 lib/Number/Phone/StubCountry/ET.pm |33 +-
 lib/Number/Phone/StubCountry/FI.pm |28 +-
 lib/Number/Phone/StubCountry/FJ.pm |28 +-
 lib/Number/Phone/StubCountry/FK.pm | 8 +-
 lib/Number/Phone/StubCountry/FM.pm |16 +-
 lib/Number/Phone/StubCountry/FO.pm |25 +-
 lib/Number/Phone/StubCountry/FR.pm |24 +-
 lib/Number/Phone/StubCountry/GA.pm |20 +-
 lib/Number/Phone/StubCountry/GB.pm |   108 +-
 lib/Number/Phone/StubCountry/GD.pm |67 +-
 lib/Number/Phone/StubCountry/GE.pm |14 +-
 lib/Number/Phone/StubCountry/GF.pm |30 +-
 lib/Number/Phone/StubCountry/GG.pm |52 +-
 lib/Number/Phone/StubCountry/GH.pm |36 +-
 lib/Number/Phone/StubCountry/GI.pm |20 +-
 lib/Number/Phone/StubCountry/GL.pm |12 +-
 lib/Number/Phone/StubCountry/GM.pm |19 +-
 lib/Number/Phone/StubCountry/GN.pm |22 +-
 lib/Number/Phone/StubCountry/GP.pm |30 +-
 lib/Number/Phone/StubCountry/GQ.pm |24 +-
 lib/Number/Phone/StubCountry/GR.pm |30 +-
 lib/Number/Phone/StubCountry/GT.pm |18 +-
 lib/Number/Phone/StubCountry/GU.pm |31 

[libnumber-phone-perl] 08/08: releasing package libnumber-phone-perl version 3.2000-1

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

gregoa pushed a commit to branch master
in repository libnumber-phone-perl.

commit 52b200a920b4f2bcf443899f911329f629be5082
Author: gregor herrmann 
Date:   Sat Jul 2 23:19:39 2016 +0200

releasing package libnumber-phone-perl version 3.2000-1
---
 debian/changelog | 11 +--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7e6dca6..cfd5c72 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,6 @@
-libnumber-phone-perl (3.2000-1) UNRELEASED; urgency=medium
+libnumber-phone-perl (3.2000-1) unstable; urgency=medium
+
+  * Team upload.
 
   [ Salvatore Bonaccorso ]
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
@@ -6,8 +8,13 @@ libnumber-phone-perl (3.2000-1) UNRELEASED; urgency=medium
   [ gregor herrmann ]
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
   * Import upstream version 3.2000
+  * Add new files to debian/copyright.
+  * Declare compliance with Debian Policy 3.9.8.
+  * Clean up versioned (build) dependencies. Thanks to cme.
+  * One more HTTPS URL in debian/copyright. Thanks to duck.
+  * Add patch to add missing whatis entries to manpages.
 
- -- gregor herrmann   Sat, 02 Jul 2016 22:52:13 +0200
+ -- gregor herrmann   Sat, 02 Jul 2016 23:17:06 +0200
 
 libnumber-phone-perl (3.0014-1) unstable; urgency=medium
 

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

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


[libnumber-phone-perl] 05/08: Clean up versioned (build) dependencies.

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

gregoa pushed a commit to branch master
in repository libnumber-phone-perl.

commit cb348267a2706186208f3befa1753ba91576ee5a
Author: gregor herrmann 
Date:   Sat Jul 2 23:01:09 2016 +0200

Clean up versioned (build) dependencies.

Thanks: cme.
---
 debian/control | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 3c0e9fb..b4c8712 100644
--- a/debian/control
+++ b/debian/control
@@ -2,23 +2,22 @@ Source: libnumber-phone-perl
 Maintainer: Debian Perl Group 
 Uploaders: Michael Prokop 
 Section: perl
+Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: libdbm-deep-perl (>= 2.0008),
+Build-Depends-Indep: libdbm-deep-perl,
  libtest-utf8-perl,
- perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
  perl
 Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libnumber-phone-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libnumber-phone-perl.git
-Testsuite: autopkgtest-pkg-perl
 Homepage: https://metacpan.org/release/Number-Phone
 
 Package: libnumber-phone-perl
 Architecture: all
 Depends: ${misc:Depends},
  ${perl:Depends},
- libdbm-deep-perl (>= 2.0008)
+ libdbm-deep-perl
 Description: base class for parsing and dealing with phone numbers
  This Perl module and its sub-classes provides support for parsing
  and dealing with phone numbers, e.g. Number::Phone::Country looks up

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

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


[libnumber-phone-perl] 04/08: Declare compliance with Debian Policy 3.9.8.

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

gregoa pushed a commit to branch master
in repository libnumber-phone-perl.

commit 7788864075f867c5243b7cdbaedf8e210889f3b9
Author: gregor herrmann 
Date:   Sat Jul 2 23:00:42 2016 +0200

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

diff --git a/debian/control b/debian/control
index fe82cbf..3c0e9fb 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends-Indep: libdbm-deep-perl (>= 2.0008),
  libtest-utf8-perl,
  perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
  perl
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libnumber-phone-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libnumber-phone-perl.git
 Testsuite: autopkgtest-pkg-perl

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

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


[libnumber-phone-perl] 03/08: Add new files to debian/copyright.

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

gregoa pushed a commit to branch master
in repository libnumber-phone-perl.

commit 2ad482f1a6a33d4dedfeec3bcc49be6ba67e33fb
Author: gregor herrmann 
Date:   Sat Jul 2 22:59:43 2016 +0200

Add new files to debian/copyright.
---
 debian/copyright | 13 +
 1 file changed, 13 insertions(+)

diff --git a/debian/copyright b/debian/copyright
index b1d7992..025036a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -16,6 +16,11 @@ Files: lib/Number/Phone/StubCountry/*
 Copyright: 2011, David Cantrell 
 License: Apache
 
+Files: lib/Number/Phone/Formatter/Raw.pm
+ lib/Number/Phone/Formatters.pod
+Copyright: 2016, David Cantrell 
+License: Artistic or GPL-2
+
 Files: debian/*
 Copyright: 2014, Michael Prokop 
 License: Artistic or GPL-1+
@@ -36,6 +41,14 @@ License: GPL-1+
  On Debian systems, the complete text of version 1 of the GNU General
  Public License can be found in `/usr/share/common-licenses/GPL-1'.
 
+License: GPL-2
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License version 2 as
+ published by the Free Software Foundation.
+ .
+ On Debian systems, the full text of the GNU General Public License
+ version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
 License: Apache
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.

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

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


[libnumber-phone-perl] 02/08: Update debian/changelog

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

gregoa pushed a commit to branch master
in repository libnumber-phone-perl.

commit 49c0f606d5c0c9ef3aa7df5067b74bfb31fe91a3
Author: gregor herrmann 
Date:   Sat Jul 2 22:52:14 2016 +0200

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 d2de698..7e6dca6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,13 @@
-libnumber-phone-perl (3.0014-2) UNRELEASED; urgency=medium
+libnumber-phone-perl (3.2000-1) UNRELEASED; urgency=medium
 
   [ Salvatore Bonaccorso ]
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
 
   [ gregor herrmann ]
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
+  * Import upstream version 3.2000
 
- -- Salvatore Bonaccorso   Sat, 30 Jan 2016 20:05:51 +0100
+ -- gregor herrmann   Sat, 02 Jul 2016 22:52:13 +0200
 
 libnumber-phone-perl (3.0014-1) unstable; urgency=medium
 

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

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


[libnumber-phone-perl] 01/01: pristine-tar data for libnumber-phone-perl_3.2000.orig.tar.gz

2016-07-02 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 libnumber-phone-perl.

commit 141ae4f258f00b4a83b6b8578709eff2fa582040
Author: gregor herrmann 
Date:   Sat Jul 2 22:52:13 2016 +0200

pristine-tar data for libnumber-phone-perl_3.2000.orig.tar.gz
---
 libnumber-phone-perl_3.2000.orig.tar.gz.delta | Bin 0 -> 17339 bytes
 libnumber-phone-perl_3.2000.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libnumber-phone-perl_3.2000.orig.tar.gz.delta 
b/libnumber-phone-perl_3.2000.orig.tar.gz.delta
new file mode 100644
index 000..81a79ea
Binary files /dev/null and b/libnumber-phone-perl_3.2000.orig.tar.gz.delta 
differ
diff --git a/libnumber-phone-perl_3.2000.orig.tar.gz.id 
b/libnumber-phone-perl_3.2000.orig.tar.gz.id
new file mode 100644
index 000..300b79c
--- /dev/null
+++ b/libnumber-phone-perl_3.2000.orig.tar.gz.id
@@ -0,0 +1 @@
+c412b9c6b746e16280e0b3d34d2e01689d8e6216

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

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


[libnet-stomp-perl] 05/09: Upstream update contact.

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

gregoa pushed a commit to branch master
in repository libnet-stomp-perl.

commit f4c32cdf6c3cb9e82d596785c1ab342a7a2abf63
Author: gregor herrmann 
Date:   Sat Jul 2 22:45:54 2016 +0200

Upstream update contact.
---
 debian/copyright | 2 +-
 debian/upstream/metadata | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 9002ec1..90bfe5f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,5 +1,5 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Contact: Ash Berlin
+Upstream-Contact: Gianni Ceccarelli 
 Source: https://metacpan.org/release/Net-Stomp
 Upstream-Name: Net-Stomp
 
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index a25a232..3650faa 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -1,5 +1,4 @@
 ---
 Archive: CPAN
-Contact: Leon Brocard ,, Thom May ,, 
Michael
-  S. Fischer ,, Ash Berlin 
+Contact: Gianni Ceccarelli 
 Name: Net-Stomp

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

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


[libnet-stomp-perl] 07/09: Drop unneeded version constraints.

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

gregoa pushed a commit to branch master
in repository libnet-stomp-perl.

commit 636b65773a41a791695fa062070c6424f89d01cc
Author: gregor herrmann 
Date:   Sat Jul 2 22:46:45 2016 +0200

Drop unneeded version constraints.
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 3953adb..ebfe725 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 8),
 Build-Depends-Indep: perl,
  libclass-accessor-perl,
  perl (>= 5.19.8) | libio-socket-ip-perl (>= 0.20),
- libio-socket-ssl-perl (>= 1.75),
+ libio-socket-ssl-perl,
  libtest-deep-perl,
  libtest-fatal-perl,
  libtest-pod-perl,
@@ -28,7 +28,7 @@ Depends: ${misc:Depends},
  ${perl:Depends},
  libclass-accessor-perl
 Recommends: perl (>= 5.19.8) | libio-socket-ip-perl (>= 0.20),
-libio-socket-ssl-perl (>= 1.75)
+libio-socket-ssl-perl
 Description: Perl module providing a Streaming Text Orientated Messaging 
Protocol client
  Net::Stomp allows you to write a Stomp client. Stomp is the Streaming Text
  Orientated Messaging Protocol (or the Protocol Briefly Known as TTMP and

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

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


[libnet-stomp-perl] annotated tag upstream/0.57 created (now 68c1b47)

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

gregoa pushed a change to annotated tag upstream/0.57
in repository libnet-stomp-perl.

at  68c1b47   (tag)
   tagging  8c38e6d0c0af8ae2a0304d3afb4b9248d8f7b324 (commit)
  replaces  upstream/0.56
 tagged by  gregor herrmann
on  Sat Jul 2 22:44:08 2016 +0200

- Log -
Upstream version 0.57

gregor herrmann (1):
  Imported Upstream version 0.57

---

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

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


[libnet-stomp-perl] 09/09: releasing package libnet-stomp-perl version 0.57-1

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

gregoa pushed a commit to branch master
in repository libnet-stomp-perl.

commit e778bc689c951f67205ab8b0acf71e78613d920b
Author: gregor herrmann 
Date:   Sat Jul 2 22:50:08 2016 +0200

releasing package libnet-stomp-perl version 0.57-1
---
 debian/changelog | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index abc3327..9b092a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,6 @@
-libnet-stomp-perl (0.57-1) UNRELEASED; urgency=medium
+libnet-stomp-perl (0.57-1) unstable; urgency=medium
+
+  * Team upload.
 
   [ Salvatore Bonaccorso ]
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
@@ -7,8 +9,12 @@ libnet-stomp-perl (0.57-1) UNRELEASED; urgency=medium
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
   * Add debian/upstream/metadata
   * Import upstream version 0.57
+  * Upstream update contact.
+  * Declare compliance with Debian Policy 3.9.8.
+  * Drop unneeded version constraints.
+  * Bump debhelper compatibility level to 9.
 
- -- gregor herrmann   Sat, 02 Jul 2016 22:44:08 +0200
+ -- gregor herrmann   Sat, 02 Jul 2016 22:47:50 +0200
 
 libnet-stomp-perl (0.56-1) unstable; urgency=medium
 

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

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


[libnet-stomp-perl] 03/09: Merge tag 'upstream/0.57'

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

gregoa pushed a commit to branch master
in repository libnet-stomp-perl.

commit 8e146d5efa392ce72d71d5c6a22f21b02985ae46
Merge: d076180 8c38e6d
Author: gregor herrmann 
Date:   Sat Jul 2 22:44:08 2016 +0200

Merge tag 'upstream/0.57'

Upstream version 0.57

 CHANGES   |  4 
 MANIFEST  |  4 ++--
 META.json |  8 
 META.yml  |  8 
 README|  8 
 lib/Net/Stomp.pm  | 32 +++-
 lib/Net/Stomp/Frame.pm|  2 +-
 lib/Net/Stomp/StupidLogger.pm |  2 +-
 t/receiving-frames.t  |  2 +-
 t/reconnect.t |  5 +
 t/sending-frames.t| 22 ++
 11 files changed, 79 insertions(+), 18 deletions(-)

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

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


[libnet-stomp-perl] 02/09: Update debian/changelog

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

gregoa pushed a commit to branch master
in repository libnet-stomp-perl.

commit d076180caa565a7adb9dc8db457da20e45e9bbf5
Author: gregor herrmann 
Date:   Sat Jul 2 22:43:50 2016 +0200

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index 9e1ba7e..7317cc2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libnet-stomp-perl (0.56-2) UNRELEASED; urgency=medium
 
   [ gregor herrmann ]
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
+  * Add debian/upstream/metadata
 
  -- Salvatore Bonaccorso   Sat, 30 Jan 2016 20:05:48 +0100
 

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

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


[libnet-stomp-perl] 08/09: Bump debhelper compatibility level to 9.

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

gregoa pushed a commit to branch master
in repository libnet-stomp-perl.

commit fae38f3011b434de2df159a318756878c9325a08
Author: gregor herrmann 
Date:   Sat Jul 2 22:46:45 2016 +0200

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 ebfe725..cc8c07c 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Krzysztof Krzyżaniak (eloy) ,
Florian Schlichting 
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 8),
+Build-Depends: debhelper (>= 9),
libmodule-build-perl (>= 0.42)
 Build-Depends-Indep: perl,
  libclass-accessor-perl,

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

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

[libnet-stomp-perl] 04/09: Update debian/changelog

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

gregoa pushed a commit to branch master
in repository libnet-stomp-perl.

commit 091d1265844220b9ec70c14159632c24c03b2281
Author: gregor herrmann 
Date:   Sat Jul 2 22:44:08 2016 +0200

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 7317cc2..abc3327 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libnet-stomp-perl (0.56-2) UNRELEASED; urgency=medium
+libnet-stomp-perl (0.57-1) UNRELEASED; urgency=medium
 
   [ Salvatore Bonaccorso ]
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
@@ -6,8 +6,9 @@ libnet-stomp-perl (0.56-2) UNRELEASED; urgency=medium
   [ gregor herrmann ]
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
   * Add debian/upstream/metadata
+  * Import upstream version 0.57
 
- -- Salvatore Bonaccorso   Sat, 30 Jan 2016 20:05:48 +0100
+ -- gregor herrmann   Sat, 02 Jul 2016 22:44:08 +0200
 
 libnet-stomp-perl (0.56-1) unstable; urgency=medium
 

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

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


[libnet-stomp-perl] branch pristine-tar updated (fa8056d -> 97cca0f)

2016-07-02 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 libnet-stomp-perl.

  from  fa8056d   pristine-tar data for libnet-stomp-perl_0.56.orig.tar.gz
   new  97cca0f   pristine-tar data for libnet-stomp-perl_0.57.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:
 libnet-stomp-perl_0.57.orig.tar.gz.delta | Bin 0 -> 1831 bytes
 libnet-stomp-perl_0.57.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libnet-stomp-perl_0.57.orig.tar.gz.delta
 create mode 100644 libnet-stomp-perl_0.57.orig.tar.gz.id

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

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


[libnet-stomp-perl] annotated tag debian/0.57-1 created (now b29a0ed)

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

gregoa pushed a change to annotated tag debian/0.57-1
in repository libnet-stomp-perl.

at  b29a0ed   (tag)
   tagging  e778bc689c951f67205ab8b0acf71e78613d920b (commit)
  replaces  debian/0.56-1
 tagged by  gregor herrmann
on  Sat Jul 2 22:50:08 2016 +0200

- Log -
tagging package libnet-stomp-perl version debian/0.57-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJXeCkAXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGt3MP+gJvoafOMHK4IX/vNBCDoVkB
ztV5KuDnkkyltWDDA2mawFHv0CQdXWaeZIQP+YjCl/z9x/1hJ4IdzgliFE/HfYtW
7NgxCKz37Ox7GXez7SK3nV5tRVKmAnKou6jxX6M7TLQsEUwMhdIGsL9s/u+GhcGt
rFsDiuyTAQhvCXXGqwA0vhcMsL/eEJ/MdOAU2taNRE37VKf0PWb6OVEHcqEqcRZ1
R5gYNolI81ccQShfEpSrLJqVWVU7UEbZau/S9Mh7TnQun+oGS3q3c6/Odk7u7Vk+
po9Xnj6MrM+oauBZPvrRqU+hdWjTfsU67uJz5rWQgUZ57U89AJKbObrzM5JAazfg
cody/DO+HGMOzNS5PekynHZH8xl1dNR0CIue58kEB5QHKryXA1parREg7DQIqazL
jtBaeXhMxokEV0wHgZGbb5dnqxepU1bLNHf5g16Tc+heSg78yVZ43eyxOaLS0If8
txYkL4UthQdKAemSP7zVgwBnfzXZ8njr+bgLKPcO6M2iPFJwNd1zBwR3YaHFCMQC
aDhJVMe5qpahe7Eg1udH6Vnf0MwI3GaLTXiS/M0WF6Gfxa0QWCvSRvRPUhsw7YnZ
ZSIWLN9Pv2SFMvsequDFPCVA4SBFhMQq/y6oyo/+T9IVBz4Bsg6VHTJkMn03g1X8
yrpTyhO+u9TDDgr6esa7
=z1hD
-END PGP SIGNATURE-

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

gregor herrmann (12):
  debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  update changelog
  Add debian/upstream/metadata
  Update debian/changelog
  Imported Upstream version 0.57
  Merge tag 'upstream/0.57'
  Update debian/changelog
  Upstream update contact.
  Declare compliance with Debian Policy 3.9.8.
  Drop unneeded version constraints.
  Bump debhelper compatibility level to 9.
  releasing package libnet-stomp-perl version 0.57-1

---

This annotated tag includes the following new commits:

   new  c102443   Add debian/upstream/metadata
   new  d076180   Update debian/changelog
   new  8e146d5   Merge tag 'upstream/0.57'
   new  091d126   Update debian/changelog
   new  f4c32cd   Upstream update contact.
   new  028c218   Declare compliance with Debian Policy 3.9.8.
   new  636b657   Drop unneeded version constraints.
   new  fae38f3   Bump debhelper compatibility level to 9.
   new  e778bc6   releasing package libnet-stomp-perl version 0.57-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/libnet-stomp-perl.git

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


[libnet-stomp-perl] 01/01: pristine-tar data for libnet-stomp-perl_0.57.orig.tar.gz

2016-07-02 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 libnet-stomp-perl.

commit 97cca0fcbb156fb9555c3944a1678ae61902c28e
Author: gregor herrmann 
Date:   Sat Jul 2 22:44:08 2016 +0200

pristine-tar data for libnet-stomp-perl_0.57.orig.tar.gz
---
 libnet-stomp-perl_0.57.orig.tar.gz.delta | Bin 0 -> 1831 bytes
 libnet-stomp-perl_0.57.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libnet-stomp-perl_0.57.orig.tar.gz.delta 
b/libnet-stomp-perl_0.57.orig.tar.gz.delta
new file mode 100644
index 000..dbd3086
Binary files /dev/null and b/libnet-stomp-perl_0.57.orig.tar.gz.delta differ
diff --git a/libnet-stomp-perl_0.57.orig.tar.gz.id 
b/libnet-stomp-perl_0.57.orig.tar.gz.id
new file mode 100644
index 000..e76ed61
--- /dev/null
+++ b/libnet-stomp-perl_0.57.orig.tar.gz.id
@@ -0,0 +1 @@
+c8769ea8209a1f4223f313d9c848f6abd6dc02cb

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

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


[libnet-stomp-perl] 06/09: Declare compliance with Debian Policy 3.9.8.

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

gregoa pushed a commit to branch master
in repository libnet-stomp-perl.

commit 028c21803a005bb06802c549725b3787bf0ad87f
Author: gregor herrmann 
Date:   Sat Jul 2 22:46:36 2016 +0200

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

diff --git a/debian/control b/debian/control
index 253bff6..3953adb 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Build-Depends-Indep: perl,
  libtest-fatal-perl,
  libtest-pod-perl,
  libtest-pod-coverage-perl
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-stomp-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libnet-stomp-perl.git
 Homepage: https://metacpan.org/release/Net-Stomp

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

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


[libnet-stomp-perl] 01/09: Add debian/upstream/metadata

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

gregoa pushed a commit to branch master
in repository libnet-stomp-perl.

commit c102443ca695ca11f308ab7e246a7722d277a477
Author: gregor herrmann 
Date:   Sat Jul 2 22:43:50 2016 +0200

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

diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 000..a25a232
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,5 @@
+---
+Archive: CPAN
+Contact: Leon Brocard ,, Thom May ,, 
Michael
+  S. Fischer ,, Ash Berlin 
+Name: Net-Stomp

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

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


[libnet-stomp-perl] branch master updated (242cb8a -> e778bc6)

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

gregoa pushed a change to branch master
in repository libnet-stomp-perl.

  from  242cb8a   update changelog
   new  c102443   Add debian/upstream/metadata
   new  d076180   Update debian/changelog
  adds  8c38e6d   Imported Upstream version 0.57
   new  8e146d5   Merge tag 'upstream/0.57'
   new  091d126   Update debian/changelog
   new  f4c32cd   Upstream update contact.
   new  028c218   Declare compliance with Debian Policy 3.9.8.
   new  636b657   Drop unneeded version constraints.
   new  fae38f3   Bump debhelper compatibility level to 9.
   new  e778bc6   releasing package libnet-stomp-perl version 0.57-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:
 CHANGES   |  4 
 MANIFEST  |  4 ++--
 META.json |  8 
 META.yml  |  8 
 README|  8 
 debian/changelog  | 14 +++---
 debian/compat |  2 +-
 debian/control|  8 
 debian/copyright  |  2 +-
 debian/upstream/metadata  |  4 
 lib/Net/Stomp.pm  | 32 +++-
 lib/Net/Stomp/Frame.pm|  2 +-
 lib/Net/Stomp/StupidLogger.pm |  2 +-
 t/receiving-frames.t  |  2 +-
 t/reconnect.t |  5 +
 t/sending-frames.t| 22 ++
 16 files changed, 100 insertions(+), 27 deletions(-)
 create mode 100644 debian/upstream/metadata

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

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


[libnet-openssh-compat-perl] annotated tag upstream/0.09 created (now a60c6ef)

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

gregoa pushed a change to annotated tag upstream/0.09
in repository libnet-openssh-compat-perl.

at  a60c6ef   (tag)
   tagging  ab0b094181b813cd7bba1a0681b7872fc7d415f4 (commit)
  replaces  upstream/0.07
 tagged by  gregor herrmann
on  Sat Jul 2 22:38:49 2016 +0200

- Log -
Upstream version 0.09

gregor herrmann (1):
  Imported Upstream version 0.09

---

No new revisions were added by this update.

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

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


[libnet-openssh-compat-perl] 06/06: releasing package libnet-openssh-compat-perl version 0.09-1

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

gregoa pushed a commit to branch master
in repository libnet-openssh-compat-perl.

commit e028469a38cdf9686aeb53a06cc688cd2bfb3259
Author: gregor herrmann 
Date:   Sat Jul 2 22:43:22 2016 +0200

releasing package libnet-openssh-compat-perl version 0.09-1
---
 debian/changelog | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 05095bf..bf0a8d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,6 @@
-libnet-openssh-compat-perl (0.09-1) UNRELEASED; urgency=medium
+libnet-openssh-compat-perl (0.09-1) unstable; urgency=medium
+
+  * Team upload.
 
   [ Salvatore Bonaccorso ]
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
@@ -6,8 +8,10 @@ libnet-openssh-compat-perl (0.09-1) UNRELEASED; urgency=medium
   [ gregor herrmann ]
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
   * New upstream release.
+  * Declare compliance with Debian Policy 3.9.8.
+  * Bump debhelper compatibility level to 9.
 
- -- gregor herrmann   Sat, 02 Jul 2016 22:38:49 +0200
+ -- gregor herrmann   Sat, 02 Jul 2016 22:41:22 +0200
 
 libnet-openssh-compat-perl (0.07-1) unstable; urgency=low
 

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

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


[libnet-openssh-compat-perl] 05/06: Bump debhelper compatibility level to 9.

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

gregoa pushed a commit to branch master
in repository libnet-openssh-compat-perl.

commit 7fc3263b38a8b9291e8682e0f3af3ef5cf193a3f
Author: gregor herrmann 
Date:   Sat Jul 2 22:40:56 2016 +0200

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 00af6da..ec65d87 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: perl,
  libnet-openssh-perl,
  libnet-sftp-foreign-perl,

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

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


[libnet-openssh-compat-perl] branch pristine-tar updated (acab3f5 -> eb540df)

2016-07-02 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 libnet-openssh-compat-perl.

  from  acab3f5   pristine-tar data for 
libnet-openssh-compat-perl_0.07.orig.tar.gz
   new  eb540df   pristine-tar data for 
libnet-openssh-compat-perl_0.09.orig.tar.gz

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


Summary of changes:
 libnet-openssh-compat-perl_0.09.orig.tar.gz.delta | Bin 0 -> 1528 bytes
 libnet-openssh-compat-perl_0.09.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libnet-openssh-compat-perl_0.09.orig.tar.gz.delta
 create mode 100644 libnet-openssh-compat-perl_0.09.orig.tar.gz.id

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

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


[libnet-openssh-compat-perl] 03/06: Reformat debian/control with cme

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

gregoa pushed a commit to branch master
in repository libnet-openssh-compat-perl.

commit 084ef525c4c11d43bfd52cc080103e2ad2a129f3
Author: gregor herrmann 
Date:   Sat Jul 2 22:40:53 2016 +0200

Reformat debian/control with cme

Gbp-Dch: ignore
---
 debian/control | 21 +++--
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index 74ac012..e3d7380 100644
--- a/debian/control
+++ b/debian/control
@@ -1,24 +1,25 @@
 Source: libnet-openssh-compat-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group 
 Uploaders: Florian Schlichting 
+Section: perl
+Testsuite: autopkgtest-pkg-perl
+Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, 
- libnet-openssh-perl, 
- libnet-sftp-foreign-perl, 
- libnet-ssh2-perl
+Build-Depends-Indep: perl,
+ libnet-openssh-perl,
+ libnet-sftp-foreign-perl,
+ libnet-ssh2-perl
 Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-openssh-compat-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libnet-openssh-compat-perl.git
 Homepage: https://metacpan.org/release/Net-OpenSSH-Compat
-Testsuite: autopkgtest-pkg-perl
 
 Package: libnet-openssh-compat-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, 
- libnet-openssh-perl, 
- libnet-sftp-foreign-perl
+Depends: ${misc:Depends},
+ ${perl:Depends},
+ libnet-openssh-perl,
+ libnet-sftp-foreign-perl
 Description: collection of compatibility modules for Net::OpenSSH
  Net::OpenSSH::Compat and submodules are a set of adapter modules that
  run on top of Net::OpenSSH providing the APIs of other SSH modules

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

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


[libnet-openssh-compat-perl] 04/06: Declare compliance with Debian Policy 3.9.8.

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

gregoa pushed a commit to branch master
in repository libnet-openssh-compat-perl.

commit ddd5f41d5377974efa7e3baa60e761c30fb0dc1d
Author: gregor herrmann 
Date:   Sat Jul 2 22:40:56 2016 +0200

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

diff --git a/debian/control b/debian/control
index e3d7380..00af6da 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends-Indep: perl,
  libnet-openssh-perl,
  libnet-sftp-foreign-perl,
  libnet-ssh2-perl
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-openssh-compat-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libnet-openssh-compat-perl.git
 Homepage: https://metacpan.org/release/Net-OpenSSH-Compat

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

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


[libnet-openssh-compat-perl] branch master updated (eadd11e -> e028469)

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

gregoa pushed a change to branch master
in repository libnet-openssh-compat-perl.

  from  eadd11e   update changelog
  adds  ab0b094   Imported Upstream version 0.09
   new  9e7b8f7   Merge tag 'upstream/0.09'
   new  37f8f0c   Update years of upstream copyright.
   new  084ef52   Reformat debian/control with cme
   new  ddd5f41   Declare compliance with Debian Policy 3.9.8.
   new  7fc3263   Bump debhelper compatibility level to 9.
   new  e028469   releasing package libnet-openssh-compat-perl version 
0.09-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  |  10 +
 META.json|   5 +-
 META.yml |   5 +-
 README   |   2 +-
 debian/changelog |   9 +-
 debian/compat|   2 +-
 debian/control   |  25 +-
 debian/copyright |   2 +-
 gen/gen_constants_ssh2.pl|   2 +-
 lib/Net/OpenSSH/Compat.pm|   4 +-
 lib/Net/OpenSSH/Compat/Perl.pm   |  11 +-
 lib/Net/OpenSSH/Compat/SSH2.pm   |  77 +-
 lib/Net/OpenSSH/Compat/SSH2/Constants.pm | 399 ---
 13 files changed, 388 insertions(+), 165 deletions(-)

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

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


[libnet-openssh-compat-perl] 02/06: Update years of upstream copyright.

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

gregoa pushed a commit to branch master
in repository libnet-openssh-compat-perl.

commit 37f8f0cee83de141faf5bc9effa1cad4b9a3e17e
Author: gregor herrmann 
Date:   Sat Jul 2 22:40:43 2016 +0200

Update years of upstream copyright.
---
 debian/changelog | 5 +++--
 debian/copyright | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3efd799..05095bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,13 @@
-libnet-openssh-compat-perl (0.07-2) UNRELEASED; urgency=medium
+libnet-openssh-compat-perl (0.09-1) UNRELEASED; urgency=medium
 
   [ Salvatore Bonaccorso ]
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
 
   [ gregor herrmann ]
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
+  * New upstream release.
 
- -- Salvatore Bonaccorso   Sat, 30 Jan 2016 20:05:45 +0100
+ -- gregor herrmann   Sat, 02 Jul 2016 22:38:49 +0200
 
 libnet-openssh-compat-perl (0.07-1) unstable; urgency=low
 
diff --git a/debian/copyright b/debian/copyright
index d22b373..ed9d744 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Upstream-Contact: Salvador Fandino 
 Source: https://metacpan.org/release/Net-OpenSSH-Compat
 
 Files: *
-Copyright: 2011-2015, Salvador Fandino 
+Copyright: 2011-2016, Salvador Fandino 
 License: Artistic or GPL-1+
 
 Files: debian/*

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

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


[libnet-openssh-compat-perl] annotated tag debian/0.09-1 created (now 3d3da0f)

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

gregoa pushed a change to annotated tag debian/0.09-1
in repository libnet-openssh-compat-perl.

at  3d3da0f   (tag)
   tagging  e028469a38cdf9686aeb53a06cc688cd2bfb3259 (commit)
  replaces  debian/0.07-1
 tagged by  gregor herrmann
on  Sat Jul 2 22:43:22 2016 +0200

- Log -
tagging package libnet-openssh-compat-perl version debian/0.09-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJXeCdqXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGSnsQALK2PsB1EZBJTfiszuDBrSwD
JpSQMCeameWeh2/gK6bGR/kZu/dmnOJSytPeQxQYlLYZT2c5RaV3Q37ovvQ5Y/Uk
MpvEsTmhsuOcD4hI1elf6q9SQhUBCZrbS/a42iTldx5DgVDAV62YUzvuz+a1bAfN
C2yU+Oj1wWwuUcaEydUc0ADm/cxHQstJCaJ5jgUSQRFKZHijfyVR6EzbUCqvqUUW
lIX6v5UNO+0hK/r7kNjYsJfJWbCCzBcLAyDIk3GLdFfK0xFpMd3YHwt6C2DUPtig
a5VmHicSlw/yIyaTLUxAOIPm2meTw2oilScOmHG2i7rZD+BmjMoL351ODRbxrClF
AvOGqjop+FPzISfmF6UCKGInFP0JXx5M2HdjjeK8D652k/p3fEs0xXwlUejMLwPh
C4/ST7lNZwQClr5Q0CTOg52K6hlG017XMYNtzw9ZiqZs2aiejwZRJ3kE5O07ojLp
IWcs4OazbcopbGR/O5lzCdy4bstfkvaLHT4VNNJsZtSRBzjx0WxpMWjUDs0dd1lN
CRSSE0VIcMsQQHoLGpZ29r/T3UjOasvq1NdITltAA9yjV75a+0YedAx68xNEFaet
WQaiiLSUKr+yyLh0pu1pL7o74d3ZmxfhaDlleqDG2UpyxySjQ41faSRS6ZSHydxH
w2W2jA0sOH3FPL55ySIB
=rPp6
-END PGP SIGNATURE-

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

gregor herrmann (9):
  debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  update changelog
  Imported Upstream version 0.09
  Merge tag 'upstream/0.09'
  Update years of upstream copyright.
  Reformat debian/control with cme
  Declare compliance with Debian Policy 3.9.8.
  Bump debhelper compatibility level to 9.
  releasing package libnet-openssh-compat-perl version 0.09-1

---

This annotated tag includes the following new commits:

   new  9e7b8f7   Merge tag 'upstream/0.09'
   new  37f8f0c   Update years of upstream copyright.
   new  084ef52   Reformat debian/control with cme
   new  ddd5f41   Declare compliance with Debian Policy 3.9.8.
   new  7fc3263   Bump debhelper compatibility level to 9.
   new  e028469   releasing package libnet-openssh-compat-perl version 
0.09-1

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


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

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


[libnet-openssh-compat-perl] 01/06: Merge tag 'upstream/0.09'

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

gregoa pushed a commit to branch master
in repository libnet-openssh-compat-perl.

commit 9e7b8f7b79016472f5c32ab8e8468d21e25c5d71
Merge: eadd11e ab0b094
Author: gregor herrmann 
Date:   Sat Jul 2 22:38:49 2016 +0200

Merge tag 'upstream/0.09'

Upstream version 0.09

 Changes  |  10 +
 META.json|   5 +-
 META.yml |   5 +-
 README   |   2 +-
 gen/gen_constants_ssh2.pl|   2 +-
 lib/Net/OpenSSH/Compat.pm|   4 +-
 lib/Net/OpenSSH/Compat/Perl.pm   |  11 +-
 lib/Net/OpenSSH/Compat/SSH2.pm   |  77 +-
 lib/Net/OpenSSH/Compat/SSH2/Constants.pm | 399 ---
 9 files changed, 366 insertions(+), 149 deletions(-)

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

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


[libnet-openssh-compat-perl] 01/01: pristine-tar data for libnet-openssh-compat-perl_0.09.orig.tar.gz

2016-07-02 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 libnet-openssh-compat-perl.

commit eb540df35492c10ce3f99b2247313116bb6e2519
Author: gregor herrmann 
Date:   Sat Jul 2 22:38:49 2016 +0200

pristine-tar data for libnet-openssh-compat-perl_0.09.orig.tar.gz
---
 libnet-openssh-compat-perl_0.09.orig.tar.gz.delta | Bin 0 -> 1528 bytes
 libnet-openssh-compat-perl_0.09.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libnet-openssh-compat-perl_0.09.orig.tar.gz.delta 
b/libnet-openssh-compat-perl_0.09.orig.tar.gz.delta
new file mode 100644
index 000..9689506
Binary files /dev/null and b/libnet-openssh-compat-perl_0.09.orig.tar.gz.delta 
differ
diff --git a/libnet-openssh-compat-perl_0.09.orig.tar.gz.id 
b/libnet-openssh-compat-perl_0.09.orig.tar.gz.id
new file mode 100644
index 000..df67e52
--- /dev/null
+++ b/libnet-openssh-compat-perl_0.09.orig.tar.gz.id
@@ -0,0 +1 @@
+65644eb1102fe8ddd7b5c1a161c6ab29731e0f40

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

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


[libnet-cli-interact-perl] annotated tag debian/2.200005-1 created (now 77e8732)

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

gregoa pushed a change to annotated tag debian/2.25-1
in repository libnet-cli-interact-perl.

at  77e8732   (tag)
   tagging  b5e062d7cd5d42f334e0a4745755524ca25a3d92 (commit)
  replaces  debian/2.23-1
 tagged by  gregor herrmann
on  Sat Jul 2 22:36:46 2016 +0200

- Log -
tagging package libnet-cli-interact-perl version debian/2.25-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJXeCXeXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGS2UP/1ZebZdiZ4QXVOypREnj0M3p
2za2EFV096mxIeLiGyReRylYTJ8oYxbSLL7CBz0rBHanJ64c9L8nDXa98gD2pRSY
MjYHOXYHrYs3O9PNWhInPq3Mzup35fwucRXUMku6FbTBFresgGlp4rAoz91/LdqJ
YSML1OM4FqeTC86aL2pbABlComV/9OUfUGYnixFHz57anz9wq3lnVQBEQ4N4Whmt
N6+O9aE9JzblICst7esIm3qDeaftM+fv/BkE7FLW73gM5W3J7/ODSmE2nsXhXAV2
aSEvfUlBhyeV+L1gsFROdaGdKRe+LJjgrXrH88pQ1OAqKRJ6l2aDenTOSYsTPdQ3
KDoJbcLOIad6IUecE1eVzadQUWx1HtD32oYvBubTaz/7ltyfrmBndq0Kqok2WaMn
TtJgoeneGGEEOt88x34cW0VpChW9pdDQm2mbnQlMYupqBWmXi/BHP6xqeaY7FDVT
JswRrk6qcfOWjuEOrEv1i+3wMgLUKyjYb8ZJETYA0jacPW42EhnzuFB+aU0VxMMG
Qrs/ECpdo9kYynsXr9vSDE/qulAteGPTaz1nm0CQS8opalGNJ3k2uPeUX4BKPDbI
rcW9ek6tfH4t4HGyuqhDT4IB7wOdHOnfBMKzSsmojBdfn37IxMQ7aZTX7TmGmlMp
QV+QXnH8G+cqONS20hm0
=taqr
-END PGP SIGNATURE-

Breno G. de Oliveira (3):
  removed MANIFEST in favour of MANIFEST.SKIP
  ignoring MANIFEST
  adding a README

Oliver Gorwits (5):
  Merge pull request #20 from garu/garu/readme
  Merge pull request #19 from garu/garu/remove_manifest
  release 2.24
  POD typo fixes from Debian
  release 2.25

gregor herrmann (10):
  debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  update changelog
  debian/upstream/metadata: use HTTPS for GitHub URLs.
  update changelog
  Imported Upstream version 2.25
  Merge tag 'upstream/2.25'
  Update debian/changelog
  Drop spelling.patch, merged upstream.
  Update years of upstream copyright.
  releasing package libnet-cli-interact-perl version 2.25-1

---

This annotated tag includes the following new commits:

   new  810850d   Merge tag 'upstream/2.25'
   new  cbecf15   Update debian/changelog
   new  a45b9f4   Drop spelling.patch, merged upstream.
   new  56faa1d   Update years of upstream copyright.
   new  b5e062d   releasing package libnet-cli-interact-perl version 
2.25-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/libnet-cli-interact-perl.git

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


[libnet-cli-interact-perl] branch pristine-tar updated (d391ae4 -> f2017fb)

2016-07-02 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 libnet-cli-interact-perl.

  from  d391ae4   pristine-tar data for 
libnet-cli-interact-perl_2.23.orig.tar.gz
   new  f2017fb   pristine-tar data for 
libnet-cli-interact-perl_2.25.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:
 libnet-cli-interact-perl_2.25.orig.tar.gz.delta | Bin 0 -> 3588 bytes
 libnet-cli-interact-perl_2.25.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libnet-cli-interact-perl_2.25.orig.tar.gz.delta
 create mode 100644 libnet-cli-interact-perl_2.25.orig.tar.gz.id

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

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


[libnet-cli-interact-perl] annotated tag upstream/2.200005 created (now f1f433b)

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

gregoa pushed a change to annotated tag upstream/2.25
in repository libnet-cli-interact-perl.

at  f1f433b   (tag)
   tagging  d9f9873483f7a2161bfa9c416524267644c5c5da (commit)
  replaces  upstream/2.23
 tagged by  gregor herrmann
on  Sat Jul 2 22:32:09 2016 +0200

- Log -
Upstream version 2.25

Breno G. de Oliveira (3):
  removed MANIFEST in favour of MANIFEST.SKIP
  ignoring MANIFEST
  adding a README

Oliver Gorwits (5):
  Merge pull request #20 from garu/garu/readme
  Merge pull request #19 from garu/garu/remove_manifest
  release 2.24
  POD typo fixes from Debian
  release 2.25

gregor herrmann (1):
  Imported Upstream version 2.25

---

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/libnet-cli-interact-perl.git

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


[libnet-cli-interact-perl] 03/05: Drop spelling.patch, merged upstream.

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

gregoa pushed a commit to branch master
in repository libnet-cli-interact-perl.

commit a45b9f4de19809f5c0a2b2e961938addc198f96c
Author: gregor herrmann 
Date:   Sat Jul 2 22:32:47 2016 +0200

Drop spelling.patch, merged upstream.
---
 debian/patches/series |  1 -
 debian/patches/spelling.patch | 29 -
 2 files changed, 30 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 5299247..000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
deleted file mode 100644
index e6f9a58..000
--- a/debian/patches/spelling.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-Description: fix spelling mistakes in the POD
-Origin: vendor
-Author: gregor herrmann 
-Last-Update: 2016-05-15
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=114393
-Bug: https://rt.cpan.org/Ticket/Display.html?id=114393
-
 a/lib/Net/CLI/Interact/Manual/Cookbook.pod
-+++ b/lib/Net/CLI/Interact/Manual/Cookbook.pod
-@@ -92,7 +92,7 @@
- 
-  $s->set_prompt('name');
- 
--If you want to test whether the current prompt matches a diffrent named Prompt
-+If you want to test whether the current prompt matches a different named 
Prompt
- from the phrasebook, this method can be used:
- 
-  $s->prompt_looks_like('name');
 a/lib/Net/CLI/Interact/Transport/Base.pm
-+++ b/lib/Net/CLI/Interact/Transport/Base.pm
-@@ -127,7 +127,7 @@
- 
- =head2 irs_re
- 
--Returns the Regular Expression reference used to split lines of reponse from
-+Returns the Regular Expression reference used to split lines of response from
- the connected device. In the end, you will only receive data from this module
- separated by the C value (by default a newline character). The C
- is used internally by the module and is:

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

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


[libnet-cli-interact-perl] 01/05: Merge tag 'upstream/2.200005'

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

gregoa pushed a commit to branch master
in repository libnet-cli-interact-perl.

commit 810850de8e1f41a00f14bae2c9c30fa42f023be0
Merge: ffab02c d9f9873
Author: gregor herrmann 
Date:   Sat Jul 2 22:32:09 2016 +0200

Merge tag 'upstream/2.25'

Upstream version 2.25

 Changes  |  8 
 MANIFEST |  1 +
 META.json|  2 +-
 META.yml |  2 +-
 Makefile.PL  |  2 +-
 README.md| 71 
 lib/Net/CLI/Interact.pm  |  2 +-
 lib/Net/CLI/Interact/Manual/Cookbook.pod |  2 +-
 lib/Net/CLI/Interact/Transport/Base.pm   |  2 +-
 9 files changed, 86 insertions(+), 6 deletions(-)

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

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


[libnet-cli-interact-perl] 01/01: pristine-tar data for libnet-cli-interact-perl_2.200005.orig.tar.gz

2016-07-02 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 libnet-cli-interact-perl.

commit f2017fb5ca97c613ce975550b5991850e7672571
Author: gregor herrmann 
Date:   Sat Jul 2 22:32:09 2016 +0200

pristine-tar data for libnet-cli-interact-perl_2.25.orig.tar.gz
---
 libnet-cli-interact-perl_2.25.orig.tar.gz.delta | Bin 0 -> 3588 bytes
 libnet-cli-interact-perl_2.25.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libnet-cli-interact-perl_2.25.orig.tar.gz.delta 
b/libnet-cli-interact-perl_2.25.orig.tar.gz.delta
new file mode 100644
index 000..7761f1d
Binary files /dev/null and 
b/libnet-cli-interact-perl_2.25.orig.tar.gz.delta differ
diff --git a/libnet-cli-interact-perl_2.25.orig.tar.gz.id 
b/libnet-cli-interact-perl_2.25.orig.tar.gz.id
new file mode 100644
index 000..d6a8628
--- /dev/null
+++ b/libnet-cli-interact-perl_2.25.orig.tar.gz.id
@@ -0,0 +1 @@
+0f769b90930c4c3c3aad0e8c7103943027548036

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

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


[libnet-cli-interact-perl] 05/05: releasing package libnet-cli-interact-perl version 2.200005-1

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

gregoa pushed a commit to branch master
in repository libnet-cli-interact-perl.

commit b5e062d7cd5d42f334e0a4745755524ca25a3d92
Author: gregor herrmann 
Date:   Sat Jul 2 22:36:46 2016 +0200

releasing package libnet-cli-interact-perl version 2.25-1
---
 debian/changelog | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3c5b2cf..af29cac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,12 @@
-libnet-cli-interact-perl (2.25-1) UNRELEASED; urgency=medium
+libnet-cli-interact-perl (2.25-1) unstable; urgency=medium
 
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
   * debian/upstream/metadata: use HTTPS for GitHub URLs.
-  * Import upstream version 2.25
+  * Import upstream version 2.25.
+  * Drop spelling.patch, merged upstream.
+  * Update years of upstream copyright.
 
- -- gregor herrmann   Sat, 02 Jul 2016 22:32:09 +0200
+ -- gregor herrmann   Sat, 02 Jul 2016 22:34:02 +0200
 
 libnet-cli-interact-perl (2.23-1) unstable; urgency=medium
 

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

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


[libnet-cli-interact-perl] 04/05: Update years of upstream copyright.

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

gregoa pushed a commit to branch master
in repository libnet-cli-interact-perl.

commit 56faa1d86a95cd40b5b952fbdfebff57bc9016df
Author: gregor herrmann 
Date:   Sat Jul 2 22:33:51 2016 +0200

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

diff --git a/debian/copyright b/debian/copyright
index 74f06ef..d07227d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Upstream-Contact: Oliver Gorwits 
 Source: https://metacpan.org/release/Net-CLI-Interact
 
 Files: *
-Copyright: 2012-2014, Oliver Gorwits 
+Copyright: 2012-2015, Oliver Gorwits 
 License: Artistic or GPL-1+
 
 Files: debian/*

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

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


[libnet-cli-interact-perl] branch master updated (ffab02c -> b5e062d)

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

gregoa pushed a change to branch master
in repository libnet-cli-interact-perl.

  from  ffab02c   update changelog
  adds  13ff7df   adding a README
  adds  543fbb9   Merge pull request #20 from garu/garu/readme
  adds  54656a7   removed MANIFEST in favour of MANIFEST.SKIP
  adds  1328cce   ignoring MANIFEST
  adds  e59a015   Merge pull request #19 from garu/garu/remove_manifest
  adds  1d9e840   release 2.24
  adds  6582c93   POD typo fixes from Debian
  adds  52cccbc   release 2.25
  adds  d9f9873   Imported Upstream version 2.25
   new  810850d   Merge tag 'upstream/2.25'
   new  cbecf15   Update debian/changelog
   new  a45b9f4   Drop spelling.patch, merged upstream.
   new  56faa1d   Update years of upstream copyright.
   new  b5e062d   releasing package libnet-cli-interact-perl version 
2.25-1

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


Summary of changes:
 Changes  |  8 
 MANIFEST |  1 +
 META.json|  2 +-
 META.yml |  2 +-
 Makefile.PL  |  2 +-
 README.md| 71 
 debian/changelog |  7 +++-
 debian/copyright |  2 +-
 debian/patches/series|  1 -
 debian/patches/spelling.patch| 29 -
 lib/Net/CLI/Interact.pm  |  2 +-
 lib/Net/CLI/Interact/Manual/Cookbook.pod |  2 +-
 lib/Net/CLI/Interact/Transport/Base.pm   |  2 +-
 13 files changed, 92 insertions(+), 39 deletions(-)
 create mode 100644 README.md
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/spelling.patch

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

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


[libnet-cli-interact-perl] 02/05: Update debian/changelog

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

gregoa pushed a commit to branch master
in repository libnet-cli-interact-perl.

commit cbecf154459f9669263cde6b4bec95187c69bd11
Author: gregor herrmann 
Date:   Sat Jul 2 22:32:09 2016 +0200

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 8b4af90..3c5b2cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-libnet-cli-interact-perl (2.23-2) UNRELEASED; urgency=medium
+libnet-cli-interact-perl (2.25-1) UNRELEASED; urgency=medium
 
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
   * debian/upstream/metadata: use HTTPS for GitHub URLs.
+  * Import upstream version 2.25
 
- -- gregor herrmann   Fri, 20 May 2016 12:07:27 +0200
+ -- gregor herrmann   Sat, 02 Jul 2016 22:32:09 +0200
 
 libnet-cli-interact-perl (2.23-1) unstable; urgency=medium
 

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

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


[libmultidimensional-perl] annotated tag upstream/0.012 created (now c154643)

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

gregoa pushed a change to annotated tag upstream/0.012
in repository libmultidimensional-perl.

at  c154643   (tag)
   tagging  01a8f1aebf9cba17790e93965b380f6bb61f463d (commit)
  replaces  upstream/0.011
 tagged by  gregor herrmann
on  Sat Jul 2 22:18:53 2016 +0200

- Log -
Upstream version 0.012

Dagfinn Ilmari Mannsåker (42):
  Initial version
  Add Changes
  Explicitly declare $VERSION as package-global
  Steal FLORAs DZIL XS module setup
  Use PodWeaver Encoding plugin
  v0.002
  Fix coding style
  Call ExtUtils::Depends from the built Makefile.PL, not when building it
  Use NextRelease plugin
  Add Github meta resources
  Don't allow any dirty files
  Changes
  More test cases, use tested code as test description
  Perl 5.8 fixes
  Commit the updated Changes from NextRelease
  v0.004
  Make work with perl < 5.8.8
  Provide hv_fetchs for perls that don't have it
  v0.005
  Push as well as commit after updating Changes
  Add B::Hooks::OP::Check to ConfigureRequires
  Specify Test::More version for done_testing()
  v0.006
  v0.007
  Require fixed version of Lexical::SealRequireHints
  Require fixed version of B::Hooks::OP::Check
  Make sure errors fire at compile time
  Test string eval
  Use META.{yml,json} version 2
  v0.008
  Require fixed version of CPAN::Meta (RT#70916)
  v0.009
  Generate default versions of META.yml and .json
  Ignore (MY)META.*
  v0.010
  Merge pull request #1 from dolmen/master
  Add changes entry
  v0.011
  Exclude Makefile.PL from GatherDir instead of pruning it
  Use "multidimensional/disabled" as the hints hash key
  Fix hint hash key typo in Changes
  Fix building on -DPERL_OP_PARENT perls (RT#114395)

Florian Ragwitz (3):
  Shut up a warning
  Don't disallow explicit joining
  BOOT is only ever called once

Jan Dubois (1):
  Fix code before declaration in multidimensional.xs

Olivier Mengué (1):
  POD typos (multidmensional, emualtion)

gregor herrmann (1):
  Imported Upstream version 0.012

---

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

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

[libmultidimensional-perl] 03/08: Merge tag 'upstream/0.012'

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

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

commit d79a1bb2626b3fa6ef51322951b744989703ada1
Merge: 1067525 01a8f1a
Author: gregor herrmann 
Date:   Sat Jul 2 22:18:53 2016 +0200

Merge tag 'upstream/0.012'

Upstream version 0.012

 Changes  |  4 +++
 LICENSE  |  2 +-
 MANIFEST |  5 +--
 META.json| 13 
 META.yml | 29 +
 Makefile.PL  | 85 ++--
 README   |  4 ++-
 dist.ini |  5 +--
 lib/multidimensional.pm  | 13 +++-
 multidimensional.xs  | 12 ---
 t/author-pod-coverage.t  | 15 +
 t/author-pod-syntax.t| 15 +
 t/release-pod-coverage.t | 21 
 t/release-pod-syntax.t   | 15 -
 14 files changed, 126 insertions(+), 112 deletions(-)

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

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


[libmultidimensional-perl] 08/08: releasing package libmultidimensional-perl version 0.012-1

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

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

commit 26f5f6897f75e87140ca780e3df8cbd1f4b6aa46
Author: gregor herrmann 
Date:   Sat Jul 2 22:28:49 2016 +0200

releasing package libmultidimensional-perl version 0.012-1
---
 debian/changelog | 17 ++---
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7c6bf53..ed8ca96 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,6 @@
-libmultidimensional-perl (0.012-1) UNRELEASED; urgency=low
+libmultidimensional-perl (0.012-1) unstable; urgency=low
 
-  IGNORE-VERSION: 0.011
-  # nothing but fix_pod_typo.patch
+  * Team upload.
 
   [ Salvatore Bonaccorso ]
   * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
@@ -24,10 +23,14 @@ libmultidimensional-perl (0.012-1) UNRELEASED; urgency=low
 
   [ gregor herrmann ]
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
-  * Add debian/upstream/metadata
-  * Import upstream version 0.012
-
- -- gregor herrmann   Sat, 02 Jul 2016 22:18:54 +0200
+  * Add debian/upstream/metadata.
+  * Import upstream version 0.012.
+  * Declare compliance with Debian Policy 3.9.8.
+  * Remove version constraint from libb-hooks-op-check-perl.
+Already satisfied in oldstable.
+  * Set bindnow linker flag in debian/rules.
+
+ -- gregor herrmann   Sat, 02 Jul 2016 22:21:46 +0200
 
 libmultidimensional-perl (0.010-1) unstable; urgency=low
 

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

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


[libmultidimensional-perl] 04/08: Update debian/changelog

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

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

commit 660d5f12c4a6b88a26484e78cd6889309bcee3d1
Author: gregor herrmann 
Date:   Sat Jul 2 22:18:54 2016 +0200

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 dd13b78..7c6bf53 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libmultidimensional-perl (0.011-1) UNRELEASED; urgency=low
+libmultidimensional-perl (0.012-1) UNRELEASED; urgency=low
 
   IGNORE-VERSION: 0.011
   # nothing but fix_pod_typo.patch
@@ -25,8 +25,9 @@ libmultidimensional-perl (0.011-1) UNRELEASED; urgency=low
   [ gregor herrmann ]
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
   * Add debian/upstream/metadata
+  * Import upstream version 0.012
 
- -- Florian Schlichting   Fri, 29 Mar 2013 21:22:59 +0100
+ -- gregor herrmann   Sat, 02 Jul 2016 22:18:54 +0200
 
 libmultidimensional-perl (0.010-1) unstable; urgency=low
 

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

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


[libmultidimensional-perl] annotated tag debian/0.012-1 created (now 9943509)

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

gregoa pushed a change to annotated tag debian/0.012-1
in repository libmultidimensional-perl.

at  9943509   (tag)
   tagging  26f5f6897f75e87140ca780e3df8cbd1f4b6aa46 (commit)
  replaces  upstream/0.012
 tagged by  gregor herrmann
on  Sat Jul 2 22:28:49 2016 +0200

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

iQJ8BAABCgBmBQJXeCQBXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoG4A8P/1uhiNfk2AzTa/tRGk5+eVAP
gHdtLY3vPxWWDTbpPNpnXK214VtYavag6U4RFSJixjfL4GBsG1M/AKFbk1/bw8if
+Go054dIeySB/zarCidH7c8aBNfMc8Yzn0cy5AO0fLkimQOBlFTcrEfQpfzXtHKR
GTKm2npmQrPSqC6lfC5bTeVx/pYxWbRdQ2CiS+q7y7psEvbS3cNy/tndHvECTRHq
/EMEwEfnOGTC1YSlioKUn9H4oJqVUyKhxWHU4EfKrb8hfSokddSVeUIZ2bqWKkK1
KHJhGNLh+NEPTJsNPEgTvJQ4hd2HSIAKDPpsMIBkC/PCofqddcESp2Cg2tf7lw+Z
UB43RtETbGukqjmSusESbdQLIMN/g4+5i4MfJE3JFDSrSxH1yVSOlohiSwuZhRL4
c/yV+BkG+O/U34mYwi7HL6bEgU3OhkQMK7TUuYd3cFr7lTh1SUebp71IotMzF6IB
xFSx+oMWYr2h3CbIKtvTIkPF7ZlDvGKUTH3acmeuQCFX55PSmAPco61QP4A/OHKm
ljHpVX4RSKDnfFsqy2WET0d0U5axIR1IB56UR8k9BrnMXUtbPIP6ZDMBBZR5Q1QX
l9XIBRtY6Eu/4Fn4K6WX+tenQQWovJVbC+w92WUKzC3hPTdcubwtj1Rf0FXhsula
OF4fFiYdEWpLH9JpoYzb
=6BXU
-END PGP SIGNATURE-

Florian Schlichting (10):
  Initial packaging by dh-make-perl
  initial packaging by maintainer
  fix pod typos not spotted by lintian
  Merge tag 'upstream/0.011'
  Imported Upstream version 0.011
  Dropped fix_pod_typo.patch, applied upstream
  Email change: Florian Schlichting -> f...@debian.org
  Bumped Standards-Version to 3.9.4 (no change)
  IGNORE 0.011: nothing but fix_pod_typo.patch
  fix IGNORE-VERSION changelog header

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

gregor herrmann (15):
  typo in short description
  Strip trailing slash from metacpan URLs.
  update changelog
  Fix typo in long description.
  update changelog
  debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  update changelog
  Add debian/upstream/metadata
  Update debian/changelog
  Merge tag 'upstream/0.012'
  Update debian/changelog
  Declare compliance with Debian Policy 3.9.8.
  Remove version constraint from libb-hooks-op-check-perl.
  Set bindnow linker flag in debian/rules.
  releasing package libmultidimensional-perl version 0.012-1

---

This annotated tag includes the following new commits:

   new  656a90f   Add debian/upstream/metadata
   new  1067525   Update debian/changelog
   new  d79a1bb   Merge tag 'upstream/0.012'
   new  660d5f1   Update debian/changelog
   new  d2b954a   Declare compliance with Debian Policy 3.9.8.
   new  68a2c0b   Remove version constraint from libb-hooks-op-check-perl.
   new  c1e253c   Set bindnow linker flag in debian/rules.
   new  26f5f68   releasing package libmultidimensional-perl version 0.012-1

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


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

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


[libmultidimensional-perl] branch master updated (005db1b -> 26f5f68)

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

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

  from  005db1b   update changelog
   new  656a90f   Add debian/upstream/metadata
   new  1067525   Update debian/changelog
  adds  4a1ed86   Initial version
  adds  60a39f2   Add Changes
  adds  efce208   Explicitly declare $VERSION as package-global
  adds  8ecf9a4   Steal FLORAs DZIL XS module setup
  adds  f2417e8   Use PodWeaver Encoding plugin
  adds  b6ec064   Shut up a warning
  adds  7e0c7d5   Don't disallow explicit joining
  adds  af51723   v0.002
  adds  ed1ce14   Fix coding style
  adds  49c8fa7   BOOT is only ever called once
  adds  61bf4c0   Call ExtUtils::Depends from the built Makefile.PL, not 
when building it
  adds  a85f12b   Use NextRelease plugin
  adds  9b36a9d   Add Github meta resources
  adds  7ac809b   Don't allow any dirty files
  adds  065d7bf   Changes
  adds  0d83355   More test cases, use tested code as test description
  adds  86e4d3a   Perl 5.8 fixes
  adds  39069e2   Commit the updated Changes from NextRelease
  adds  8317d89   v0.004
  adds  7fdecb7   Make work with perl < 5.8.8
  adds  3f3372a   Provide hv_fetchs for perls that don't have it
  adds  dbbf28b   v0.005
  adds  a8b601b   Push as well as commit after updating Changes
  adds  5443a17   Add B::Hooks::OP::Check to ConfigureRequires
  adds  9b490a2   Specify Test::More version for done_testing()
  adds  9a5ffd0   v0.006
  adds  ded9ac3   Fix code before declaration in multidimensional.xs
  adds  09d92f6   v0.007
  adds  4290a60   Require fixed version of Lexical::SealRequireHints
  adds  43d113b   Require fixed version of B::Hooks::OP::Check
  adds  8bb4bab   Make sure errors fire at compile time
  adds  9b3ae21   Test string eval
  adds  f8d78ce   Use META.{yml,json} version 2
  adds  6ae64ff   v0.008
  adds  10b5780   Require fixed version of CPAN::Meta (RT#70916)
  adds  01ba708   v0.009
  adds  283a845   Generate default versions of META.yml and .json
  adds  dc1b83e   Ignore (MY)META.*
  adds  4a876ef   v0.010
  adds  24f9167   POD typos (multidmensional, emualtion)
  adds  0259a5d   Merge pull request #1 from dolmen/master
  adds  623b9ea   Add changes entry
  adds  eb24b9e   v0.011
  adds  2d37da4   Exclude Makefile.PL from GatherDir instead of pruning it
  adds  59fb92c   Use "multidimensional/disabled" as the hints hash key
  adds  fe5595d   Fix hint hash key typo in Changes
  adds  8e27376   Fix building on -DPERL_OP_PARENT perls (RT#114395)
  adds  01a8f1a   Imported Upstream version 0.012
   new  d79a1bb   Merge tag 'upstream/0.012'
   new  660d5f1   Update debian/changelog
   new  d2b954a   Declare compliance with Debian Policy 3.9.8.
   new  68a2c0b   Remove version constraint from libb-hooks-op-check-perl.
   new  c1e253c   Set bindnow linker flag in debian/rules.
   new  26f5f68   releasing package libmultidimensional-perl version 0.012-1

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


Summary of changes:
 Changes  |  4 +++
 LICENSE  |  2 +-
 MANIFEST |  5 +--
 META.json| 13 
 META.yml | 29 +
 Makefile.PL  | 85 ++--
 README   |  4 ++-
 debian/changelog | 15 ++---
 debian/control   | 23 +++--
 debian/rules |  2 ++
 debian/upstream/metadata |  6 
 dist.ini |  5 +--
 lib/multidimensional.pm  | 13 +++-
 multidimensional.xs  | 12 ---
 t/author-pod-coverage.t  | 15 +
 t/author-pod-syntax.t| 15 +
 t/release-pod-coverage.t | 21 
 t/release-pod-syntax.t   | 15 -
 18 files changed, 157 insertions(+), 127 deletions(-)
 create mode 100644 debian/upstream/metadata
 create mode 100644 t/author-pod-coverage.t
 create mode 100644 t/author-pod-syntax.t
 delete mode 100644 t/release-pod-coverage.t
 delete mode 100644 t/release-pod-syntax.t

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

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


[libmultidimensional-perl] 02/08: Update debian/changelog

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

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

commit 10675257c9abe2c5eac28eaf020c7fc8d893fc31
Author: gregor herrmann 
Date:   Sat Jul 2 22:18:31 2016 +0200

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index 14c2851..dd13b78 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,7 @@ libmultidimensional-perl (0.011-1) UNRELEASED; urgency=low
 
   [ gregor herrmann ]
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
+  * Add debian/upstream/metadata
 
  -- Florian Schlichting   Fri, 29 Mar 2013 21:22:59 +0100
 

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

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


[libmultidimensional-perl] 07/08: Set bindnow linker flag in debian/rules.

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

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

commit c1e253c67f1ffb86fb329d3c091669ee64862915
Author: gregor herrmann 
Date:   Sat Jul 2 22:26:47 2016 +0200

Set bindnow linker flag in debian/rules.
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..73c5dbc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,6 @@
 #!/usr/bin/make -f
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
+
 %:
dh $@

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

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


[libmultidimensional-perl] 06/08: Remove version constraint from libb-hooks-op-check-perl.

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

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

commit 68a2c0be519142383842beef1dc0c0c6912d4c9f
Author: gregor herrmann 
Date:   Sat Jul 2 22:21:17 2016 +0200

Remove version constraint from libb-hooks-op-check-perl.

Already satisfied in oldstable.
---
 debian/control | 21 -
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index fd87516..52f5347 100644
--- a/debian/control
+++ b/debian/control
@@ -1,13 +1,14 @@
 Source: libmultidimensional-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group 
 Uploaders: Florian Schlichting 
+Section: perl
+Testsuite: autopkgtest-pkg-perl
+Priority: optional
 Build-Depends: debhelper (>= 9.20120312),
- libb-hooks-op-check-perl (>= 0.19),
- libextutils-depends-perl,
- liblexical-sealrequirehints-perl,
- perl
+   libb-hooks-op-check-perl,
+   libextutils-depends-perl,
+   liblexical-sealrequirehints-perl,
+   perl
 Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libmultidimensional-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libmultidimensional-perl.git
@@ -15,9 +16,11 @@ Homepage: https://metacpan.org/release/multidimensional
 
 Package: libmultidimensional-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
- libb-hooks-op-check-perl (>= 0.19),
- liblexical-sealrequirehints-perl
+Depends: ${misc:Depends},
+ ${perl:Depends},
+ ${shlibs:Depends},
+ libb-hooks-op-check-perl,
+ liblexical-sealrequirehints-perl
 Description: Perl pragma to disable multidimensional array emulation
  Perl's multidimensional array emulation stems from the days before the
  language had references, but these days it mostly serves to bite you

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

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


[libmultidimensional-perl] 01/01: pristine-tar data for libmultidimensional-perl_0.012.orig.tar.gz

2016-07-02 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 libmultidimensional-perl.

commit d7c20ba5596d63b668e23a5f5b89bc183808288a
Author: gregor herrmann 
Date:   Sat Jul 2 22:18:53 2016 +0200

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

diff --git a/libmultidimensional-perl_0.012.orig.tar.gz.delta 
b/libmultidimensional-perl_0.012.orig.tar.gz.delta
new file mode 100644
index 000..f4c3213
Binary files /dev/null and b/libmultidimensional-perl_0.012.orig.tar.gz.delta 
differ
diff --git a/libmultidimensional-perl_0.012.orig.tar.gz.id 
b/libmultidimensional-perl_0.012.orig.tar.gz.id
new file mode 100644
index 000..3a10616
--- /dev/null
+++ b/libmultidimensional-perl_0.012.orig.tar.gz.id
@@ -0,0 +1 @@
+3acde47a1f0c235143604659d62dcbe23029ef8a

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

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


[libmultidimensional-perl] 01/08: Add debian/upstream/metadata

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

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

commit 656a90f0c23b75799141f960330bd90ef74c65ac
Author: gregor herrmann 
Date:   Sat Jul 2 22:18:30 2016 +0200

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

diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 000..f2fe631
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,6 @@
+---
+Archive: CPAN
+Contact: Dagfinn Ilmari Mannsåker 
+Name: multidimensional
+Repository: https://github.com/ilmari/multidimensional.git
+Repository-Browse: https://github.com/ilmari/multidimensional

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

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

[libmultidimensional-perl] branch pristine-tar updated (c37f74b -> d7c20ba)

2016-07-02 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 libmultidimensional-perl.

  from  c37f74b   pristine-tar data for 
libmultidimensional-perl_0.011.orig.tar.gz
   new  d7c20ba   pristine-tar data for 
libmultidimensional-perl_0.012.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:
 libmultidimensional-perl_0.012.orig.tar.gz.delta | Bin 0 -> 1306 bytes
 libmultidimensional-perl_0.012.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libmultidimensional-perl_0.012.orig.tar.gz.delta
 create mode 100644 libmultidimensional-perl_0.012.orig.tar.gz.id

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

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


[libmultidimensional-perl] 05/08: Declare compliance with Debian Policy 3.9.8.

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

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

commit d2b954a57421f50ec0bd9b454079adafda657dd2
Author: gregor herrmann 
Date:   Sat Jul 2 22:20:58 2016 +0200

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

diff --git a/debian/control b/debian/control
index bc7f2e3..fd87516 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 9.20120312),
  libextutils-depends-perl,
  liblexical-sealrequirehints-perl,
  perl
-Standards-Version: 3.9.4
+Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libmultidimensional-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libmultidimensional-perl.git
 Homepage: https://metacpan.org/release/multidimensional

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

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


[libmock-quick-perl] 01/06: Merge tag 'upstream/1.110'

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

gregoa pushed a commit to branch master
in repository libmock-quick-perl.

commit 1f8b9f3ed1836b0ffab9f5d9b916f7b4e1ee3e22
Merge: 3921a6f 415a8b9
Author: gregor herrmann 
Date:   Sat Jul 2 21:48:02 2016 +0200

Merge tag 'upstream/1.110'

Upstream version 1.110


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

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


[libmock-quick-perl] 06/06: releasing package libmock-quick-perl version 1.111-1

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

gregoa pushed a commit to branch master
in repository libmock-quick-perl.

commit 3e180d4ddc1dcf21d2815ba5c116a2dfa0a7f59c
Author: gregor herrmann 
Date:   Sat Jul 2 21:52:45 2016 +0200

releasing package libmock-quick-perl version 1.111-1
---
 debian/changelog | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4d4e7d3..e1c5096 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libmock-quick-perl (1.111-1) UNRELEASED; urgency=medium
+libmock-quick-perl (1.111-1) unstable; urgency=medium
 
   [ Salvatore Bonaccorso ]
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
@@ -6,9 +6,11 @@ libmock-quick-perl (1.111-1) UNRELEASED; urgency=medium
   [ gregor herrmann ]
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
   * debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS.
-  * Import upstream version 1.111
+  * Import upstream version 1.111.
+  * Update years of packaging copyright.
+  * Declare compliance with Debian Policy 3.9.8.
 
- -- gregor herrmann   Sat, 02 Jul 2016 21:48:31 +0200
+ -- gregor herrmann   Sat, 02 Jul 2016 21:51:13 +0200
 
 libmock-quick-perl (1.110-1) unstable; urgency=medium
 

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

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


[libmock-quick-perl] 01/01: pristine-tar data for libmock-quick-perl_1.111.orig.tar.gz

2016-07-02 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 libmock-quick-perl.

commit 48f6fe5502841a6915c198314c31835c4eb03507
Author: gregor herrmann 
Date:   Sat Jul 2 21:48:30 2016 +0200

pristine-tar data for libmock-quick-perl_1.111.orig.tar.gz
---
 libmock-quick-perl_1.111.orig.tar.gz.delta | Bin 0 -> 1830 bytes
 libmock-quick-perl_1.111.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libmock-quick-perl_1.111.orig.tar.gz.delta 
b/libmock-quick-perl_1.111.orig.tar.gz.delta
new file mode 100644
index 000..c749713
Binary files /dev/null and b/libmock-quick-perl_1.111.orig.tar.gz.delta differ
diff --git a/libmock-quick-perl_1.111.orig.tar.gz.id 
b/libmock-quick-perl_1.111.orig.tar.gz.id
new file mode 100644
index 000..13433ca
--- /dev/null
+++ b/libmock-quick-perl_1.111.orig.tar.gz.id
@@ -0,0 +1 @@
+ef825e071d9dd47b8c701f260a741462686aefba

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

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


  1   2   3   >