[libpoe-component-irc-perl] 01/06: Update upstream source from tag 'upstream/6.90+dfsg'

2017-12-31 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository libpoe-component-irc-perl.

commit f5b7437cf8785320979efdf421d65ecb4dd9bbee
Merge: 7c8d4c1 a5c00bb
Author: Damyan Ivanov 
Date:   Mon Jan 1 07:30:58 2018 +

Update upstream source from tag 'upstream/6.90+dfsg'

Update to upstream version '6.90+dfsg'
with Debian dir 4b13a94e4b1a2c77b8e65e08c3a2b52bde4cc303

 Changes  |8 +
 LICENSE  |6 +-
 MANIFEST |   12 +-
 META.json|   19 +-
 META.yml |   13 +-
 Makefile.PL  |   20 +-
 README   | 1426 --
 dist.ini |2 +-
 examples/simpleclient.pl |7 +-
 lib/POE/Component/IRC.pm |   30 +-
 lib/POE/Component/IRC/Common.pm  |6 +-
 lib/POE/Component/IRC/Constants.pm   |6 +-
 lib/POE/Component/IRC/Plugin.pm  |6 +-
 lib/POE/Component/IRC/Plugin/AutoJoin.pm |6 +-
 lib/POE/Component/IRC/Plugin/BotAddressed.pm |6 +-
 lib/POE/Component/IRC/Plugin/BotCommand.pm   |   14 +-
 lib/POE/Component/IRC/Plugin/BotTraffic.pm   |6 +-
 lib/POE/Component/IRC/Plugin/CTCP.pm |6 +-
 lib/POE/Component/IRC/Plugin/Connector.pm|6 +-
 lib/POE/Component/IRC/Plugin/Console.pm  |6 +-
 lib/POE/Component/IRC/Plugin/CycleEmpty.pm   |6 +-
 lib/POE/Component/IRC/Plugin/DCC.pm  |6 +-
 lib/POE/Component/IRC/Plugin/FollowTail.pm   |6 +-
 lib/POE/Component/IRC/Plugin/ISupport.pm |6 +-
 lib/POE/Component/IRC/Plugin/Logger.pm   |6 +-
 lib/POE/Component/IRC/Plugin/NickReclaim.pm  |6 +-
 lib/POE/Component/IRC/Plugin/NickServID.pm   |6 +-
 lib/POE/Component/IRC/Plugin/PlugMan.pm  |6 +-
 lib/POE/Component/IRC/Plugin/Proxy.pm|6 +-
 lib/POE/Component/IRC/Plugin/Whois.pm|6 +-
 lib/POE/Component/IRC/Qnet.pm|6 +-
 lib/POE/Component/IRC/Qnet/State.pm  |6 +-
 lib/POE/Component/IRC/State.pm   |6 +-
 lib/POE/Filter/IRC.pm|6 +-
 lib/POE/Filter/IRC/Compat.pm |6 +-
 35 files changed, 132 insertions(+), 1569 deletions(-)

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

___
Pkg-perl-cvs-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-irc-perl] 04/06: add spelling.patch fixing a typo in POE::Filter::IRC::Compat

2017-12-31 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository libpoe-component-irc-perl.

commit 4b780b8d0406f9b787a08fcf541debc1189f9747
Author: Damyan Ivanov 
Date:   Mon Jan 1 07:45:56 2018 +

add spelling.patch fixing a typo in POE::Filter::IRC::Compat
---
 debian/patches/series |  1 +
 debian/patches/spelling.patch | 16 
 2 files changed, 17 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..5299247
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 000..d88aa50
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,16 @@
+Description: small typo in POD (optinal -> optional)
+Author: Damyan Ivanov 
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=123983
+Bug: https://rt.cpan.org/Ticket/Display.html?id=123983
+
+--- a/lib/POE/Filter/IRC/Compat.pm
 b/lib/POE/Filter/IRC/Compat.pm
+@@ -496,7 +496,7 @@ it. Returns an array reference of the qu
+ 
+ =head2 C
+ 
+-Takes an optinal true/false value which enables/disables debugging
++Takes an optional true/false value which enables/disables debugging
+ accordingly. Returns the debug status.
+ 
+ =head2 C

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

___
Pkg-perl-cvs-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-irc-perl] 02/06: bump years of upstream copyright

2017-12-31 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository libpoe-component-irc-perl.

commit 30831f98ab5be29b6619fd12ecf3feac10ea92f9
Author: Damyan Ivanov 
Date:   Mon Jan 1 07:35:56 2018 +

bump years of upstream copyright
---
 debian/copyright | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index e387934..bcc346a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,9 +5,9 @@ Source: https://metacpan.org/release/POE-Component-IRC
 Files-Excluded: docs
 
 Files: *
-Copyright: 2014, Chris Williams 
- 2014, Hinrik Örn Sigurðsson 
- 2014, Dennis Taylor 
+Copyright: 2014, 2017, Chris Williams 
+ 2014, 2017, Hinrik Örn Sigurðsson 
+ 2014, 2017, Dennis Taylor 
 License: Artistic or GPL-1+
 
 Files: t/inc/Net/Netmask.pm

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

___
Pkg-perl-cvs-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-irc-perl] 05/06: declare conformance with Policy 4.1.3 (no changes needed)

2017-12-31 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository libpoe-component-irc-perl.

commit 3cfc809b51e17500110f0494ff6b3f7cbe81c29c
Author: Damyan Ivanov 
Date:   Mon Jan 1 07:46:14 2018 +

declare conformance with Policy 4.1.3 (no changes needed)
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 4074b7b..918bce0 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Build-Depends-Indep: perl,
  libsocket6-perl,
  libtest-differences-perl,
  libtest-pod-coverage-perl
-Standards-Version: 4.1.2
+Standards-Version: 4.1.3
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libpoe-component-irc-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libpoe-component-irc-perl.git
 Homepage: https://metacpan.org/release/POE-Component-IRC

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

___
Pkg-perl-cvs-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-irc-perl] annotated tag upstream/6.90+dfsg created (now 985622b)

2017-12-31 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a change to annotated tag upstream/6.90+dfsg
in repository libpoe-component-irc-perl.

at  985622b   (tag)
   tagging  a5c00bbd7d977fa5d18e44dab317bcc957a7a3d6 (commit)
  replaces  upstream/6.88+dfsg
 tagged by  Damyan Ivanov
on  Mon Jan 1 07:30:58 2018 +

- Log -
Upstream version 6.90+dfsg

Damyan Ivanov (1):
  New upstream version 6.90+dfsg

---

No new revisions were added by this update.

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

___
Pkg-perl-cvs-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-irc-perl] branch master updated (7c8d4c1 -> 198ceca)

2017-12-31 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a change to branch master
in repository libpoe-component-irc-perl.

  from  7c8d4c1   update changelog
  adds  a5c00bb   New upstream version 6.90+dfsg
   new  f5b7437   Update upstream source from tag 'upstream/6.90+dfsg'
   new  30831f9   bump years of upstream copyright
   new  1b23970   drop liblist-moreutils-perl from (build) dependencies
   new  4b780b8   add spelling.patch fixing a typo in 
POE::Filter::IRC::Compat
   new  3cfc809   declare conformance with Policy 4.1.3 (no changes needed)
   new  198ceca   releasing package libpoe-component-irc-perl version 
6.90+dfsg-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  |8 +
 LICENSE  |6 +-
 MANIFEST |   12 +-
 META.json|   19 +-
 META.yml |   13 +-
 Makefile.PL  |   20 +-
 README   | 1426 --
 debian/changelog |   10 +-
 debian/control   |4 +-
 debian/copyright |6 +-
 debian/patches/series|1 +
 debian/patches/spelling.patch|   16 +
 dist.ini |2 +-
 examples/simpleclient.pl |7 +-
 lib/POE/Component/IRC.pm |   30 +-
 lib/POE/Component/IRC/Common.pm  |6 +-
 lib/POE/Component/IRC/Constants.pm   |6 +-
 lib/POE/Component/IRC/Plugin.pm  |6 +-
 lib/POE/Component/IRC/Plugin/AutoJoin.pm |6 +-
 lib/POE/Component/IRC/Plugin/BotAddressed.pm |6 +-
 lib/POE/Component/IRC/Plugin/BotCommand.pm   |   14 +-
 lib/POE/Component/IRC/Plugin/BotTraffic.pm   |6 +-
 lib/POE/Component/IRC/Plugin/CTCP.pm |6 +-
 lib/POE/Component/IRC/Plugin/Connector.pm|6 +-
 lib/POE/Component/IRC/Plugin/Console.pm  |6 +-
 lib/POE/Component/IRC/Plugin/CycleEmpty.pm   |6 +-
 lib/POE/Component/IRC/Plugin/DCC.pm  |6 +-
 lib/POE/Component/IRC/Plugin/FollowTail.pm   |6 +-
 lib/POE/Component/IRC/Plugin/ISupport.pm |6 +-
 lib/POE/Component/IRC/Plugin/Logger.pm   |6 +-
 lib/POE/Component/IRC/Plugin/NickReclaim.pm  |6 +-
 lib/POE/Component/IRC/Plugin/NickServID.pm   |6 +-
 lib/POE/Component/IRC/Plugin/PlugMan.pm  |6 +-
 lib/POE/Component/IRC/Plugin/Proxy.pm|6 +-
 lib/POE/Component/IRC/Plugin/Whois.pm|6 +-
 lib/POE/Component/IRC/Qnet.pm|6 +-
 lib/POE/Component/IRC/Qnet/State.pm  |6 +-
 lib/POE/Component/IRC/State.pm   |6 +-
 lib/POE/Filter/IRC.pm|6 +-
 lib/POE/Filter/IRC/Compat.pm |6 +-
 40 files changed, 160 insertions(+), 1578 deletions(-)
 delete mode 100644 README
 create mode 100644 debian/patches/series
 create mode 100644 debian/patches/spelling.patch

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

___
Pkg-perl-cvs-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-irc-perl] 06/06: releasing package libpoe-component-irc-perl version 6.90+dfsg-1

2017-12-31 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository libpoe-component-irc-perl.

commit 198ceca506a0627d8780c00b679bba736a3b35d9
Author: Damyan Ivanov 
Date:   Mon Jan 1 07:49:48 2018 +

releasing package libpoe-component-irc-perl version 6.90+dfsg-1
---
 debian/changelog | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3fc2ada..6a5f448 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
-libpoe-component-irc-perl (6.88+dfsg-3) UNRELEASED; urgency=medium
+libpoe-component-irc-perl (6.90+dfsg-1) unstable; urgency=medium
 
-  * declare conformance with Policy 4.1.2 (no changes needed)
+  * New upstream version 6.90+dfsg
+  * bump years of upstream copyright
+  * drop liblist-moreutils-perl from (build) dependencies
+  * add spelling.patch fixing a typo in POE::Filter::IRC::Compat
+  * declare conformance with Policy 4.1.3 (no changes needed)
 
- -- Damyan Ivanov   Sun, 03 Dec 2017 22:47:10 +
+ -- Damyan Ivanov   Mon, 01 Jan 2018 07:46:22 +
 
 libpoe-component-irc-perl (6.88+dfsg-2) unstable; urgency=medium
 

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

___
Pkg-perl-cvs-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-irc-perl] 01/01: pristine-tar data for libpoe-component-irc-perl_6.90+dfsg.orig.tar.gz

2017-12-31 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch pristine-tar
in repository libpoe-component-irc-perl.

commit 2f6baf4ac3f764a9426ae92d1b9e9f3d40ef5949
Author: Damyan Ivanov 
Date:   Mon Jan 1 07:30:58 2018 +

pristine-tar data for libpoe-component-irc-perl_6.90+dfsg.orig.tar.gz
---
 libpoe-component-irc-perl_6.90+dfsg.orig.tar.gz.delta | Bin 0 -> 6206 bytes
 libpoe-component-irc-perl_6.90+dfsg.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libpoe-component-irc-perl_6.90+dfsg.orig.tar.gz.delta 
b/libpoe-component-irc-perl_6.90+dfsg.orig.tar.gz.delta
new file mode 100644
index 000..e92476f
Binary files /dev/null and 
b/libpoe-component-irc-perl_6.90+dfsg.orig.tar.gz.delta differ
diff --git a/libpoe-component-irc-perl_6.90+dfsg.orig.tar.gz.id 
b/libpoe-component-irc-perl_6.90+dfsg.orig.tar.gz.id
new file mode 100644
index 000..bc69c1c
--- /dev/null
+++ b/libpoe-component-irc-perl_6.90+dfsg.orig.tar.gz.id
@@ -0,0 +1 @@
+dabcdb5134634f486385520069f9d3e3732cffc9

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

___
Pkg-perl-cvs-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-irc-perl] 03/06: drop liblist-moreutils-perl from (build) dependencies

2017-12-31 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository libpoe-component-irc-perl.

