[libpoe-component-server-simplehttp-perl] 07/11: Rewrite makefile.pl-defaults-yes.patch.

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

gregoa pushed a commit to branch master
in repository libpoe-component-server-simplehttp-perl.

commit 9f9f42f823e79a0f34ec4df610b4c7fe85aefbe8
Author: gregor herrmann 
Date:   Sat Dec 30 22:25:16 2017 +0100

Rewrite makefile.pl-defaults-yes.patch.
---
 debian/patches/makefile.pl-defaults-yes.patch | 21 +
 1 file changed, 9 insertions(+), 12 deletions(-)

diff --git a/debian/patches/makefile.pl-defaults-yes.patch 
b/debian/patches/makefile.pl-defaults-yes.patch
index f948790..fe94821 100644
--- a/debian/patches/makefile.pl-defaults-yes.patch
+++ b/debian/patches/makefile.pl-defaults-yes.patch
@@ -2,21 +2,18 @@ Description: change default in Makefile.PL prompts to yes
 Origin: vendor
 Forwarded: not-needed
 Author: gregor herrmann 
-Last-Update: 2016-08-18
+Last-Update: 2017-12-30
 
 --- a/Makefile.PL
 +++ b/Makefile.PL
-@@ -27,11 +27,11 @@
- build_requires 'POE::Filter::HTTP::Parser'=> 1.06;
- build_requires 'Test::POE::Client::TCP'   => 0.10;
+@@ -65,8 +65,8 @@
+ );
  