commit 1b239702582db78d5782eb9f92a837bcf21fcc12
Author: Damyan Ivanov 
Date:   Mon Jan 1 07:36:18 2018 +

drop liblist-moreutils-perl from (build) dependencies
---
 debian/control | 2 --
 1 file changed, 2 deletions(-)

diff --git a/debian/control b/debian/control
index 0b20ed5..4074b7b 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,6 @@ Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: perl,
  netbase,
  libirc-utils-perl,
- liblist-moreutils-perl,
  libpoe-component-client-dns-perl,
  libpoe-component-client-ident-perl,
  libpoe-component-syndicator-perl,
@@ -30,7 +29,6 @@ Architecture: all
 Depends: ${misc:Depends},
  ${perl:Depends},
  libirc-utils-perl,
- liblist-moreutils-perl,
  libpoe-component-syndicator-perl,
  libpoe-filter-ircd-perl,
  libpoe-perl,

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

___
Pkg-perl-cvs-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-irc-perl] annotated tag debian/6.90+dfsg-1 created (now 27144e3)

2017-12-31 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a change to annotated tag debian/6.90+dfsg-1
in repository libpoe-component-irc-perl.

at  27144e3   (tag)
   tagging  198ceca506a0627d8780c00b679bba736a3b35d9 (commit)
  replaces  debian/6.88+dfsg-2
 tagged by  Damyan Ivanov
on  Mon Jan 1 07:49:48 2018 +

- Log -
tagging package libpoe-component-irc-perl version debian/6.90+dfsg-1
-BEGIN PGP SIGNATURE-

iQIzBAABCAAdFiEErqDETssFbpNjDZ0z276dTZnSoAQFAlpJ6BwACgkQ276dTZnS
oASTPxAAl2ooNYY2hmzcvWv97Yo6QSCPnROFfsJCXoKZQclw4aXlqdK/jbXJQK2R
8jAgzNnBOt7Bk7/fOT9Pv9VNMvvWg0Pm1J/iALpVWdLIKrCOkbVwMtau4nnXJIr1
QaMV3JmZ1oZzaQynjmoh8TZTvrTuw97UZVa/8in+4yrRhfECMWRVewbnDm20/wH9
lZmBdr2KA/RNDqWub2sYB40xU5EzlxWXZlEsv2Sxc5U7eGQl++Ca5Yws/0OdhFck
1tNVAHTgbCYmdRQYQ80zqWwoEV5DApcAcVxcexnvrcXmTDestXha55NgNcx3EQWe
fa222tLM+slvJvamauo5jWR7IBNmggGBPllcymXEiCyNTbyCEEwgj/DHVBVMfeoI
qvh+cz+sLO9lUC/EtC7xWrVYBUA2xPJQzX5zXnK8WdvoBs4ZSMgi6gcCbw36agYR
mUhU1RpaqOkrw85MvW/weBjhR08Tpxhgeb9JE/EIKyzkLj76lhy9lpiZqMpzpnCT
Wqhe/ralAo52wn3JrCLOUk3zBnAA5IyPoaCNT0u7aG8rr5zfrzDn5cMJRVTghuSb
zr2hS8QcdPFcs2khOlUxy5rSVKK61CR6Uudg9ye7oKveVbyfzyj4gwSAxdO4HUgq
WHHyekKLLYQh3LA3lac4Nn13ku2v8CXEuguivYbpkO7rAYeBm9g=
=8NrI
-END PGP SIGNATURE-

Damyan Ivanov (9):
  declare conformance with Policy 4.1.2 (no changes needed)
  update changelog
  New upstream version 6.90+dfsg
  Update upstream source from tag 'upstream/6.90+dfsg'
  bump years of upstream copyright
  drop liblist-moreutils-perl from (build) dependencies
  add spelling.patch fixing a typo in POE::Filter::IRC::Compat
  declare conformance with Policy 4.1.3 (no changes needed)
  releasing package libpoe-component-irc-perl version 6.90+dfsg-1

---

This annotated tag includes the following new commits:

   new  f5b7437   Update upstream source from tag 'upstream/6.90+dfsg'
   new  30831f9   bump years of upstream copyright
   new  1b23970   drop liblist-moreutils-perl from (build) dependencies
   new  4b780b8   add spelling.patch fixing a typo in 
POE::Filter::IRC::Compat
   new  3cfc809   declare conformance with Policy 4.1.3 (no changes needed)
   new  198ceca   releasing package libpoe-component-irc-perl version 
6.90+dfsg-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-component-irc-perl.git

___
Pkg-perl-cvs-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-irc-perl] branch pristine-tar updated (d98c669 -> 2f6baf4)

2017-12-31 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a change to branch pristine-tar
in repository libpoe-component-irc-perl.

  from  d98c669   pristine-tar data for 
libpoe-component-irc-perl_6.88+dfsg.orig.tar.gz
   new  2f6baf4   pristine-tar data for 
libpoe-component-irc-perl_6.90+dfsg.orig.tar.gz

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


Summary of changes:
 libpoe-component-irc-perl_6.90+dfsg.orig.tar.gz.delta | Bin 0 -> 6206 bytes
 libpoe-component-irc-perl_6.90+dfsg.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libpoe-component-irc-perl_6.90+dfsg.orig.tar.gz.delta
 create mode 100644 libpoe-component-irc-perl_6.90+dfsg.orig.tar.gz.id

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

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


[libparams-classify-perl] annotated tag upstream/0.015 created (now 1d75145)

2017-12-31 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a change to annotated tag upstream/0.015
in repository libparams-classify-perl.

at  1d75145   (tag)
   tagging  840ed2d2f557c24cbf045d5b71ce7a486a4bc6fe (commit)
 tagged by  Damyan Ivanov
on  Mon Jan 1 07:11:43 2018 +

- Log -
Upstream version 0.015

Allard Hoeve (1):
  [svn-inject] Installing original source of libparams-classify-perl

Ansgar Burchardt (3):
  [svn-upgrade] Integrating new upstream version, libparams-classify-perl 
(0.008)
  [svn-upgrade] new version libparams-classify-perl (0.011)
  [svn-upgrade] new version libparams-classify-perl (0.013)

Brian Cassidy (1):
  [svn-upgrade] Integrating new upstream version, libparams-classify-perl 
(0.009)

Damyan Ivanov (3):
  [svn-upgrade] Integrating new upstream version, libparams-classify-perl 
(0.004)
  [svn-upgrade] Integrating new upstream version, libparams-classify-perl 
(0.005)
  New upstream version 0.015

Gregor Herrmann (2):
  Load /tmp/tmp.qbmBU19646/libparams-classify-perl-0.001 into
  [svn-upgrade] Integrating new upstream version, libparams-classify-perl 
(0.002)

Rene Mayorga (1):
  [svn-upgrade] Integrating new upstream version, libparams-classify-perl 
(0.006)

Ryan Niebur (1):
  [svn-upgrade] Integrating new upstream version, libparams-classify-perl 
(0.007)

---

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

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


[libparams-classify-perl] 01/06: Update upstream source from tag 'upstream/0.015'

2017-12-31 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository libparams-classify-perl.

commit 944a7cb446f2a83fe8c928434604af30e31c4090
Merge: cf0959c 840ed2d
Author: Damyan Ivanov 
Date:   Mon Jan 1 07:11:43 2018 +

Update upstream source from tag 'upstream/0.015'

Update to upstream version '0.015'
with Debian dir 5418185a651a87fc54edce239da0dbc0262dbf8c

 .cvsignore |   4 -
 .gitignore |  14 
 Build.PL   |  74 +++-
 Changes|  45 ++
 MANIFEST   |   5 +-
 META.json  |  67 +++
 META.yml   |  47 ++-
 Makefile.PL|  35 
 README |   2 +-
 SIGNATURE  |  41 +
 lib/Params/.cvsignore  |   1 -
 lib/Params/Classify.pm |  95 +++--
 lib/Params/Classify.xs | 224 ++---
 t/blessed_pp.t |   4 +-
 t/check_pp.t   |   4 +-
 t/classify_pp.t|   4 +-
 t/error_pp.t   |   4 +-
 t/pod_cvg_pp.t |   4 +-
 t/ref_pp.t |   4 +-
 19 files changed, 440 insertions(+), 238 deletions(-)

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

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


[libparams-classify-perl] branch master updated (cf0959c -> d99c6c2)

2017-12-31 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a change to branch master
in repository libparams-classify-perl.

  from  cf0959c   update changelog
  adds  840ed2d   New upstream version 0.015
   new  944a7cb   Update upstream source from tag 'upstream/0.015'
   new  496f1b2   drop op_sibling_fixes.patch, applied upstream
   new  7f6e64d   bump years of upstream copyright
   new  f5ad09b   add libdevel-callchecker-perl to (build) dependencies
   new  8a91c63   declare conformance with Policy 4.1.3 (no changes needed)
   new  d99c6c2   releasing package libparams-classify-perl version 0.015-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:
 .cvsignore|   4 -
 .gitignore|  14 +++
 Build.PL  |  74 ++-
 Changes   |  45 +++
 MANIFEST  |   5 +-
 META.json |  67 ++
 META.yml  |  47 +++
 Makefile.PL   |  35 --
 README|   2 +-
 SIGNATURE |  41 +++
 debian/changelog  |  12 +-
 debian/control|   6 +-
 debian/copyright  |   2 +-
 debian/patches/op_sibling_fixes.patch |  86 -
 debian/patches/series |   1 -
 lib/Params/.cvsignore |   1 -
 lib/Params/Classify.pm|  95 +++---
 lib/Params/Classify.xs| 224 +-
 t/blessed_pp.t|   4 +-
 t/check_pp.t  |   4 +-
 t/classify_pp.t   |   4 +-
 t/error_pp.t  |   4 +-
 t/pod_cvg_pp.t|   4 +-
 t/ref_pp.t|   4 +-
 24 files changed, 455 insertions(+), 330 deletions(-)
 delete mode 100644 .cvsignore
 create mode 100644 .gitignore
 create mode 100644 META.json
 delete mode 100644 Makefile.PL
 delete mode 100644 debian/patches/op_sibling_fixes.patch
 delete mode 100644 debian/patches/series
 delete mode 100644 lib/Params/.cvsignore

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

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


[libparams-classify-perl] 03/06: bump years of upstream copyright

2017-12-31 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository libparams-classify-perl.

commit 7f6e64d7027e2329ed59b0a1b8c4dc20503c770a
Author: Damyan Ivanov 
Date:   Mon Jan 1 07:23:25 2018 +

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

diff --git a/debian/copyright b/debian/copyright
index 07c75ef..969c18d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,7 +5,7 @@ Source: https://metacpan.org/release/Params-Classify
 
 Files: *
 Copyright:
- 2004-2010, Andrew Main (Zefram) 
+ 2004-2010, 2017, Andrew Main (Zefram) 
  2009-2010, PhotoBox Ltd
 License: Artistic or GPL-1+
 

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

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


[libparams-classify-perl] branch pristine-tar updated (19febbc -> 44264a7)

2017-12-31 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a change to branch pristine-tar
in repository libparams-classify-perl.

  from  19febbc   pristine-tar data for 
libparams-classify-perl_0.013.orig.tar.gz
   new  44264a7   pristine-tar data for 
libparams-classify-perl_0.015.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:
 libparams-classify-perl_0.015.orig.tar.gz.delta | Bin 0 -> 1642 bytes
 libparams-classify-perl_0.015.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libparams-classify-perl_0.015.orig.tar.gz.delta
 create mode 100644 libparams-classify-perl_0.015.orig.tar.gz.id

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

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


[libparams-classify-perl] 04/06: add libdevel-callchecker-perl to (build) dependencies

2017-12-31 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository libparams-classify-perl.

commit f5ad09b49870a4aaa267159515ee8e34e15eae84
Author: Damyan Ivanov 
Date:   Mon Jan 1 07:24:41 2018 +

add libdevel-callchecker-perl to (build) dependencies
---
 debian/control | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index a7127bd..8fac36c 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9.20120312~),
perl,
+   libdevel-callchecker-perl,
libmodule-build-perl,
libtest-pod-perl,
libtest-pod-coverage-perl
@@ -19,7 +20,8 @@ Homepage: https://metacpan.org/release/Params-Classify
 
 Package: libparams-classify-perl
 Architecture: any
-Depends: ${perl:Depends},
+Depends: libdevel-callchecker-perl,
+ ${perl:Depends},
  ${misc:Depends},
  ${shlibs:Depends}
 Suggests: libscalar-number-perl

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

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


[libparams-classify-perl] 05/06: declare conformance with Policy 4.1.3 (no changes needed)

2017-12-31 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository libparams-classify-perl.

commit 8a91c638f26e6eada5800348a5defa05d5e7d898
Author: Damyan Ivanov 
Date:   Mon Jan 1 07:25:17 2018 +