--my $value = prompt( 'Do you want to test streaming ( requires 
POE::Component::Client::HTTP ) [y/N]?', 'N' );
-+my $value = prompt( 'Do you want to test streaming ( requires 
POE::Component::Client::HTTP ) [y/N]?', 'Y' );
- build_requires   'POE::Component::Client::HTTP' => 0.82 if $value =~ /^Y$/i;
+ # inserted by Dist::Zilla::Plugin::DynamicPrereqs 0.032
+-test_requires('POE::Component::Client::HTTP', '0.82') if 
prompt_default_no('Do you want to test streaming ( requires 
POE::Component::Client::HTTP )');
+-requires('POE::Component::SSLify', '0.04') if prompt_default_no('Do you want 
SSL support ( requires POE::Component::SSLify )');
++test_requires('POE::Component::Client::HTTP', '0.82'); # if 
prompt_default_no('Do you want to test streaming ( requires 
POE::Component::Client::HTTP )');
++requires('POE::Component::SSLify', '0.04'); # if prompt_default_no('Do you 
want SSL support ( requires POE::Component::SSLify )');
  
- # Ask users if they want SSL support
--$value = prompt( 'Do you want SSL support ( requires POE::Component::SSLify ) 
[y/N]?', 'N' );
-+$value = prompt( 'Do you want SSL support ( requires POE::Component::SSLify ) 
[y/N]?', 'Y' );
  
- # Add to the prereqs PoCo::SSLify?
- requires 'POE::Component::SSLify' => '0.04' if $value =~ /^Y$/i;
+ unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libpoe-component-server-simplehttp-perl.git

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


[libpoe-component-server-simplehttp-perl] 06/11: Add additional upstream changelog.

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

gregoa pushed a commit to branch master
in repository libpoe-component-server-simplehttp-perl.

commit d02c2f36780d44eada0ed80ed483a7f36889b3f8
Author: gregor herrmann 
Date:   Sat Dec 30 22:21:42 2017 +0100

Add additional upstream changelog.
---
 debian/libpoe-component-server-simplehttp-perl.docs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/libpoe-component-server-simplehttp-perl.docs 
b/debian/libpoe-component-server-simplehttp-perl.docs
new file mode 100644
index 000..bb318d3
--- /dev/null
+++ b/debian/libpoe-component-server-simplehttp-perl.docs
@@ -0,0 +1 @@
+Changes.old

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libpoe-component-server-simplehttp-perl.git

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


[libpoe-component-server-simplehttp-perl] 02/11: Update debian/changelog

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

gregoa pushed a commit to branch master
in repository libpoe-component-server-simplehttp-perl.

commit b15f0fa4dc12879cc6c98a8f70c7a84d209d02ee
Author: gregor herrmann 
Date:   Sat Dec 30 22:17:34 2017 +0100

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index 88901da..f7410d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,12 @@
-libpoe-component-server-simplehttp-perl (2.22-3) UNRELEASED; urgency=medium
+libpoe-component-server-simplehttp-perl (2.26-1) UNRELEASED; urgency=medium
 
   * Remove Antonio Radici from Uploaders. Thanks for your work!
   * Remove Fabrizio Regalli from Uploaders. Thanks for your work!
   * Remove Jonathan Yu from Uploaders. Thanks for your work!
   * Remove Ryan Niebur from Uploaders. Thanks for your work!
+  * Import upstream version 2.26
 
- -- gregor herrmann   Sat, 20 Aug 2016 03:18:52 +0200
+ -- gregor herrmann   Sat, 30 Dec 2017 22:17:34 +0100
 
 libpoe-component-server-simplehttp-perl (2.22-2) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libpoe-component-server-simplehttp-perl.git

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


[libpoe-component-server-simplehttp-perl] branch pristine-tar updated (5bcda86 -> 3d682d0)

2017-12-30 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 libpoe-component-server-simplehttp-perl.

  from  5bcda86   pristine-tar data for 
libpoe-component-server-simplehttp-perl_2.22.orig.tar.gz
   new  3d682d0   pristine-tar data for 
libpoe-component-server-simplehttp-perl_2.26.orig.tar.gz

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


Summary of changes:
 ...mponent-server-simplehttp-perl_2.26.orig.tar.gz.delta | Bin 0 -> 1924 bytes
 ...-component-server-simplehttp-perl_2.26.orig.tar.gz.id |   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 
libpoe-component-server-simplehttp-perl_2.26.orig.tar.gz.delta
 create mode 100644 libpoe-component-server-simplehttp-perl_2.26.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libpoe-component-server-simplehttp-perl.git

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


[libpoe-component-server-simplehttp-perl] annotated tag debian/2.26-1 created (now baacda7)

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

gregoa pushed a change to annotated tag debian/2.26-1
in repository libpoe-component-server-simplehttp-perl.

at  baacda7   (tag)
   tagging  a2c29ee703c6813b3acd786aee9896be8b01d846 (commit)
  replaces  debian/2.22-2
 tagged by  gregor herrmann
on  Sat Dec 30 22:31:05 2017 +0100

- Log -
tagging package libpoe-component-server-simplehttp-perl version debian/2.26-1
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlpIBZlfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgaGQA//YP47OOqV/NZSUZmv6LfHab/jri3QaoIoq0fK76r8bHMidRB9Kkg8zumA
XTQYX2VakbKpKOjA+ialYzkwQbrT+eUe+zyuwoc+ceXhQx5L1pig+SclGQPOLs6m
HBYlJNfCf3vNPnzZhCsexfyEgMoi4+jlFLeOnxSgU1+uHBS3rAr3058b1nvnzEkz
XXR96nVD0Wr1ebwaL/xq+aUppYB8S4oc8RASyyNISP6j3R+5nKMAEYuoe9aJX2HF
3LDohoOYBOt0vETwlJWWlCyktZlyii3g6sd0BMvI26dHk58OAS91zQ9jWsb/st9K
W+rmauw8ilKVuiYwj9BwuMBgcjDX+FRmztpfJAsgo95AEkl903NzC8vtvjZR8dam
ekA859kqQ8ZzC23wnTzwhw7h5KkUKjcgy4wLTo/qlNtmEWre+vVCbaDxMSg9G9QI
BKUSoOX6N94k/gVGTq8HBCUIBaSXA4DE8P7p63icq9MLK+PuDCp4F4zFBjXEn1a8
JSVaCBWwHWqrsQ+jeh/e6C8s24d5amw1W/A/RHL9VwUh35lmZ9926xUMEBZHEVVn
0oRR9Mfk3Dvl/t+ZLZzZP4NoYAmMwStisf8BWU20ZJ3MAMblNWnQfkDiGq5PNjlP
fk3Fy+ExXsu/TqFRD3qprH2rkKXl1qkEBpu/6CXsXjMsXreNQtE=
=ywIq
-END PGP SIGNATURE-

Chris 'BinGOs' Williams (2):
  Handle perls without dot in @INC
  Switch dist to Dist::Zilla

gregor herrmann (20):
  Remove Antonio Radici from Uploaders. Thanks for your work!
  update changelog
  Remove Fabrizio Regalli from Uploaders. Thanks for your work!
  update changelog
  Remove Jonathan Yu from Uploaders. Thanks for your work!
  update changelog
  Remove Ryan Niebur from Uploaders. Thanks for your work!
  update changelog
  New upstream version 2.26
  Update upstream source from tag 'upstream/2.26'
  Update debian/changelog
  Update debian/upstream/metadata.
  Update years of upstream and packaging copyright.
  Remove information about dropped files from debian/copyright.
  Add additional upstream changelog.
  Rewrite makefile.pl-defaults-yes.patch.
  Declare compliance with Debian Policy 4.1.3.
  Bump debhelper compatibility level to 10.
  debian/rules: Don't install a manpage fragment.
  releasing package libpoe-component-server-simplehttp-perl version 2.26-1

---

This annotated tag includes the following new commits:

   new  00862d3   Update upstream source from tag 'upstream/2.26'
   new  b15f0fa   Update debian/changelog
   new  552bd63   Update debian/upstream/metadata.
   new  2e9eacd   Update years of upstream and packaging copyright.
   new  5517766   Remove information about dropped files from 
debian/copyright.
   new  d02c2f3   Add additional upstream changelog.
   new  9f9f42f   Rewrite makefile.pl-defaults-yes.patch.
   new  0634fd3   Declare compliance with Debian Policy 4.1.3.
   new  56b25f6   Bump debhelper compatibility level to 10.
   new  d290379   debian/rules: Don't install a manpage fragment.
   new  a2c29ee   releasing package libpoe-component-server-simplehttp-perl 
version 2.26-1

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


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libpoe-component-server-simplehttp-perl.git

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


[libpoe-component-server-simplehttp-perl] 11/11: releasing package libpoe-component-server-simplehttp-perl version 2.26-1

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

gregoa pushed a commit to branch master
in repository libpoe-component-server-simplehttp-perl.

commit a2c29ee703c6813b3acd786aee9896be8b01d846
Author: gregor herrmann 
Date:   Sat Dec 30 22:31:05 2017 +0100

releasing package libpoe-component-server-simplehttp-perl version 2.26-1
---
 debian/changelog | 15 ---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f7410d6..b35f321 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,21 @@
-libpoe-component-server-simplehttp-perl (2.26-1) UNRELEASED; urgency=medium
+libpoe-component-server-simplehttp-perl (2.26-1) unstable; urgency=medium
 
   * Remove Antonio Radici from Uploaders. Thanks for your work!
   * Remove Fabrizio Regalli from Uploaders. Thanks for your work!
   * Remove Jonathan Yu from Uploaders. Thanks for your work!
   * Remove Ryan Niebur from Uploaders. Thanks for your work!
-  * Import upstream version 2.26
 
- -- gregor herrmann   Sat, 30 Dec 2017 22:17:34 +0100
+  * Import upstream version 2.26.
+  * Update debian/upstream/metadata.
+  * Update years of upstream and packaging copyright.
+  * Remove information about dropped files from debian/copyright.
+  * Add additional upstream changelog.
+  * Rewrite makefile.pl-defaults-yes.patch.
+  * Declare compliance with Debian Policy 4.1.3.
+  * Bump debhelper compatibility level to 10.
+  * debian/rules: Don't install a manpage fragment.
+
+ -- gregor herrmann   Sat, 30 Dec 2017 22:29:06 +0100
 
 libpoe-component-server-simplehttp-perl (2.22-2) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libpoe-component-server-simplehttp-perl.git

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


[libpoe-component-server-simplehttp-perl] 01/01: pristine-tar data for libpoe-component-server-simplehttp-perl_2.26.orig.tar.gz

2017-12-30 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 libpoe-component-server-simplehttp-perl.

commit 3d682d0076ad8447a20f42b26ddcb6bfd83c58e8
Author: gregor herrmann 
Date:   Sat Dec 30 22:17:34 2017 +0100

pristine-tar data for 
libpoe-component-server-simplehttp-perl_2.26.orig.tar.gz
---
 ...mponent-server-simplehttp-perl_2.26.orig.tar.gz.delta | Bin 0 -> 1924 bytes
 ...-component-server-simplehttp-perl_2.26.orig.tar.gz.id |   1 +
 2 files changed, 1 insertion(+)

diff --git a/libpoe-component-server-simplehttp-perl_2.26.orig.tar.gz.delta 
b/libpoe-component-server-simplehttp-perl_2.26.orig.tar.gz.delta
new file mode 100644
index 000..a333c8b
Binary files /dev/null and 
b/libpoe-component-server-simplehttp-perl_2.26.orig.tar.gz.delta differ
diff --git a/libpoe-component-server-simplehttp-perl_2.26.orig.tar.gz.id 
b/libpoe-component-server-simplehttp-perl_2.26.orig.tar.gz.id
new file mode 100644
index 000..78a2834
--- /dev/null
+++ b/libpoe-component-server-simplehttp-perl_2.26.orig.tar.gz.id
@@ -0,0 +1 @@
+c19c4014d87b1a1294328f53d14f27e874b2084d

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libpoe-component-server-simplehttp-perl.git

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


[libpoe-component-server-simplehttp-perl] 04/11: Update years of upstream and packaging copyright.

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

gregoa pushed a commit to branch master
in repository libpoe-component-server-simplehttp-perl.

commit 2e9eacd7b86d26f16000f5db1a0ed8692df9974a
Author: gregor herrmann 
Date:   Sat Dec 30 22:21:03 2017 +0100

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

diff --git a/debian/copyright b/debian/copyright
index 8f1bdd5..b4f2880 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,11 +4,11 @@ Upstream-Contact: Chris Williams 
 Source: https://metacpan.org/release/POE-Component-Server-SimpleHTTP
 
 Files: *
-Copyright: 2015-2016, Apocalypse 
- 2015-2016, Chris Williams 
- 2015-2016, Eriam Schaffter 
- 2015-2016, Marlon Bailey 
- 2015-2016, Philip Gwyn 
+Copyright: 2015-2017, Apocalypse 
+ 2015-2017, Chris Williams 
+ 2015-2017, Eriam Schaffter 
+ 2015-2017, Marlon Bailey 
+ 2015-2017, Philip Gwyn 
 License: Artistic or GPL-1+
 
 Files: inc/Module/*
@@ -20,7 +20,7 @@ License: Artistic or GPL-1+
 Files: debian/*
 Copyright: 2009-2011, Jonathan Yu 
  2009, Ryan Niebur 
- 2009-2015, gregor herrmann 
+ 2009-2017, gregor herrmann 
  2009, Antonio Radici 
  2008, Damyan Ivanov 
  2008, Martín Ferrari 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libpoe-component-server-simplehttp-perl.git

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

[libpoe-component-server-simplehttp-perl] 03/11: Update debian/upstream/metadata.

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

gregoa pushed a commit to branch master
in repository libpoe-component-server-simplehttp-perl.

commit 552bd63d972898da42354f13dec680c89dd4b4aa
Author: gregor herrmann 
Date:   Sat Dec 30 22:19:48 2017 +0100

Update debian/upstream/metadata.
---
 debian/upstream/metadata | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index 3ab2e06..ccaa92e 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -1,5 +1,6 @@
 ---
 Archive: CPAN
-Contact: Apocalypse 
+Contact: Chris Williams 
 Name: POE-Component-Server-SimpleHTTP
 Repository: https://github.com/bingos/poe-component-server-simplehttp.git
+Repository-Browse: https://github.com/bingos/poe-component-server-simplehttp

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libpoe-component-server-simplehttp-perl.git

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


[libpoe-component-server-simplehttp-perl] 09/11: Bump debhelper compatibility level to 10.

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

gregoa pushed a commit to branch master
in repository libpoe-component-server-simplehttp-perl.

commit 56b25f6ba7a74e244b401d735ebb99c03a52f3da
Author: gregor herrmann 
Date:   Sat Dec 30 22:25:51 2017 +0100

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

diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index d2d02f9..dbd5cc2 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: gregor herrmann 
 Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 10)
 Build-Depends-Indep: perl,
  libipc-shareable-perl,
  libmoose-perl,

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libpoe-component-server-simplehttp-perl.git

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


[libpoe-component-server-simplehttp-perl] 10/11: debian/rules: Don't install a manpage fragment.

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

gregoa pushed a commit to branch master
in repository libpoe-component-server-simplehttp-perl.

commit d2903797421ea81aeff5367af3429dc79e4bcf68
Author: gregor herrmann 
Date:   Sat Dec 30 22:28:49 2017 +0100

debian/rules: Don't install a manpage fragment.
---
 debian/rules | 8 
 1 file changed, 8 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..affa413 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,12 @@
 #!/usr/bin/make -f
 
+PACKAGE = $(shell dh_listpackages)
+TMP = $(CURDIR)/debian/$(PACKAGE)
+
 %:
dh $@
+
+override_dh_auto_install:
+   dh_auto_install
+   # almost empty & incomplete
+   $(RM) -v 
$(TMP)/usr/share/man/man3/POE::Component::Server::SimpleHTTP::State.3pm

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libpoe-component-server-simplehttp-perl.git

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


[libpoe-component-server-simplehttp-perl] annotated tag upstream/2.26 created (now c562289)

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

gregoa pushed a change to annotated tag upstream/2.26
in repository libpoe-component-server-simplehttp-perl.

at  c562289   (tag)
   tagging  bf4a8e8288f43caa0b243312cf4db6b0a2a8018c (commit)
  replaces  upstream/2.22
 tagged by  gregor herrmann
on  Sat Dec 30 22:17:34 2017 +0100

- Log -
Upstream version 2.26

Chris 'BinGOs' Williams (2):
  Handle perls without dot in @INC
  Switch dist to Dist::Zilla

gregor herrmann (1):
  New upstream version 2.26

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libpoe-component-server-simplehttp-perl.git

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


[libpoe-component-server-simplehttp-perl] 01/11: Update upstream source from tag 'upstream/2.26'

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

gregoa pushed a commit to branch master
in repository libpoe-component-server-simplehttp-perl.

commit 00862d3dfb7ea2518547309a36fbb7bc0ffdc766
Merge: 263b184 bf4a8e8
Author: gregor herrmann 
Date:   Sat Dec 30 22:17:34 2017 +0100

Update upstream source from tag 'upstream/2.26'

Update to upstream version '2.26'
with Debian dir b18476fb9a58439270872795ac6026b713c18f44

 Changes   | 1217 ++---
 Changes.old   |  114 ++
 LICENSE   |6 +-
 MANIFEST  |   32 +-
 META.json |   68 ++
 META.yml  |   64 +-
 Makefile.PL   |  157 ++-
 README|  577 +-
 dist.ini  |   35 +
 inc/Module/Install.pm |  474 
 inc/Module/Install/AutoLicense.pm |   63 --
 inc/Module/Install/Base.pm|   83 --
 inc/Module/Install/Can.pm |  154 ---
 inc/Module/Install/Fetch.pm   |   93 --
 inc/Module/Install/GithubMeta.pm  |   53 -
 inc/Module/Install/Makefile.pm|  418 ---
 inc/Module/Install/Metadata.pm|  722 
 inc/Module/Install/Win32.pm   |   64 --
 inc/Module/Install/WriteAll.pm|   63 --
 lib/POE/Component/Server/SimpleHTTP.pm|   39 +-
 lib/POE/Component/Server/SimpleHTTP/Connection.pm |   24 +-
 lib/POE/Component/Server/SimpleHTTP/Response.pm   |   22 +-
 lib/POE/Component/Server/SimpleHTTP/State.pm  |   35 +-
 t/00-compile.t|   63 ++
 t/01_load.t   |6 -
 t/99_pod.t|4 -
 t/99_pod_coverage.t   |4 -
 t/author-pod-coverage.t   |   15 +
 t/author-pod-syntax.t |   15 +
 todo  |   14 +
 tools/git-log.pl  |  110 --
 31 files changed, 1222 insertions(+), 3586 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libpoe-component-server-simplehttp-perl.git

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


[libpoe-component-server-simplehttp-perl] 05/11: Remove information about dropped files from debian/copyright.

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

gregoa pushed a commit to branch master
in repository libpoe-component-server-simplehttp-perl.

commit 551776660a89e9cd5f11121820116d6e1d26a3af
Author: gregor herrmann 
Date:   Sat Dec 30 22:21:12 2017 +0100

Remove information about dropped files from debian/copyright.
---
 debian/copyright | 6 --
 1 file changed, 6 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index b4f2880..7e7e247 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -11,12 +11,6 @@ Copyright: 2015-2017, Apocalypse 
  2015-2017, Philip Gwyn 
 License: Artistic or GPL-1+
 
-Files: inc/Module/*
-Copyright: 2002-2012, Adam Kennedy 
- 2002-2011, Audrey Tang 
- 2002-2011, Brian Ingerson 
-License: Artistic or GPL-1+
-
 Files: debian/*
 Copyright: 2009-2011, Jonathan Yu 
  2009, Ryan Niebur 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libpoe-component-server-simplehttp-perl.git

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


[libpoe-component-server-simplehttp-perl] 08/11: Declare compliance with Debian Policy 4.1.3.

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

gregoa pushed a commit to branch master
in repository libpoe-component-server-simplehttp-perl.

commit 0634fd3ef6c9b8a02bb1d4b0dcf9330cf4fc67fd
Author: gregor herrmann 
Date:   Sat Dec 30 22:25:48 2017 +0100

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

diff --git a/debian/control b/debian/control
index 18c836c..d2d02f9 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Build-Depends-Indep: perl,
  libtest-pod-perl,
  libtest-poe-client-tcp-perl,
  libwww-perl
-Standards-Version: 3.9.8
+Standards-Version: 4.1.3
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libpoe-component-server-simplehttp-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libpoe-component-server-simplehttp-perl.git
 Homepage: https://metacpan.org/release/POE-Component-Server-SimpleHTTP

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libpoe-component-server-simplehttp-perl.git

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


[libpoe-component-server-simplehttp-perl] branch master updated (263b184 -> a2c29ee)

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

gregoa pushed a change to branch master
in repository libpoe-component-server-simplehttp-perl.

  from  263b184   update changelog
  adds  f426268   Handle perls without dot in @INC
  adds  fbe592d   Switch dist to Dist::Zilla
  adds  bf4a8e8   New upstream version 2.26
   new  00862d3   Update upstream source from tag 'upstream/2.26'
   new  b15f0fa   Update debian/changelog
   new  552bd63   Update debian/upstream/metadata.
   new  2e9eacd   Update years of upstream and packaging copyright.
   new  5517766   Remove information about dropped files from 
debian/copyright.
   new  d02c2f3   Add additional upstream changelog.
   new  9f9f42f   Rewrite makefile.pl-defaults-yes.patch.
   new  0634fd3   Declare compliance with Debian Policy 4.1.3.
   new  56b25f6   Bump debhelper compatibility level to 10.
   new  d290379   debian/rules: Don't install a manpage fragment.
   new  a2c29ee   releasing package libpoe-component-server-simplehttp-perl 
version 2.26-1

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


Summary of changes:
 Changes| 1217 ++--
 Changes.old|  114 ++
 LICENSE|6 +-
 MANIFEST   |   32 +-
 META.json  |   68 ++
 META.yml   |   64 +-
 Makefile.PL|  157 ++-
 README |  577 +-
 debian/changelog   |   14 +-
 debian/compat  |2 +-
 debian/control |4 +-
 debian/copyright   |   18 +-
 .../libpoe-component-server-simplehttp-perl.docs   |1 +
 debian/patches/makefile.pl-defaults-yes.patch  |   21 +-
 debian/rules   |8 +
 debian/upstream/metadata   |3 +-
 dist.ini   |   35 +
 inc/Module/Install.pm  |  474 
 inc/Module/Install/AutoLicense.pm  |   63 -
 inc/Module/Install/Base.pm |   83 --
 inc/Module/Install/Can.pm  |  154 ---
 inc/Module/Install/Fetch.pm|   93 --
 inc/Module/Install/GithubMeta.pm   |   53 -
 inc/Module/Install/Makefile.pm |  418 ---
 inc/Module/Install/Metadata.pm |  722 
 inc/Module/Install/Win32.pm|   64 -
 inc/Module/Install/WriteAll.pm |   63 -
 lib/POE/Component/Server/SimpleHTTP.pm |   39 +-
 lib/POE/Component/Server/SimpleHTTP/Connection.pm  |   24 +-
 lib/POE/Component/Server/SimpleHTTP/Response.pm|   22 +-
 lib/POE/Component/Server/SimpleHTTP/State.pm   |   35 +-
 t/00-compile.t |   63 +
 t/01_load.t|6 -
 t/99_pod.t |4 -
 t/99_pod_coverage.t|4 -
 t/author-pod-coverage.t|   15 +
 t/author-pod-syntax.t  |   15 +
 todo   |   14 +
 tools/git-log.pl   |  110 --
 39 files changed, 1263 insertions(+), 3616 deletions(-)
 create mode 100644 Changes.old
 create mode 100644 META.json
 create mode 100644 debian/libpoe-component-server-simplehttp-perl.docs
 create mode 100644 dist.ini
 delete mode 100644 inc/Module/Install.pm
 delete mode 100644 inc/Module/Install/AutoLicense.pm
 delete mode 100644 inc/Module/Install/Base.pm
 delete mode 100644 inc/Module/Install/Can.pm
 delete mode 100644 inc/Module/Install/Fetch.pm
 delete mode 100644 inc/Module/Install/GithubMeta.pm
 delete mode 100644 inc/Module/Install/Makefile.pm
 delete mode 100644 inc/Module/Install/Metadata.pm
 delete mode 100644 inc/Module/Install/Win32.pm
 delete mode 100644 inc/Module/Install/WriteAll.pm
 create mode 100644 t/00-compile.t
 delete mode 100644 t/01_load.t
 delete mode 100644 t/99_pod.t
 delete mode 100644 t/99_pod_coverage.t
 create mode 100644 t/author-pod-coverage.t
 create mode 100644 t/author-pod-syntax.t
 create mode 100644 todo
 delete mode 100755 tools/git-log.pl

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libpoe-component-server-simplehttp-perl.git

___

[libpoe-filter-ssl-perl] 01/06: Update upstream source from tag 'upstream/0.38'

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

gregoa pushed a commit to branch master
in repository libpoe-filter-ssl-perl.

commit 0f63730a27f9300b6b77cf5218fce20b34b5ffb0
Merge: 61d0f0b 1499c8a
Author: gregor herrmann 
Date:   Sat Dec 30 22:11:59 2017 +0100

Update upstream source from tag 'upstream/0.38'

Update to upstream version '0.38'
with Debian dir 0393942a5eebd05669685f2d58aba3408f300aa2

 Changes   |3 +
 META.yml  |2 +-
 Makefile.old  | 1072 -
 README|2 +-
 SSL.xs|  196 -
 lib/POE/Filter/SSL.pm |   57 ++-
 6 files changed, 131 insertions(+), 1201 deletions(-)

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

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


[libpoe-filter-ssl-perl] branch master updated (61d0f0b -> 4d254ea)

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

gregoa pushed a change to branch master
in repository libpoe-filter-ssl-perl.

  from  61d0f0b   update changelog
  adds  1499c8a   New upstream version 0.38
   new  0f63730   Update upstream source from tag 'upstream/0.38'
   new  5e76574   New upstream release.
   new  fe3c02c   Refresh 0001-fixing-typos-in-manpage.patch (offset).
   new  887daf7   Declare compliance with Debian Policy 4.1.3.
   new  96af5ec   Bump debhelper compatibility level to 10.
   new  4d254ea   releasing package libpoe-filter-ssl-perl version 0.38-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   |3 +
 META.yml  |2 +-
 Makefile.old  | 1072 -
 README|2 +-
 SSL.xs|  196 ++--
 debian/changelog  |   10 +-
 debian/compat |2 +-
 debian/control|4 +-
 debian/patches/0001-fixing-typos-in-manpage.patch |6 +-
 lib/POE/Filter/SSL.pm |   57 +-
 10 files changed, 144 insertions(+), 1210 deletions(-)
 delete mode 100644 Makefile.old

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

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


[libpoe-filter-ssl-perl] annotated tag upstream/0.38 created (now 54a48c2)

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

gregoa pushed a change to annotated tag upstream/0.38
in repository libpoe-filter-ssl-perl.

at  54a48c2   (tag)
   tagging  1499c8a54c3e41148047b14b44e608f29a105bd9 (commit)
  replaces  upstream/0.37
 tagged by  gregor herrmann
on  Sat Dec 30 22:11:59 2017 +0100

- Log -
Upstream version 0.38

gregor herrmann (1):
  New upstream version 0.38

---

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/libpoe-filter-ssl-perl.git

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


[libpoe-filter-ssl-perl] annotated tag debian/0.38-1 created (now 0872d7b)

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

gregoa pushed a change to annotated tag debian/0.38-1
in repository libpoe-filter-ssl-perl.

at  0872d7b   (tag)
   tagging  4d254ea612f54e028f78f31e35da7d825a1b3d64 (commit)
  replaces  debian/0.37-1
 tagged by  gregor herrmann
on  Sat Dec 30 22:16:34 2017 +0100

- Log -
tagging package libpoe-filter-ssl-perl version debian/0.38-1
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlpIAjJfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgaQGw/+IVV0MAyJWH/yQFIc0cVxnntHQ6gDfdzBik+zbhTUh8CGFzjJvhyCKVCh
HVGQVJsDMd+l4sha2u1jpHC5rnxFoI2Sni3zG4FoBmWkxJAkBIrVnAwugVi9CsWM
aH+IKYbxL45Q8bNe0ZDGLTvq2mlhuShrZbw7oc86U7WLzaanpkJ1pfQ8N3o9HU+a
7sCluF7sGrzY2PWWDCMNSHoUWPUNEDV9ephdQQ+8sP1l++OFKMnNWhtVS9NqkO0g
CumbNh2v6tcM0VuLucNOFKFJOXBabKnXi+rB0gJGo/vKTFvYrzlemZrZWpXspNTu
FMw0jJvCmTQee42El94FjnxnP13Or/QYxqfOzmPOwulIZjjcLbrjvIsA1997Tz+P
/fucHao1QO5ZvBlyg4VnYpIofz8RLW+PGyeAQoFpaB+bcJaPfvJ8IYc5LxI5ihRn
K+GIJhAvq2bGToYRqZ5JA6FksRI0gX8vEyb4e42Pi5ViRfp/IYq8OdFnJleeZ2bn
W5mFTKVyDmk0MHypQ8vr/vIcphPw9PJr4cMFg/ByZXDRJ29nrRmbqsCKuoqZDyjy
MLe+Ienjtn+KJZd24jpnjHvRn+2H/3SFtvChwHWVJzSM82rAX5H3GTeVIs/4+GKq
HIJd9jUwmTJz0fOr58S53bUh50/lZke2v4yDA7SVkvMC/7OfEIg=
=DVZX
-END PGP SIGNATURE-

Damyan Ivanov (2):
  declare conformance with Policy 4.1.2 (no changes needed)
  update changelog

gregor herrmann (7):
  New upstream version 0.38
  Update upstream source from tag 'upstream/0.38'
  New upstream release.
  Refresh 0001-fixing-typos-in-manpage.patch (offset).
  Declare compliance with Debian Policy 4.1.3.
  Bump debhelper compatibility level to 10.
  releasing package libpoe-filter-ssl-perl version 0.38-1

---

This annotated tag includes the following new commits:

   new  0f63730   Update upstream source from tag 'upstream/0.38'
   new  5e76574   New upstream release.
   new  fe3c02c   Refresh 0001-fixing-typos-in-manpage.patch (offset).
   new  887daf7   Declare compliance with Debian Policy 4.1.3.
   new  96af5ec   Bump debhelper compatibility level to 10.
   new  4d254ea   releasing package libpoe-filter-ssl-perl version 0.38-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/libpoe-filter-ssl-perl.git

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


[libpoe-filter-ssl-perl] 03/06: Refresh 0001-fixing-typos-in-manpage.patch (offset).

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

gregoa pushed a commit to branch master
in repository libpoe-filter-ssl-perl.

commit fe3c02cd24f4cf4eaf477bfc453e8a922a68c5c9
Author: gregor herrmann 
Date:   Sat Dec 30 22:13:13 2017 +0100

Refresh 0001-fixing-typos-in-manpage.patch (offset).
---
 debian/patches/0001-fixing-typos-in-manpage.patch | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/patches/0001-fixing-typos-in-manpage.patch 
b/debian/patches/0001-fixing-typos-in-manpage.patch
index 20338f1..35146ab 100644
--- a/debian/patches/0001-fixing-typos-in-manpage.patch
+++ b/debian/patches/0001-fixing-typos-in-manpage.patch
@@ -3,11 +3,11 @@ Bug: https://rt.cpan.org/Ticket/Display.html?id=113644
 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=113644
 Author: Lucas Kanashiro 
 Reviewed-by: gregor herrmann 
-Last-Update: 2017-11-20
+Last-Update: 2017-12-30
 
 --- a/lib/POE/Filter/SSL.pm
 +++ b/lib/POE/Filter/SSL.pm
-@@ -845,7 +845,7 @@
+@@ -844,7 +844,7 @@
  =item Advanced Example
  
  This example is an IMAP-Relay which forwards the connections to a IMAP server
@@ -16,7 +16,7 @@ Last-Update: 2017-11-20
  of SSL on the established connection (STARTTLS). On port 993 it allows one to 
do
  direct SSL.
  
-@@ -1154,7 +1154,7 @@
+@@ -1153,7 +1153,7 @@
  
  =item sni
  

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

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


[libpoe-filter-ssl-perl] 06/06: releasing package libpoe-filter-ssl-perl version 0.38-1

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

gregoa pushed a commit to branch master
in repository libpoe-filter-ssl-perl.

commit 4d254ea612f54e028f78f31e35da7d825a1b3d64
Author: gregor herrmann 
Date:   Sat Dec 30 22:16:34 2017 +0100

releasing package libpoe-filter-ssl-perl version 0.38-1
---
 debian/changelog | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8d98041..6489586 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,12 @@
-libpoe-filter-ssl-perl (0.38-1) UNRELEASED; urgency=medium
+libpoe-filter-ssl-perl (0.38-1) unstable; urgency=medium
 
-  [ Damyan Ivanov ]
-  * declare conformance with Policy 4.1.2 (no changes needed)
-
-  [ gregor herrmann ]
+  * Team upload.
   * New upstream release.
+  * Refresh 0001-fixing-typos-in-manpage.patch (offset).
+  * Declare compliance with Debian Policy 4.1.3.
+  * Bump debhelper compatibility level to 10.
 
- -- gregor herrmann   Sat, 30 Dec 2017 22:11:59 +0100
+ -- gregor herrmann   Sat, 30 Dec 2017 22:15:00 +0100
 
 libpoe-filter-ssl-perl (0.37-1) unstable; urgency=medium
 

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

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


[libpoe-filter-ssl-perl] 02/06: New upstream release.

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

gregoa pushed a commit to branch master
in repository libpoe-filter-ssl-perl.

commit 5e76574c14df016585b5f176435020feb7632526
Author: gregor herrmann 
Date:   Sat Dec 30 22:12:30 2017 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 2bcc007..8d98041 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
-libpoe-filter-ssl-perl (0.37-2) UNRELEASED; urgency=medium
+libpoe-filter-ssl-perl (0.38-1) UNRELEASED; urgency=medium
 
+  [ Damyan Ivanov ]
   * declare conformance with Policy 4.1.2 (no changes needed)
 
- -- Damyan Ivanov   Sun, 03 Dec 2017 22:47:11 +
+  [ gregor herrmann ]
+  * New upstream release.
+
+ -- gregor herrmann   Sat, 30 Dec 2017 22:11:59 +0100
 
 libpoe-filter-ssl-perl (0.37-1) unstable; urgency=medium
 

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

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


[libpoe-filter-ssl-perl] 01/01: pristine-tar data for libpoe-filter-ssl-perl_0.38.orig.tar.gz

2017-12-30 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 libpoe-filter-ssl-perl.

commit fc4014db22dc269116a0b17ab83642349a8eb4d2
Author: gregor herrmann 
Date:   Sat Dec 30 22:11:59 2017 +0100

pristine-tar data for libpoe-filter-ssl-perl_0.38.orig.tar.gz
---
 libpoe-filter-ssl-perl_0.38.orig.tar.gz.delta | Bin 0 -> 1367 bytes
 libpoe-filter-ssl-perl_0.38.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libpoe-filter-ssl-perl_0.38.orig.tar.gz.delta 
b/libpoe-filter-ssl-perl_0.38.orig.tar.gz.delta
new file mode 100644
index 000..ddac6bc
Binary files /dev/null and b/libpoe-filter-ssl-perl_0.38.orig.tar.gz.delta 
differ
diff --git a/libpoe-filter-ssl-perl_0.38.orig.tar.gz.id 
b/libpoe-filter-ssl-perl_0.38.orig.tar.gz.id
new file mode 100644
index 000..8205d90
--- /dev/null
+++ b/libpoe-filter-ssl-perl_0.38.orig.tar.gz.id
@@ -0,0 +1 @@
+04186d06c2ec3076416f762eb1a621dd96458c1c

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

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


[libpoe-filter-ssl-perl] branch pristine-tar updated (4f377fc -> fc4014d)

2017-12-30 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 libpoe-filter-ssl-perl.

  from  4f377fc   pristine-tar data for 
libpoe-filter-ssl-perl_0.37.orig.tar.gz
   new  fc4014d   pristine-tar data for 
libpoe-filter-ssl-perl_0.38.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:
 libpoe-filter-ssl-perl_0.38.orig.tar.gz.delta | Bin 0 -> 1367 bytes
 libpoe-filter-ssl-perl_0.38.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libpoe-filter-ssl-perl_0.38.orig.tar.gz.delta
 create mode 100644 libpoe-filter-ssl-perl_0.38.orig.tar.gz.id

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

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


[libpoe-filter-ssl-perl] 04/06: Declare compliance with Debian Policy 4.1.3.

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

gregoa pushed a commit to branch master
in repository libpoe-filter-ssl-perl.

commit 887daf7eadd501a1ab80ac1bcce27a65a9c49cfb
Author: gregor herrmann 
Date:   Sat Dec 30 22:13:53 2017 +0100

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

diff --git a/debian/control b/debian/control
index f23efba..bd96d36 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9.20120312~),
libpoe-perl,
libssl-dev,
perl
-Standards-Version: 4.1.2
+Standards-Version: 4.1.3
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libpoe-filter-ssl-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libpoe-filter-ssl-perl.git
 Homepage: https://metacpan.org/release/POE-Filter-SSL

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

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


[libpoe-filter-ssl-perl] 05/06: Bump debhelper compatibility level to 10.

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

gregoa pushed a commit to branch master
in repository libpoe-filter-ssl-perl.

commit 96af5ec39110fcd14eac70a572c36c21200f
Author: gregor herrmann 
Date:   Sat Dec 30 22:13:56 2017 +0100

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

diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index bd96d36..ccdec2f 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Lucas Kanashiro 
 Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Build-Depends: debhelper (>= 9.20120312~),
+Build-Depends: debhelper (>= 10),
libhttp-message-perl,
libnet-ssleay-perl (>= 1.65),
libpoe-perl,

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

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


[libppi-xs-perl] annotated tag debian/0.910-1 created (now 20fc6ec)

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

gregoa pushed a change to annotated tag debian/0.910-1
in repository libppi-xs-perl.

at  20fc6ec   (tag)
   tagging  d9c12487f36e2c7d6eb9f393c25648293a13ad86 (commit)
  replaces  debian/0.902-1
 tagged by  gregor herrmann
on  Sat Dec 30 22:10:44 2017 +0100

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

iQKTBAABCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlpIANRfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgaLew/+LRDtuNyBUypqsD7mpU3z5vYS4PFv0EZJvo1FZHOSeZWXVPyxNbBYEiBw
t7vsJcuwBAlt+yZwEfFaPYAdSpoLMThKSImMozLMM4PfxIUYhgu4E68DBkrHCRQy
fzHRczXy4BBrGkotwXoP6Q3YrGqaKGWLRhsD5WtEqbF2+1oCf5OZ4viAWC9zTq6o
9qbtEqrc2L6+HJIX0DDx80l3uDM0XNk5r/X9Mrs4MPODw974fp+KVby0ntty5lqU
5DrlADEkXO1Qgsc5vplF4+kN+BgNLfTQ/zhiIcaBmiCRDQ2FxsDTCvPC/noqpDOo
cfvFX96wpw5EVUiZ+g9YwxrolBlm4I1i/1O06lIyKTGjZev34N1bjjf1k7yA3+4t
MuIhYW5opB5Cd6J3JPeXO2V6RbsxT1dHsLne/EJREpE2LeqxANMy5oDIkzY4jfB/
Yd/JFfMyxvqyJA/mEyf6lGNFk9DDLy8UKbtlG2tNz/TPW1rlJ5C0SZ1fT/EX22oS
lCKDvOlNFv9hPk3Qz4sOxFCucvHRKkcYBIFiHAWdeEq6Wq4jgs/cmF8m69K0CWst
8MjfneBpqhcoanXv2fn71oQf4sg2e6slncaxlJBDV0m9AUmzfRWhwiLMw+kwrSRo
9KycfhbhKWFvhLC8S/W/e0pYXZ32jC7TEe01i4tku5w5tA78+jE=
=rKFO
-END PGP SIGNATURE-

Florian Schlichting (3):
  New upstream version 0.904
  Updated version 0.904 from 'upstream/0.904'
  Update debian/changelog

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

gregor herrmann (17):
  Strip trailing slash from metacpan URLs.
  update changelog
  debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  update changelog
  Remove Jonathan Yu from Uploaders. Thanks for your work!
  update changelog
  New upstream version 0.910
  Update upstream source from tag 'upstream/0.910'
  New upstream release.
  Add debian/upstream/metadata.
  Install new CONTRIBUTING file.
  Update upstream contact.
  Update years of upstream copyright.
  Declare compliance with Debian Policy 4.1.3.
  Bump debhelper compatibility level to 10.
  Set bindnow linker flag in debian/rules.
  releasing package libppi-xs-perl version 0.910-1

---

This annotated tag includes the following new commits:

   new  694be86   Update upstream source from tag 'upstream/0.910'
   new  844adde   New upstream release.
   new  fd6c1e4   Add debian/upstream/metadata.
   new  088bb73   Install new CONTRIBUTING file.
   new  4388bf5   Update upstream contact.
   new  68a2e48   Update years of upstream copyright.
   new  bcbae12   Declare compliance with Debian Policy 4.1.3.
   new  3f58be8   Bump debhelper compatibility level to 10.
   new  73f8196   Set bindnow linker flag in debian/rules.
   new  d9c1248   releasing package libppi-xs-perl version 0.910-1

The 10 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/libppi-xs-perl.git

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


[libppi-xs-perl] 01/01: pristine-tar data for libppi-xs-perl_0.910.orig.tar.gz

2017-12-30 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 libppi-xs-perl.

commit 774692a93e33922d1072155abbd1eeebd5f1cb2a
Author: gregor herrmann 
Date:   Sat Dec 30 22:03:00 2017 +0100

pristine-tar data for libppi-xs-perl_0.910.orig.tar.gz
---
 libppi-xs-perl_0.910.orig.tar.gz.delta | Bin 0 -> 1954 bytes
 libppi-xs-perl_0.910.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libppi-xs-perl_0.910.orig.tar.gz.delta 
b/libppi-xs-perl_0.910.orig.tar.gz.delta
new file mode 100644
index 000..5be8ce5
Binary files /dev/null and b/libppi-xs-perl_0.910.orig.tar.gz.delta differ
diff --git a/libppi-xs-perl_0.910.orig.tar.gz.id 
b/libppi-xs-perl_0.910.orig.tar.gz.id
new file mode 100644
index 000..c5fccb9
--- /dev/null
+++ b/libppi-xs-perl_0.910.orig.tar.gz.id
@@ -0,0 +1 @@
+fbcb944f138f9520b76195d042097123a7ebda95

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

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


[libppi-xs-perl] annotated tag upstream/0.910 created (now 080c83e)

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

gregoa pushed a change to annotated tag upstream/0.910
in repository libppi-xs-perl.

at  080c83e   (tag)
   tagging  37019ae88492f7a04aa36b836ce9bd0a9452c93a (commit)
  replaces  upstream/0.904
 tagged by  gregor herrmann
on  Sat Dec 30 22:03:00 2017 +0100

- Log -
Upstream version 0.910

gregor herrmann (1):
  New upstream version 0.910

---

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

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


[libppi-xs-perl] 10/10: releasing package libppi-xs-perl version 0.910-1

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

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

commit d9c12487f36e2c7d6eb9f393c25648293a13ad86
Author: gregor herrmann 
Date:   Sat Dec 30 22:10:44 2017 +0100

releasing package libppi-xs-perl version 0.910-1
---
 debian/changelog | 20 +---
 1 file changed, 13 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index be45943..b3d6d80 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,6 @@
-libppi-xs-perl (0.910-1) UNRELEASED; urgency=medium
+libppi-xs-perl (0.910-1) unstable; urgency=medium
 
-  IGNORE: 0.904-1
-  # no code changes relevant for Debian
+  * Team upload.
 
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
@@ -15,12 +14,19 @@ libppi-xs-perl (0.910-1) UNRELEASED; urgency=medium
   * Remove Jonathan Yu from Uploaders. Thanks for your work!
 
   [ Florian Schlichting ]
-  * Import upstream version 0.904
+  * Import upstream version 0.904.
 
   [ gregor herrmann ]
-  * New upstream release.
-
- -- gregor herrmann   Sat, 30 Dec 2017 22:03:00 +0100
+  * New upstream release 0.910.
+  * Add debian/upstream/metadata.
+  * Install new CONTRIBUTING file.
+  * Update upstream contact.
+  * Update years of upstream copyright.
+  * Declare compliance with Debian Policy 4.1.3.
+  * Bump debhelper compatibility level to 10.
+  * Set bindnow linker flag in debian/rules.
+
+ -- gregor herrmann   Sat, 30 Dec 2017 22:09:17 +0100
 
 libppi-xs-perl (0.902-1) unstable; urgency=low
 

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

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


[libppi-xs-perl] branch pristine-tar updated (f41630f -> 774692a)

2017-12-30 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 libppi-xs-perl.

  from  f41630f   pristine-tar data for libppi-xs-perl_0.904.orig.tar.gz
   new  774692a   pristine-tar data for libppi-xs-perl_0.910.orig.tar.gz

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


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

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

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


[libppi-xs-perl] 09/10: Set bindnow linker flag in debian/rules.

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

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

commit 73f8196636e33a4f8197e6283d469aeaf485ea32
Author: gregor herrmann 
Date:   Sat Dec 30 22:09:06 2017 +0100

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

diff --git a/debian/rules b/debian/rules
index abde6ef..cae398d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/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/libppi-xs-perl.git

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


[libppi-xs-perl] 01/10: Update upstream source from tag 'upstream/0.910'

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

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

commit 694be8650b45081d9f68863b57b19ca7877548c1
Merge: 70b811f 37019ae
Author: gregor herrmann 
Date:   Sat Dec 30 22:03:00 2017 +0100

Update upstream source from tag 'upstream/0.910'

Update to upstream version '0.910'
with Debian dir d560011f84c2665c90684c6739269b9205a73d6f

 CONTRIBUTING |   97 
 Changes  |   16 +-
 INSTALL  |   43 ++
 LICENSE  |  379 ++
 MANIFEST |   41 +-
 MANIFEST.SKIP|   67 ---
 META.json| 1043 ++
 META.yml |  690 -
 Makefile.PL  |   65 ++-
 README   |   15 +
 dist.ini |   17 +
 inc/Module/Install.pm|  451 
 inc/Module/Install/Base.pm   |   83 ---
 inc/Module/Install/Can.pm|  163 --
 inc/Module/Install/Compiler.pm   |   68 ---
 inc/Module/Install/DSL.pm|  102 
 inc/Module/Install/Fetch.pm  |   93 
 inc/Module/Install/Makefile.pm   |  418 ---
 inc/Module/Install/Metadata.pm   |  722 --
 inc/Module/Install/Win32.pm  |   64 ---
 inc/Module/Install/WriteAll.pm   |   63 ---
 lib/PPI/XS.pm|   15 +-
 ppport.h |   14 +-
 t/00-report-prereqs.dd   |  131 +
 t/00-report-prereqs.t|  197 +++
 xt/author/00-compile.t   |   60 +++
 xt/author/clean-namespaces.t |   11 +
 xt/author/kwalitee.t |9 +
 xt/author/mojibake.t |9 +
 xt/author/pod-coverage.t |7 +
 xt/author/pod-no404s.t   |   21 +
 xt/author/pod-spell.t|   30 ++
 xt/author/pod-syntax.t   |7 +
 xt/author/portability.t  |   10 +
 xt/release/changes_has_content.t |   42 ++
 xt/release/cpan-changes.t|   10 +
 xt/release/distmeta.t|6 +
 xt/release/minimum-version.t |8 +
 38 files changed, 2938 insertions(+), 2349 deletions(-)

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

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


[libppi-xs-perl] 02/10: New upstream release.

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

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

commit 844adde053f64d10f36cabbcdbbb6b322a20402b
Author: gregor herrmann 
Date:   Sat Dec 30 22:04:12 2017 +0100

New upstream release.
---
 debian/changelog | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3234dc3..be45943 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libppi-xs-perl (0.904-1) UNRELEASED; urgency=medium
+libppi-xs-perl (0.910-1) UNRELEASED; urgency=medium
 
   IGNORE: 0.904-1
   # no code changes relevant for Debian
@@ -17,7 +17,10 @@ libppi-xs-perl (0.904-1) UNRELEASED; urgency=medium
   [ Florian Schlichting ]
   * Import upstream version 0.904
 
- -- Florian Schlichting   Sat, 16 Sep 2017 22:33:20 +0200
+  [ gregor herrmann ]
+  * New upstream release.
+
+ -- gregor herrmann   Sat, 30 Dec 2017 22:03:00 +0100
 
 libppi-xs-perl (0.902-1) unstable; urgency=low
 

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

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


[libppi-xs-perl] 03/10: Add debian/upstream/metadata.

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

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

commit fd6c1e40468db67b50bdea1c3441f0cee36b17b7
Author: gregor herrmann 
Date:   Sat Dec 30 22:04:39 2017 +0100

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

diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 000..50ff5a7
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,8 @@
+---
+Archive: CPAN
+Bug-Database: https://rt.cpan.org/Public/Dist/Display.html?Name=PPI-XS
+Bug-Submit: bug-ppi...@rt.cpan.org
+Contact: Adam Kennedy 
+Name: PPI-XS
+Repository: https://github.com/karenetheridge/PPI-XS.git
+Repository-Browse: https://github.com/karenetheridge/PPI-XS

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

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


[libppi-xs-perl] 05/10: Update upstream contact.

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

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

commit 4388bf58b5fefc8f6f6207b05ba4d04645b6d4dc
Author: gregor herrmann 
Date:   Sat Dec 30 22:05:47 2017 +0100

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

diff --git a/debian/copyright b/debian/copyright
index 9b1c4ad..eb72922 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: PPI-XS
-Upstream-Contact: Adam Kennedy 
+Upstream-Contact: Karen Etheridge 
 Source: https://metacpan.org/release/PPI-XS
 
 Files: *
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index 50ff5a7..e4bff64 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -2,7 +2,7 @@
 Archive: CPAN
 Bug-Database: https://rt.cpan.org/Public/Dist/Display.html?Name=PPI-XS
 Bug-Submit: bug-ppi...@rt.cpan.org
-Contact: Adam Kennedy 
+Contact: Karen Etheridge 
 Name: PPI-XS
 Repository: https://github.com/karenetheridge/PPI-XS.git
 Repository-Browse: https://github.com/karenetheridge/PPI-XS

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

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


[libppi-xs-perl] 08/10: Bump debhelper compatibility level to 10.

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

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

commit 3f58be84c31fbf826525de88aa7c77bb74d64b71
Author: gregor herrmann 
Date:   Sat Dec 30 22:07:19 2017 +0100

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

diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index e3ae455..b142985 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: perl,
-   debhelper (>= 9.20120312),
+   debhelper (>= 10),
libppi-perl
 Standards-Version: 4.1.3
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libppi-xs-perl.git

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

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


[libppi-xs-perl] 07/10: Declare compliance with Debian Policy 4.1.3.

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

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

commit bcbae12396492be252541caa27215079d78111e0
Author: gregor herrmann 
Date:   Sat Dec 30 22:07:16 2017 +0100

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

diff --git a/debian/control b/debian/control
index ffe3a3a..e3ae455 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Priority: optional
 Build-Depends: perl,
debhelper (>= 9.20120312),
libppi-perl
-Standards-Version: 3.9.4
+Standards-Version: 4.1.3
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libppi-xs-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libppi-xs-perl.git
 Homepage: https://metacpan.org/release/PPI-XS

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

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


[libppi-xs-perl] 04/10: Install new CONTRIBUTING file.

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

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

commit 088bb7322eea692501c0a9ae4bf17945e426d28c
Author: gregor herrmann 
Date:   Sat Dec 30 22:04:53 2017 +0100

Install new CONTRIBUTING file.
---
 debian/libppi-xs-perl.docs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/libppi-xs-perl.docs b/debian/libppi-xs-perl.docs
new file mode 100644
index 000..dc63d18
--- /dev/null
+++ b/debian/libppi-xs-perl.docs
@@ -0,0 +1 @@
+CONTRIBUTING

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

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


[libppi-xs-perl] branch master updated (70b811f -> d9c1248)

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

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

  from  70b811f   Update debian/changelog
  adds  37019ae   New upstream version 0.910
   new  694be86   Update upstream source from tag 'upstream/0.910'
   new  844adde   New upstream release.
   new  fd6c1e4   Add debian/upstream/metadata.
   new  088bb73   Install new CONTRIBUTING file.
   new  4388bf5   Update upstream contact.
   new  68a2e48   Update years of upstream copyright.
   new  bcbae12   Declare compliance with Debian Policy 4.1.3.
   new  3f58be8   Bump debhelper compatibility level to 10.
   new  73f8196   Set bindnow linker flag in debian/rules.
   new  d9c1248   releasing package libppi-xs-perl version 0.910-1

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


Summary of changes:
 CONTRIBUTING |   97 
 Changes  |   16 +-
 INSTALL  |   43 ++
 LICENSE  |  379 ++
 MANIFEST |   41 +-
 MANIFEST.SKIP|   67 ---
 META.json| 1043 ++
 META.yml |  690 -
 Makefile.PL  |   65 ++-
 README   |   15 +
 debian/changelog |   19 +-
 debian/compat|2 +-
 debian/control   |4 +-
 debian/copyright |   14 +-
 debian/libppi-xs-perl.docs   |1 +
 debian/rules |2 +
 debian/upstream/metadata |8 +
 dist.ini |   17 +
 inc/Module/Install.pm|  451 
 inc/Module/Install/Base.pm   |   83 ---
 inc/Module/Install/Can.pm|  163 --
 inc/Module/Install/Compiler.pm   |   68 ---
 inc/Module/Install/DSL.pm|  102 
 inc/Module/Install/Fetch.pm  |   93 
 inc/Module/Install/Makefile.pm   |  418 ---
 inc/Module/Install/Metadata.pm   |  722 --
 inc/Module/Install/Win32.pm  |   64 ---
 inc/Module/Install/WriteAll.pm   |   63 ---
 lib/PPI/XS.pm|   15 +-
 ppport.h |   14 +-
 t/00-report-prereqs.dd   |  131 +
 t/00-report-prereqs.t|  197 +++
 xt/author/00-compile.t   |   60 +++
 xt/author/clean-namespaces.t |   11 +
 xt/author/kwalitee.t |9 +
 xt/author/mojibake.t |9 +
 xt/author/pod-coverage.t |7 +
 xt/author/pod-no404s.t   |   21 +
 xt/author/pod-spell.t|   30 ++
 xt/author/pod-syntax.t   |7 +
 xt/author/portability.t  |   10 +
 xt/release/changes_has_content.t |   42 ++
 xt/release/cpan-changes.t|   10 +
 xt/release/distmeta.t|6 +
 xt/release/minimum-version.t |8 +
 45 files changed, 2973 insertions(+), 2364 deletions(-)
 create mode 100644 CONTRIBUTING
 create mode 100644 INSTALL
 create mode 100644 LICENSE
 delete mode 100644 MANIFEST.SKIP
 create mode 100644 META.json
 create mode 100644 README
 create mode 100644 debian/libppi-xs-perl.docs
 create mode 100644 debian/upstream/metadata
 create mode 100644 dist.ini
 delete mode 100644 inc/Module/Install.pm
 delete mode 100644 inc/Module/Install/Base.pm
 delete mode 100644 inc/Module/Install/Can.pm
 delete mode 100644 inc/Module/Install/Compiler.pm
 delete mode 100644 inc/Module/Install/DSL.pm
 delete mode 100644 inc/Module/Install/Fetch.pm
 delete mode 100644 inc/Module/Install/Makefile.pm
 delete mode 100644 inc/Module/Install/Metadata.pm
 delete mode 100644 inc/Module/Install/Win32.pm
 delete mode 100644 inc/Module/Install/WriteAll.pm
 create mode 100644 t/00-report-prereqs.dd
 create mode 100644 t/00-report-prereqs.t
 create mode 100644 xt/author/00-compile.t
 create mode 100644 xt/author/clean-namespaces.t
 create mode 100644 xt/author/kwalitee.t
 create mode 100644 xt/author/mojibake.t
 create mode 100644 xt/author/pod-coverage.t
 create mode 100644 xt/author/pod-no404s.t
 create mode 100644 xt/author/pod-spell.t
 create mode 100644 xt/author/pod-syntax.t
 create mode 100644 xt/author/portability.t
 create mode 100644 xt/release/changes_has_content.t
 create mode 100644 xt/release/cpan-changes.t
 create mode 100644 xt/release/distmeta.t
 create mode 100644 xt/release/minimum-version.t

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

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

[libppi-xs-perl] 06/10: Update years of upstream copyright.

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

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

commit 68a2e48bf2652bbb656594d1a3b61b575afe5860
Author: gregor herrmann 
Date:   Sat Dec 30 22:07:00 2017 +0100

Update years of upstream copyright.
---
 debian/copyright | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index eb72922..269f88c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,22 +4,22 @@ Upstream-Contact: Karen Etheridge 
 Source: https://metacpan.org/release/PPI-XS
 
 Files: *
-Copyright: 2005-2013, Adam Kennedy 
+Copyright: 2005, Adam Kennedy 
 License: Artistic or GPL-1+
 
 Files: ppport.h
-Copyright: 2004-2010, Marcus Holland-Moritz 
+Copyright: 2004-2013, Marcus Holland-Moritz 
  2001, Paul Marquess  (Version 2.x)
  1999, Kenneth Albanowski  (Version 1.x)
 License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: 2013, Florian Schlichting 
+Copyright: 2005, Chip Salzenberg 
+ 2006, Florian Ragwitz 
+ 2008, Niko Tyni 
  2009, Jonathan Yu 
  2009, Ryan Niebur 
- 2008, Niko Tyni 
- 2006, Florian Ragwitz 
- 2005, Chip Salzenberg 
+ 2013, Florian Schlichting 
 License: Artistic or GPL-1+
 
 License: Artistic

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

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


[libppix-editortools-perl] 01/07: Update upstream source from tag 'upstream/0.21'

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

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

commit 1d5011f8f1c91c2771b792c275e2e79a6081fafe
Merge: 04c7cc2 c1a50d9
Author: gregor herrmann 
Date:   Sat Dec 30 21:56:12 2017 +0100

Update upstream source from tag 'upstream/0.21'

Update to upstream version '0.21'
with Debian dir 6d77c6604479a90db8bf4e799e0b0cda021dfa05

 CONTRIBUTORS   |  1 +
 Changes|  7 
 MANIFEST   |  1 -
 META.json  | 32 ++-
 META.yml   | 30 ++
 Makefile.PL| 18 +
 README.mkdn|  2 +-
 SIGNATURE  | 47 +++---
 cpanfile   |  7 
 dist.ini   | 17 
 doap.xml   | 12 ++
 lib/PPIx/EditorTools.pm|  4 +-
 lib/PPIx/EditorTools/FindUnmatchedBrace.pm |  4 +-
 lib/PPIx/EditorTools/FindVariableDeclaration.pm|  4 +-
 lib/PPIx/EditorTools/IntroduceTemporaryVariable.pm |  4 +-
 lib/PPIx/EditorTools/Lexer.pm  |  4 +-
 lib/PPIx/EditorTools/Outline.pm|  4 +-
 lib/PPIx/EditorTools/RenamePackage.pm  |  4 +-
 lib/PPIx/EditorTools/RenamePackageFromPath.pm  |  4 +-
 lib/PPIx/EditorTools/RenameVariable.pm |  4 +-
 lib/PPIx/EditorTools/ReturnObject.pm   |  4 +-
 t/00-report-prereqs.dd |  9 +
 22 files changed, 92 insertions(+), 131 deletions(-)

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

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


[libppix-editortools-perl] branch pristine-tar updated (fdd0338 -> c61d6d3)

2017-12-30 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 libppix-editortools-perl.

  from  fdd0338   pristine-tar data for 
libppix-editortools-perl_0.20.orig.tar.gz
   new  c61d6d3   pristine-tar data for 
libppix-editortools-perl_0.21.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:
 libppix-editortools-perl_0.21.orig.tar.gz.delta | Bin 0 -> 2497 bytes
 libppix-editortools-perl_0.21.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libppix-editortools-perl_0.21.orig.tar.gz.delta
 create mode 100644 libppix-editortools-perl_0.21.orig.tar.gz.id

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

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


[libppix-editortools-perl] annotated tag debian/0.21-1 created (now 084aa20)

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

gregoa pushed a change to annotated tag debian/0.21-1
in repository libppix-editortools-perl.

at  084aa20   (tag)
   tagging  3a3306086758c172766bd6e211d413b1976697e5 (commit)
  replaces  upstream/0.21
 tagged by  gregor herrmann
on  Sat Dec 30 22:01:55 2017 +0100

- Log -
tagging package libppix-editortools-perl version debian/0.21-1
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlpH/sNfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgaV0Q//T9r69T7EH7mPE/MZnIVqBdS9TIx1fiJKf52AS1tliKcv12wYyJCLBevg
46Eche0hPdEtmm6j8iIQ/bLFBM/NIvOvd9Urcx9788YO2fTWyZxoh1ISSW1Vqwr9
0gITJVpWTzT/X+XS8xTvcqrOcRiC4aR4SwZXPVeyYdAJwyeZ5fXs+9HCCxdBnQjW
J3zIh4stEKiVJ1yQZcURpv7SLaejhFZ8MTMI19cRAG2svNNDXzpXqy0+ZwOnMesM
yc6vaWpP1zWgJD5T6EvkrTUkS771cdK08s2Io3pPWa3eA9ds5fIszdisi7yZ3Y0H
amg8v5QX1Az2mJFiPZz/dXk/ExzqGPkKAWz7WEPLW+a3NLYvwPU+KU2/vdf385qq
csWsToWwqphy7DoPMDUN4KnerzNLDI0UI8Mnfm6CaLZbSnaW6mLAp0KKDYYvLuPU
qkaaX3HmFG6leMuRuRe685TpmqekdJpPKgBiRPLup6/zKy5G8BI1FprZL+UmflFu
2GVfjWjjl3UBHRulP1XzzKsn5YZqqDvwmFMYqIZ5NZumj4YCP5fiyCi7VCl+jgWj
Yw2KYidHnF3CxAnrjx18ql7y/g93PYlvMNml91wDN/pUV23gv0hLq+AUfMoBveGE
m7K3tXPPdmMJ6/Idg9EuC26UBEo771eLhp4c4a1XVpNA+h4QtyY=
=sBLl
-END PGP SIGNATURE-

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

Damyan Ivanov (2):
  declare conformance with Policy 4.1.2 (no changes needed)
  update changelog

Dominique Dumont (5):
  added a note to mention that v0.16 is broken
  new fixed ppix-editor is available on cpan
  Merge tag 'upstream/0.17'
  new upstream
  refreshed patch

Fabrizio Regalli (4):
  Removed dist.ini
  Fixed d/control,d/changelog,d/copyright
  Added missing comma
  Added inc/Module/* to d/copyright

Florian Schlichting (25):
  Added build-dependency on Test::More 0.88
  added manpage-has-bad-whatis-entry.patch
  Bumped Standards-Version to 3.9.3 (use copyright-format 1.0)
  Added myself to Uploaders and copyright
  Merge tag 'upstream/0.18'
  Imported Upstream version 0.18
  Bumped Standards-Version to 3.9.4 (no changes)
  Bumped years for inc/Module/Install copyright
  Added versioned (build-)dependencies on libppi-perl and libtry-tiny-perl 
(new)
  Refreshed manpage-has-bad-whatis-entry.patch
  prepare changelog for release
  Merge tag 'upstream/0.19'
  Import Upstream version 0.19
  Email change: Florian Schlichting -> f...@debian.org
  Drop manpage-has-bad-whatis-entry.patch, applied upstream
  update changelog / IGNORE no code changes
  Update upstream source from tag 'upstream/0.20'
  Update debian/changelog
  Add upstream metadata
  d/copyright: update years, merge upstream paragraphs, remove M::I 
paragraph dropped upstream
  d/control: add build-dependency on libclass-accessor-perl for testing, 
remove versions satisfied in oldoldstable
  Bump dh compat to level 9
  Declare compliance with Debian Policy 4.1.1
  Fix autopkgtest failure by making script/ available in testbed
  prepare changelog for release

Gregor Herrmann (9):
  remove POD fragment
  back to UNRELEASED, TODO added to changelog
  back to UNRELEASED, TODO added to changelog
  debian/copyright: update information about copyright years and holders.
  debian/control: drop version from libtest-differences-perl build
  New upstream release.
  * debian/copyright: update list of upstream copyright holders, and years 
of
  PPI::Find is in libppi-perl
  add TODO

Jonathan Yu (6):
  * New upstream release
  dch -r. Appears ready for upload, builds lintian clean & all tests pass. 
I'm not sure about the copyright, but Ryan wrote that up, so I assume it to be 
correct :)
  * New upstream release
  sbuild + lintian clean, looks good, dch -r
  add back info about M::I
  looks good, builds clean, dch -r

Ryan Niebur (7):
  [svn-inject] Applying Debian modifications to trunk
  Ready for upload.
  New upstream release
  New upstream release
  cat debian/changelog | uniq | sponge debian/changelog
  Ready for upload.
  mass updated ryan52's email address

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

gregor herrmann (19):
  

[libppix-editortools-perl] 01/01: pristine-tar data for libppix-editortools-perl_0.21.orig.tar.gz

2017-12-30 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 libppix-editortools-perl.

commit c61d6d32add113bc3719c3525127e766683e239c
Author: gregor herrmann 
Date:   Sat Dec 30 21:56:12 2017 +0100

pristine-tar data for libppix-editortools-perl_0.21.orig.tar.gz
---
 libppix-editortools-perl_0.21.orig.tar.gz.delta | Bin 0 -> 2497 bytes
 libppix-editortools-perl_0.21.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libppix-editortools-perl_0.21.orig.tar.gz.delta 
b/libppix-editortools-perl_0.21.orig.tar.gz.delta
new file mode 100644
index 000..83880bd
Binary files /dev/null and b/libppix-editortools-perl_0.21.orig.tar.gz.delta 
differ
diff --git a/libppix-editortools-perl_0.21.orig.tar.gz.id 
b/libppix-editortools-perl_0.21.orig.tar.gz.id
new file mode 100644
index 000..e0fcd7a
--- /dev/null
+++ b/libppix-editortools-perl_0.21.orig.tar.gz.id
@@ -0,0 +1 @@
+5c0c0dcb2a05872cbc582bfb88affda89d7122e1

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

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


[libppix-editortools-perl] branch master updated (04c7cc2 -> 3a33060)

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

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

  from  04c7cc2   update changelog
  adds  5e9c15a   Refactored the Padre::Task::PPI::* code into a standalone 
package
  adds  5b8e6bf   Updated pod and PPIx::EditorTools to prepare for release
  adds  7d6478e   remove generated MANIFEST and META.yml and ad Changes file
  adds  b519d38   update version numbers to 0.04
  adds  69c6a46   svn:ignore
  adds  e4b5694  remove unneeded dependency on perl 5.10 (RSN)
  adds  175998e   Repackaging
  adds  566d4cb   Having all the test numbers the same doesn't help anybody
  adds  4b5f316   Ready for rerelease
  adds  a2eabe8   Oppsi
  adds  3bb2978   fix MANIFEST.SKIP
  adds  2f1878e   hm..remove MANIFEST.SKIP, use the default one instead, 
this has nothing special AFAICT
  adds  b09abf9   update VERSION to 0.06
  adds  7197ef0   skip tests when PPI is a development version
  adds  eea27d2   update version number to 0.07 for release
  adds  1175e7d   svn:ignore
  adds  c17aa9f   Updated the PPIx::EditorTools tests to correctly test for 
element locations with the new version of PPI (v1.205) (RT#48449)
  adds  8d04a0c   Updated version, removed bad INSTALL file, and updated 
Changes
  adds  6d85d92   [PPIx::EditorTools] An humble attempt at fixing 
ticket:504 and ticket:586 in one commit :) [PPIx::EditorTools] This refactors 
RenameVariable a bit to reuse EditorTools [PPIx::EditorTools] This deals with a 
special case 'my $somevar;' with the cursor over the variable
  adds  43cbce1   [PPIx::EditorTools] One TODO test is now passing...
  adds  2c5a405   [PPIx::EditorTools] More dead commented code removal
  adds  c01394e   [PPIx::EditorTools] Added a test to make sure finding a 
variable's declaration [PPIx::EditorTools] always works when it is over the 
variable declaration itself
  adds  708cf04   [PPIx::EditorTools] Updated Changes for 0.09 cpan release
  adds  a2a593d   [PPIx::EditorTools] Bumped version to 0.09
  adds  7d60de6   Fix for ticket #655 (patrickas++)
  adds  b297122   Fix for ticket #653
  adds  a217809   Implement automatic camelCasing/de_camel_casing
  adds  b312a59   test for camelcasing
  adds  99bc14d   Bump version for Padre prereqs, update ChangeLog
  adds  6094686   [PPIx::EditorTools] Updated Changes and bumped remaining 
modules to 0.10
  adds  d508fc5   First attempt at fixing RT #63107: Finding declared 
variables fragile and misses loop variables
  adds  2d8049b   Added test for get_all_variable_declarations. See RT 
#63107 (courtesy of Ovid++)
  adds  d20cf50   [PPIx::EditorTools] Don't run extra tests for installs.
  adds  c13f7e5   [PPIx::EditorTools] Moved to Dist::Zilla to simplify 
deployment
  adds  ae08161   [PPIx::EditorTools] Updated svn:ignore
  adds  6c0a9b6   [PPIx::EditorTools] 'dzil test' now works. Removed 
unneeded tests.
  adds  1d4500b   [PPIx::EditorTools] Removed VERSION and pod stuff that 
dzil can auto-generate
  adds  a8d7a39   [PPIx::EditorTools] Bye bye eXTra tests
  adds  a1c6a79   [PPIx::EditorTools] Bye bye TODO, and unneeded 
copyright/author pod.
  adds  3e41842   [PPIx::EditorTools] Switching to [AutoPrereqs] :)
  adds  78d0182   [PPIx::EditorTools] Updated Changes after releasing 0.11 
to CPAN
  adds  9d88ea5   [PPIx::EditorTools] Added another TODO in an attempt to 
fix RT bug #60042 'replace does not respect lexical scope' (mgrimes++)
  adds  c046224   [PPIx::EditorTools] Bumping to developer release 0.11_01
  adds  5a3918e   svn:ignore
  adds  f7378fa   svn:ignore
  adds  c8d07b2   undo 13365 and 13364
  adds  169c01e   svn:ignore
  adds  cef6d4d   copy the content of Padre::Document::Perl::Outline to 
PPIx::Editortools::Outline to make it available to non-Padre uses as well
  adds  0dbc168   perltidy PPIx::EditorTools
  adds  042f1c7   Release PPIx-EditorTools 0.12
  adds  61a6424   better abstract
  adds  3dc795d   opy the lexer code used for syntax highlighting in 
adre::Document::Perl::PPILexer to PPIx::EditorTools::Lexer
  adds  00b9e91   PPIx::EditorTools release v0.13
  adds  7fae25c   PPIx::EditorTools - replace distzilla by Module::Install 
to make it easier for the causal contributor to work on the module
  adds  73e33dc   svn:ignore further generated files
  adds  2467c58   move code examples used for testing to external files to 
make it easier to see them in an editor
  adds  d6e3ac5   add test example using Method::Signatures
  adds  3497b2a   perltidy PPIx::EditorTools
  adds  6b0f7d3   update to version 0.14 for the release
  adds  a48eedd   EditorTools: Parse Moose files as well (BOWTIE) #1209
  adds  e2a2a09   include info about previous release of PPIx::EditorTools
  adds  5671cc8   

[libppix-editortools-perl] 02/07: Update debian/changelog

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

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

commit 6dfee2c0a67d0b3328d4fc283c8bbdeb83239682
Author: gregor herrmann 
Date:   Sat Dec 30 21:56:12 2017 +0100

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index b06f0b1..6b047ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
-libppix-editortools-perl (0.20-2) UNRELEASED; urgency=medium
+libppix-editortools-perl (0.21-1) UNRELEASED; urgency=medium
 
+  [ Damyan Ivanov ]
   * declare conformance with Policy 4.1.2 (no changes needed)
 
- -- Damyan Ivanov   Sun, 03 Dec 2017 22:47:14 +
+  [ gregor herrmann ]
+  * Import upstream version 0.21
+
+ -- gregor herrmann   Sat, 30 Dec 2017 21:56:12 +0100
 
 libppix-editortools-perl (0.20-1) unstable; urgency=medium
 

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

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


[libppix-editortools-perl] 07/07: releasing package libppix-editortools-perl version 0.21-1

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

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

commit 3a3306086758c172766bd6e211d413b1976697e5
Author: gregor herrmann 
Date:   Sat Dec 30 22:01:55 2017 +0100

releasing package libppix-editortools-perl version 0.21-1
---
 debian/changelog | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6b047ef..e342ca6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,12 @@
-libppix-editortools-perl (0.21-1) UNRELEASED; urgency=medium
+libppix-editortools-perl (0.21-1) unstable; urgency=medium
 
-  [ Damyan Ivanov ]
-  * declare conformance with Policy 4.1.2 (no changes needed)
+  * Import upstream version 0.21.
+  * Update years of packaging copyright.
+  * Update build dependencies.
+  * Declare compliance with Debian Policy 4.1.3.
+  * Bump debhelper compatibility level to 10.
 
-  [ gregor herrmann ]
-  * Import upstream version 0.21
-
- -- gregor herrmann   Sat, 30 Dec 2017 21:56:12 +0100
+ -- gregor herrmann   Sat, 30 Dec 2017 22:00:22 +0100
 
 libppix-editortools-perl (0.20-1) unstable; urgency=medium
 

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

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


[libppix-editortools-perl] annotated tag upstream/0.21 created (now 0b984f8)

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

gregoa pushed a change to annotated tag upstream/0.21
in repository libppix-editortools-perl.

at  0b984f8   (tag)
   tagging  c1a50d903a60a8b41a7cd5e9480f6d9278a64ed2 (commit)
  replaces  upstream/0.20
 tagged by  gregor herrmann
on  Sat Dec 30 21:56:12 2017 +0100

- Log -
Upstream version 0.21

Adam Kennedy (4):
  Repackaging
  Having all the test numbers the same doesn't help anybody
  Ready for rerelease
  Oppsi

Ahmad M. Zawawi (20):
  [PPIx::EditorTools] An humble attempt at fixing ticket:504 and ticket:586 
in one commit :)
  [PPIx::EditorTools] One TODO test is now passing...
  [PPIx::EditorTools] More dead commented code removal
  [PPIx::EditorTools] Added a test to make sure finding a variable's 
declaration
  [PPIx::EditorTools] Updated Changes for 0.09 cpan release
  [PPIx::EditorTools] Bumped version to 0.09
  [PPIx::EditorTools] Updated Changes and bumped remaining modules to 0.10
  First attempt at fixing RT #63107: Finding declared variables fragile and 
misses loop variables
  Added test for get_all_variable_declarations. See RT #63107 (courtesy of 
Ovid++)
  [PPIx::EditorTools] Don't run extra tests for installs.
  [PPIx::EditorTools] Moved to Dist::Zilla to simplify deployment
  [PPIx::EditorTools] Updated svn:ignore
  [PPIx::EditorTools] 'dzil test' now works. Removed unneeded tests.
  [PPIx::EditorTools] Removed VERSION and pod stuff that dzil can 
auto-generate
  [PPIx::EditorTools] Bye bye eXTra tests
  [PPIx::EditorTools] Bye bye TODO, and unneeded copyright/author pod.
  [PPIx::EditorTools] Switching to [AutoPrereqs] :)
  [PPIx::EditorTools] Updated Changes after releasing 0.11 to CPAN
  [PPIx::EditorTools] Added another TODO in an attempt to fix RT bug #60042 
'replace does not respect lexical scope' (mgrimes++)
  [PPIx::EditorTools] Bumping to developer release 0.11_01

Florian Schlichting (1):
  fix manpage-has-bad-whatis-entry lintian warning

Gabor Szabo (51):
  remove generated MANIFEST and META.yml and ad Changes file
  update version numbers to 0.04
  svn:ignore
  skip tests when PPI is a development version
  update version number to 0.07 for release
  svn:ignore
  svn:ignore
  svn:ignore
  copy the content of Padre::Document::Perl::Outline to 
PPIx::Editortools::Outline to make it available to non-Padre uses as well
  perltidy PPIx::EditorTools
  Release PPIx-EditorTools 0.12
  better abstract
  opy the lexer code used for syntax highlighting in 
adre::Document::Perl::PPILexer to PPIx::EditorTools::Lexer
  PPIx::EditorTools release v0.13
  PPIx::EditorTools - replace distzilla by Module::Install to make it 
easier for the causal contributor to work on the module
  svn:ignore further generated files
  move code examples used for testing to external files to make it easier 
to see them in an editor
  add test example using Method::Signatures
  perltidy PPIx::EditorTools
  update to version 0.14 for the release
  EditorTools: Parse Moose files as well (BOWTIE) #1209
  include info about previous release of PPIx::EditorTools
  move around use statement
  svn:ignore
  release v0.15
  move abstract to POD
  require latest PPI that fixed some crash I encountered earlier
  add testcase file by bowtie
  add some more editortools tests by bowtie
  some cleanup of the test script
  test case added by bowtie
  add some more test cases and reformat some code by bowtie
  tidy
  add experimental CLI
  ignore some generated files
  gitignore generated files
  move input and expected output to external files
  gitignore swap files
  ignore windows line endings
  gitignore MANIFEST
  update version to 0.16 and release
  merge the changes from bowtie
  gitignore generated files
  version to 0.17
  release 0.18
  gitignore MANIFEST.bak
  Merge pull request #3 from kevindawson/master
  Merge pull request #5 from fschlich/master
  enable travis
  update repository link and release version 0.19
  Merge pull request #7 from yanick/pod-fixes

Kent Fredric (1):
  Fix dependency on pseudo-dependencies

Kevin Dawson (5):
  Add patches from #401 by buff3r++
  remove test-code oops
  Add patches from #401 by buff3r++
  remove now dead code
  Add Moose::Role support

Mark Grimes (4):
  Refactored the Padre::Task::PPI::* code into a standalone package
  Updated pod and PPIx::EditorTools to prepare for release
  Updated the PPIx::EditorTools tests to correctly test for element 
locations with the new version of PPI (v1.205) (RT#48449)
  Updated version, removed bad INSTALL file, and updated Changes

Ryan Niebur (4):
 

[libppix-editortools-perl] 04/07: Update build dependencies.

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

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

commit b3acfb2484285be8ecb42ffe6a377ddf3e37882a
Author: gregor herrmann 
Date:   Sat Dec 30 21:59:22 2017 +0100

Update build dependencies.
---
 debian/control | 1 -
 1 file changed, 1 deletion(-)

diff --git a/debian/control b/debian/control
index 5c85186..b4ea246 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,6 @@ Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: perl,
- libclass-accessor-perl,
  libclass-xsaccessor-perl,
  libppi-perl,
  libtest-differences-perl,

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

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


[libppix-editortools-perl] 06/07: Bump debhelper compatibility level to 10.

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

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

commit d9e10422ae37d6915ad6c04f9f7b2ed90caf7fdd
Author: gregor herrmann 
Date:   Sat Dec 30 21:59:55 2017 +0100

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

diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 109396b..b39f38a 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Uploaders: gregor herrmann ,
 Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 10)
 Build-Depends-Indep: perl,
  libclass-xsaccessor-perl,
  libppi-perl,

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

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


[libppix-editortools-perl] 05/07: Declare compliance with Debian Policy 4.1.3.

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

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

commit 5fb1eda0fdbe13fcacab20218a6b25465fd3ca79
Author: gregor herrmann 
Date:   Sat Dec 30 21:59:52 2017 +0100

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

diff --git a/debian/control b/debian/control
index b4ea246..109396b 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends-Indep: perl,
  libtest-differences-perl,
  libtest-most-perl,
  libtry-tiny-perl
-Standards-Version: 4.1.2
+Standards-Version: 4.1.3
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libppix-editortools-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libppix-editortools-perl.git
 Homepage: https://metacpan.org/release/PPIx-EditorTools

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

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


[libppix-editortools-perl] 03/07: Update years of packaging copyright.

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

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

commit 0cae6d7a7517a61a9ad31ca432c01b7bbb3ee9b4
Author: gregor herrmann 
Date:   Sat Dec 30 21:57:35 2017 +0100

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

diff --git a/debian/copyright b/debian/copyright
index 8bf6006..74efde5 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -39,7 +39,7 @@ License: Artistic or GPL-1+
 Files: debian/*
 Copyright: 2009-2010, Jonathan Yu 
  2009, Ryan Niebur 
- 2011, gregor herrmann 
+ 2011-2017, gregor herrmann 
  2011, Fabrizio Regalli 
  2012-2017, Florian Schlichting 
 License: Artistic or GPL-1+

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

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


[librinci-perl] annotated tag upstream/1.1.86 created (now ee5bf31)

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

gregoa pushed a change to annotated tag upstream/1.1.86
in repository librinci-perl.

at  ee5bf31   (tag)
   tagging  134acb3627839b7c5a72137dd846e9a0dd2bf01f (commit)
  replaces  upstream/1.1.85
 tagged by  gregor herrmann
on  Sat Dec 30 21:51:11 2017 +0100

- Log -
Upstream version 1.1.86

gregor herrmann (1):
  New upstream version 1.1.86

---

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

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


[librinci-perl] branch master updated (b83e437 -> 57ab87c)

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

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

  from  b83e437   update changelog
  adds  134acb3   New upstream version 1.1.86
   new  6459373   Update upstream source from tag 'upstream/1.1.86'
   new  15a90b8   Update debian/changelog
   new  23f3674   Update years of packaging copyright.
   new  9cb06e2   Declare compliance with Debian Policy 4.1.3.
   new  0041c4d   Bump debhelper compatibility level to 10.
   new  57ab87c   releasing package librinci-perl version 1.1.86-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   |  12 +-
 MANIFEST  |   2 +-
 META.json | 107 +++---
 META.yml  | 105 ++---
 Makefile.PL   |   4 +-
 README|   4 +-
 debian/changelog  |  10 +++--
 debian/compat |   2 +-
 debian/control|   4 +-
 debian/copyright  |   2 +-
 dist.ini  |   4 +-
 lib/Rinci.pm  |   4 +-
 lib/Rinci.pod |   2 +-
 lib/Rinci/FAQ.pod |   2 +-
 lib/Rinci/Transaction.pod |   2 +-
 lib/Rinci/Undo.pod|   2 +-
 lib/Rinci/Upgrading.pod   |   2 +-
 lib/Rinci/function.pod|  12 +++---
 lib/Rinci/package.pod |   2 +-
 lib/Rinci/resmeta.pod |   2 +-
 lib/Rinci/variable.pod|   2 +-
 t/00-compile.t|  12 ++
 22 files changed, 152 insertions(+), 148 deletions(-)

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

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


[librinci-perl] 05/06: Bump debhelper compatibility level to 10.

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

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

commit 0041c4de5b6082edfa22c95e739494c13216a8bf
Author: gregor herrmann 
Date:   Sat Dec 30 21:52:35 2017 +0100

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

diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index ddef831..a73623f 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Joenio Costa 
 Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
perl
 Build-Depends-Indep: libdata-sah-normalize-perl,
  libdefhash-perl (>= 1.0.6)

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

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


[librinci-perl] branch pristine-tar updated (2095165 -> 905f1d8)

2017-12-30 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 librinci-perl.

  from  2095165   pristine-tar data for librinci-perl_1.1.85.orig.tar.gz
   new  905f1d8   pristine-tar data for librinci-perl_1.1.86.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:
 librinci-perl_1.1.86.orig.tar.gz.delta | Bin 0 -> 1611 bytes
 librinci-perl_1.1.86.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 librinci-perl_1.1.86.orig.tar.gz.delta
 create mode 100644 librinci-perl_1.1.86.orig.tar.gz.id

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

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


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

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

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

commit 23f367477115e948c061a97fc8805834f88b4c14
Author: gregor herrmann 
Date:   Sat Dec 30 21:52:10 2017 +0100

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

diff --git a/debian/copyright b/debian/copyright
index 788c349..997c9e0 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -9,7 +9,7 @@ Copyright: 2014, Steven Haryanto 
 License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: 2013-2016, gregor herrmann 
+Copyright: 2013-2017, gregor herrmann 
  2013, Joenio Costa 
  2015-2016, Lucas Kanashiro 
  2016-2017, Angel Abad 

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

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


[librinci-perl] 04/06: Declare compliance with Debian Policy 4.1.3.

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

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

commit 9cb06e2abbddbbb7306a4b7fca145195c9f79d5b
Author: gregor herrmann 
Date:   Sat Dec 30 21:52:33 2017 +0100

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

diff --git a/debian/control b/debian/control
index d0a725a..ddef831 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 9),
perl
 Build-Depends-Indep: libdata-sah-normalize-perl,
  libdefhash-perl (>= 1.0.6)
-Standards-Version: 4.1.2
+Standards-Version: 4.1.3
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/librinci-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/librinci-perl.git
 Homepage: https://metacpan.org/release/Rinci

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

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


[librinci-perl] 02/06: Update debian/changelog

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

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

commit 15a90b87319be2d3287c245a48aa8b3774fe99f1
Author: gregor herrmann 
Date:   Sat Dec 30 21:51:12 2017 +0100

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index 968d3ec..8ba2bf3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
-librinci-perl (1.1.85-2) UNRELEASED; urgency=medium
+librinci-perl (1.1.86-1) UNRELEASED; urgency=medium
 
+  [ Damyan Ivanov ]
   * declare conformance with Policy 4.1.2 (no changes needed)
 
- -- Damyan Ivanov   Sun, 03 Dec 2017 22:47:25 +
+  [ gregor herrmann ]
+  * Import upstream version 1.1.86
+
+ -- gregor herrmann   Sat, 30 Dec 2017 21:51:12 +0100
 
 librinci-perl (1.1.85-1) unstable; urgency=medium
 

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

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


[librinci-perl] annotated tag debian/1.1.86-1 created (now 99be677)

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

gregoa pushed a change to annotated tag debian/1.1.86-1
in repository librinci-perl.

at  99be677   (tag)
   tagging  57ab87c4a04f6a84090ccfe81815a3ac9b898825 (commit)
  replaces  debian/1.1.85-1
 tagged by  gregor herrmann
on  Sat Dec 30 21:55:12 2017 +0100

- Log -
tagging package librinci-perl version debian/1.1.86-1
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlpH/TBfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgY/sxAAgNuioX1d9PG8Fcm0z2bLew6fum6NGzVbXFVwuo4YTKm8paLdUDd1fXto
GSWi4tqWpHOp7ZDlZ0/ZnfJiO06W0FpN7S1uoFJhYGNnmKog0I+gAotc0SthawBG
jS8O3VzR9HJi//ETjYoH4MpOZjeq2pR9TflouXgFxxMz7K9IECLScPRT2BbIqWM0
ksJjdDSZpYaPJ1kGPgfaYnHurWRQkNy3+AQbd4rMrwk+aQj8d+8eJNx7+LpIEreU
ePQitfm6cwptRjHdTF2U7luRvujGOF9vWZXw+clX7FYwrtQZ0zOEg3JGu0Af2Wx4
SiZrnbCrbCcdxUl1AI3O2B9AjuitQGtNKjxETtdOnxqYEPR0jHpzk27Ucwcw7IA6
NBlb5beDIaAcbNNsvZZuOKlWVygmHopyWMvyflrD06i7iQWVIaV8itXkHRwLWGww
nrMXdBO5bgJalQF4wpBvQxkN6fcKAJsjAW4UBVDI7sCz7h0h1i4VRCLBftIbrp1L
WkS7N2OsWwU0KXcatD/y+HNxnpVpotSuN3sN+Phl30LYsytbhzi5jhrJDr4AjueK
ra1nTaHjjf5HMJ6SvKQiqYsumUSW2u3MBTao+BvOqzA2Oo6NDsQb5ssxBzDBTRJM
AZYZLbjGflB1QcIABsXQEbG381CXqidn7bjzCxKnjKkmcKAh7O8=
=fGXP
-END PGP SIGNATURE-

Damyan Ivanov (2):
  declare conformance with Policy 4.1.2 (no changes needed)
  update changelog

gregor herrmann (7):
  New upstream version 1.1.86
  Update upstream source from tag 'upstream/1.1.86'
  Update debian/changelog
  Update years of packaging copyright.
  Declare compliance with Debian Policy 4.1.3.
  Bump debhelper compatibility level to 10.
  releasing package librinci-perl version 1.1.86-1

---

This annotated tag includes the following new commits:

   new  6459373   Update upstream source from tag 'upstream/1.1.86'
   new  15a90b8   Update debian/changelog
   new  23f3674   Update years of packaging copyright.
   new  9cb06e2   Declare compliance with Debian Policy 4.1.3.
   new  0041c4d   Bump debhelper compatibility level to 10.
   new  57ab87c   releasing package librinci-perl version 1.1.86-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/librinci-perl.git

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


[librinci-perl] 01/01: pristine-tar data for librinci-perl_1.1.86.orig.tar.gz

2017-12-30 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 librinci-perl.

commit 905f1d8b8785d8b807d60e27f793112b935d58f9
Author: gregor herrmann 
Date:   Sat Dec 30 21:51:11 2017 +0100

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

diff --git a/librinci-perl_1.1.86.orig.tar.gz.delta 
b/librinci-perl_1.1.86.orig.tar.gz.delta
new file mode 100644
index 000..cf368be
Binary files /dev/null and b/librinci-perl_1.1.86.orig.tar.gz.delta differ
diff --git a/librinci-perl_1.1.86.orig.tar.gz.id 
b/librinci-perl_1.1.86.orig.tar.gz.id
new file mode 100644
index 000..160b787
--- /dev/null
+++ b/librinci-perl_1.1.86.orig.tar.gz.id
@@ -0,0 +1 @@
+29ad50ca643fa52f5679b7de3e96e2384cba9caf

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

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


[librinci-perl] 01/06: Update upstream source from tag 'upstream/1.1.86'

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

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

commit 6459373cb505a17b5502c98f8e503602197dcd40
Merge: b83e437 134acb3
Author: gregor herrmann 
Date:   Sat Dec 30 21:51:11 2017 +0100

Update upstream source from tag 'upstream/1.1.86'

Update to upstream version '1.1.86'
with Debian dir 95f2d34b63eeed1e73a06f438b718a60e6c3477b

 Changes   |  12 +-
 MANIFEST  |   2 +-
 META.json | 107 +++---
 META.yml  | 105 ++---
 Makefile.PL   |   4 +-
 README|   4 +-
 dist.ini  |   4 +-
 lib/Rinci.pm  |   4 +-
 lib/Rinci.pod |   2 +-
 lib/Rinci/FAQ.pod |   2 +-
 lib/Rinci/Transaction.pod |   2 +-
 lib/Rinci/Undo.pod|   2 +-
 lib/Rinci/Upgrading.pod   |   2 +-
 lib/Rinci/function.pod|  12 +++---
 lib/Rinci/package.pod |   2 +-
 lib/Rinci/resmeta.pod |   2 +-
 lib/Rinci/variable.pod|   2 +-
 t/00-compile.t|  12 ++
 18 files changed, 141 insertions(+), 141 deletions(-)

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

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


[librinci-perl] 06/06: releasing package librinci-perl version 1.1.86-1

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

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

commit 57ab87c4a04f6a84090ccfe81815a3ac9b898825
Author: gregor herrmann 
Date:   Sat Dec 30 21:55:12 2017 +0100

releasing package librinci-perl version 1.1.86-1
---
 debian/changelog | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8ba2bf3..d722d82 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,12 @@
-librinci-perl (1.1.86-1) UNRELEASED; urgency=medium
+librinci-perl (1.1.86-1) unstable; urgency=medium
 
-  [ Damyan Ivanov ]
-  * declare conformance with Policy 4.1.2 (no changes needed)
-
-  [ gregor herrmann ]
-  * Import upstream version 1.1.86
+  * Team upload.
+  * Import upstream version 1.1.86.
+  * Update years of packaging copyright.
+  * Declare compliance with Debian Policy 4.1.3.
+  * Bump debhelper compatibility level to 10.
 
- -- gregor herrmann   Sat, 30 Dec 2017 21:51:12 +0100
+ -- gregor herrmann   Sat, 30 Dec 2017 21:53:06 +0100
 
 librinci-perl (1.1.85-1) unstable; urgency=medium
 

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

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


[libshell-guess-perl] annotated tag debian/0.08-1 created (now f1c790e)

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

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

at  f1c790e   (tag)
   tagging  1d40dba6a6e5cba61f36acb311c5ed10e5ead1a4 (commit)
  replaces  upstream/0.08
 tagged by  gregor herrmann
on  Sat Dec 30 21:50:18 2017 +0100

- Log -
tagging package libshell-guess-perl version debian/0.08-1
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlpH/ApfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgbqlBAAxcvF6VK3GcPmyV/Njlk0f/NEpOHi2R3wW+wRpggiUISQFyXGwWLMFC1T
fl/be0CPLab8GgGk71PWylhHQh0s9/lanBiM+3PBaQitujSS5erfbUj+vVOLkugN
iHNZgfqBoAH6AR6Sc82DMCqn3ZVuXHpDQDk6dXNUUc5MNr9rAUHg2Por3h+8d6s1
+Pa6UsoHSNewORdfvJ5oBcB+xhUDNVbu4OEaWGK4nCHjoLXM5K3b2o3rzmbssxbv
Fqjf95pIFH0Eu8ZcgKpoxPBnM5nBBwANtDScTdTmTSuT1lm728vTs74QFU2wZIn5
/FRwzPYLpFuMvH33ebc/+E2R1+D3dx2R/mzaPoCojpEGmDTcxTQmJDaHLh+t1Qil
LyetMcO9azajPByoah3J0Azo5ZxHLIYEUwj+jmrTXYiET8u/w2uyGjqnqMFxpL5L
vY4reYeqH6nfw7cKK4Q88hTp0KUH+nL4uDpe0IHCkiD3W2pTwI+sADuJI6JOrXxA
uftnpRk1vLYG5A2xPnotL4cRxeA6+5PS4nQdulI8/h1Ns5DRf5ivscRqlrvdWTr0
5aBPvPcLW8uKBxxPjn//k8Cqaaa+sbCYeTVqjeRPtbVvshglsHmKE8fRpQCZtt/I
4NzlRYXd/a4LVeik5JH4WGiOn1GQOm/ezdSY/ZKNXn8QYuEFsoc=
=J3TK
-END PGP SIGNATURE-

C.J. Collier (1):
  Initial packaging by dh-make-perl 0.84

Damyan Ivanov (2):
  declare conformance with Policy 4.1.2 (no changes needed)
  update changelog

Joenio Costa (4):
  added year and https:// on copyright file
  better short desc
  fixing debian/control
  UNRELEASED -> unstable

gregor herrmann (16):
  back to UNRELEASED, TODO added to d/changelog
  update changelog
  debian/upstream/metadata: use HTTPS for GitHub URLs.
  update changelog
  clean up d/changelog
  Update upstream source from tag 'upstream/0.07'
  Update debian/changelog
  Update build dependencies.
  Reformat debian/control with cme
  Declare compliance with Debian Policy 4.1.1.
  releasing package libshell-guess-perl version 0.07-1
  Update upstream source from tag 'upstream/0.08'
  Update debian/changelog
  Declare compliance with Debian Policy 4.1.3.
  Bump debhelper compatibility level to 10.
  releasing package libshell-guess-perl version 0.08-1

---

This annotated tag includes the following new commits:

   new  560e21e   Update upstream source from tag 'upstream/0.08'
   new  5162596   Update debian/changelog
   new  9a31eac   Declare compliance with Debian Policy 4.1.3.
   new  f132cd7   Bump debhelper compatibility level to 10.
   new  1d40dba   releasing package libshell-guess-perl version 0.08-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/libshell-guess-perl.git

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


[libshell-guess-perl] annotated tag upstream/0.08 created (now 765a0ed)

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

gregoa pushed a change to annotated tag upstream/0.08
in repository libshell-guess-perl.

at  765a0ed   (tag)
   tagging  26bdafa909e03636bb2bb6f0f9ef7ebbfa479523 (commit)
  replaces  upstream/0.07
 tagged by  gregor herrmann
on  Sat Dec 30 21:47:33 2017 +0100

- Log -
Upstream version 0.08

Graham Ollis (3):
  update contributors
  spelling
  v0.08

gregor herrmann (1):
  New upstream version 0.08

simbabque (1):
  check /proc/[pid]/comm for name to recognize tcsh properly

---

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

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


[libshell-guess-perl] 01/05: Update upstream source from tag 'upstream/0.08'

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

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

commit 560e21eb30f65a43016f55b923ba38c80c607475
Merge: 9a355e1 26bdafa
Author: gregor herrmann 
Date:   Sat Dec 30 21:47:33 2017 +0100

Update upstream source from tag 'upstream/0.08'

Update to upstream version '0.08'
with Debian dir a796f363297e6e704a699130d0e7fe2fcba70d4b

 Changes|  4 
 MANIFEST   |  1 -
 META.json  |  8 +---
 META.yml   |  4 +++-
 Makefile.PL| 52 +++-
 README |  4 +++-
 author.yml |  4 
 cpanfile   | 25 -
 dist.ini   |  5 +++--
 lib/Shell/Guess.pm | 15 +--
 10 files changed, 58 insertions(+), 64 deletions(-)

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

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


[libshell-guess-perl] branch pristine-tar updated (a0341b8 -> e601ebe)

2017-12-30 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 libshell-guess-perl.

  from  a0341b8   pristine-tar data for libshell-guess-perl_0.07.orig.tar.gz
   new  e601ebe   pristine-tar data for libshell-guess-perl_0.08.orig.tar.gz

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


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

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

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


[libshell-guess-perl] 04/05: Bump debhelper compatibility level to 10.

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

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

commit f132cd719206a8d02225f247e22143e2a772964c
Author: gregor herrmann 
Date:   Sat Dec 30 21:48:33 2017 +0100

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

diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index fb02bab..857ffa7 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Uploaders: C.J. Collier ,
 Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
perl
 Standards-Version: 4.1.3
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libshell-guess-perl.git

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

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


[libshell-guess-perl] 03/05: Declare compliance with Debian Policy 4.1.3.

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

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

commit 9a31eac6cced0af6b8f15f43f734cc92cd337a2e
Author: gregor herrmann 
Date:   Sat Dec 30 21:48:31 2017 +0100

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

diff --git a/debian/control b/debian/control
index b7a3676..fb02bab 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9),
perl
-Standards-Version: 4.1.2
+Standards-Version: 4.1.3
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libshell-guess-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libshell-guess-perl.git
 Homepage: https://metacpan.org/release/Shell-Guess

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

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


[libshell-guess-perl] 02/05: Update debian/changelog

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

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

commit 5162596758311744aa6de0673108061d0af01aa5
Author: gregor herrmann 
Date:   Sat Dec 30 21:47:34 2017 +0100

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index c53cb10..4b33a25 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
-libshell-guess-perl (0.07-2) UNRELEASED; urgency=medium
+libshell-guess-perl (0.08-1) UNRELEASED; urgency=medium
 
+  [ Damyan Ivanov ]
   * declare conformance with Policy 4.1.2 (no changes needed)
 
- -- Damyan Ivanov   Sun, 03 Dec 2017 22:47:35 +
+  [ gregor herrmann ]
+  * Import upstream version 0.08
+
+ -- gregor herrmann   Sat, 30 Dec 2017 21:47:34 +0100
 
 libshell-guess-perl (0.07-1) unstable; urgency=medium
 

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

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


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

2017-12-30 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 libshell-guess-perl.

commit e601ebefc230694f413eeaf36e2939c36929ae99
Author: gregor herrmann 
Date:   Sat Dec 30 21:47:33 2017 +0100

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

diff --git a/libshell-guess-perl_0.08.orig.tar.gz.delta 
b/libshell-guess-perl_0.08.orig.tar.gz.delta
new file mode 100644
index 000..b0addef
Binary files /dev/null and b/libshell-guess-perl_0.08.orig.tar.gz.delta differ
diff --git a/libshell-guess-perl_0.08.orig.tar.gz.id 
b/libshell-guess-perl_0.08.orig.tar.gz.id
new file mode 100644
index 000..1bf53eb
--- /dev/null
+++ b/libshell-guess-perl_0.08.orig.tar.gz.id
@@ -0,0 +1 @@
+43a2116fb5d0220776be09246d8ade232ca08040

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

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


[libshell-guess-perl] 05/05: releasing package libshell-guess-perl version 0.08-1

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

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

commit 1d40dba6a6e5cba61f36acb311c5ed10e5ead1a4
Author: gregor herrmann 
Date:   Sat Dec 30 21:50:18 2017 +0100

releasing package libshell-guess-perl version 0.08-1
---
 debian/changelog | 13 ++---
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4b33a25..f2bd26f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,11 @@
-libshell-guess-perl (0.08-1) UNRELEASED; urgency=medium
+libshell-guess-perl (0.08-1) unstable; urgency=medium
 
-  [ Damyan Ivanov ]
-  * declare conformance with Policy 4.1.2 (no changes needed)
-
-  [ gregor herrmann ]
-  * Import upstream version 0.08
+  * Team upload.
+  * Import upstream version 0.08.
+  * Declare compliance with Debian Policy 4.1.3.
+  * Bump debhelper compatibility level to 10.
 
- -- gregor herrmann   Sat, 30 Dec 2017 21:47:34 +0100
+ -- gregor herrmann   Sat, 30 Dec 2017 21:48:54 +0100
 
 libshell-guess-perl (0.07-1) unstable; urgency=medium
 

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

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


[libshell-guess-perl] branch master updated (9a355e1 -> 1d40dba)

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

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

  from  9a355e1   update changelog
  adds  93781ee   check /proc/[pid]/comm for name to recognize tcsh properly
  adds  a0c1b0d   update contributors
  adds  e3fac5d   spelling
  adds  152e66b   v0.08
  adds  26bdafa   New upstream version 0.08
   new  560e21e   Update upstream source from tag 'upstream/0.08'
   new  5162596   Update debian/changelog
   new  9a31eac   Declare compliance with Debian Policy 4.1.3.
   new  f132cd7   Bump debhelper compatibility level to 10.
   new  1d40dba   releasing package libshell-guess-perl version 0.08-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|  4 
 MANIFEST   |  1 -
 META.json  |  8 +---
 META.yml   |  4 +++-
 Makefile.PL| 52 +++-
 README |  4 +++-
 author.yml |  4 
 cpanfile   | 25 -
 debian/changelog   |  9 ++---
 debian/compat  |  2 +-
 debian/control |  4 ++--
 dist.ini   |  5 +++--
 lib/Shell/Guess.pm | 15 +--
 13 files changed, 67 insertions(+), 70 deletions(-)
 delete mode 100644 cpanfile

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

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


[libsnmp-info-perl] annotated tag upstream/3.39 created (now d89471f)

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

gregoa pushed a change to annotated tag upstream/3.39
in repository libsnmp-info-perl.

at  d89471f   (tag)
   tagging  5e1fd38e60bbe094e2827e12e0c731d821e6c5b2 (commit)
  replaces  upstream/3.38
 tagged by  gregor herrmann
on  Sat Dec 30 21:41:06 2017 +0100

- Log -
Upstream version 3.39

Alexander Hartmaier (13):
  Added i_stack_status method that can be used for finding the parent 
interface for e.g. ADSL interface speed determination
  Support for ADSL-LINE-MIB in new class AdslLine
  switched ChangeLog format to Moose style
  fixed Cisco ASA detection for newer versions that return has_layer(3)
  override i_description for Cisco ASA firewalls to return the configured 
interface name
  Correct link to MIB tarball
  fix t/00_local_spelling.t
  fix t/00_local_docininfo.t
  fix t/00_local_pod-coverage.t
  fix Useless use of greediness modifier '?' in regex
  Correct device serial number reporting for Cisco Nexus 5k switches with 
software version >= 7
  Move author-only tests to xt directory
  skip everything in the xt directory regardless of its name

Bill Fenner (77):
  Print the result of device_type().
  Inherit CiscoStats to get the products MIB in scope so that the product
  Rewrite mau_i_duplex_admin in terms of mau_type_admin (ifMauDefaultType).
  Add a new class for Cisco Catalyst 4000/4500 and move 4000 support to use 
it.
  Updated MODEL_MAP from HP-ICF-OID MIB, partly based on email from
  Use SNMPv2-MIB instead of RFC1213-MIB for sysDescr
  Implement mau_i_speed_admin based on the strings in the middle of
  Allow calls to orig_foo, load_orig_foo, set_orig_foo
  Add [the beginning of] a Layer3::Juniper class.
  Use SNMP::Info::MAU for mau_i_speed_admin.
  Create and use a duplex_munge to remove the string "Duplex" from the
  Use CISCO-DOT11-IF-MIB to get SSID and channel info per radio port.
  Add Juniper.
  Add Juniper.pm and C4000.pm
  Add i_speed_high(), which i_speed() uses if needed to support
  Commit in the directory I thought I was in before, and add
  Default to using the ipNetToMediaTable to get arp entries.
  Don't call mau_i_duplex_admin_old() if the device doesn't implement
  Add debug option, -x or --debug
  Remove CiscoStack from @ISA
  in test_fn(), call test_global() if we get something back from the
  If the result is a ref to an array, print the array.
  Override the Layer3 serial number fetching.
  Add interfaces to Q-BRIDGE Filtering Database Table (dot1qFdbTable):
  Implement Dot11 Transmission Power Table  (dot11PhyTxPowerTable)
  Remove custom ipNetToMediaTable implementations, and inherit them
  Update Required MIBs, GLOBALS and TABLE ENTRIES sections to
  Some of the links were broken since some pages used
  Add a netgear class, based on Zoltan Erszenyi's work with the
  Hook up Netgear by enterprise number.
  Handle SNMPv1 noSuchName response - iid = '' and val = ''.
  Fix typo in name of OID for e_pos.  Also add pod for e_pos.
  Add Layer3::NetSNMP, combining some of my work with that submitted by
  Fix uptime fetching code.
  Increased debugging in _load_attr().  The most verbose requires
  Add -n for no bulkwalk.
  Implement v_index as a function, since the OID is not-accessible and
  Translate OIDs returned by Entity MIB e_type
  Add new VLAN methods to Extreme.
  Update the MIBs actually required and where to get them.
  Get i_vlan from Layer3 Cisco from the sub-interface ID.
  Add support for POWER-ETHERNET-MIB and CISCO-POWER-ETHERNET-EXT-MIB
  Add PowerEthernet support.
  Include CiscoPower.
  Add i_vlan, copied from my L3::Cisco.pm implementation.
  Teach Baystack's e_index() that Entity's e_index() is implemented based
  Map 207 to Layer2::Allied
  Turn on bulkwalk - this is a big source of inefficiency for
  Infrastructure for SNMPv3 support:
  +  Use Cisco Client Association MIBs for Aironet client reporting
  Document that e_type munges the OID into object name.
  Support Cisco 1250 and Linksys SRW2048
  Update i_name to return wlanAPFQLN if it's available.
  Missed a MIB when I merged my changes.
  Add some spelling words.  Make local_versionsync fail gracefully (instead 
of
  Add classes for Alcatel OmniSwitch and Service Router, update
  perltidy
  Mention Alcatel-Lucent in ChangeLog.
  Use orig_i_name, so that setting an interface description does not
  Add Layer3::Arista.
  Patch from Thomas Ristic to recognize CIGESM as C2900.
  Turn Arista vendor name to 'arista', to match, e.g., 'cisco' and 'juniper'
  Add Arista and EOS, also sort -f
  Add MBSSID-aware i_ssidlist and i_ssidbcast methods
  Add 

[libsnmp-info-perl] annotated tag debian/3.39-1 created (now 750807e)

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

gregoa pushed a change to annotated tag debian/3.39-1
in repository libsnmp-info-perl.

at  750807e   (tag)
   tagging  5a2f6c3fa718a0985e2938d8ffe14bb5a15546e2 (commit)
  replaces  upstream/3.39
 tagged by  gregor herrmann
on  Sat Dec 30 21:44:37 2017 +0100

- Log -
tagging package libsnmp-info-perl version debian/3.39-1
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlpH+rVfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgY/zg/6Arx/tFuaAngfbsEgCgJA6kV3HjQhU07xMRmvo98p4iJM9ZpECte7DMAv
hh+aNNCK4PW6/o1RCb3oxa4alRJKlKttkLDku2Yuh/nlOrzKypuWZ1H/7c3CSFGi
XSPoOkCyyfx0dUQIFoQ26gHuRr9T9fVUUqqAkF3EgSkZ5pntCTpdk0rnbO29cU7n
vOUgW8gHzqTbKbV3SW5TttwXi3BtFSoGgPT4Xcz8Z9lHdUQd2BV4Quu4DY1zfEy3
Yve9NFP3AlEh6ZNeYr1XZ4o+qXLWDW1OTqgzFQEqA5xUo2flp8UVV+1zZFob/ycI
wu2KkUtqbABWt5Yp2CEN+07jl+UgHiwL2X5Bkg+b0uPkXFU6lDIHrbydNv6yvpmk
MtJyN+92x2W4Yb3maWc1g/dRv42gQu8kHoJ11nZcpVpYaoIADtvaTmsV8TUIHQC8
A2hNGNQjEwY86RYQb0d1AIibkU/uDQgatXq2J0YydyUOihlDGZtaqDDsTEtYMt5o
uZ3pZquTJVe7HYxKO4wrahxpecVB4KrOvVomLb8uPguDqWZS8/GMdAuebpSpVwy6
/hTz7uZO1albSfzVyXgZcIF6zXaxKtZEjv2TTmrzRsRZvH4sOQkhJJMM5qcSGKUG
dK+js49U8qrCD9JH7y/66cQDWYLb8UGBOSslXY/iB38+tJ9c6Ls=
=ZifT
-END PGP SIGNATURE-

Alex Muntada (3):
  Reformat debian/control with cme
  Remove inactive pkg-perl members from Uploaders.
  update changelog

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

Axel Beckert (1):
  Remove trailing whitespace

Christoph Martin (4):
  - add Uploaders: line
  releasing version 1.04-1
  releasing version 1.04-3
  releasing version 1.04-4

Damyan Ivanov (3):
  [debian/watch] Stop capturing file extension
  declare conformance with Policy 4.1.2 (no changes needed)
  update changelog

David Paleino (1):
  * debian/compat updated to 6

Florian Schlichting (20):
  Merge tag 'upstream/3.10'
  Import Upstream version 3.10
  Declare compliance with Debian Policy 3.9.5
  Add myself to uploaders and copyright
  prepare changelog for release
  Add debian/upstream/metadata
  Update debian/changelog
  Merge tag 'upstream/3.29'
  Import upstream version 3.29
  Bump years of packaging copyright
  Bump dh compat to level 9
  prepare changelog for release
  Update upstream source from tag 'upstream/3.38'
  Update debian/changelog
  Update upstream metadata
  Bump copyright years
  debian/copyright: update file paths
  Update lintian override for line change
  Declare compliance with Debian Policy 4.1.1
  prepare changelog for release

Gregor Herrmann (10):
  Add missing XS-Vcs-(Svn|Browser) field(s) to debian/control.
  Add missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.
  Change XS-Vcs-* to Vcs-* in all trunk/*/debian/control files
  mass-change: rmdir /usr/{lib,share}/perl5 only if they exist as a 
preparation for perl5.10
  [mass-commit] change remaining watch files to dist-based URL, if possible
  [mass commit] switch Vcs-Browser from from WebSVN to ViewSVN
  [mass-commit] add ${misc:Depends} to Depends field in debian/control if 
it's missing
  * debian/copyright:
  * debian/control:
  Move libsnmp-perl from Build-Depends to Build-Depends-Indep.

Gunnar Wolf (3):
  New upstream release
  Replaced debian/copyright with a parsable version
  Removing myself as an uploader from all packages which have other human 
uploaders (final batch)

Jotam Jr. Trejo (9):
  New upstream release
  debian/copyright: refresh format according to DEP 5 revision 135
  debian/control: remove version from libsnmp-perl dependency
  Switch to source format 3.0 (quilt)
  Bump to Standards Version 3.9.2
  debian/copyright: remove reference to deprecated bsd license file
  debian/rules: refresh, using tiny version
  Add myself to Uploaders and Copyright
  dch -r; ready for review

Lucas Kanashiro (6):
  Merge tag 'upstream/3.30'
  Update debian/changelog
  Releasing libsnmp-info-perl version 3.30-1
  Merge tag 'upstream/3.31'
  Update debian/changelog
  Releasing libsnmp-info-perl version 3.31-1

Maximilian Gass (5):
  New upstream release
  Increase debhelper compat level to 8
  Add missing detailed information to debian/copyright and update syntax
  Team upload
  Release to unstable

Nathan Handler (5):
  [mass-commit] debian/watch: Modify to ignore development releases.
  * New upstream release
  Bump Standards-Version to 3.8.2 instead of 3.8.1
  Email change: nhandler -> nhand...@debian.org
  Fix nhandler email change changelog entry to use full name instead of 
nickname to make dh-make-perl happy

Nuno 

[libsnmp-info-perl] 01/06: Update upstream source from tag 'upstream/3.39'

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

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

commit f6975f8eeed6d11310e2858eb65884c0a870c064
Merge: 61b0e47 5e1fd38
Author: gregor herrmann 
Date:   Sat Dec 30 21:41:06 2017 +0100

Update upstream source from tag 'upstream/3.39'

Update to upstream version '3.39'
with Debian dir 30157503235bf847e2a892afdf4e0fb00eb71b1f

 Changes   |  12 ++
 META.json | 232 +-
 META.yml  | 232 +-
 lib/SNMP/Info.pm  |   9 +-
 lib/SNMP/Info/AMAP.pm |   2 +-
 lib/SNMP/Info/AdslLine.pm |   2 +-
 lib/SNMP/Info/Aggregate.pm|   2 +-
 lib/SNMP/Info/Airespace.pm|   2 +-
 lib/SNMP/Info/Bridge.pm   |   2 +-
 lib/SNMP/Info/CDP.pm  |   2 +-
 lib/SNMP/Info/CiscoAgg.pm |   2 +-
 lib/SNMP/Info/CiscoConfig.pm  |   2 +-
 lib/SNMP/Info/CiscoPortSecurity.pm|   2 +-
 lib/SNMP/Info/CiscoPower.pm   |   2 +-
 lib/SNMP/Info/CiscoQOS.pm |   2 +-
 lib/SNMP/Info/CiscoRTT.pm |   2 +-
 lib/SNMP/Info/CiscoStack.pm   |   2 +-
 lib/SNMP/Info/CiscoStats.pm   |   2 +-
 lib/SNMP/Info/CiscoStpExtensions.pm   |   2 +-
 lib/SNMP/Info/CiscoVTP.pm |   2 +-
 lib/SNMP/Info/EDP.pm  |   2 +-
 lib/SNMP/Info/Entity.pm   |   2 +-
 lib/SNMP/Info/EtherLike.pm|   2 +-
 lib/SNMP/Info/FDP.pm  |   2 +-
 lib/SNMP/Info/IEEE802dot11.pm |   2 +-
 lib/SNMP/Info/IEEE802dot3ad.pm|   2 +-
 lib/SNMP/Info/IPv6.pm |   2 +-
 lib/SNMP/Info/LLDP.pm |   2 +-
 lib/SNMP/Info/Layer1.pm   |   2 +-
 lib/SNMP/Info/Layer1/Allied.pm|   2 +-
 lib/SNMP/Info/Layer1/Asante.pm|   2 +-
 lib/SNMP/Info/Layer1/Bayhub.pm|   2 +-
 lib/SNMP/Info/Layer1/Cyclades.pm  |   2 +-
 lib/SNMP/Info/Layer1/S3000.pm |   2 +-
 lib/SNMP/Info/Layer2.pm   |   2 +-
 lib/SNMP/Info/Layer2/3Com.pm  |   2 +-
 lib/SNMP/Info/Layer2/Airespace.pm |   2 +-
 lib/SNMP/Info/Layer2/Aironet.pm   |   2 +-
 lib/SNMP/Info/Layer2/Allied.pm|   2 +-
 lib/SNMP/Info/Layer2/Baystack.pm  |   2 +-
 lib/SNMP/Info/Layer2/C1900.pm |   2 +-
 lib/SNMP/Info/Layer2/C2900.pm |   2 +-
 lib/SNMP/Info/Layer2/Catalyst.pm  |   2 +-
 lib/SNMP/Info/Layer2/Centillion.pm|   2 +-
 lib/SNMP/Info/Layer2/Cisco.pm |   2 +-
 lib/SNMP/Info/Layer2/CiscoSB.pm   |   2 +-
 lib/SNMP/Info/Layer2/HP.pm|   3 +-
 lib/SNMP/Info/Layer2/HP4000.pm|   2 +-
 lib/SNMP/Info/Layer2/HPVC.pm  |   2 +-
 lib/SNMP/Info/Layer2/Kentrox.pm   |   2 +-
 lib/SNMP/Info/Layer2/N2270.pm |   2 +-
 lib/SNMP/Info/Layer2/NAP222x.pm   |   2 +-
 lib/SNMP/Info/Layer2/NWSS2300.pm  |   2 +-
 lib/SNMP/Info/Layer2/Netgear.pm   |   2 +-
 lib/SNMP/Info/Layer2/Orinoco.pm   |   2 +-
 lib/SNMP/Info/Layer2/Trapeze.pm   |   2 +-
 lib/SNMP/Info/Layer2/Ubiquiti.pm  | 154 --
 lib/SNMP/Info/Layer2/ZyXEL_DSLAM.pm   |   2 +-
 lib/SNMP/Info/Layer3.pm   |   2 +-
 lib/SNMP/Info/Layer3/Aironet.pm   |   2 +-
 lib/SNMP/Info/Layer3/AlcatelLucent.pm |   2 +-
 lib/SNMP/Info/Layer3/AlteonAD.pm  |   2 +-
 lib/SNMP/Info/Layer3/Altiga.pm|   2 +-
 lib/SNMP/Info/Layer3/Arista.pm|   2 +-
 lib/SNMP/Info/Layer3/Aruba.pm |   2 +-
 lib/SNMP/Info/Layer3/BayRS.pm |   2 +-
 lib/SNMP/Info/Layer3/BlueCoatSG.pm|   2 +-
 lib/SNMP/Info/Layer3/C3550.pm |   2 +-
 lib/SNMP/Info/Layer3/C4000.pm |   2 +-
 lib/SNMP/Info/Layer3/C6500.pm |   2 +-
 lib/SNMP/Info/Layer3/Cisco.pm |   2 +-
 lib/SNMP/Info/Layer3/CiscoASA.pm  |   4 +-
 lib/SNMP/Info/Layer3/CiscoFWSM.pm |   2 +-
 lib/SNMP/Info/Layer3/CiscoSwitch.pm   |   2 +-
 lib/SNMP/Info/Layer3/Contivity.pm |   2 +-
 lib/SNMP/Info/Layer3/DLink.pm |   2 +-
 lib/SNMP/Info/Layer3/Dell.pm  |   2 +-
 lib/SNMP/Info/Layer3/Enterasys.pm |   2 +-
 lib/SNMP/Info/Layer3/Extreme.pm   |   2 +-
 lib/SNMP/Info/Layer3/F5.pm|   2 +-
 lib/SNMP/Info/Layer3/Force10.pm   |   2 +-
 lib/SNMP/Info/Layer3/Fortinet.pm  |   2 +-
 lib/SNMP/Info/Layer3/Foundry.pm   |   2 +-
 lib/SNMP/Info/Layer3/H3C.pm   |   2 +-
 lib/SNMP/Info/Layer3/HP9300.pm|   2 +-
 lib/SNMP/Info/Layer3/Huawei.pm|   2 +-
 lib/SNMP/Info/Layer3/IBMGbTor.pm  |   2 +-
 lib/SNMP/Info/Layer3/Juniper.pm   |   2 +-
 lib/SNMP/Info/Layer3/Lantronix.pm |   2 +-
 lib/SNMP/Info/Layer3/Microsoft.pm |   2 +-
 lib/SNMP/Info/Layer3/Mikrotik.pm  |   2 +-
 lib/SNMP/Info/Layer3/N1600.pm |   2 +-
 lib/SNMP/Info/Layer3/NetSNMP.pm   |   2 

[libsnmp-info-perl] 03/06: Update years of packaging copyright.

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

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

commit 2c127931646b477fb356fdf2523027208a0ddb35
Author: gregor herrmann 
Date:   Sat Dec 30 21:42:17 2017 +0100

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

diff --git a/debian/copyright b/debian/copyright
index 10febdd..a38595b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -190,7 +190,7 @@ Copyright: 2007-2008, Christoph Martin 

2008, Gunnar Wolf 
2009, Nathan Handler 
2011, Jotam Jr. Trejo 
-   2011-2016, gregor herrmann 
+   2011-2017, gregor herrmann 
2013-2017, Florian Schlichting 
 License: GPL-2
 

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

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


[libsnmp-info-perl] 06/06: releasing package libsnmp-info-perl version 3.39-1

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

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

commit 5a2f6c3fa718a0985e2938d8ffe14bb5a15546e2
Author: gregor herrmann 
Date:   Sat Dec 30 21:44:37 2017 +0100

releasing package libsnmp-info-perl version 3.39-1
---
 debian/changelog | 13 ++---
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8cec399..aa4df12 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,11 @@
-libsnmp-info-perl (3.39-1) UNRELEASED; urgency=medium
+libsnmp-info-perl (3.39-1) unstable; urgency=medium
 
-  [ Damyan Ivanov ]
-  * declare conformance with Policy 4.1.2 (no changes needed)
-
-  [ gregor herrmann ]
-  * Import upstream version 3.39
+  * Import upstream version 3.39.
+  * Update years of packaging copyright.
+  * Declare compliance with Debian Policy 4.1.3.
+  * Bump debhelper compatibility level to 10.
 
- -- gregor herrmann   Sat, 30 Dec 2017 21:41:06 +0100
+ -- gregor herrmann   Sat, 30 Dec 2017 21:42:53 +0100
 
 libsnmp-info-perl (3.38-1) unstable; urgency=medium
 

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

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


[libsnmp-info-perl] 01/01: pristine-tar data for libsnmp-info-perl_3.39.orig.tar.gz

2017-12-30 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 libsnmp-info-perl.

commit 8f6eefe763be40d8102feb74fa3f3ef378a5c2d1
Author: gregor herrmann 
Date:   Sat Dec 30 21:41:06 2017 +0100

pristine-tar data for libsnmp-info-perl_3.39.orig.tar.gz
---
 libsnmp-info-perl_3.39.orig.tar.gz.delta | Bin 0 -> 4418 bytes
 libsnmp-info-perl_3.39.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libsnmp-info-perl_3.39.orig.tar.gz.delta 
b/libsnmp-info-perl_3.39.orig.tar.gz.delta
new file mode 100644
index 000..db48a49
Binary files /dev/null and b/libsnmp-info-perl_3.39.orig.tar.gz.delta differ
diff --git a/libsnmp-info-perl_3.39.orig.tar.gz.id 
b/libsnmp-info-perl_3.39.orig.tar.gz.id
new file mode 100644
index 000..b50e299
--- /dev/null
+++ b/libsnmp-info-perl_3.39.orig.tar.gz.id
@@ -0,0 +1 @@
+c9e5bc41a335ddd1a95bb72c6de0b23888d2f7a8

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

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


[libsnmp-info-perl] 04/06: Declare compliance with Debian Policy 4.1.3.

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

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

commit e4b00aafb5e15fd5434dd5955980ba75b0f640bc
Author: gregor herrmann 
Date:   Sat Dec 30 21:42:31 2017 +0100

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

diff --git a/debian/control b/debian/control
index 6ceae05..e4355ea 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9),
libmodule-build-perl,
perl
 Build-Depends-Indep: libsnmp-perl
-Standards-Version: 4.1.2
+Standards-Version: 4.1.3
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libsnmp-info-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libsnmp-info-perl.git
 Homepage: http://snmp-info.sourceforge.net

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

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


[libsnmp-info-perl] branch master updated (61b0e47 -> 5a2f6c3)

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

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

  from  61b0e47   update changelog
  adds  152e8c6   Initial Import.  Ver 0.1
  adds  3f4d6fb   Initial Import.  Ver 0.1
  adds  b347ba2   Initial Import.  Ver 0.1
  adds  eff4335   Initial Import.  Ver 0.1
  adds  5c0fe59   Initial Import.  Ver 0.1
  adds  fd7cf06   Changed HP detection in device_type()
  adds  3371ef7   Added model() and MODEL_MAP
  adds  2b56fdb   removed HP MIBs and HP specific stuff in model()
  adds  e2b0f18   initial add
  adds  543fc51   Added layer3/c3550.pm
  adds  a1286a0   Added set() capabilities
  adds  9591204   docs
  adds  c5b1b3c   Added STP table entries and functions
  adds  7a8967d   Added cvs id string
  adds  7d29cf4   removed cat/catalyst from model()
  adds  c5fe50a   added 450 exclusion in model()
  adds  e0c1c79   *** empty log message ***
  adds  97eeeb4   prep for v0.2
  adds  556441b   ver_02_prep
  adds  3035a9d   *** empty log message ***
  adds  ad70c23   *** empty log message ***
  adds  9199065   Speedup in device_type() and more debugging info for GET 
operations and new()
  adds  947c867   Added check in _global() for NOSUCHOBJECT response from 
SNMP
  adds  7f2e79c   error check in serial()
  adds  b4c1bf0   error check
  adds  fe6157f   changed to t/*
  adds  0cd3ba2   removed snmp requirement
  adds  b86cf86   ver_03
  adds  ddeb705   ver_03
  adds  6dac5df   new
  adds  e4e039e   ver_03
  adds  af51ee7   added check for undef port in c_ip()
  adds  3c3c040   added check for undef port in fw_mac
  adds  c2bbd03   Lots of Changes. - Added auto-specify code in new() 
and specify() - Added BigInt / 64 Bit Counter code - Added 
SNMP::Info::Layer2::Aironet - GLOBALs (scalar SNMP data) are now cached 
- Added Interface Statistics methods (i_pkts_*, i_octet_*)
  adds  39ed601   Added bigint req
  adds  1f1ba32   *** empty log message ***
  adds  f2754b8   - Removed ENTITY-MIB methods to SNMP::Info::Entity - 
Removed %MY* crap
  adds  6964532   Major Changes.
  adds  d7b6fa2   *** empty log message ***
  adds  a6a8ed4   - Exported code from netdisco to c_if() to fake the 
interface table. - Updated documentation to reflect autospecify methods of v0.4
  adds  3f179aa   * Added NOSUCH support to fix bug with Version 1 data 
collection * Major Documentation (pod) rewrite * Changed debuging to object 
scope * Added error throwing and checking * clear_cache()
  adds  3eba4c6   * Added os() and os_ver() * Rev to 0.4 * Documentation 
revamp
  adds  74c85ca   * added os() and os_ver() * Documentation revamp * prep 
for 0.4
  adds  622a35d   doc changes for 0.4
  adds  fa99cb3   - Added interfaces()  to only use ifDescr - Added os and 
os_ver to cull out ol catalyst versions - Added i_name() to use 
c1900_p_name() - doc changes for 0.4
  adds  e9fa153   doc changes for 0.4
  adds  6da7d34   - Doc changes for 0.4 - added os() and os_ver() - Got rid 
of %MYMIBS -> %MIBS indirection
  adds  d7e524b   - added os() , os_ver, and os_bin() - doc change to 0.4 
style
  adds  4a52fcc   small doc change
  adds  9e2ac2d   - added STATISTICS and NETSWITCH mibs for CPU and memory 
stats - added hp_cpu(), hp_mem_total(), mem_free(), mem_used(), os_version(),   
os_bin(), mac(), cpu(), os(), os_ver() methods - changed to 0.4 doc style
  adds  77d854f   - version 0.4 call and doc upgrade - Added os_ver() os()
  adds  6d9ce57   doc change to 0.4
  adds  ff9cab9   v4 doc changes
  adds  e127beb   doc change
  adds  466c0da   doc change
  adds  d5f1a1a   doc change
  adds  f9a97d7   fixed clear_cache()
  adds  cc13a0f   added ciscostats,entity and t/prereq.t
  adds  2674536   added b_mac to MUNGE, 0.4 doc change
  adds  1d45ab5   doc change
  adds  43d01c5   added full information from mib and ver 0.4 documentation 
style
  adds  873fd25   added all documentation fixed regex in os_ver() added 
RFC1213-MIB as requirement
  adds  42d56e6   ver 0.4 doc change
  adds  7269476   added CiscoStats as superclass and doc style to 0.4
  adds  f0dc4c4   added CiscoStats as superclass; doc style to 0.4; removed 
HP mibs are requirement
  adds  0752a24   doc change to 0.4
  adds  f703bdc   doc change
  adds  c672b91   Version 4 readme
  adds  5e879b6   Version 4
  adds  a60663b   doc change
  adds  37836be   minor undef warnings
  adds  e448915   Added SUPPORT section
  adds  2e03e3f   added undef checking in os_*()
  adds  fa38fdb   Added IP Route Table
  adds  c4a4c3d   *** empty log message ***
  adds  d2f67b2   Added partial table lookup capabilities
  adds  f988cec   version 0.5 prep
  adds  bd45730   Module did not 

[libsnmp-info-perl] 02/06: Update debian/changelog

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

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

commit 212d6971b8076382ac6c96627101dc0584806e71
Author: gregor herrmann 
Date:   Sat Dec 30 21:41:06 2017 +0100

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index d2677aa..8cec399 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
-libsnmp-info-perl (3.38-2) UNRELEASED; urgency=medium
+libsnmp-info-perl (3.39-1) UNRELEASED; urgency=medium
 
+  [ Damyan Ivanov ]
   * declare conformance with Policy 4.1.2 (no changes needed)
 
- -- Damyan Ivanov   Sun, 03 Dec 2017 22:47:36 +
+  [ gregor herrmann ]
+  * Import upstream version 3.39
+
+ -- gregor herrmann   Sat, 30 Dec 2017 21:41:06 +0100
 
 libsnmp-info-perl (3.38-1) unstable; urgency=medium
 

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

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


[libsnmp-info-perl] 05/06: Bump debhelper compatibility level to 10.

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

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

commit 77cf03b0ae558b4a3c09322d3a05e95ac7cdce14
Author: gregor herrmann 
Date:   Sat Dec 30 21:42:34 2017 +0100

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

diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index e4355ea..2c65cc2 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Christoph Martin ,
 Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
libmodule-build-perl,
perl
 Build-Depends-Indep: libsnmp-perl

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

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


[libsnmp-info-perl] branch pristine-tar updated (948322f -> 8f6eefe)

2017-12-30 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 libsnmp-info-perl.

  from  948322f   pristine-tar data for libsnmp-info-perl_3.38.orig.tar.gz
   new  8f6eefe   pristine-tar data for libsnmp-info-perl_3.39.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:
 libsnmp-info-perl_3.39.orig.tar.gz.delta | Bin 0 -> 4418 bytes
 libsnmp-info-perl_3.39.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libsnmp-info-perl_3.39.orig.tar.gz.delta
 create mode 100644 libsnmp-info-perl_3.39.orig.tar.gz.id

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

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


[libsoap-lite-perl] 01/09: Update upstream source from tag 'upstream/1.25'

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

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

commit e55dd39a6b843450a80cc114955918856716c252
Merge: dc9e063 db25f47
Author: gregor herrmann 
Date:   Sat Dec 30 21:30:18 2017 +0100

Update upstream source from tag 'upstream/1.25'

Update to upstream version '1.25'
with Debian dir 751997bc80d0d25d0641141517cb076b90646fff

 Changes|  7 +
 META.json  |  2 +-
 META.yml   |  2 +-
 Makefile.PL|  2 +-
 bin/SOAPsh.pl  |  3 ++
 bin/stubmaker.pl   |  2 ++
 dist.ini   |  4 ++-
 lib/Apache/SOAP.pm |  2 +-
 lib/SOAP/Constants.pm  |  2 +-
 lib/SOAP/Lite.pm   | 38 +-
 lib/SOAP/Lite/Deserializer/XMLSchema1999.pm|  2 ++
 lib/SOAP/Lite/Deserializer/XMLSchema2001.pm|  3 ++
 lib/SOAP/Lite/Deserializer/XMLSchemaSOAP1_1.pm |  2 ++
 lib/SOAP/Lite/Deserializer/XMLSchemaSOAP1_2.pm |  3 ++
 lib/SOAP/Lite/Packager.pm  |  3 ++
 lib/SOAP/Lite/Utils.pm |  2 ++
 lib/SOAP/Packager.pm   |  2 +-
 lib/SOAP/Test.pm   |  2 +-
 lib/SOAP/Transport/HTTP.pm |  2 +-
 lib/SOAP/Transport/IO.pm   |  2 +-
 lib/SOAP/Transport/LOCAL.pm|  3 +-
 lib/SOAP/Transport/LOOPBACK.pm |  2 ++
 lib/SOAP/Transport/MAILTO.pm   |  3 +-
 lib/SOAP/Transport/POP3.pm |  2 +-
 lib/SOAP/Transport/TCP.pm  |  2 +-
 t/010-serializer.t | 11 
 26 files changed, 75 insertions(+), 35 deletions(-)

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

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


[libsoap-lite-perl] 02/09: Update debian/changelog

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

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

commit 7ac7c65f3b9758d7e02e51b504f9cf5ea4f6d684
Author: gregor herrmann 
Date:   Sat Dec 30 21:30:18 2017 +0100

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index 3f92f7d..f9e4b1d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libsoap-lite-perl (1.25-1) UNRELEASED; urgency=medium
+
+  * Import upstream version 1.25
+
+ -- gregor herrmann   Sat, 30 Dec 2017 21:30:18 +0100
+
 libsoap-lite-perl (1.23-1) unstable; urgency=medium
 
   [ Alex Muntada ]

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

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


[libsoap-lite-perl] 06/09: Update years of packaging copyright.

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

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

commit 82649e8128bcb09445942d20cf6bbd79c0308a08
Author: gregor herrmann 
Date:   Sat Dec 30 21:37:05 2017 +0100

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

diff --git a/debian/copyright b/debian/copyright
index eda60e1..25709e7 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -29,7 +29,7 @@ Copyright: 2001, 2002, Dirk Eddelbuettel 
  2008, 2011, Damyan Ivanov 
  2008, Martín Ferrari 
  2008, Roberto C. Sanchez 
- 2007-2016, gregor herrmann 
+ 2007-2017, gregor herrmann 
  2010, 2011, Nicholas Bamber 
  2010, Franck Joncourt 
  2010, Jonathan Yu 

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

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

[libsoap-lite-perl] 01/01: pristine-tar data for libsoap-lite-perl_1.25.orig.tar.gz

2017-12-30 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 libsoap-lite-perl.

commit 4c15ab626bfd0c1feeb8910a40b328216d9e4cbf
Author: gregor herrmann 
Date:   Sat Dec 30 21:30:18 2017 +0100

pristine-tar data for libsoap-lite-perl_1.25.orig.tar.gz
---
 libsoap-lite-perl_1.25.orig.tar.gz.delta | Bin 0 -> 6896 bytes
 libsoap-lite-perl_1.25.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libsoap-lite-perl_1.25.orig.tar.gz.delta 
b/libsoap-lite-perl_1.25.orig.tar.gz.delta
new file mode 100644
index 000..66fac01
Binary files /dev/null and b/libsoap-lite-perl_1.25.orig.tar.gz.delta differ
diff --git a/libsoap-lite-perl_1.25.orig.tar.gz.id 
b/libsoap-lite-perl_1.25.orig.tar.gz.id
new file mode 100644
index 000..5176441
--- /dev/null
+++ b/libsoap-lite-perl_1.25.orig.tar.gz.id
@@ -0,0 +1 @@
+e7c5402dbb6cce0ad33fdf75873bdbb229a9f116

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

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


[libsoap-lite-perl] 04/09: Refresh spelling-error.patch (offset).

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

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

commit f3d876a4dd453e2ada1d9cbb1003769b76c9f994
Author: gregor herrmann 
Date:   Sat Dec 30 21:35:25 2017 +0100

Refresh spelling-error.patch (offset).
---
 debian/patches/spelling-error.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/patches/spelling-error.patch 
b/debian/patches/spelling-error.patch
index 18d0c73..0e8e605 100644
--- a/debian/patches/spelling-error.patch
+++ b/debian/patches/spelling-error.patch
@@ -2,11 +2,11 @@ Description: Spelling error
 Author: Xavier Guimard 
 Reviewed-by: Xavier Guimard 
 Forwarded: https://github.com/redhotpenguin/soaplite/pull/36
-Last-Update: 2017-12-19
+Last-Update: 2017-12-30
 
 --- a/lib/SOAP/Lite.pm
 +++ b/lib/SOAP/Lite.pm
-@@ -4174,7 +4174,7 @@
+@@ -4173,7 +4173,7 @@
  
  Allows for the setting of arbitrary attributes on the header object. Keep in 
mind the requirement that
   any attributes not natively known to SOAP must be namespace-qualified.

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

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


[libsoap-lite-perl] branch master updated (dc9e063 -> fdaf349)

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

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

  from  dc9e063   Report patches to Github
  adds  db25f47   New upstream version 1.25
   new  e55dd39   Update upstream source from tag 'upstream/1.25'
   new  7ac7c65   Update debian/changelog
   new  bf1c6c9   Drop hashref_crash.patch, merged upstream.
   new  f3d876a   Refresh spelling-error.patch (offset).
   new  4dd70ea   Add debian/duck-overrides (false positives about moved 
sites.)
   new  82649e8   Update years of packaging copyright.
   new  51f5015   Declare compliance with Debian Policy 4.1.3.
   new  8d2ae23   Bump debhelper compatibility level to 10.
   new  fdaf349   releasing package libsoap-lite-perl version 1.25-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|  7 
 META.json  |  2 +-
 META.yml   |  2 +-
 Makefile.PL|  2 +-
 bin/SOAPsh.pl  |  3 ++
 bin/stubmaker.pl   |  2 ++
 debian/changelog   | 12 +++
 debian/compat  |  2 +-
 debian/control |  4 +--
 debian/copyright   |  2 +-
 debian/duck-overrides  |  3 ++
 debian/patches/hashref_crash.patch | 48 --
 debian/patches/series  |  1 -
 debian/patches/spelling-error.patch|  4 +--
 dist.ini   |  4 ++-
 lib/Apache/SOAP.pm |  2 +-
 lib/SOAP/Constants.pm  |  2 +-
 lib/SOAP/Lite.pm   | 38 +---
 lib/SOAP/Lite/Deserializer/XMLSchema1999.pm|  2 ++
 lib/SOAP/Lite/Deserializer/XMLSchema2001.pm|  3 ++
 lib/SOAP/Lite/Deserializer/XMLSchemaSOAP1_1.pm |  2 ++
 lib/SOAP/Lite/Deserializer/XMLSchemaSOAP1_2.pm |  3 ++
 lib/SOAP/Lite/Packager.pm  |  3 ++
 lib/SOAP/Lite/Utils.pm |  2 ++
 lib/SOAP/Packager.pm   |  2 +-
 lib/SOAP/Test.pm   |  2 +-
 lib/SOAP/Transport/HTTP.pm |  2 +-
 lib/SOAP/Transport/IO.pm   |  2 +-
 lib/SOAP/Transport/LOCAL.pm|  3 +-
 lib/SOAP/Transport/LOOPBACK.pm |  2 ++
 lib/SOAP/Transport/MAILTO.pm   |  3 +-
 lib/SOAP/Transport/POP3.pm |  2 +-
 lib/SOAP/Transport/TCP.pm  |  2 +-
 t/010-serializer.t | 11 +++---
 34 files changed, 96 insertions(+), 90 deletions(-)
 create mode 100644 debian/duck-overrides
 delete mode 100644 debian/patches/hashref_crash.patch

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

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


[libsoap-lite-perl] annotated tag upstream/1.25 created (now dacb359)

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

gregoa pushed a change to annotated tag upstream/1.25
in repository libsoap-lite-perl.

at  dacb359   (tag)
   tagging  db25f471a3253ff3f5c1abb0bf95ae89fd94ac4c (commit)
  replaces  upstream/1.23
 tagged by  gregor herrmann
on  Sat Dec 30 21:30:18 2017 +0100

- Log -
Upstream version 1.25

gregor herrmann (1):
  New upstream version 1.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/libsoap-lite-perl.git

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


[libsoap-lite-perl] branch pristine-tar updated (d521937 -> 4c15ab6)

2017-12-30 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 libsoap-lite-perl.

  from  d521937   pristine-tar data for libsoap-lite-perl_1.23.orig.tar.gz
   new  4c15ab6   pristine-tar data for libsoap-lite-perl_1.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:
 libsoap-lite-perl_1.25.orig.tar.gz.delta | Bin 0 -> 6896 bytes
 libsoap-lite-perl_1.25.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libsoap-lite-perl_1.25.orig.tar.gz.delta
 create mode 100644 libsoap-lite-perl_1.25.orig.tar.gz.id

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

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


[libsoap-lite-perl] 07/09: Declare compliance with Debian Policy 4.1.3.

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

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

commit 51f50157f9db93147df6a8b14288be5cd6a49704
Author: gregor herrmann 
Date:   Sat Dec 30 21:37:17 2017 +0100

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

diff --git a/debian/control b/debian/control
index e1fce1a..f42aabd 100644
--- a/debian/control
+++ b/debian/control
@@ -26,7 +26,7 @@ Build-Depends-Indep: libclass-inspector-perl,
  libxml-parser-lite-perl,
  libxml-parser-perl,
  perl
-Standards-Version: 4.1.2
+Standards-Version: 4.1.3
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libsoap-lite-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libsoap-lite-perl.git
 Homepage: https://sourceforge.net/projects/soaplite/

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

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


[libsoap-lite-perl] 08/09: Bump debhelper compatibility level to 10.

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

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

commit 8d2ae236ab931354df732894c63b24897b118b79
Author: gregor herrmann 
Date:   Sat Dec 30 21:37:20 2017 +0100

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

diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index f42aabd..999e1a9 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: Niko Tyni ,
 Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 10)
 Build-Depends-Indep: libclass-inspector-perl,
  libfcgi-perl,
  libhttp-daemon-perl,

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

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


[libsoap-lite-perl] annotated tag debian/1.25-1 created (now 98fdb9a)

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

gregoa pushed a change to annotated tag debian/1.25-1
in repository libsoap-lite-perl.

at  98fdb9a   (tag)
   tagging  fdaf349a12dc88faba7bb3e719f9c28a0312db17 (commit)
  replaces  debian/1.23-1
 tagged by  gregor herrmann
on  Sat Dec 30 21:39:47 2017 +0100

- Log -
tagging package libsoap-lite-perl version debian/1.25-1
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlpH+ZNfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qganeQ/9E6zk+ay6n4AyRTUCT6/KeJbgOLkT4sPCmN+fI9R+elGUakY/YguEjEGx
Zo0S2fn0579EYM8XFMWdm3G4H3zj3n/1U0iKCXA4OOX34O+E6vkKK1T7AbHb8ZNr
aPb7ejlSJvYiNaqHoFIRUq2kgM3dV9LwYSSkrko1uCCtBlGl8JRSBcsK7vbxh22K
cDqWVxvjjQ7GqiZ/mOvMDL4VNO7M05Nii/kiE0Xp9mLDr5weX1g+qd/R4aFU81/C
IefY8rzzwvXijsA0ykq+H5ODWeC8gm/dO8cMLxYjJqVjQ+fZ+SfCJwN2oUekHi0f
HwQ0bh9CCZ2/7UmT8/rKxamPPmDt1HfevaIu4muJbafI2U/NtG6QT/SZkJ+cNa1f
IQppwfkQ1RX5qEkF8PNhXaSz4aysJ38W8w8vrQd8YGZ7v5oI4LnoIt0E7Vc+fvrW
KoeT4J2yzn96QDu1LRCz8YT3QaGj0+L4R78heq2NsZTwuIyQtpadIFfVTL/3XfsO
AeF7CRLuqbVL4j0vYZYweBKovkoLyRXu3GIWy2mX5TNJhGx6Srb3U6F+eBdPfxY+
K4KKYRSYHehbRIT8Im6LbTo7tNaRUneWVHyDR6cZGr4U5XLYKaF5cDNOhBenoUhL
hcb7XAABvmsiVHWKQMDyDsQTgkggQwlSh5px9kYSO4XEyJ5a870=
=+szH
-END PGP SIGNATURE-

gregor herrmann (10):
  New upstream version 1.25
  Update upstream source from tag 'upstream/1.25'
  Update debian/changelog
  Drop hashref_crash.patch, merged upstream.
  Refresh spelling-error.patch (offset).
  Add debian/duck-overrides (false positives about moved sites.)
  Update years of packaging copyright.
  Declare compliance with Debian Policy 4.1.3.
  Bump debhelper compatibility level to 10.
  releasing package libsoap-lite-perl version 1.25-1

---

This annotated tag includes the following new commits:

   new  e55dd39   Update upstream source from tag 'upstream/1.25'
   new  7ac7c65   Update debian/changelog
   new  bf1c6c9   Drop hashref_crash.patch, merged upstream.
   new  f3d876a   Refresh spelling-error.patch (offset).
   new  4dd70ea   Add debian/duck-overrides (false positives about moved 
sites.)
   new  82649e8   Update years of packaging copyright.
   new  51f5015   Declare compliance with Debian Policy 4.1.3.
   new  8d2ae23   Bump debhelper compatibility level to 10.
   new  fdaf349   releasing package libsoap-lite-perl version 1.25-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/libsoap-lite-perl.git

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


[libsoap-lite-perl] 05/09: Add debian/duck-overrides (false positives about moved sites.)

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

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

commit 4dd70ea38278aaff7eb3cb1fd46b719fd024e560
Author: gregor herrmann 
Date:   Sat Dec 30 21:36:16 2017 +0100

Add debian/duck-overrides (false positives about moved sites.)
---
 debian/duck-overrides | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/duck-overrides b/debian/duck-overrides
new file mode 100644
index 000..dd8368b
--- /dev/null
+++ b/debian/duck-overrides
@@ -0,0 +1,3 @@
+# false positives for m/has moved/i
+https://github.com/redhotpenguin/soaplite.git
+https://github.com/redhotpenguin/soaplite

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

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


[libsoap-lite-perl] 03/09: Drop hashref_crash.patch, merged upstream.

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

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

commit bf1c6c9840eae38941ca23a733f0946940eab58a
Author: gregor herrmann 
Date:   Sat Dec 30 21:32:36 2017 +0100

Drop hashref_crash.patch, merged upstream.
---
 debian/patches/hashref_crash.patch | 48 --
 debian/patches/series  |  1 -
 2 files changed, 49 deletions(-)

diff --git a/debian/patches/hashref_crash.patch 
b/debian/patches/hashref_crash.patch
deleted file mode 100644
index 7f23f3c..000
--- a/debian/patches/hashref_crash.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-Author: Ashish Shukla 
-Subject: use 'ref' rather than 'UNIVERSAL::isa'
-Reviewed-by: Xavier Guimard 
-Forwarded: https://github.com/redhotpenguin/soaplite/pull/37
-Bug: https://rt.cpan.org/Ticket/Display.html?id=62667
-Bug-Debian: https://bugs.debian.org/602056
-Last-Update: 2017-12-19
-
 a/lib/SOAP/Lite.pm
-+++ b/lib/SOAP/Lite.pm
-@@ -3853,15 +3853,28 @@
- my($value) = $_->value; # take first value
- 
- # fillup parameters
--UNIVERSAL::isa($_[$param] => 'SOAP::Data')
--? $_[$param]->SOAP::Data::value($value)
--: UNIVERSAL::isa($_[$param] => 'ARRAY')
--? (@{$_[$param]} = @$value)
--: UNIVERSAL::isa($_[$param] => 'HASH')
--? (%{$_[$param]} = %$value)
--: UNIVERSAL::isa($_[$param] => 'SCALAR')
--? (${$_[$param]} = $$value)
--: ($_[$param] = $value)
-+use Scalar::Util 'reftype';
-+if ( reftype( $_[$param] ) ) {
-+if ( reftype( $_[$param] ) eq 'SCALAR' ) {
-+${ $_[$param] } = $$value;
-+}
-+elsif ( reftype( $_[$param] ) eq 'ARRAY' ) {
-+@{ $_[$param] } = @$value;
-+}
-+elsif ( reftype( $_[$param] ) eq 'HASH' ) {
-+if ( eval { $_[$param]->isa('SOAP::Data') } ) {
-+$_[$param]->SOAP::Data::value($value);
-+}
-+elsif ( reftype($value) eq 'REF' ) {
-+%{ $_[$param] } = %$$value;
-+}
-+else { %{ $_[$param] } = %$value; }
-+}
-+else { $_[$param] = $value; }
-+}
-+else {
-+$_[$param] = $value;
-+}
- }
- }
- }
diff --git a/debian/patches/series b/debian/patches/series
index a5fd6e1..1817668 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-hashref_crash.patch
 spelling-error.patch

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

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


[libsoap-lite-perl] 09/09: releasing package libsoap-lite-perl version 1.25-1

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

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

commit fdaf349a12dc88faba7bb3e719f9c28a0312db17
Author: gregor herrmann 
Date:   Sat Dec 30 21:39:47 2017 +0100

releasing package libsoap-lite-perl version 1.25-1
---
 debian/changelog | 12 +---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f9e4b1d..9f06a69 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,14 @@
-libsoap-lite-perl (1.25-1) UNRELEASED; urgency=medium
+libsoap-lite-perl (1.25-1) unstable; urgency=medium
 
-  * Import upstream version 1.25
+  * Import upstream version 1.25.
+  * Drop hashref_crash.patch, merged upstream.
+  * Refresh spelling-error.patch (offset).
+  * Add debian/duck-overrides (false positives about moved sites.)
+  * Update years of packaging copyright.
+  * Declare compliance with Debian Policy 4.1.3.
+  * Bump debhelper compatibility level to 10.
 
- -- gregor herrmann   Sat, 30 Dec 2017 21:30:18 +0100
+ -- gregor herrmann   Sat, 30 Dec 2017 21:37:48 +0100
 
 libsoap-lite-perl (1.23-1) unstable; urgency=medium
 

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

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