declare conformance with Policy 4.1.3 (no changes needed)
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 8fac36c..f1661b0 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 9.20120312~),
libmodule-build-perl,
libtest-pod-perl,
libtest-pod-coverage-perl
-Standards-Version: 3.9.8
+Standards-Version: 4.1.3
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libparams-classify-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libparams-classify-perl.git
 Homepage: https://metacpan.org/release/Params-Classify

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

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


[libparams-classify-perl] annotated tag debian/0.015-1 created (now 4c93b31)

2017-12-31 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a change to annotated tag debian/0.015-1
in repository libparams-classify-perl.

at  4c93b31   (tag)
   tagging  d99c6c223c91852a6c221f6cd43a0f310419a247 (commit)
  replaces  debian/0.013-8
 tagged by  Damyan Ivanov
on  Mon Jan 1 07:29:21 2018 +

- Log -
tagging package libparams-classify-perl version debian/0.015-1
-BEGIN PGP SIGNATURE-

iQIzBAABCAAdFiEErqDETssFbpNjDZ0z276dTZnSoAQFAlpJ41EACgkQ276dTZnS
oAQ3sA//eaXkqhvyYIIXA+vBKBMkRQR5mbJCW7BeVRLGNoQMBZLPAFrYzSvMmeTI
hQje+Z6Qr8wDh4WWS61wlCFFECF+udKWxXXbPYTYx8PG/C4olIwU8KijV+kwRgOy
h39LzU1pxl+AI9N1vtxjnKsmLJVOMGscvPXfyl3KUT1y4/IQYpm2/y/bZ1+Lfo3H
XIITnLWuOO0V2c/Z/szDC+G066usAkOlBcUTisKZzLXSNYRHtQpn75tUUu6Jke+S
r6Dg+NTyihzE9kgwPim+tkaOmRkRk6OYJVGlABS4O+cR4GavUEFbqBrjRrvII7AX
PGzWj8+R1Que2XhTeVm8eSmzT2ZPonmAkXGaI3EIupJdq9xad5tWCuOya3f7otRn
mWmTkvAKacrQ9Gq5AEBFspTBrqz8AJ/F1JA43mPqSQyaIsjwa2obylAPwugHanXS
iBxRWJQYTzA5EeULs+BHOu3uhmM4nUUnxZ7/tLucT8f/tsA0LOYp/3R4iWKcN0Nw
Xz9PgqE9nGkNnWGIHMSjkXoCiiD/f7UgcBMTS9Na8EwCPlvRapvVASk+v/zmMDF8
Uz223HNKjXmeJtSEoq6U+DEEad03IzAC6aD7PsIaGPi1k0xMPC2RmsmjfXRjvtOd
NXrYsrFDLWL552HjbNS8I7EiS+huKDIu4p/vbcFrCwZbsJfxr6g=
=H0kw
-END PGP SIGNATURE-

Alex Muntada (2):
  Remove inactive pkg-perl members from Uploaders.
  update changelog

Damyan Ivanov (7):
  New upstream version 0.015
  Update upstream source from tag 'upstream/0.015'
  drop op_sibling_fixes.patch, applied upstream
  bump years of upstream copyright
  add libdevel-callchecker-perl to (build) dependencies
  declare conformance with Policy 4.1.3 (no changes needed)
  releasing package libparams-classify-perl version 0.015-1

---

This annotated tag includes the following new commits:

   new  944a7cb   Update upstream source from tag 'upstream/0.015'
   new  496f1b2   drop op_sibling_fixes.patch, applied upstream
   new  7f6e64d   bump years of upstream copyright
   new  f5ad09b   add libdevel-callchecker-perl to (build) dependencies
   new  8a91c63   declare conformance with Policy 4.1.3 (no changes needed)
   new  d99c6c2   releasing package libparams-classify-perl version 0.015-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/libparams-classify-perl.git

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


[libparams-classify-perl] 02/06: drop op_sibling_fixes.patch, applied upstream

2017-12-31 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository libparams-classify-perl.

commit 496f1b28a56a3c6737a7d1cd5e496386d3fdb086
Author: Damyan Ivanov 
Date:   Mon Jan 1 07:23:07 2018 +

drop op_sibling_fixes.patch, applied upstream
---
 debian/patches/op_sibling_fixes.patch | 86 ---
 debian/patches/series |  1 -
 2 files changed, 87 deletions(-)

diff --git a/debian/patches/op_sibling_fixes.patch 
b/debian/patches/op_sibling_fixes.patch
deleted file mode 100644
index 1202f33..000
--- a/debian/patches/op_sibling_fixes.patch
+++ /dev/null
@@ -1,86 +0,0 @@
-Description: Fix for 5.25 or 5.22/24 with PERL_OP_PARENT
-Origin: CPAN RT
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=114490
-Author: Matthew Horsfall (alh)
-Reviewed-by: gregor herrmann 
-Last-Update: 2017-05-20
-
 a/lib/Params/Classify.xs
-+++ b/lib/Params/Classify.xs
-@@ -41,6 +41,26 @@
- # define FPTR2DPTR(t,x) ((t)(UV)(x))
- #endif /* !FPTR2DPTR */
- 
-+#ifndef OpHAS_SIBLING
-+#  define OpHAS_SIBLING(o)   (cBOOL((o)->op_sibling))
-+#endif
-+
-+#ifndef OpSIBLING
-+#  define OpSIBLING(o)   (0 + (o)->op_sibling)
-+#endif
-+
-+#ifndef OpMORESIB_set
-+#  define OpMORESIB_set(o, sib)  ((o)->op_sibling = (sib))
-+#endif
-+
-+#ifndef OpLASTSIB_set
-+#  define OpLASTSIB_set(o, parent)   ((o)->op_sibling = NULL)
-+#endif
-+
-+#ifndef OpMAYBESIB_set
-+#  define OpMAYBESIB_set(o, sib, parent) ((o)->op_sibling = (sib))
-+#endif
-+
- #ifndef ptr_table_new
- 
- struct q_ptr_tbl_ent {
-@@ -625,8 +645,8 @@
-   OP *(*ppfunc)(pTHX);
-   I32 cvflags;
-   pushop = cUNOPx(op)->op_first;
--  if(!pushop->op_sibling) pushop = cUNOPx(pushop)->op_first;
--  for(cvop = pushop; cvop->op_sibling; cvop = cvop->op_sibling) ;
-+  if(!OpHAS_SIBLING(pushop)) pushop = cUNOPx(pushop)->op_first;
-+  for(cvop = pushop; OpHAS_SIBLING(cvop); cvop = OpSIBLING(cvop)) ;
-   if(!(cvop->op_type == OP_RV2CV &&
-   !(cvop->op_private & OPpENTERSUB_AMPER) &&
-   (cv = rvop_cv(cUNOPx(cvop)->op_first)) &&
-@@ -635,20 +655,20 @@
-   return nxck_entersub(aTHX_ op);
-   cvflags = CvXSUBANY(cv).any_i32;
-   op = nxck_entersub(aTHX_ op);   /* for prototype checking */
--  aop = pushop->op_sibling;
--  bop = aop->op_sibling;
-+  aop = OpSIBLING(pushop);
-+  bop = OpSIBLING(aop);
-   if(bop == cvop) {
-   if(!(cvflags & PC_ALLOW_UNARY)) return op;
-   unary:
--  pushop->op_sibling = bop;
--  aop->op_sibling = NULL;
-+  OpLASTSIB_set(pushop, bop);
-+  OpLASTSIB_set(aop, NULL);
-   op_free(op);
-   op = newUNOP(OP_NULL, 0, aop);
-   op->op_type = OP_RAND;
-   op->op_ppaddr = ppfunc;
-   op->op_private = (U8)cvflags;
-   return op;
--  } else if(bop && bop->op_sibling == cvop) {
-+  } else if(bop && OpSIBLING(op) == cvop) {
-   if(!(cvflags & PC_ALLOW_BINARY)) return op;
-   if(ppfunc == THX_pp_check_sclass &&
-   (cvflags & PC_TYPE_MASK) == SCLASS_REF) {
-@@ -667,9 +687,9 @@
-   cvflags &= ~PC_TYPE_MASK;
-   ppfunc = THX_pp_check_dyn_battr;
-   }
--  pushop->op_sibling = cvop;
--  aop->op_sibling = NULL;
--  bop->op_sibling = NULL;
-+  OpLASTSIB_set(pushop, cvop);
-+  OpLASTSIB_set(aop, NULL);
-+  OpLASTSIB_set(bop, NULL);
-   op_free(op);
-   op = newBINOP(OP_NULL, 0, aop, bop);
-   op->op_type = OP_RAND;
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index b2ac153..000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-op_sibling_fixes.patch

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

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


[libparams-classify-perl] 06/06: releasing package libparams-classify-perl version 0.015-1

2017-12-31 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository libparams-classify-perl.

commit d99c6c223c91852a6c221f6cd43a0f310419a247
Author: Damyan Ivanov 
Date:   Mon Jan 1 07:29:21 2018 +

releasing package libparams-classify-perl version 0.015-1
---
 debian/changelog | 12 ++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0151a10..ee56597 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,16 @@
-libparams-classify-perl (0.013-9) UNRELEASED; urgency=medium
+libparams-classify-perl (0.015-1) unstable; urgency=medium
 
+  [ Alex Muntada ]
   * Remove inactive pkg-perl members from Uploaders.
 
- -- Alex Muntada   Sun, 08 Oct 2017 17:31:50 +0200
+  [ Damyan Ivanov ]
+  * New upstream version 0.015
+  * drop op_sibling_fixes.patch, applied upstream
+  * bump years of upstream copyright
+  * add libdevel-callchecker-perl to (build) dependencies
+  * declare conformance with Policy 4.1.3 (no changes needed)
+
+ -- Damyan Ivanov   Mon, 01 Jan 2018 07:25:37 +
 
 libparams-classify-perl (0.013-8) unstable; urgency=medium
 

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

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


[libparams-classify-perl] 01/01: pristine-tar data for libparams-classify-perl_0.015.orig.tar.gz

2017-12-31 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch pristine-tar
in repository libparams-classify-perl.

commit 44264a7d5aac07a89383bfcacdcff5b9fdf5c771
Author: Damyan Ivanov 
Date:   Mon Jan 1 07:11:43 2018 +

pristine-tar data for libparams-classify-perl_0.015.orig.tar.gz
---
 libparams-classify-perl_0.015.orig.tar.gz.delta | Bin 0 -> 1642 bytes
 libparams-classify-perl_0.015.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libparams-classify-perl_0.015.orig.tar.gz.delta 
b/libparams-classify-perl_0.015.orig.tar.gz.delta
new file mode 100644
index 000..13a9ed3
Binary files /dev/null and b/libparams-classify-perl_0.015.orig.tar.gz.delta 
differ
diff --git a/libparams-classify-perl_0.015.orig.tar.gz.id 
b/libparams-classify-perl_0.015.orig.tar.gz.id
new file mode 100644
index 000..f816e41
--- /dev/null
+++ b/libparams-classify-perl_0.015.orig.tar.gz.id
@@ -0,0 +1 @@
+f0fda2bd2b60f4836dee218b1b7a80aef81c351f

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

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


[libnet-ssleay-perl] annotated tag debian/1.82-1 created (now 3fafac1)

2017-12-31 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a change to annotated tag debian/1.82-1
in repository libnet-ssleay-perl.

at  3fafac1   (tag)
   tagging  68dfd8499ad2aca51929ac46a7ff3eed3c95e8db (commit)
  replaces  debian/1.80-1
 tagged by  Damyan Ivanov
on  Mon Jan 1 07:10:27 2018 +

- Log -
tagging package libnet-ssleay-perl version debian/1.82-1
-BEGIN PGP SIGNATURE-

iQIzBAABCAAdFiEErqDETssFbpNjDZ0z276dTZnSoAQFAlpJ3uMACgkQ276dTZnS
oASXYQ//eLA0O/Sb0RSboUreU90j7QpHPEB02lZ5aLy5eqXm0t3a8h3Tz5qG49UE
gq9R4DC5RdhiqRPeqH2wQdRqn96k78iXUW6MgTZYQMWN1tJiZgTKStt5bnqR/Nh2
30P3NrcbQRwDW3v+O9HRQO2QrFI7wpahvFQFm8QL8zASg1kl7b0YlUpk2hEdSWNs
ClZigRUlmtIi04olN95ocrVZcFY/FEkEPwz0SfcW5dcbmzwfmuVcLbj1DxT4LxxG
sM/UUGmznnmoOz6uYo2vwTOIICtK7b1mrJmfQxjswNJMXla7mm31cHNmL0eGAict
/ip0XMPaNXqjFWJTADz5o2ad6e7CS5jb21fvWFWvqFEobgksEQ+GJREa4S0yawm8
WneKDkhZ28GUVVqFp+9x6wKulGXM8u9VBJuPacsWZGTLk0lrqUTeQArVeut+cm3+
unLSuf2E/VVEWSbXLe/u4k2tNTgfPu0qpTDKo4UjR/Yf8jFr154ueljphkCk/+F1
EEYGN/2Vop9FMLITp8B4a8++u1lPk9Yl/gcFqeS+ruuGA4+bupgfbk7fwN8kx2cT
PjD41NO2ydtOWAUqhJIxIpbzl8jfsH913Af26lm9tpIckiMVcNvkBkbaYTYQtoP6
Zm+TmntLOG5u9vS5vqLU6fP8WuDSRc/D5gudx+I+dxRC8qzmBqM=
=eACW
-END PGP SIGNATURE-

Alex Muntada (2):
  Remove inactive pkg-perl members from Uploaders.
  update changelog

Damyan Ivanov (4):
  New upstream version 1.82
  Update upstream source from tag 'upstream/1.82'
  declare conformance with Policy 4.1.3 (no changes needed)
  releasing package libnet-ssleay-perl version 1.82-1

---

This annotated tag includes the following new commits:

   new  23ad516   Update upstream source from tag 'upstream/1.82'
   new  2fa2134   declare conformance with Policy 4.1.3 (no changes needed)
   new  68dfd84   releasing package libnet-ssleay-perl version 1.82-1

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


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

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


[libnet-ssleay-perl] 02/03: declare conformance with Policy 4.1.3 (no changes needed)

2017-12-31 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository libnet-ssleay-perl.

commit 2fa21349f962056fa8545caf79085fd1367a389c
Author: Damyan Ivanov 
Date:   Mon Jan 1 07:03:50 2018 +

declare conformance with Policy 4.1.3 (no changes needed)
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index c5b4632..bd0da9d 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 9.20120312),
libtest-warn-perl,
openssl,
perl-openssl-defaults
-Standards-Version: 3.9.8
+Standards-Version: 4.1.3
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-ssleay-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libnet-ssleay-perl.git
 Homepage: https://metacpan.org/release/Net-SSLeay

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

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


[libnet-ssleay-perl] 01/03: Update upstream source from tag 'upstream/1.82'

2017-12-31 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository libnet-ssleay-perl.

commit 23ad5164bd4503baf5837a3d1bf5fb9b436e3666
Merge: 4148cf3 08c3565
Author: Damyan Ivanov 
Date:   Mon Jan 1 06:40:51 2018 +

Update upstream source from tag 'upstream/1.82'

Update to upstream version '1.82'
with Debian dir 4aeb1e1c01b23942e29f96acd20b8882ad25ac66

 Changes  |  50 
 META.yml |   2 +-
 Makefile.PL  |   1 +
 SSLeay.xs| 449 +++
 inc/Module/Install/PRIVATE/Net/SSLeay.pm |   3 +-
 lib/Net/SSLeay.pm|   6 +-
 lib/Net/SSLeay.pod   |  94 ++-
 t/local/32_x509_get_cert_info.t  |   2 +
 t/local/33_x509_create_cert.t|  14 +-
 t/local/40_npn_support.t |   1 +
 10 files changed, 553 insertions(+), 69 deletions(-)

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

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


[libnet-ssleay-perl] branch pristine-tar updated (6b59317 -> 9751e54)

2017-12-31 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a change to branch pristine-tar
in repository libnet-ssleay-perl.

  from  6b59317   pristine-tar data for libnet-ssleay-perl_1.80.orig.tar.gz
   new  9751e54   pristine-tar data for libnet-ssleay-perl_1.82.orig.tar.gz

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


Summary of changes:
 libnet-ssleay-perl_1.82.orig.tar.gz.delta | Bin 0 -> 4911 bytes
 libnet-ssleay-perl_1.82.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libnet-ssleay-perl_1.82.orig.tar.gz.delta
 create mode 100644 libnet-ssleay-perl_1.82.orig.tar.gz.id

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

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


[libnet-ssleay-perl] annotated tag upstream/1.82 created (now ae6ff50)

2017-12-31 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a change to annotated tag upstream/1.82
in repository libnet-ssleay-perl.

at  ae6ff50   (tag)
   tagging  08c3565f33230ce3b993c0c6533393dfacca6243 (commit)
  replaces  upstream/1.80
 tagged by  Damyan Ivanov
on  Mon Jan 1 06:40:51 2018 +

- Log -
Upstream version 1.82

Damyan Ivanov (1):
  New upstream version 1.82

---

No new revisions were added by this update.

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

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


[libnet-ssleay-perl] 03/03: releasing package libnet-ssleay-perl version 1.82-1

2017-12-31 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository libnet-ssleay-perl.

commit 68dfd8499ad2aca51929ac46a7ff3eed3c95e8db
Author: Damyan Ivanov 
Date:   Mon Jan 1 07:10:27 2018 +

releasing package libnet-ssleay-perl version 1.82-1
---
 debian/changelog | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bf9b159..f579dec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
-libnet-ssleay-perl (1.80-2) UNRELEASED; urgency=medium
+libnet-ssleay-perl (1.82-1) unstable; urgency=medium
 
+  [ Alex Muntada ]
   * Remove inactive pkg-perl members from Uploaders.
 
- -- Alex Muntada   Sun, 08 Oct 2017 17:30:48 +0200
+  [ Damyan Ivanov ]
+  * New upstream version 1.82
+  * declare conformance with Policy 4.1.3 (no changes needed)
+
+ -- Damyan Ivanov   Mon, 01 Jan 2018 07:03:57 +
 
 libnet-ssleay-perl (1.80-1) unstable; urgency=medium
 

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

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


[libnet-ssleay-perl] 01/01: pristine-tar data for libnet-ssleay-perl_1.82.orig.tar.gz

2017-12-31 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch pristine-tar
in repository libnet-ssleay-perl.

commit 9751e5445bd427655d896e80811fc09369b85dfb
Author: Damyan Ivanov 
Date:   Mon Jan 1 06:40:51 2018 +

pristine-tar data for libnet-ssleay-perl_1.82.orig.tar.gz
---
 libnet-ssleay-perl_1.82.orig.tar.gz.delta | Bin 0 -> 4911 bytes
 libnet-ssleay-perl_1.82.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libnet-ssleay-perl_1.82.orig.tar.gz.delta 
b/libnet-ssleay-perl_1.82.orig.tar.gz.delta
new file mode 100644
index 000..5792182
Binary files /dev/null and b/libnet-ssleay-perl_1.82.orig.tar.gz.delta differ
diff --git a/libnet-ssleay-perl_1.82.orig.tar.gz.id 
b/libnet-ssleay-perl_1.82.orig.tar.gz.id
new file mode 100644
index 000..ae0850e
--- /dev/null
+++ b/libnet-ssleay-perl_1.82.orig.tar.gz.id
@@ -0,0 +1 @@
+0e6a3a572fafa3dfa26c4b543067a6e73e209338

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

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


[libnet-ssleay-perl] branch master updated (4148cf3 -> 68dfd84)

2017-12-31 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a change to branch master
in repository libnet-ssleay-perl.

  from  4148cf3   update changelog
  adds  08c3565   New upstream version 1.82
   new  23ad516   Update upstream source from tag 'upstream/1.82'
   new  2fa2134   declare conformance with Policy 4.1.3 (no changes needed)
   new  68dfd84   releasing package libnet-ssleay-perl version 1.82-1

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


Summary of changes:
 Changes  |  50 
 META.yml |   2 +-
 Makefile.PL  |   1 +
 SSLeay.xs| 449 +++
 debian/changelog |   9 +-
 debian/control   |   2 +-
 inc/Module/Install/PRIVATE/Net/SSLeay.pm |   3 +-
 lib/Net/SSLeay.pm|   6 +-
 lib/Net/SSLeay.pod   |  94 ++-
 t/local/32_x509_get_cert_info.t  |   2 +
 t/local/33_x509_create_cert.t|  14 +-
 t/local/40_npn_support.t |   1 +
 12 files changed, 561 insertions(+), 72 deletions(-)

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

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


[libmodule-install-perl] branch master updated (cd662cb -> 7f3d345)

2017-12-31 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

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

  from  cd662cb   update changelog
  adds  6a0b048   New upstream version 1.19
   new  2767bcc   Update upstream source from tag 'upstream/1.19'
   new  4ea9ef1   declare conformance with Policy 4.1.3 (no changes needed)
   new  7f3d345   releasing package libmodule-install-perl version 1.19-1

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


Summary of changes:
 .travis.yml| 15 +++-
 Changes|  4 ++
 MANIFEST.SKIP  | 68 +-
 META.yml   |  4 +-
 debian/changelog   |  7 ++--
 debian/control |  2 +-
 lib/Module/AutoInstall.pm  |  2 +-
 lib/Module/Install.pm  |  2 +-
 lib/Module/Install/Admin.pm|  2 +-
 lib/Module/Install/Admin/Bundle.pm |  2 +-
 lib/Module/Install/Admin/Compiler.pm   |  2 +-
 lib/Module/Install/Admin/Find.pm   |  2 +-
 lib/Module/Install/Admin/Include.pm|  2 +-
 lib/Module/Install/Admin/Makefile.pm   |  2 +-
 lib/Module/Install/Admin/Manifest.pm   |  2 +-
 lib/Module/Install/Admin/Metadata.pm   |  2 +-
 lib/Module/Install/Admin/ScanDeps.pm   |  2 +-
 lib/Module/Install/Admin/WriteAll.pm   |  2 +-
 lib/Module/Install/AutoInstall.pm  |  2 +-
 lib/Module/Install/Base.pm |  2 +-
 lib/Module/Install/Bundle.pm   |  2 +-
 lib/Module/Install/Can.pm  |  2 +-
 lib/Module/Install/Compiler.pm |  2 +-
 lib/Module/Install/DSL.pm  |  4 +-
 lib/Module/Install/Deprecated.pm   |  2 +-
 lib/Module/Install/External.pm |  2 +-
 lib/Module/Install/Fetch.pm|  2 +-
 lib/Module/Install/Include.pm  |  2 +-
 lib/Module/Install/Inline.pm   |  2 +-
 lib/Module/Install/MakeMaker.pm|  2 +-
 lib/Module/Install/Makefile.pm |  2 +-
 lib/Module/Install/Metadata.pm |  2 +-
 lib/Module/Install/PAR.pm  |  2 +-
 lib/Module/Install/Run.pm  |  2 +-
 lib/Module/Install/Scripts.pm  |  2 +-
 lib/Module/Install/Share.pm|  2 +-
 lib/Module/Install/Win32.pm|  2 +-
 lib/Module/Install/With.pm |  2 +-
 lib/Module/Install/WriteAll.pm |  2 +-
 lib/inc/Module/Install.pm  |  2 +-
 lib/inc/Module/Install/DSL.pm  |  4 +-
 t/01_compile.t |  2 -
 t/02_mymeta.t  |  2 -
 t/03_autoinstall.t |  2 -
 t/04_version.t |  2 -
 t/05_share.t   |  2 -
 t/06_ppport.t  |  2 -
 t/07_perl_version.t|  2 -
 t/08_dsl.t |  2 -
 t/09_read.t|  2 -
 t/10_test.t|  2 -
 t/11_extraction.t  |  2 -
 t/12_eumm_params.t |  2 -
 t/13_author_tests.t|  2 -
 t/13_author_tests_ext.t|  2 -
 t/13_author_tests_ext2.t   |  2 -
 t/14_auto_include_deps_with_version.t  |  2 -
 t/15_wrong_usage.t |  2 -
 t/16_require.t |  2 -
 t/17_sign.t|  2 -
 t/18_all_from.t|  2 -
 t/19_authors.t |  2 -
 t/20_authors_with_special_characters.t |  2 -
 t/21_makemaker_args.t  |  2 -
 t/22_installdirs.t |  2 -
 t/23_pl_files.t|  2 -
 t/24_multiple_license_blocks.t |  2 -
 t/25_perl_version_from.t   |  2 -
 t/26_unknown_func.t|  2 -
 t/27_build_requires_and_include.t  |  2 -
 t/28_makemaker_args.t  |  2 -
 t/29_requires_from.t   |  2 -
 t/30_build_subdirs.t   |  2 -
 t/31_add_metadata.t|  2 -
 t/32_module_name.t |  2 -
 t/lib/MyTest.pm|  2 +-
 t/recursive/test.t |  2 -
 77 files changed, 64 insertions(+), 182 deletions(-)

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

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


[libmodule-install-perl] branch pristine-tar updated (2cda2a3 -> 8132e70)

2017-12-31 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a change to branch pristine-tar
in repository libmodule-install-perl.

  from  2cda2a3   pristine-tar data for 
libmodule-install-perl_1.18.orig.tar.gz
   new  8132e70   pristine-tar data for 
libmodule-install-perl_1.19.orig.tar.gz

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


Summary of changes:
 libmodule-install-perl_1.19.orig.tar.gz.delta | Bin 0 -> 3598 bytes
 libmodule-install-perl_1.19.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libmodule-install-perl_1.19.orig.tar.gz.delta
 create mode 100644 libmodule-install-perl_1.19.orig.tar.gz.id

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

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


[libmodule-install-perl] annotated tag debian/1.19-1 created (now 03e9743)

2017-12-31 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a change to annotated tag debian/1.19-1
in repository libmodule-install-perl.

at  03e9743   (tag)
   tagging  7f3d345ed61148db61a4430f8da2aa55cc55c790 (commit)
  replaces  debian/1.18-1
 tagged by  Damyan Ivanov
on  Mon Jan 1 06:38:35 2018 +

- Log -
tagging package libmodule-install-perl version debian/1.19-1
-BEGIN PGP SIGNATURE-

iQIzBAABCAAdFiEErqDETssFbpNjDZ0z276dTZnSoAQFAlpJ12sACgkQ276dTZnS
oAQ3aQ//dxzKsoePB6ZD+sLFr7xW3Ov7DFd7tFdvDa6IMZnq/Pk74x6QdEkQKxLT
e1f+tUeJLJ41Ixpm6Ul95XJIGO23HIkFjDzz6D34Xj89HstLpnM/DpVoa7M8tR8n
zs/vziDF8LAC48LKi20vv/VUnvNlZIx0gmLK2zqeZOjQFDe5dwdzCl/NDjcJk+ST
orUCzz6sJ8nkPakpl1vopUu5wlS1HFo6tm+xOl0vibuwwcYOzsvNL4tU6W0uTQtg
rTa8/D7e7S3iBCU5cu1jJw/w6QCVSkjCABgm02KmUpox+WDW43HgAq9nHDIA+wvO
XZJ3VeehzeiIgCiFxZ3kMhGzXxu1+rj6zfj4zq5Cymh8Cb3TMy0Eg57htbJPT3pV
TQcZchVwhXdl4kdP8Xx1Js6HtWU+9VpZxlcEgzIrKtgA6O9+aCzJyxYdBZN6n0xD
/YvwyitJOpb1GFG5aOS/zrYQON0trc9lwsl9Y7b8Wpe1qM487NnbnirzeAhH+SPA
IqhLKz942XdYY3KGr//iq25bfg00x9TSGoZNY1FaYT933uRuE5Q5l7gf7fUXn1/s
Gwga48Uh2Npbk8Uk4WB2bj+4qAOzuc+6kwLVYo4YRamVYTPF/gnWzBDss9Joi85m
f1RiCZqOXeM8P9zb6BD17lTzkh/olYLcDNlFxhLK/EIiXmrxHwc=
=YlrN
-END PGP SIGNATURE-

Damyan Ivanov (6):
  declare conformance with Policy 4.1.2 (no changes needed)
  update changelog
  New upstream version 1.19
  Update upstream source from tag 'upstream/1.19'
  declare conformance with Policy 4.1.3 (no changes needed)
  releasing package libmodule-install-perl version 1.19-1

---

This annotated tag includes the following new commits:

   new  2767bcc   Update upstream source from tag 'upstream/1.19'
   new  4ea9ef1   declare conformance with Policy 4.1.3 (no changes needed)
   new  7f3d345   releasing package libmodule-install-perl version 1.19-1

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


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

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


[libmodule-install-perl] 01/01: pristine-tar data for libmodule-install-perl_1.19.orig.tar.gz

2017-12-31 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch pristine-tar
in repository libmodule-install-perl.

commit 8132e70e82b334e599103c98fa2f8d8796122455
Author: Damyan Ivanov 
Date:   Mon Jan 1 06:27:42 2018 +

pristine-tar data for libmodule-install-perl_1.19.orig.tar.gz
---
 libmodule-install-perl_1.19.orig.tar.gz.delta | Bin 0 -> 3598 bytes
 libmodule-install-perl_1.19.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libmodule-install-perl_1.19.orig.tar.gz.delta 
b/libmodule-install-perl_1.19.orig.tar.gz.delta
new file mode 100644
index 000..c78ebc3
Binary files /dev/null and b/libmodule-install-perl_1.19.orig.tar.gz.delta 
differ
diff --git a/libmodule-install-perl_1.19.orig.tar.gz.id 
b/libmodule-install-perl_1.19.orig.tar.gz.id
new file mode 100644
index 000..3429115
--- /dev/null
+++ b/libmodule-install-perl_1.19.orig.tar.gz.id
@@ -0,0 +1 @@
+538dd623bec677996f657d512b40a10efe1cf18b

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

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


[libmodule-install-perl] annotated tag upstream/1.19 created (now ee4a9cb)

2017-12-31 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a change to annotated tag upstream/1.19
in repository libmodule-install-perl.

at  ee4a9cb   (tag)
   tagging  6a0b048f4c5d088e17e386c17240cee0f8a8703e (commit)
  replaces  upstream/1.18
 tagged by  Damyan Ivanov
on  Mon Jan 1 06:27:42 2018 +

- Log -
Upstream version 1.19

Damyan Ivanov (1):
  New upstream version 1.19

---

No new revisions were added by this update.

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

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


[libmodule-install-perl] 01/03: Update upstream source from tag 'upstream/1.19'

2017-12-31 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

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

commit 2767bcc9ff9e7d948921a18f0893cc5ded5c7368
Merge: cd662cb 6a0b048
Author: Damyan Ivanov 
Date:   Mon Jan 1 06:27:42 2018 +

Update upstream source from tag 'upstream/1.19'

Update to upstream version '1.19'
with Debian dir 0b6f7d85e22428a7f474057c8efbadd3b8bca2de

 .travis.yml| 15 +++-
 Changes|  4 ++
 MANIFEST.SKIP  | 68 +-
 META.yml   |  4 +-
 lib/Module/AutoInstall.pm  |  2 +-
 lib/Module/Install.pm  |  2 +-
 lib/Module/Install/Admin.pm|  2 +-
 lib/Module/Install/Admin/Bundle.pm |  2 +-
 lib/Module/Install/Admin/Compiler.pm   |  2 +-
 lib/Module/Install/Admin/Find.pm   |  2 +-
 lib/Module/Install/Admin/Include.pm|  2 +-
 lib/Module/Install/Admin/Makefile.pm   |  2 +-
 lib/Module/Install/Admin/Manifest.pm   |  2 +-
 lib/Module/Install/Admin/Metadata.pm   |  2 +-
 lib/Module/Install/Admin/ScanDeps.pm   |  2 +-
 lib/Module/Install/Admin/WriteAll.pm   |  2 +-
 lib/Module/Install/AutoInstall.pm  |  2 +-
 lib/Module/Install/Base.pm |  2 +-
 lib/Module/Install/Bundle.pm   |  2 +-
 lib/Module/Install/Can.pm  |  2 +-
 lib/Module/Install/Compiler.pm |  2 +-
 lib/Module/Install/DSL.pm  |  4 +-
 lib/Module/Install/Deprecated.pm   |  2 +-
 lib/Module/Install/External.pm |  2 +-
 lib/Module/Install/Fetch.pm|  2 +-
 lib/Module/Install/Include.pm  |  2 +-
 lib/Module/Install/Inline.pm   |  2 +-
 lib/Module/Install/MakeMaker.pm|  2 +-
 lib/Module/Install/Makefile.pm |  2 +-
 lib/Module/Install/Metadata.pm |  2 +-
 lib/Module/Install/PAR.pm  |  2 +-
 lib/Module/Install/Run.pm  |  2 +-
 lib/Module/Install/Scripts.pm  |  2 +-
 lib/Module/Install/Share.pm|  2 +-
 lib/Module/Install/Win32.pm|  2 +-
 lib/Module/Install/With.pm |  2 +-
 lib/Module/Install/WriteAll.pm |  2 +-
 lib/inc/Module/Install.pm  |  2 +-
 lib/inc/Module/Install/DSL.pm  |  4 +-
 t/01_compile.t |  2 -
 t/02_mymeta.t  |  2 -
 t/03_autoinstall.t |  2 -
 t/04_version.t |  2 -
 t/05_share.t   |  2 -
 t/06_ppport.t  |  2 -
 t/07_perl_version.t|  2 -
 t/08_dsl.t |  2 -
 t/09_read.t|  2 -
 t/10_test.t|  2 -
 t/11_extraction.t  |  2 -
 t/12_eumm_params.t |  2 -
 t/13_author_tests.t|  2 -
 t/13_author_tests_ext.t|  2 -
 t/13_author_tests_ext2.t   |  2 -
 t/14_auto_include_deps_with_version.t  |  2 -
 t/15_wrong_usage.t |  2 -
 t/16_require.t |  2 -
 t/17_sign.t|  2 -
 t/18_all_from.t|  2 -
 t/19_authors.t |  2 -
 t/20_authors_with_special_characters.t |  2 -
 t/21_makemaker_args.t  |  2 -
 t/22_installdirs.t |  2 -
 t/23_pl_files.t|  2 -
 t/24_multiple_license_blocks.t |  2 -
 t/25_perl_version_from.t   |  2 -
 t/26_unknown_func.t|  2 -
 t/27_build_requires_and_include.t  |  2 -
 t/28_makemaker_args.t  |  2 -
 t/29_requires_from.t   |  2 -
 t/30_build_subdirs.t   |  2 -
 t/31_add_metadata.t|  2 -
 t/32_module_name.t |  2 -
 t/lib/MyTest.pm|  2 +-
 t/recursive/test.t |  2 -
 75 files changed, 59 insertions(+), 178 deletions(-)

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

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


[libmodule-install-perl] 03/03: releasing package libmodule-install-perl version 1.19-1

2017-12-31 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

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

commit 7f3d345ed61148db61a4430f8da2aa55cc55c790
Author: Damyan Ivanov 
Date:   Mon Jan 1 06:38:35 2018 +

releasing package libmodule-install-perl version 1.19-1
---
 debian/changelog | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a0c362a..31d6549 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-libmodule-install-perl (1.18-2) UNRELEASED; urgency=medium
+libmodule-install-perl (1.19-1) unstable; urgency=medium
 
-  * declare conformance with Policy 4.1.2 (no changes needed)
+  * New upstream version 1.19
+  * declare conformance with Policy 4.1.3 (no changes needed)
 
- -- Damyan Ivanov   Sun, 03 Dec 2017 22:46:01 +
+ -- Damyan Ivanov   Mon, 01 Jan 2018 06:36:16 +
 
 libmodule-install-perl (1.18-1) unstable; urgency=medium
 

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

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


[libmodule-install-perl] 02/03: declare conformance with Policy 4.1.3 (no changes needed)

2017-12-31 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

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

commit 4ea9ef10d219b423579bc45f84707aaedf86a1b3
Author: Damyan Ivanov 
Date:   Mon Jan 1 06:36:10 2018 +

declare conformance with Policy 4.1.3 (no changes needed)
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 1c7a2e9..7eb6775 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends-Indep: perl,
  libmodule-scandeps-perl (>= 1.09),
  perl (>= 5.19.9) | libparse-cpan-meta-perl (>= 1.4413),
  libyaml-tiny-perl
-Standards-Version: 4.1.2
+Standards-Version: 4.1.3
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libmodule-install-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libmodule-install-perl.git
 Homepage: https://metacpan.org/release/Module-Install

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

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


[libdbi-perl] annotated tag upstream/1.639 created (now 870fb1a)

2017-12-31 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a change to annotated tag upstream/1.639
in repository libdbi-perl.

at  870fb1a   (tag)
   tagging  6565c0b9e5ea1ff065aba5c11789e89ca80a60d5 (commit)
  replaces  upstream/1.637
 tagged by  Damyan Ivanov
on  Sun Dec 31 16:29:12 2017 +

- Log -
Upstream version 1.639

Damyan Ivanov (1):
  New upstream version 1.639

---

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

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


[libdbi-perl] branch pristine-tar updated (7cb95a7 -> b6e8055)

2017-12-31 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a change to branch pristine-tar
in repository libdbi-perl.

  from  7cb95a7   pristine-tar data for libdbi-perl_1.637.orig.tar.gz
   new  b6e8055   pristine-tar data for libdbi-perl_1.639.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:
 libdbi-perl_1.639.orig.tar.gz.delta | Bin 0 -> 4933 bytes
 libdbi-perl_1.639.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libdbi-perl_1.639.orig.tar.gz.delta
 create mode 100644 libdbi-perl_1.639.orig.tar.gz.id

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

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


[libdbi-perl] 01/01: pristine-tar data for libdbi-perl_1.639.orig.tar.gz

2017-12-31 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch pristine-tar
in repository libdbi-perl.

commit b6e8055b0d1f640abad5777ac81ee05329a645c7
Author: Damyan Ivanov 
Date:   Sun Dec 31 16:29:12 2017 +

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

diff --git a/libdbi-perl_1.639.orig.tar.gz.delta 
b/libdbi-perl_1.639.orig.tar.gz.delta
new file mode 100644
index 000..6bd7efd
Binary files /dev/null and b/libdbi-perl_1.639.orig.tar.gz.delta differ
diff --git a/libdbi-perl_1.639.orig.tar.gz.id b/libdbi-perl_1.639.orig.tar.gz.id
new file mode 100644
index 000..339e5b1
--- /dev/null
+++ b/libdbi-perl_1.639.orig.tar.gz.id
@@ -0,0 +1 @@
+1d64132c4d19288f6bb6b8625cbd7c8f593ff445

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

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


[libdbi-perl] branch master updated (d149b57 -> 2df2a0f)

2017-12-31 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a change to branch master
in repository libdbi-perl.

  from  d149b57   update changelog
  adds  6565c0b   New upstream version 1.639
   new  f8b1246   Update upstream source from tag 'upstream/1.639'
   new  1917d37   add information about one file to d/copyright
   new  69672dd   declare conformance with Policy 4.1.3 (no changes)
   new  2df2a0f   releasing package libdbi-perl version 1.639-1

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


Summary of changes:
 Changes |  16 ++-
 DBI.pm  |   7 +-
 DBI.xs  |   4 +-
 MANIFEST|   2 +
 META.json   |   7 +-
 META.yml|   7 +-
 Makefile.PL |   1 +
 debian/changelog|   8 +-
 debian/control  |   2 +-
 debian/copyright|   4 +
 lib/DBD/Mem.pm  | 376 
 t/48dbi_dbd_sqlengine.t |  12 +-
 t/54_dbd_mem.t  |  41 ++
 t/91_store_warning.t|   9 +-
 14 files changed, 468 insertions(+), 28 deletions(-)
 create mode 100644 lib/DBD/Mem.pm
 create mode 100644 t/54_dbd_mem.t

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

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


[libdbi-perl] annotated tag debian/1.639-1 created (now daf3d84)

2017-12-31 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a change to annotated tag debian/1.639-1
in repository libdbi-perl.

at  daf3d84   (tag)
   tagging  2df2a0f36bb3b7593b625ddc2b17472d923ad862 (commit)
  replaces  debian/1.637-1
 tagged by  Damyan Ivanov
on  Sun Dec 31 16:43:51 2017 +

- Log -
tagging package libdbi-perl version debian/1.639-1
-BEGIN PGP SIGNATURE-

iQIzBAABCAAdFiEErqDETssFbpNjDZ0z276dTZnSoAQFAlpJE8cACgkQ276dTZnS
oAR/ow//WttxafgrdSYi/wOYKW4mGE6rXgn/6g/bBuWCVDxKjyz2XGm0VekZscze
4wmikf+GNmfZTgTqD8bPylYqV/jwB2ZNn1RWi/36DoUxKBHXIXepQ6RmWu3jGVpT
5vxARaMWdU+95SSpoaMDnbEjNAd/pIbx5b4UiZ0HdAh4xR3W3nWoTbCaLkQYULGM
akdNwR7Hw2E+Wq20Fnfg+C2gK3Q6NIKZOUAVA3QUMvUg3nyM10idlswZLKcwhgkY
wDgo//FIunGb0MOHqiiXKqKFSkleDmj+ux0vLSgoO8z+13AbBJmFh1Ec8zhVfXEJ
5Wn+Rt0srMKXKsX7eMfeoJv8uylnCsfgWoAJs16OIrorJA/LFIg7L/kFr6GF7l2O
LEXxwYLvKEgDFbqKnFCy9DmP8goiCT2FE3wjO2ot9jqM3WGX5AHCKSd/yb2mu558
RSpggTDZj5ve9QqRMiD0KWL+TatgDBXiMRWlzHQsHBnUb3sIRq3KQpB2MRseX/Wt
/dVF7kzxmqln0UzYbiLuSkCk/YAYrO8T4yYdmgExUIYqsLoy+iOopo1gNbRMohvk
91LGqZGUZN5uWWMy2BWziLoRHXTtbh7nhv8BkFduktc+eCtiqw4EOCm3G/VfGq8O
zqnmu7i4/rv8TMCMhjE/MyrmgcdJnXYDV+M/f/GF0olk5vCawjM=
=X2tZ
-END PGP SIGNATURE-

Alex Muntada (2):
  Remove inactive pkg-perl members from Uploaders.
  update changelog

Damyan Ivanov (7):
  declare conformance with Policy 4.1.2 (no changes needed)
  update changelog
  New upstream version 1.639
  Update upstream source from tag 'upstream/1.639'
  add information about one file to d/copyright
  declare conformance with Policy 4.1.3 (no changes)
  releasing package libdbi-perl version 1.639-1

---

This annotated tag includes the following new commits:

   new  f8b1246   Update upstream source from tag 'upstream/1.639'
   new  1917d37   add information about one file to d/copyright
   new  69672dd   declare conformance with Policy 4.1.3 (no changes)
   new  2df2a0f   releasing package libdbi-perl version 1.639-1

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


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

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


[libdbi-perl] 03/04: declare conformance with Policy 4.1.3 (no changes)

2017-12-31 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository libdbi-perl.

commit 69672dd6fe2cb92771a958f4e5309db321b30db6
Author: Damyan Ivanov 
Date:   Sun Dec 31 16:40:23 2017 +

declare conformance with Policy 4.1.3 (no changes)
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index c2f16a5..3af6563 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 9.20120312),
libtest-pod-coverage-perl,
libtest-pod-perl,
perl
-Standards-Version: 4.1.2
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdbi-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdbi-perl.git
 Homepage: https://dbi.perl.org/

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

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


[libdbi-perl] 02/04: add information about one file to d/copyright

2017-12-31 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository libdbi-perl.

commit 1917d371d47f3dcd583b44412cded1fa93cef743
Author: Damyan Ivanov 
Date:   Sun Dec 31 16:37:51 2017 +

add information about one file to d/copyright
---
 debian/copyright | 4 
 1 file changed, 4 insertions(+)

diff --git a/debian/copyright b/debian/copyright
index 2ae825e..53f3424 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -44,6 +44,10 @@ Copyright: 2004, Jeff Zucker 
  2010-2013, Jens Rehsack & H.Merijn Brand
 License: Artistic or GPL-1+
 
+Files: lib/DBD/Mem.pm
+Copyright: 2016, 2017, Jens Rehsack
+License: Artistic or GPL-1+
+
 Files: lib/DBI/SQL/Nano.pm
 Copyright:
  2004, Jeff Zucker 

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

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


[libdbi-perl] 01/04: Update upstream source from tag 'upstream/1.639'

2017-12-31 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository libdbi-perl.

commit f8b12460e790148319ea65abd1a095f2f59d946b
Merge: d149b57 6565c0b
Author: Damyan Ivanov 
Date:   Sun Dec 31 16:29:12 2017 +

Update upstream source from tag 'upstream/1.639'

Update to upstream version '1.639'
with Debian dir 5b52087d0d2f83bee401520e2c4ec8caa5ca14aa

 Changes |  16 ++-
 DBI.pm  |   7 +-
 DBI.xs  |   4 +-
 MANIFEST|   2 +
 META.json   |   7 +-
 META.yml|   7 +-
 Makefile.PL |   1 +
 lib/DBD/Mem.pm  | 376 
 t/48dbi_dbd_sqlengine.t |  12 +-
 t/54_dbd_mem.t  |  41 ++
 t/91_store_warning.t|   9 +-
 11 files changed, 458 insertions(+), 24 deletions(-)

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

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


[libdbi-perl] 04/04: releasing package libdbi-perl version 1.639-1

2017-12-31 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository libdbi-perl.

commit 2df2a0f36bb3b7593b625ddc2b17472d923ad862
Author: Damyan Ivanov 
Date:   Sun Dec 31 16:43:51 2017 +

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

diff --git a/debian/changelog b/debian/changelog
index a96bb7b..c63b819 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,14 @@
-libdbi-perl (1.637-2) UNRELEASED; urgency=medium
+libdbi-perl (1.639-1) unstable; urgency=medium
 
   [ Alex Muntada ]
   * Remove inactive pkg-perl members from Uploaders.
 
   [ Damyan Ivanov ]
-  * declare conformance with Policy 4.1.2 (no changes needed)
+  * New upstream version 1.639
+  * add information about one file to d/copyright
+  * declare conformance with Policy 4.1.3 (no changes needed)
 
- -- Alex Muntada   Sun, 08 Oct 2017 17:22:39 +0200
+ -- Damyan Ivanov   Sun, 31 Dec 2017 16:40:46 +
 
 libdbi-perl (1.637-1) unstable; urgency=medium
 

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

___
Pkg-perl-cvs-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.26-1 created (now 07a10b7)

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

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

at  07a10b7   (tag)
   tagging  147a69d90e58bc2b7a7845fbc839f1a2134e7015 (commit)
  replaces  debian/1.25-1
 tagged by  gregor herrmann
on  Sun Dec 31 16:38:46 2017 +0100

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

iQKTBAABCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlpJBIZfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgbt0xAAqtkc5/enbGPcjCIVSQxDEFjNi9ER5KT2qPrUPiY9GqFEW+CslrU+ovhk
/MhAvqd0+b/xSc2CLGx0bz9GjCgVbLqmJz6hswWSBcCheSFRUVPIaFYxw0liYwAq
aGJesJUpW257Cqf660IJLp922WfTpjOnPRcxqzcInfLEVRVnJckUOSnh5A5NwIN6
1ZrGylfrxltItGhfuUvLPb/UVpWgqJBABRuC6iQ5l28VnCwfxO4cw7jYrIr6bPLO
+BKbCzbWY0mWKi4WNI7WIQ0WufQZK8XmdCjEPPhzWvYtD7eFrQm9khydHuQ5FXr3
eUEdkc9DLmZNJ6NEZrKbnM5OfuFz9VZWl4hWPT/jZLNmBP5Gfr/AhFpw9J5nedt6
inApwWaM9UjLlL/1jVklp5kiiCsqQCTdH25gkSyGQeHupaJF3pYtDUycIXDYOcLR
WPTZqfaBJMgconNm0y8KogV833Gu6y+GRy2HwKnIjbARi1z7WQlcaZXUz4InqPln
7mOnd3Luaj+oZrZF+7UML4cwGWDFn7uIZMrPCAxBGNk5zdCQvGo9ZPyv5Gd6rO0u
Jwrn2s1RZbDg+fbUgj2Qzl3ztXY00jZ9yzUCpSU0PL0ZvzFm75jBidrDVAZYsqhp
4SpjsEaFW58tU9oISd9qcnD2QIEtcGapwQJCkZw2JnvT2uIRP6Y=
=A3Ct
-END PGP SIGNATURE-

Xavier Guimard (4):
  New upstream version 1.26
  Update upstream source from tag 'upstream/1.26'
  Update remote repository url
  Update d/ch

---

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


[libtree-r-perl] branch master updated (883dc87 -> 083214b)

2017-12-31 Thread Francesco Lovergine
This is an automated email from the git hooks/post-receive script.

frankie pushed a change to branch master
in repository libtree-r-perl.

  from  883dc87   Import Debian changes 0.072-1
   new  ecd1f0b   Import Debian changes 0.072-1
   new  083214b   Merge branch 'master' of 
ssh://git.debian.org/git/pkg-perl/packages/libtree-r-perl

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


Summary of changes:

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

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


[libtree-r-perl] 02/02: Merge branch 'master' of ssh://git.debian.org/git/pkg-perl/packages/libtree-r-perl

2017-12-31 Thread Francesco Lovergine
This is an automated email from the git hooks/post-receive script.

frankie pushed a commit to branch master
in repository libtree-r-perl.

commit 083214bbb18c2761060e7f1e64ea7db92b65f269
Merge: ecd1f0b 883dc87
Author: Francesco Paolo Lovergine 
Date:   Sun Dec 31 14:50:04 2017 +0100

Merge branch 'master' of 
ssh://git.debian.org/git/pkg-perl/packages/libtree-r-perl


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

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


[libtree-r-perl] 01/02: Import Debian changes 0.072-1

2017-12-31 Thread Francesco Lovergine
This is an automated email from the git hooks/post-receive script.

frankie pushed a commit to branch master
in repository libtree-r-perl.

commit ecd1f0bf17152282a865c0880fef74964a31192a
Author: Francesco Paolo Lovergine 
Date:   Sun Dec 31 14:49:42 2017 +0100

Import Debian changes 0.072-1

libtree-r-perl (0.072-1) unstable; urgency=medium

  * Initial release (closes: #885834)
---
 debian/changelog |  5 +
 debian/compat|  1 +
 debian/control   | 18 ++
 debian/copyright | 19 +++
 debian/rules | 23 +++
 debian/source/format |  1 +
 debian/watch |  2 ++
 7 files changed, 69 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..d0dfdfa
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libtree-r-perl (0.072-1) unstable; urgency=medium
+
+  * Initial release (closes: #885834)
+
+ -- Francesco Paolo Lovergine   Tue, 26 Dec 2017 12:46:15 
+0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..cb1981d
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,18 @@
+Source: libtree-r-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group 
+Uploaders: Francesco Paolo Lovergine 
+Build-Depends: debhelper (>= 9)
+Build-Depends-Indep: perl
+Standards-Version: 4.1.2
+Homepage: https://github.com/ajolma/Tree-R
+
+Package: libtree-r-perl
+Architecture: all
+Depends: ${misc:Depends}
+ , ${perl:Depends}
+Description: Perl extension for the R-tree data structure and algorithms
+ R-tree is a data  structure for storing, indexing and efficiently
+ looking up non-zero-size spatial objects. This is a native Perl module
+ to manage an R-tree index implementation.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..dcee9a6
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,19 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Tree-R
+Source: https://metacpan.org/pod/Tree::R
+
+Files: *
+Copyright: 2005- Ari Jolma 
+License: Artistic
+
+Files: debian/*
+Copyright: 2017 Francesco Paolo Lovergine 
+License: Artistic
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Apache version 2.0 license
+ can be found in "/usr/share/common-licenses/Artistic".
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 000..4469961
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,23 @@
+#!/usr/bin/make -f
+# See debhelper(7) (uncomment to enable)
+# output every command that modifies files on the build system.
+#export DH_VERBOSE = 1
+
+# see FEATURE AREAS in dpkg-buildflags(1)
+#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
+# see ENVIRONMENT in dpkg-buildflags(1)
+# package maintainers to append CFLAGS
+#export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
+# package maintainers to append LDFLAGS
+#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
+
+%:
+   dh $@
+
+# dh_make generated override targets
+# This is example for Cmake (See https://bugs.debian.org/641051 )
+#override_dh_auto_configure:
+#  dh_auto_configure -- #  -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 000..e2013eb
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://metacpan.org/release/Tree-R 
.*/Tree-R-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)

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

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


[libtree-r-perl] annotated tag debian/0.072-1 created (now d639666)

2017-12-31 Thread Francesco Lovergine
This is an automated email from the git hooks/post-receive script.

frankie pushed a change to annotated tag debian/0.072-1
in repository libtree-r-perl.

at  d639666   (tag)
   tagging  883dc87e08ab4f4f4190d677eb96f560e80a7435 (commit)
  replaces  upstream/0.072
 tagged by  Francesco Paolo Lovergine
on  Sun Dec 31 14:47:46 2017 +0100

- Log -
Debian release 0.072-1

Francesco Paolo Lovergine (1):
  Import Debian changes 0.072-1

---

No new revisions were added by this update.

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

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


[libtree-r-perl] branch master created (now 883dc87)

2017-12-31 Thread Francesco Lovergine
This is an automated email from the git hooks/post-receive script.

frankie pushed a change to branch master
in repository libtree-r-perl.

at  883dc87   Import Debian changes 0.072-1

This branch includes the following new commits:

   new  883dc87   Import Debian changes 0.072-1

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.


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

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


[libtree-r-perl] annotated tag upstream/0.072 created (now 390277a)

2017-12-31 Thread Francesco Lovergine
This is an automated email from the git hooks/post-receive script.

frankie pushed a change to annotated tag upstream/0.072
in repository libtree-r-perl.

at  390277a   (tag)
   tagging  8ebb37f97db8a678ae4d3fed63e8e6825cfef94c (commit)
 tagged by  Francesco Paolo Lovergine
on  Sun Dec 31 14:47:45 2017 +0100

- Log -
Upstream version 0.072

Francesco Paolo Lovergine (1):
  Import Upstream version 0.072

---

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

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


[libtree-r-perl] 01/01: Import Debian changes 0.072-1

2017-12-31 Thread Francesco Lovergine
This is an automated email from the git hooks/post-receive script.

frankie pushed a commit to branch master
in repository libtree-r-perl.

commit 883dc87e08ab4f4f4190d677eb96f560e80a7435
Author: Francesco Paolo Lovergine 
Date:   Tue Dec 26 12:46:15 2017 +0100

Import Debian changes 0.072-1

libtree-r-perl (0.072-1) unstable; urgency=medium

  * Initial release (closes: #885834)
---
 debian/changelog |  5 +
 debian/compat|  1 +
 debian/control   | 18 ++
 debian/copyright | 19 +++
 debian/rules | 23 +++
 debian/source/format |  1 +
 debian/watch |  2 ++
 7 files changed, 69 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..d0dfdfa
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libtree-r-perl (0.072-1) unstable; urgency=medium
+
+  * Initial release (closes: #885834)
+
+ -- Francesco Paolo Lovergine   Tue, 26 Dec 2017 12:46:15 
+0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..cb1981d
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,18 @@
+Source: libtree-r-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group 
+Uploaders: Francesco Paolo Lovergine 
+Build-Depends: debhelper (>= 9)
+Build-Depends-Indep: perl
+Standards-Version: 4.1.2
+Homepage: https://github.com/ajolma/Tree-R
+
+Package: libtree-r-perl
+Architecture: all
+Depends: ${misc:Depends}
+ , ${perl:Depends}
+Description: Perl extension for the R-tree data structure and algorithms
+ R-tree is a data  structure for storing, indexing and efficiently
+ looking up non-zero-size spatial objects. This is a native Perl module
+ to manage an R-tree index implementation.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..dcee9a6
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,19 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Tree-R
+Source: https://metacpan.org/pod/Tree::R
+
+Files: *
+Copyright: 2005- Ari Jolma 
+License: Artistic
+
+Files: debian/*
+Copyright: 2017 Francesco Paolo Lovergine 
+License: Artistic
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Apache version 2.0 license
+ can be found in "/usr/share/common-licenses/Artistic".
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 000..4469961
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,23 @@
+#!/usr/bin/make -f
+# See debhelper(7) (uncomment to enable)
+# output every command that modifies files on the build system.
+#export DH_VERBOSE = 1
+
+# see FEATURE AREAS in dpkg-buildflags(1)
+#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
+# see ENVIRONMENT in dpkg-buildflags(1)
+# package maintainers to append CFLAGS
+#export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
+# package maintainers to append LDFLAGS
+#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
+
+%:
+   dh $@
+
+# dh_make generated override targets
+# This is example for Cmake (See https://bugs.debian.org/641051 )
+#override_dh_auto_configure:
+#  dh_auto_configure -- #  -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 000..e2013eb
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://metacpan.org/release/Tree-R 
.*/Tree-R-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)

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

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


[libdoxygen-filter-perl] branch master updated (ab4087b -> 77aad6f)

2017-12-31 Thread Francesco Lovergine
This is an automated email from the git hooks/post-receive script.

frankie pushed a change to branch master
in repository libdoxygen-filter-perl.

  from  ab4087b   Import Debian changes 1.72-1
   new  77aad6f   Minor changes for comaint

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


Summary of changes:
 debian/changelog| 7 +++
 debian/control  | 2 ++
 debian/libdoxygen-filter-perl-docs.docs | 3 +--
 3 files changed, 10 insertions(+), 2 deletions(-)

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

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


[libdoxygen-filter-perl] 01/01: Minor changes for comaint

2017-12-31 Thread Francesco Lovergine
This is an automated email from the git hooks/post-receive script.

frankie pushed a commit to branch master
in repository libdoxygen-filter-perl.

commit 77aad6f537975d2e19700a36b9a73102e1855fb3
Author: Francesco Paolo Lovergine 
Date:   Sun Dec 31 11:55:47 2017 +0100

Minor changes for comaint
---
 debian/changelog| 7 +++
 debian/control  | 2 ++
 debian/libdoxygen-filter-perl-docs.docs | 3 +--
 3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f010aca..a880752 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libdoxygen-filter-perl (1.72-2) unstable; urgency=medium
+
+  * Created shared git repository on Alioth and added Vcs-* fields.
+  * Cleaned up docs.
+
+ -- Francesco Paolo Lovergine   Sun, 31 Dec 2017 11:53:27 
+0100
+
 libdoxygen-filter-perl (1.72-1) unstable; urgency=medium
 
   * Initial release (closes: #885337)
diff --git a/debian/control b/debian/control
index e6f1c0e..4ef0845 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,8 @@ Build-Depends-Indep: perl
  , liblog-log4perl-perl
 Standards-Version: 4.1.2
 Homepage: http://github.com/jordan2175/doxygen-filter-perl
+Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libdoxygen-filter-perl.git
+Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libdoxygen-filter-perl.git
 
 Package: libdoxygen-filter-perl
 Architecture: all
diff --git a/debian/libdoxygen-filter-perl-docs.docs 
b/debian/libdoxygen-filter-perl-docs.docs
index 852b981..1a82f46 100644
--- a/debian/libdoxygen-filter-perl-docs.docs
+++ b/debian/libdoxygen-filter-perl-docs.docs
@@ -1,4 +1,3 @@
-Changes
 HISTORY
-EADME.md
+README.md
 Doxyfile

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

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


[libdoxygen-filter-perl] 02/02: Import Debian changes 1.72-1

2017-12-31 Thread Francesco Lovergine
This is an automated email from the git hooks/post-receive script.

frankie pushed a commit to branch master
in repository libdoxygen-filter-perl.

commit ab4087ba0dab749154cb698aaeb41f772b608062
Author: Francesco Paolo Lovergine 
Date:   Tue Dec 26 12:46:15 2017 +0100

Import Debian changes 1.72-1

libdoxygen-filter-perl (1.72-1) unstable; urgency=medium

  * Initial release (closes: #885337)
---
 debian/changelog|  5 +
 debian/compat   |  1 +
 debian/control  | 25 +
 debian/copyright| 28 
 debian/libdoxygen-filter-perl-docs.docs |  4 
 debian/rules| 23 +++
 debian/source/format|  1 +
 debian/watch|  2 ++
 8 files changed, 89 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..f010aca
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libdoxygen-filter-perl (1.72-1) unstable; urgency=medium
+
+  * Initial release (closes: #885337)
+
+ -- Francesco Paolo Lovergine   Tue, 26 Dec 2017 12:46:15 
+0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..e6f1c0e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: libdoxygen-filter-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group 
+Uploaders: Francesco Paolo Lovergine 
+Build-Depends: debhelper (>= 9)
+Build-Depends-Indep: perl
+ , libpod-pom-perl
+ , libtest-output-perl
+ , libtest-simple-perl
+ , liblog-log4perl-perl
+Standards-Version: 4.1.2
+Homepage: http://github.com/jordan2175/doxygen-filter-perl
+
+Package: libdoxygen-filter-perl
+Architecture: all
+Depends: libpod-pom-perl
+ , liblog-log4perl-perl
+ , libpod-pom-perl
+ , ${misc:Depends}
+ , ${perl:Depends}
+Description: Methods for pre-filtering Perl code for Doxygen
+ This is a Perl code pre-filter for Doxygen, to be used to generate
+ source Doxygen documentation, starting from Perl code and its plain 
+ POD documentation.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..83683b4
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Doxygen-Filter-Perl
+Source: https://github.com/jordan2175/doxygen-filter-perl/archive/master.zip
+
+Files: *
+Copyright: 2015 Bret Jordan 
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2017 Francesco Paolo Lovergine 
+License: Apache-2.0
+
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+ https://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ On Debian systems, the complete text of the Apache version 2.0 license
+ can be found in "/usr/share/common-licenses/Apache-2.0".
+
diff --git a/debian/libdoxygen-filter-perl-docs.docs 
b/debian/libdoxygen-filter-perl-docs.docs
new file mode 100644
index 000..852b981
--- /dev/null
+++ b/debian/libdoxygen-filter-perl-docs.docs
@@ -0,0 +1,4 @@
+Changes
+HISTORY
+EADME.md
+Doxyfile
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 000..4469961
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,23 @@
+#!/usr/bin/make -f
+# See debhelper(7) (uncomment to enable)
+# output every command that modifies files on the build system.
+#export DH_VERBOSE = 1
+
+# see FEATURE AREAS in dpkg-buildflags(1)
+#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
+# see ENVIRONMENT in dpkg-buildflags(1)
+# package maintainers to append CFLAGS
+#export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
+# package maintainers to append LDFLAGS
+#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
+
+%:
+   dh $@
+
+# dh_make generated override targets
+# This is example for Cmake (See https://bugs.debian.org/641051 )
+#override_dh_auto_configure:
+#  dh_auto_configure -- #  -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 000..c09af8e
--- /dev/null
+++ 

[libdoxygen-filter-perl] branch master created (now ab4087b)

2017-12-31 Thread Francesco Lovergine
This is an automated email from the git hooks/post-receive script.

frankie pushed a change to branch master
in repository libdoxygen-filter-perl.

at  ab4087b   Import Debian changes 1.72-1

This branch includes the following new commits:

   new  66f7ea3   Import Upstream version 1.72
   new  ab4087b   Import Debian changes 1.72-1

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


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

___
Pkg-perl-cvs-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.26.orig.tar.gz

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

xguimard-guest pushed a commit to branch pristine-tar
in repository libsoap-lite-perl.

commit 96069114fa615528c26d6b8023883570ac29df22
Author: Xavier Guimard 
Date:   Sun Dec 31 11:48:47 2017 +0100

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

diff --git a/libsoap-lite-perl_1.26.orig.tar.gz.delta 
b/libsoap-lite-perl_1.26.orig.tar.gz.delta
new file mode 100644
index 000..1dadbdf
Binary files /dev/null and b/libsoap-lite-perl_1.26.orig.tar.gz.delta differ
diff --git a/libsoap-lite-perl_1.26.orig.tar.gz.id 
b/libsoap-lite-perl_1.26.orig.tar.gz.id
new file mode 100644
index 000..89ff32b
--- /dev/null
+++ b/libsoap-lite-perl_1.26.orig.tar.gz.id
@@ -0,0 +1 @@
+21a293b0593d4bb51398232e6700d0c0d7af62df

-- 
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 (4c15ab6 -> 9606911)

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

xguimard-guest pushed a change to branch pristine-tar
in repository libsoap-lite-perl.

  from  4c15ab6   pristine-tar data for libsoap-lite-perl_1.25.orig.tar.gz
   new  9606911   pristine-tar data for libsoap-lite-perl_1.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:
 libsoap-lite-perl_1.26.orig.tar.gz.delta | Bin 0 -> 7093 bytes
 libsoap-lite-perl_1.26.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libsoap-lite-perl_1.26.orig.tar.gz.delta
 create mode 100644 libsoap-lite-perl_1.26.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] 04/04: Update d/ch

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

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

commit 147a69d90e58bc2b7a7845fbc839f1a2134e7015
Author: Xavier Guimard 
Date:   Sun Dec 31 11:37:47 2017 +0100

Update d/ch
---
 debian/changelog|  8 
 debian/patches/series   |  1 -
 debian/patches/spelling-error.patch | 17 -
 3 files changed, 8 insertions(+), 18 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9f06a69..890bac7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libsoap-lite-perl (1.26-1) unstable; urgency=medium
+
+  * New upstream release
+  * Drop spelling-error.patch, merged upstream
+  * Update remote repository url
+
+ -- Xavier Guimard   Sun, 31 Dec 2017 11:37:32 +0100
+
 libsoap-lite-perl (1.25-1) unstable; urgency=medium
 
   * Import upstream version 1.25.
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 1817668..000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-spelling-error.patch
diff --git a/debian/patches/spelling-error.patch 
b/debian/patches/spelling-error.patch
deleted file mode 100644
index 0e8e605..000
--- a/debian/patches/spelling-error.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: Spelling error
-Author: Xavier Guimard 
-Reviewed-by: Xavier Guimard 
-Forwarded: https://github.com/redhotpenguin/soaplite/pull/36
-Last-Update: 2017-12-30
-
 a/lib/SOAP/Lite.pm
-+++ b/lib/SOAP/Lite.pm
-@@ -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.
--If using $session->call ($method, $callData, $callHeader), SOAP::Lite 
serializes the informations as
-+If using $session->call ($method, $callData, $callHeader), SOAP::Lite 
serializes information as
- 
-   
- 

-- 
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.26 created (now 95166dc)

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

xguimard-guest pushed a change to annotated tag upstream/1.26
in repository libsoap-lite-perl.

at  95166dc   (tag)
   tagging  cf0b04cc1b4663ba6b79fa7fed4e351abb3f0a4f (commit)
  replaces  upstream/1.22
 tagged by  Xavier Guimard
on  Sun Dec 31 11:32:17 2017 +0100

- Log -
Upstream version 1.26

Xavier Guimard (2):
  Merge tag 'upstream/1.22' into upstream
  New upstream version 1.26

gregor herrmann (1):
  Imported Upstream version 1.20

---

This annotated tag includes the following new commits:

   new  cf0b04c   New upstream version 1.26

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.


-- 
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 (fdaf349 -> 147a69d)

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

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

  from  fdaf349   releasing package libsoap-lite-perl version 1.25-1
   new  cf0b04c   New upstream version 1.26
   new  c24004a   Update upstream source from tag 'upstream/1.26'
   new  a893efb   Update remote repository url
   new  147a69d   Update d/ch

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


Summary of changes:
 Changes|  3 +++
 HACKING|  2 +-
 META.json  |  6 +++---
 META.yml   |  4 ++--
 Makefile.PL|  2 +-
 bin/SOAPsh.pl  |  2 +-
 bin/stubmaker.pl   |  2 +-
 debian/changelog   |  8 
 debian/duck-overrides  |  4 ++--
 debian/patches/series  |  1 -
 debian/patches/spelling-error.patch| 17 -
 debian/upstream/metadata   |  4 ++--
 dist.ini   |  6 +++---
 lib/Apache/SOAP.pm |  2 +-
 lib/SOAP/Constants.pm  |  2 +-
 lib/SOAP/Lite.pm   |  8 
 lib/SOAP/Lite/Deserializer/XMLSchema1999.pm|  2 +-
 lib/SOAP/Lite/Deserializer/XMLSchema2001.pm|  2 +-
 lib/SOAP/Lite/Deserializer/XMLSchemaSOAP1_1.pm |  2 +-
 lib/SOAP/Lite/Deserializer/XMLSchemaSOAP1_2.pm |  2 +-
 lib/SOAP/Lite/Packager.pm  |  2 +-
 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|  2 +-
 lib/SOAP/Transport/LOOPBACK.pm |  2 +-
 lib/SOAP/Transport/MAILTO.pm   |  2 +-
 lib/SOAP/Transport/POP3.pm |  2 +-
 lib/SOAP/Transport/TCP.pm  |  2 +-
 31 files changed, 48 insertions(+), 55 deletions(-)
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/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] 01/04: New upstream version 1.26

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

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

commit cf0b04cc1b4663ba6b79fa7fed4e351abb3f0a4f
Author: Xavier Guimard 
Date:   Sun Dec 31 11:32:15 2017 +0100

New upstream version 1.26
---
 Changes| 13 
 HACKING|  2 +-
 META.json  | 10 +++---
 META.yml   |  6 ++--
 Makefile.PL|  2 +-
 bin/SOAPsh.pl  |  3 ++
 bin/stubmaker.pl   |  2 ++
 dist.ini   |  8 +++--
 lib/Apache/SOAP.pm |  2 +-
 lib/SOAP/Constants.pm  |  2 +-
 lib/SOAP/Lite.pm   | 42 +-
 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 |  9 +-
 27 files changed, 95 insertions(+), 41 deletions(-)

diff --git a/Changes b/Changes
index b2f912b..b09cf1b 100644
--- a/Changes
+++ b/Changes
@@ -15,6 +15,19 @@ http://rt.cpan.org/Public/Dist/Display.html?Name=SOAP-Lite
 THIS RELEASE
 ---
 
+1.26 December 30, 2017
+! typo fix 
https://anonscm.debian.org/cgit/pkg-perl/packages/libsoap-lite-perl.git/tree/debian/patches/spelling-error.patch
+
+1.25 December 29, 2017
+! Bad usage of UNIVERSAL::isa (See RT#62667)
+
+1.24 December 19, 2017
++ Consistent Versioning https://github.com/redhotpenguin/soaplite/pull/24
+! Remove is_utf8() check from 78588
+
+1.23 December 18, 2017
+! RT #78588 unicode data not correct encoded
+
 1.22 August 15, 2017
 ! Noindex URI::tcp module [github/JaSei]
 ! Correct the soap namespace declaration when calling services defined in 
WSDL [github/waaeer]
diff --git a/HACKING b/HACKING
index c5569cf..e477807 100644
--- a/HACKING
+++ b/HACKING
@@ -3,7 +3,7 @@ HACKING
 
 Development of SOAP::Lite takes place on GitHub.
 
-g...@github.com:redhotpenguin/soaplite.git
+g...@github.com:redhotpenguin/perl-soaplite.git
 
 Come on by and fork it and submit a pull request.
 
diff --git a/META.json b/META.json
index 0e4005d..4477687 100644
--- a/META.json
+++ b/META.json
@@ -8,7 +8,7 @@
   "Fred Moyer"
],
"dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 6.010, CPAN::Meta::Converter version 
2.143240",
+   "generated_by" : "Dist::Zilla version 6.010, CPAN::Meta::Converter version 
2.150010",
"license" : [
   "perl_5"
],
@@ -85,11 +85,11 @@
   },
   "repository" : {
  "type" : "git",
- "url" : "https://github.com/redhotpenguin/soaplite.git;,
- "web" : "https://github.com/redhotpenguin/soaplite;
+ "url" : "https://github.com/redhotpenguin/perl-soaplite.git;,
+ "web" : "https://github.com/redhotpenguin/perl-soaplite;
   }
},
-   "version" : "1.22",
-   "x_serialization_backend" : "Cpanel::JSON::XS version 3.0237"
+   "version" : "1.26",
+   "x_serialization_backend" : "Cpanel::JSON::XS version 3.0239"
 }
 
diff --git a/META.yml b/META.yml
index f4126dd..3e09b26 100644
--- a/META.yml
+++ b/META.yml
@@ -14,7 +14,7 @@ build_requires:
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 6.010, CPAN::Meta::Converter version 
2.143240'
+generated_by: 'Dist::Zilla version 6.010, CPAN::Meta::Converter version 
2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -47,6 +47,6 @@ requires:
   perl: v5.6.0
 resources:
   bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=SOAP-Lite
-  repository: https://github.com/redhotpenguin/soaplite.git
-version: '1.22'
+  repository: https://github.com/redhotpenguin/perl-soaplite.git
+version: '1.26'
 x_serialization_backend: 'YAML::Tiny version 1.70'
diff --git a/Makefile.PL b/Makefile.PL
index c272cf7..d2494be 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -40,7 +40,7 @@ my %WriteMakefileArgs = (
 

[libsoap-lite-perl] 02/04: Update upstream source from tag 'upstream/1.26'

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

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

commit c24004a781bc98e8f01245ffba21b0367b3c061a
Merge: fdaf349 cf0b04c
Author: Xavier Guimard 
Date:   Sun Dec 31 11:32:17 2017 +0100

Update upstream source from tag 'upstream/1.26'

Update to upstream version '1.26'
with Debian dir 8994ab401c13f0beb9bfcfbfccae0a40820cd6d6

 Changes| 3 +++
 HACKING| 2 +-
 META.json  | 6 +++---
 META.yml   | 4 ++--
 Makefile.PL| 2 +-
 bin/SOAPsh.pl  | 2 +-
 bin/stubmaker.pl   | 2 +-
 dist.ini   | 6 +++---
 lib/Apache/SOAP.pm | 2 +-
 lib/SOAP/Constants.pm  | 2 +-
 lib/SOAP/Lite.pm   | 8 
 lib/SOAP/Lite/Deserializer/XMLSchema1999.pm| 2 +-
 lib/SOAP/Lite/Deserializer/XMLSchema2001.pm| 2 +-
 lib/SOAP/Lite/Deserializer/XMLSchemaSOAP1_1.pm | 2 +-
 lib/SOAP/Lite/Deserializer/XMLSchemaSOAP1_2.pm | 2 +-
 lib/SOAP/Lite/Packager.pm  | 2 +-
 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| 2 +-
 lib/SOAP/Transport/LOOPBACK.pm | 2 +-
 lib/SOAP/Transport/MAILTO.pm   | 2 +-
 lib/SOAP/Transport/POP3.pm | 2 +-
 lib/SOAP/Transport/TCP.pm  | 2 +-
 26 files changed, 36 insertions(+), 33 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] 03/04: Update remote repository url

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

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

commit a893efb14fe753117d582077e2fe2469b40b0a2f
Author: Xavier Guimard 
Date:   Sun Dec 31 11:37:17 2017 +0100

Update remote repository url
---
 debian/duck-overrides| 4 ++--
 debian/upstream/metadata | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/duck-overrides b/debian/duck-overrides
index dd8368b..a3d85cb 100644
--- a/debian/duck-overrides
+++ b/debian/duck-overrides
@@ -1,3 +1,3 @@
 # false positives for m/has moved/i
-https://github.com/redhotpenguin/soaplite.git
-https://github.com/redhotpenguin/soaplite
+https://github.com/redhotpenguin/perl-soaplite.git
+https://github.com/redhotpenguin/perl-soaplite
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index 761d221..9fe23e3 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -5,5 +5,5 @@ Bug-Submit: bug-soap-l...@rt.cpan.org
 Contact: Pavel Kulchenko, Randy J Ray, Byrne Reese, Martin Kutter 
,
   Fred Moyer
 Name: SOAP-Lite
-Repository: https://github.com/redhotpenguin/soaplite.git
-Repository-Browse: https://github.com/redhotpenguin/soaplite
+Repository: https://github.com/redhotpenguin/perl-soaplite.git
+Repository-Browse: https://github.com/redhotpenguin/perl-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