[libdata-dpath-perl] 04/04: Releasing libdata-dpath-perl version 0.55-1

2015-09-20 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository libdata-dpath-perl.

commit cf785ecdc7aa0bec19a68739ad56048b521f2a6b
Author: Lucas Kanashiro 
Date:   Sun Sep 20 22:09:57 2015 -0300

Releasing libdata-dpath-perl version 0.55-1
---
 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a822ac3..74bbd2c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libdata-dpath-perl (0.55-1) UNRELEASED; urgency=medium
+libdata-dpath-perl (0.55-1) unstable; urgency=medium
 
   * Team upload.
   * Import upstream version 0.55

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

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


[libdata-dpath-perl] 03/04: Remove no longer necessary patch fixing manpage. Already applied by upstream.

2015-09-20 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository libdata-dpath-perl.

commit 4baf0dd6a7beafc1bc1575c4b6a131bb6f6ff59b
Author: Lucas Kanashiro 
Date:   Sun Sep 20 22:01:08 2015 -0300

Remove no longer necessary patch fixing manpage. Already applied by 
upstream.
---
 debian/changelog   |  2 ++
 debian/patches/fix-spelling-error-in-manpage.patch | 17 -
 debian/patches/series  |  1 -
 3 files changed, 2 insertions(+), 18 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 29a3bc4..a822ac3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ libdata-dpath-perl (0.55-1) UNRELEASED; urgency=medium
 
   * Team upload.
   * Import upstream version 0.55
+  * Remove no longer necessary patch fixing manpage. Already applied by
+upstream.
 
  -- Lucas Kanashiro   Sun, 20 Sep 2015 21:25:58 
-0300
 
diff --git a/debian/patches/fix-spelling-error-in-manpage.patch 
b/debian/patches/fix-spelling-error-in-manpage.patch
deleted file mode 100644
index b268aa9..000
--- a/debian/patches/fix-spelling-error-in-manpage.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: Fix spelling error in manpage
-Author: Lucas Kanashiro 
-Last-Update: 2015-09-16
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=107122
-Bug: https://rt.cpan.org/Ticket/Display.html?id=107122
-
 a/lib/Data/DPath.pm
-+++ b/lib/Data/DPath.pm
-@@ -814,7 +814,7 @@ C<< $iterator->value->deref >>.
- The line B<#(2)> is utilizing the internal data structure to find out
- about the actual hash key under which the point is located. (There is
- also an official API to that: C<< $ancestor->first_point->attrs->key >>, 
--but there it's neccessary to check for undefined values before
-+but there it's necessary to check for undefined values before
- calling the methods F and F, so I went the easy way).
- 
- =head1 INTERNAL METHODS
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 8810115..000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-fix-spelling-error-in-manpage.patch

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

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


[libdata-dpath-perl] branch master updated (6f6c71a -> cf785ec)

2015-09-20 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a change to branch master
in repository libdata-dpath-perl.

  from  6f6c71a   Releasing libdata-dpath-perl version 0.54-1
  adds  26683f8   - restart from scratch - virtual synopsis - notes, ideas
  adds  f4e2860   - more ideas noted
  adds  be78bec   - experiments with data iterator modules
  adds  e44e5ec   - experiments with Data::Traverse
  adds  3f69ea2   - experiments with references
  adds  ee94745   - new ::Path and ::Context classes
  adds  333084d   - Moose'ified trivial start
  adds  ed56e3d   - test suite as spec
  adds  6737a27   - Changes -> ChangeLog
  adds  ec5a16a   - test suite, documentation
  adds  cc55d5b   - distribution maintenance
  adds  3720847   - jump onto MooseX::Declare
  adds  6b834f4   - code cleanup
  adds  a9691ff   - ::Path also with MooseX::Declare - $VERSION fix
  adds  29ae7d8   - start a trivial path splitting, unfinished
  adds  8c98726   - splitting into steps
  adds  1d58726   - better step creation, lazy now works
  adds  135f927   - first shot on executing a hash-only path
  adds  e765fe3   - first paths working, according tests report OK
  adds  ead2e47   - parent handling ".."
  adds  a797eb9   - more complicated test data
  adds  34cec21   - better PARENT tests
  adds  ecd2285   - changelog
  adds  0c2314d   - synopsis, perl 5.010 dependency
  adds  34278cd   - dependencies MooseX::(Declare,Method::Signatures)
  adds  7c8c538   - ompletely switch to MooseX::Declare with some 
work-arounds   for known namespace issues - debug output optional
  adds  e24ca4c   - more subtle test cases - better synopsis
  adds  e811254   - micro fix in comments
  adds  dd729d4   - git repository in README
  adds  f8a2567   - fix MANIFEST
  adds  b5f7bd2   - repository uri in pod
  adds  2d1b704   - use Sub::Exporter to export
  adds  0c82acb   - more SYNOPSIS
  adds  2184ee4   - uniq results if found by many paths, plus test
  adds  5b550a3   - depndency cleanup - no use strict, already in via Moose
  adds  7801da9   - no longer extend Exporter, since we are on Sub::Exporter
  adds  e608a39   - switch Module::Build to Module::Install
  adds  4fbb618   - distribution maintenance
  adds  68d1306   - inc/ not in git
  adds  905b3a8   - license minor fixes, gitignore & friends
  adds  f4b75e4   - not in git
  adds  103291f   - SYNOPSIS finetuning
  adds  b323399   - prototype for dpath foear even less parens
  adds  be2d055   - experiments to overload smart match
  adds  6fb20c6   - try balanced path part parsing with more quoting
  adds  5b46134   - nearly ok balanced expressions   remaining: slashes in 
quotes: /"AA/AA"/
  adds  d20a045   - documentation fixes
  adds  97620e5   - better tokenizing, can now slashes inside quotes "DD / 
DD"
  adds  e441a09   - fixed splitting path+filter on non-quoted keys
  adds  163b4f5   - some documentation on paths and special characters
  adds  d73123b   - backslash handling
  adds  80aab5e   - $VERSION inside class   since M::I recognizes this 
better than M::B
  adds  b3692a5   - document backslash handling and general DPath syntax
  adds  47c4616   - fix number of backslashes in doc
  adds  5bd0317   - cleanup tokenizer
  adds  796fc49   - cleanup algorithm, really!
  adds  58f850d   - Plug in another tokenizer which can do most of the 
final DPath language
  adds  fca3a8d   - tests for the tokenizer with really strange path
  adds  b4aa21e   - allow different quotes for easier mixing
  adds  59bd103   - overloaded '~~' and tests
  adds  24a7d30   - SYNOPSIS and POD for '~~'
  adds  384be3d   - old code deleted
  adds  3ef9e47   - another #TODO test idea how to match keys by regex
  adds  af82721   - tighter SYNOPSIS
  adds  bc05607   - documentation (for unimplemented features, yes, but to 
design what I want)
  adds  481eff7   - idea collection in TODO tests
  adds  36463bb   - Perlish isa usage in path stress tests
  adds  8ad8e04   - some iterator experiments, useless
  adds  12a9849   - path tests for steps consisting of just filters
  adds  edaa706   - just experiments
  adds  8d6af28   - dependencies to Data::Visitor (latest, just for me :-)
  adds  6a92832   - documentation, evne when unimplemented
  adds  223ffb4   - example how to run Data::Visitor for fun and profit
  adds  0fb685a   - step KEY only uses hashes, rest ignored
  adds  1a6a6fc   - implement and test '//' ('ANYWHERE') - based on 
Data::Visitor
  adds  6246665   - even more tight SYNOPSIS
  adds  2cf2282   - README no longer tied to DPath docs (was too verbose)
  adds  c4c9bba   - test for successive ANYWHEREs
  adds  3c11d53   - fix forgotten deref arrayref
  

[libdata-dpath-perl] 01/04: Merge tag 'upstream/0.55'

2015-09-20 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository libdata-dpath-perl.

commit 592f4b5c988c1c1dd531fc05809048e2efb9494c
Merge: 6f6c71a 15c4348
Author: Lucas Kanashiro 
Date:   Sun Sep 20 21:23:46 2015 -0300

Merge tag 'upstream/0.55'

Upstream version 0.55

# gpg: Signature made Sun 20 Sep 2015 09:23:42 PM BRT using RSA key ID 
9883C97C
# gpg: Good signature from "Lucas Kanashiro "

 Changes   |   7 +-
 MANIFEST  |   6 +-
 META.json | 227 --
 META.yml  | 186 +++--
 Makefile.PL   |  17 +---
 README|   4 +-
 lib/Data/DPath.pm |   8 +-
 lib/Data/DPath/Attrs.pm   |   4 +-
 lib/Data/DPath/Context.pm |   6 +-
 lib/Data/DPath/Filters.pm |   4 +-
 lib/Data/DPath/Path.pm|   4 +-
 lib/Data/DPath/Point.pm   |   4 +-
 lib/Data/DPath/Step.pm|   4 +-
 t/author-eol.t|  46 ++
 t/author-no-tabs.t|  46 ++
 t/release-eol.t   |  16 
 t/release-no-tabs.t   |  16 
 t/release-pod-coverage.t  |  41 -
 18 files changed, 476 insertions(+), 170 deletions(-)

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

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


[libdata-dpath-perl] annotated tag upstream/0.55 created (now 5bd78f8)

2015-09-20 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a change to annotated tag upstream/0.55
in repository libdata-dpath-perl.

at  5bd78f8   (tag)
   tagging  15c43483c0970a278cdcaf2a032af44f019bd173 (commit)
  replaces  upstream/0.54
 tagged by  Lucas Kanashiro
on  Sun Sep 20 21:23:42 2015 -0300

- Log -
Upstream version 0.55
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCAAGBQJV/04OAAoJEPgjonKYg8l8eVwP+gP+fRaNEoCDAjEoUpjNJXBb
Qv1t/WkRGiPqoSgrp3lHSZTe24cFviVxzewUMJxGv4kPTdA5HGynbNEhKwyaGpuX
MwemeAj4jYZzY7a++A6QGXQRm4nguQBYmMZrKfIEuBZkvfxAF1ZvoLRPuaLnmd3g
ztwIUdLMK9OOfh8lI1S14xzOJHnSoWus4vBqPftj2hU/pEIRfb3oDc7aQH0gUUnS
fpGdjLtrFrERMUw9GY5Q+njodm1Wz92njSEPV3XBehRPfOymU4WYMdLBt0XHCXK/
IQRZzBUWHmIVX4hWmjX5/895j914XdIj9oC2fsZukjmJLA6DcRTpQGHuMATpabG5
r8IYF7QLWB5a1Nu/puI6j2Iy7BILf7vJLazoNQgIWXpS8jXQveF0tjj3ztNfZnVC
0EA5sI6n/wj4X1EEn3FVhnwt6tjAAKD1TMokNyiTciIoWqlfPSWuNhPoC3ha8L53
ZYLXrGPBZ45CBSed6m7hhFx0CiPoqi474VurJ6WEgqLRGRuKm1Y8P0HHEYwjaMz2
gkBGJjTMQtiwyxSPbH3c/h9rqxZlmBlwoi1MpGjYZ5TAUxIvMSAmU32eLwv+kaH0
Os9vlsF9hRpSY4T8klYKKbs63Bb4sSyIPYQ1fgAz3/EZnFzzbBh/PUfu8vZf92Xp
fGN49jYKksGJcvVSuGEy
=xvwY
-END PGP SIGNATURE-

Alexei Znamensky (1):
  small optimizations

David Schmidt (3):
  doc fix
  doc fix: use 'my' consistently
  fixed Filters link in POD

Doug Bell (1):
  upgrade to aliased 0.33 to fix warning on perl 5.21

Florian Ragwitz (12):
  Turn op_match into a method.
  Make dpath() unavailable as a method.
  Merge branch 'master' of g...@github.com:renormalist/data-dpath
  Give class methods a signature that reflects that they are.
  Convert subs to methods.
  Depend on MX::M::S 0.16 for non-scalar method arguments.
  Use the clean keyword instead of namespace::clean.
  Clean helper functions from the namespaces.
  Use the dirty trait to shut up clean warnings.
  Remove boilerplate tests.
  Update docs.
  Avoid clobbering $_

Kent Fredric (1):
  Make sure feature.pm is only test.recommends, as is optional before 5.10

Lucas Kanashiro (2):
  Fix spelling error in manpage
  Imported Upstream version 0.55

Steffen Schwigon (475):
  - restart from scratch
  - more ideas noted
  - experiments with data iterator modules
  - experiments with Data::Traverse
  - experiments with references
  - new ::Path and ::Context classes
  - Moose'ified trivial start
  - test suite as spec
  - Changes -> ChangeLog
  - test suite, documentation
  - distribution maintenance
  - jump onto MooseX::Declare
  - code cleanup
  - ::Path also with MooseX::Declare
  - start a trivial path splitting, unfinished
  - splitting into steps
  - better step creation, lazy now works
  - first shot on executing a hash-only path
  - first paths working, according tests report OK
  - parent handling ".."
  - more complicated test data
  - better PARENT tests
  - changelog
  - synopsis, perl 5.010 dependency
  - dependencies MooseX::(Declare,Method::Signatures)
  - ompletely switch to MooseX::Declare with some work-arounds
  - more subtle test cases
  - micro fix in comments
  - git repository in README
  - fix MANIFEST
  - repository uri in pod
  - use Sub::Exporter to export
  - more SYNOPSIS
  - uniq results if found by many paths, plus test
  - depndency cleanup
  - no longer extend Exporter, since we are on Sub::Exporter
  - switch Module::Build to Module::Install
  - distribution maintenance
  - inc/ not in git
  - license minor fixes, gitignore & friends
  - not in git
  - SYNOPSIS finetuning
  - prototype for dpath foear even less parens
  - experiments to overload smart match
  - try balanced path part parsing with more quoting
  - nearly ok balanced expressions
  - documentation fixes
  - better tokenizing, can now slashes inside quotes "DD / DD"
  - fixed splitting path+filter on non-quoted keys
  - some documentation on paths and special characters
  - backslash handling
  - $VERSION inside class
  - document backslash handling and general DPath syntax
  - fix number of backslashes in doc
  - cleanup tokenizer
  - cleanup algorithm, really!
  - Plug in another tokenizer which can do most of the final DPath language
  - tests for the tokenizer with really strange path
  - allow different quotes for easier mixing
  - overloaded '~~' and tests
  - SYNOPSIS and POD for '~~'
  - old code deleted
  - another #TODO test idea how to match keys by regex
  - tighter SYNOPSIS
  - documentation (for unimplemented features, yes, but to design what I 
want)
  - idea collection in TODO tests
  - Perlish isa usage in path stress tests
  - some iterator experiments, 

[libdata-dpath-perl] 01/01: pristine-tar data for libdata-dpath-perl_0.55.orig.tar.gz

2015-09-20 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch pristine-tar
in repository libdata-dpath-perl.

commit 24669eae313932f19368145574533065ede63235
Author: Lucas Kanashiro 
Date:   Sun Sep 20 21:23:42 2015 -0300

pristine-tar data for libdata-dpath-perl_0.55.orig.tar.gz
---
 libdata-dpath-perl_0.55.orig.tar.gz.delta | Bin 0 -> 2226 bytes
 libdata-dpath-perl_0.55.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libdata-dpath-perl_0.55.orig.tar.gz.delta 
b/libdata-dpath-perl_0.55.orig.tar.gz.delta
new file mode 100644
index 000..70c13bc
Binary files /dev/null and b/libdata-dpath-perl_0.55.orig.tar.gz.delta differ
diff --git a/libdata-dpath-perl_0.55.orig.tar.gz.id 
b/libdata-dpath-perl_0.55.orig.tar.gz.id
new file mode 100644
index 000..351ddba
--- /dev/null
+++ b/libdata-dpath-perl_0.55.orig.tar.gz.id
@@ -0,0 +1 @@
+b5b3c86cdb7329a9785cd920184138a7226d885b

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

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


[libdata-dpath-perl] branch pristine-tar updated (c66cc1a -> 24669ea)

2015-09-20 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a change to branch pristine-tar
in repository libdata-dpath-perl.

  from  c66cc1a   pristine-tar data for libdata-dpath-perl_0.54.orig.tar.gz
   new  24669ea   pristine-tar data for libdata-dpath-perl_0.55.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:
 libdata-dpath-perl_0.55.orig.tar.gz.delta | Bin 0 -> 2226 bytes
 libdata-dpath-perl_0.55.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libdata-dpath-perl_0.55.orig.tar.gz.delta
 create mode 100644 libdata-dpath-perl_0.55.orig.tar.gz.id

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

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


[libdata-dpath-perl] 02/04: Gbp-Dch: Ignore

2015-09-20 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository libdata-dpath-perl.

commit 77e547c9abcafed9ba84d76b5ab5f8577cf0b0c8
Author: Lucas Kanashiro 
Date:   Sun Sep 20 21:25:58 2015 -0300

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

diff --git a/debian/changelog b/debian/changelog
index bfbc171..29a3bc4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libdata-dpath-perl (0.55-1) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Import upstream version 0.55
+
+ -- Lucas Kanashiro   Sun, 20 Sep 2015 21:25:58 
-0300
+
 libdata-dpath-perl (0.54-1) unstable; urgency=medium
 
   * Team upload.

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

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


[libemail-address-perl] branch pristine-tar updated (a285fea -> cd6f919)

2015-09-20 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a change to branch pristine-tar
in repository libemail-address-perl.

  from  a285fea   pristine-tar data for 
libemail-address-perl_1.907.orig.tar.gz
   new  cd6f919   pristine-tar data for 
libemail-address-perl_1.908.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:
 libemail-address-perl_1.908.orig.tar.gz.delta | Bin 0 -> 1882 bytes
 libemail-address-perl_1.908.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libemail-address-perl_1.908.orig.tar.gz.delta
 create mode 100644 libemail-address-perl_1.908.orig.tar.gz.id

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

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


[libemail-address-perl] 02/03: Update debian/changelog

2015-09-20 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository libemail-address-perl.

commit 5d066a91652f68fe386af8ce0fc557e91d7df843
Author: Lucas Kanashiro 
Date:   Sun Sep 20 22:14:02 2015 -0300

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index 4f2d397..90feac3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libemail-address-perl (1.908-1) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Import upstream version 1.908
+
+ -- Lucas Kanashiro   Sun, 20 Sep 2015 22:14:02 
-0300
+
 libemail-address-perl (1.907-1) unstable; urgency=medium
 
   * Team upload.

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

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


[libemail-address-perl] 01/01: pristine-tar data for libemail-address-perl_1.908.orig.tar.gz

2015-09-20 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch pristine-tar
in repository libemail-address-perl.

commit cd6f9198ca3dafb5b3912e9597a878e685820abd
Author: Lucas Kanashiro 
Date:   Sun Sep 20 22:13:24 2015 -0300

pristine-tar data for libemail-address-perl_1.908.orig.tar.gz
---
 libemail-address-perl_1.908.orig.tar.gz.delta | Bin 0 -> 1882 bytes
 libemail-address-perl_1.908.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libemail-address-perl_1.908.orig.tar.gz.delta 
b/libemail-address-perl_1.908.orig.tar.gz.delta
new file mode 100644
index 000..889ca1b
Binary files /dev/null and b/libemail-address-perl_1.908.orig.tar.gz.delta 
differ
diff --git a/libemail-address-perl_1.908.orig.tar.gz.id 
b/libemail-address-perl_1.908.orig.tar.gz.id
new file mode 100644
index 000..ce11a9e
--- /dev/null
+++ b/libemail-address-perl_1.908.orig.tar.gz.id
@@ -0,0 +1 @@
+5c35bb94e1d85086dfc69a964994f96d84e9d535

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

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


[libemail-address-perl] 01/03: Merge tag 'upstream/1.908'

2015-09-20 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository libemail-address-perl.

commit a61d36ec805b9dc016d49787d7a7898c78173b66
Merge: 4d3e89d cd61dd7
Author: Lucas Kanashiro 
Date:   Sun Sep 20 22:14:00 2015 -0300

Merge tag 'upstream/1.908'

Upstream version 1.908

# gpg: Signature made Sun 20 Sep 2015 10:13:24 PM BRT using RSA key ID 
9883C97C
# gpg: Good signature from "Lucas Kanashiro "

 Changes  |   3 +
 MANIFEST |   2 +-
 META.json| 201 +++
 META.yml | 179 --
 Makefile.PL  |  11 +--
 README   |   4 +-
 lib/Email/Address.pm |  54 ---
 t/00-report-prereqs.dd   |   1 +
 t/00-report-prereqs.t|   2 +-
 xt/release/changes_has_content.t |   2 +-
 10 files changed, 276 insertions(+), 183 deletions(-)

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

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


[libemail-address-perl] annotated tag upstream/1.908 created (now cd97650)

2015-09-20 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a change to annotated tag upstream/1.908
in repository libemail-address-perl.

at  cd97650   (tag)
   tagging  cd61dd78e635c2afed07591bc5dab21ccfcc92bc (commit)
  replaces  upstream/1.907
 tagged by  Lucas Kanashiro
on  Sun Sep 20 22:13:24 2015 -0300

- Log -
Upstream version 1.908
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCAAGBQJV/1m0AAoJEPgjonKYg8l8MN4P/0GL0hkBstGG9VsZd6pwCXQp
hYz3JY0IgrRDZTDZL9oANenqcAj/esh/LW1xFCU/dUsIlDheRWTx/zIvW0wkYyWx
Todhk9jxWvT2XtE+OENF5URLJCKg2O/gb/ml1God9ff/4JqyDdzqNxt+autJS6PI
3jFOeMGHjj8oCKuM0h+BPIScxIcqkiPx+5OvdlmTMMYsvyQaurcgGUe48D3KFoyr
mHGOaCJNhJNqC1/7974kkX6dsyKqb8kr0fsYkw0MhwVvr5qGWhKQ4agKoLKEu/SL
teOmG8+lI4QoP7MXVVMiF9dleErKeSA4tzB7IIjVGdGxzCUER+za63A7ZlfCk348
6Rl1cLt8NZwAqNd8kurjjRx9TnDZy7jOdDoXPUbTkb3ILAi8Zdu/BROz4d+MFOfM
T25i8PSH9vgjR17F39egCyqGYbHVawRXoGY5JBQqf5jpkYkCKlxirPXefokPyvOJ
OKUjpwfTJ7DLPS5p/r9Zpu3f4unEOZgoBJYf3DY/Ti+mVGkP0NpsKKXtuhkNOdYy
DvlwjNYaXwojKcvjUyMJCNsvpvwDf+YEf6ERKbrbfqbOKPeGa1hPIEPBBCj2ZsFm
AfRpEbt64ZEtFzim04doHvmNRwQikzbc1iOdNhV7E2yPVZjy2LpUKNbCffj/rP3H
jrlrBkdu/JRbN99YAM+9
=TfSV
-END PGP SIGNATURE-

Lucas Kanashiro (1):
  Imported Upstream version 1.908

Ricardo Signes (2):
  default to one-level of comments
  v1.908

---

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

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


[libemail-address-perl] branch master updated (4d3e89d -> 4a2fcc6)

2015-09-20 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a change to branch master
in repository libemail-address-perl.

  from  4d3e89d   Releasing libemail-address-perl version 1.907-1
  adds  3056b7d   default to one-level of comments
  adds  9227f8d   v1.908
  adds  cd61dd7   Imported Upstream version 1.908
   new  a61d36e   Merge tag 'upstream/1.908'
   new  5d066a9   Update debian/changelog
   new  4a2fcc6   Releasing libemail-address-perl version 1.908-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  |   3 +
 MANIFEST |   2 +-
 META.json| 201 +++
 META.yml | 179 --
 Makefile.PL  |  11 +--
 README   |   4 +-
 debian/changelog |   7 ++
 lib/Email/Address.pm |  54 ---
 t/00-report-prereqs.dd   |   1 +
 t/00-report-prereqs.t|   2 +-
 xt/release/changes_has_content.t |   2 +-
 11 files changed, 283 insertions(+), 183 deletions(-)

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

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


[libemail-address-perl] 03/03: Releasing libemail-address-perl version 1.908-1

2015-09-20 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository libemail-address-perl.

commit 4a2fcc65a303c2aca8ab88e6c0f093153bc9e758
Author: Lucas Kanashiro 
Date:   Sun Sep 20 22:18:46 2015 -0300

Releasing libemail-address-perl version 1.908-1
---
 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 90feac3..181afad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libemail-address-perl (1.908-1) UNRELEASED; urgency=medium
+libemail-address-perl (1.908-1) unstable; urgency=medium
 
   * Team upload.
   * Import upstream version 1.908

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

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


[libsystem-command-perl] 01/01: pristine-tar data for libsystem-command-perl_1.114.orig.tar.gz

2015-09-20 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch pristine-tar
in repository libsystem-command-perl.

commit 3f4bccd276be25cc9f09c821d6fd0f1b27923017
Author: Lucas Kanashiro 
Date:   Sun Sep 20 22:22:38 2015 -0300

pristine-tar data for libsystem-command-perl_1.114.orig.tar.gz
---
 libsystem-command-perl_1.114.orig.tar.gz.delta | Bin 0 -> 1554 bytes
 libsystem-command-perl_1.114.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libsystem-command-perl_1.114.orig.tar.gz.delta 
b/libsystem-command-perl_1.114.orig.tar.gz.delta
new file mode 100644
index 000..62f3a90
Binary files /dev/null and b/libsystem-command-perl_1.114.orig.tar.gz.delta 
differ
diff --git a/libsystem-command-perl_1.114.orig.tar.gz.id 
b/libsystem-command-perl_1.114.orig.tar.gz.id
new file mode 100644
index 000..6c623ce
--- /dev/null
+++ b/libsystem-command-perl_1.114.orig.tar.gz.id
@@ -0,0 +1 @@
+91f40866ecd88a6b0630e33aa4ce25dcf7791f43

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

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


[libsystem-command-perl] branch master updated (ad588e5 -> 4c97188)

2015-09-20 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a change to branch master
in repository libsystem-command-perl.

  from  ad588e5   releasing package libsystem-command-perl version 1.113-1
  adds  712b55c   always run is_terminated() before returning the value of 
exit, signal, core
  adds  8a751e4   Add the exit, core, signal options to update distant 
variables at reaping time
  adds  2a39b1e   document the exit, core, signal options
  adds  e07b26e   tests for the exit option (and also core, signal)
  adds  d568e4c   the canonical order is « exit, signal, core »
  adds  a722240   add the 'interactive' option
  adds  ded2cb5   no need for a reaper in interactive mode
  adds  d3d1cf2   document the 'interactive' option
  adds  a21c93a   Merge branch 'interactive'
  adds  ab76597   add support for the exit, signal, core options in 
interactive mode
  adds  63b7774   acknowledge Tim Bunce's help
  adds  9f4c3c2   acknowledge Vincent Pit's help
  adds  f917d54   Changes for version 1.114
  adds  df625f3   Imported Upstream version 1.114
   new  48c4f0d   Merge tag 'upstream/1.114'
   new  cd769d9   Update debian/changelog
   new  4c97188   Releasing libsystem-command-perl version 1.114-1

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


Summary of changes:
 Changes  | 10 +
 MANIFEST |  1 +
 META.json|  2 +-
 META.yml |  2 +-
 Makefile.PL  |  2 +-
 debian/changelog |  7 
 lib/System/Command.pm| 97 +++-
 lib/System/Command/Reaper.pm | 24 ---
 t/25-refopts.t   | 16 
 9 files changed, 142 insertions(+), 19 deletions(-)
 create mode 100644 t/25-refopts.t

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

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

[libsystem-command-perl] annotated tag upstream/1.114 created (now 66441f8)

2015-09-20 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a change to annotated tag upstream/1.114
in repository libsystem-command-perl.

at  66441f8   (tag)
   tagging  df625f37c83d77e9824d03506ff88d891ee1bdc9 (commit)
  replaces  upstream/1.113
 tagged by  Lucas Kanashiro
on  Sun Sep 20 22:22:38 2015 -0300

- Log -
Upstream version 1.114
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCAAGBQJV/1veAAoJEPgjonKYg8l8PlEP/1BmOMOSbmezzIDtmsdPIQwu
IhX27PCM+YlbOWFH1mltjm1WrpKv81EgKr/daKlIpO+WcFasVSHsAmnuxg8DZ3zr
fyLtt8SyZsCmMmioSF16wFBtgL0EVDyr1O7zaNpPRdETow8jCI91dQjlOfdHizD6
LUYpYGnVqbQksLxZpQtBPIoFnf/9kchFyBdrdie/5NHJubQz41kPwFUUbUhoky3A
pmEKRlLcvYk+jgSBOBqIA8VzOpGJDn1xJ7N1kld3JMlUXk8LTgzCQcTJxza7rbpo
kc5s5VCopTe8ec30iNyPMKZhJMEcFSDUcM8FFAmwpyEppWBJTO3+hq+1aeZkupkV
ia4CakYZd5al4xXCH9fiXwvlAPVtbagbxaq/Xi5V9tPYkNSnzgBLkZmhlcLhGWkY
p4NfgwzIgLAhyPGH3dSW3tZNKeKEW8ZBlf0S4GhXyZRDhWCHd+fpPnDeIvxtmYL9
kePaezp5+w4ZoFkEfJCaX+grrHY13VJyHXYCi8qziDI+m6IF69vXsJYQDvbiYPoF
V+VMqQ18u9TuKAZSXWs+wktOHiZjgKcELtc9vRo6JjhUVPGrysI0xR2Bf5L2/gmK
6ZyL6BziueOMg/R+lcIGaQPVaEgiXSVaqASRoozqL2xBNUBBz9cRzp2sv67cJcg9
wwkxeNKy5U3U2xOw87Zq
=2+s4
-END PGP SIGNATURE-

Lucas Kanashiro (1):
  Imported Upstream version 1.114

Philippe Bruhat (BooK) (13):
  always run is_terminated() before returning the value of exit, signal, 
core
  add the 'interactive' option
  no need for a reaper in interactive mode
  Add the exit, core, signal options to update distant variables at reaping 
time
  document the exit, core, signal options
  tests for the exit option (and also core, signal)
  document the 'interactive' option
  the canonical order is « exit, signal, core »
  Merge branch 'interactive'
  add support for the exit, signal, core options in interactive mode
  acknowledge Tim Bunce's help
  acknowledge Vincent Pit's help
  Changes for version 1.114

---

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

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

[libsystem-command-perl] 01/03: Merge tag 'upstream/1.114'

2015-09-20 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository libsystem-command-perl.

commit 48c4f0d8fa220b22b6b8534a2d2a1a802671a19d
Merge: ad588e5 df625f3
Author: Lucas Kanashiro 
Date:   Sun Sep 20 22:23:02 2015 -0300

Merge tag 'upstream/1.114'

Upstream version 1.114

# gpg: Signature made Sun 20 Sep 2015 10:22:38 PM BRT using RSA key ID 
9883C97C
# gpg: Good signature from "Lucas Kanashiro "

 Changes  | 10 +
 MANIFEST |  1 +
 META.json|  2 +-
 META.yml |  2 +-
 Makefile.PL  |  2 +-
 lib/System/Command.pm| 97 +++-
 lib/System/Command/Reaper.pm | 24 ---
 t/25-refopts.t   | 16 
 8 files changed, 135 insertions(+), 19 deletions(-)

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

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


[libsystem-command-perl] branch pristine-tar updated (7f7d2ea -> 3f4bccd)

2015-09-20 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a change to branch pristine-tar
in repository libsystem-command-perl.

  from  7f7d2ea   pristine-tar data for 
libsystem-command-perl_1.113.orig.tar.gz
   new  3f4bccd   pristine-tar data for 
libsystem-command-perl_1.114.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:
 libsystem-command-perl_1.114.orig.tar.gz.delta | Bin 0 -> 1554 bytes
 libsystem-command-perl_1.114.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libsystem-command-perl_1.114.orig.tar.gz.delta
 create mode 100644 libsystem-command-perl_1.114.orig.tar.gz.id

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

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


[libsystem-command-perl] 03/03: Releasing libsystem-command-perl version 1.114-1

2015-09-20 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository libsystem-command-perl.

commit 4c971883fdd66ce8d053b1833f00fc121354dd8d
Author: Lucas Kanashiro 
Date:   Sun Sep 20 22:26:33 2015 -0300

Releasing libsystem-command-perl version 1.114-1
---
 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 3dc6dcc..30b187e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libsystem-command-perl (1.114-1) UNRELEASED; urgency=medium
+libsystem-command-perl (1.114-1) unstable; urgency=medium
 
   * Team upload.
   * Import upstream version 1.114

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

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


[libsystem-command-perl] 02/03: Update debian/changelog

2015-09-20 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository libsystem-command-perl.

commit cd769d94b4876d45c89e21143f5c35e9e15ce7c8
Author: Lucas Kanashiro 
Date:   Sun Sep 20 22:23:07 2015 -0300

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index 91fd11d..3dc6dcc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libsystem-command-perl (1.114-1) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Import upstream version 1.114
+
+ -- Lucas Kanashiro   Sun, 20 Sep 2015 22:23:07 
-0300
+
 libsystem-command-perl (1.113-1) unstable; urgency=medium
 
   * Team upload.

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

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


[libxml-compile-cache-perl] 02/06: Update debian/changelog

2015-09-20 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository libxml-compile-cache-perl.

commit 5f6063a572f4ff1107f01c16a50e15e6d6db81eb
Author: Lucas Kanashiro 
Date:   Sun Sep 20 22:51:12 2015 -0300

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index 647a6c9..98af1cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libxml-compile-cache-perl (1.03-2) UNRELEASED; urgency=medium
+
+  * Add debian/upstream/metadata
+
+ -- Lucas Kanashiro   Sun, 20 Sep 2015 22:51:12 
-0300
+
 libxml-compile-cache-perl (1.03-1) unstable; urgency=medium
 
   * Team upload.

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

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


[libxml-compile-cache-perl] 04/06: Update d/changelog

2015-09-20 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository libxml-compile-cache-perl.

commit 2cb2fafa2f644dcb33503666f52f370ff2331254
Author: Lucas Kanashiro 
Date:   Sun Sep 20 22:57:17 2015 -0300

Update d/changelog
---
 debian/changelog | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 98af1cf..9989a46 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
-libxml-compile-cache-perl (1.03-2) UNRELEASED; urgency=medium
+libxml-compile-cache-perl (1.04-1) UNRELEASED; urgency=medium
 
+  * Team upload
   * Add debian/upstream/metadata
+  * Import Upstream version 1.04
 
  -- Lucas Kanashiro   Sun, 20 Sep 2015 22:51:12 
-0300
 

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

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


[libxml-compile-cache-perl] branch pristine-tar updated (b217311 -> 7a86012)

2015-09-20 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a change to branch pristine-tar
in repository libxml-compile-cache-perl.

  from  b217311   pristine-tar data for 
libxml-compile-cache-perl_1.03.orig.tar.gz
   new  7a86012   pristine-tar data for 
libxml-compile-cache-perl_1.04.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:
 libxml-compile-cache-perl_1.04.orig.tar.gz.delta | Bin 0 -> 1212 bytes
 libxml-compile-cache-perl_1.04.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libxml-compile-cache-perl_1.04.orig.tar.gz.delta
 create mode 100644 libxml-compile-cache-perl_1.04.orig.tar.gz.id

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

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


[libxml-atom-simplefeed-perl] branch pristine-tar updated (0da8625 -> fd6acab)

2015-09-20 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a change to branch pristine-tar
in repository libxml-atom-simplefeed-perl.

  from  0da8625   pristine-tar data for 
libxml-atom-simplefeed-perl_0.862.orig.tar.gz
   new  fd6acab   pristine-tar data for 
libxml-atom-simplefeed-perl_0.863.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:
 libxml-atom-simplefeed-perl_0.863.orig.tar.gz.delta | Bin 0 -> 1212 bytes
 libxml-atom-simplefeed-perl_0.863.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libxml-atom-simplefeed-perl_0.863.orig.tar.gz.delta
 create mode 100644 libxml-atom-simplefeed-perl_0.863.orig.tar.gz.id

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

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


[libxml-atom-simplefeed-perl] 02/03: Update debian/changelog

2015-09-20 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository libxml-atom-simplefeed-perl.

commit 9671f45b3471895057a9ad913d24fe6812f6da08
Author: Lucas Kanashiro 
Date:   Sun Sep 20 22:34:50 2015 -0300

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index 3d75863..c46b510 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libxml-atom-simplefeed-perl (0.863-1) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Import upstream version 0.863
+
+ -- Lucas Kanashiro   Sun, 20 Sep 2015 22:34:50 
-0300
+
 libxml-atom-simplefeed-perl (0.862-1) unstable; urgency=medium
 
   * Team upload.

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

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


[libxml-atom-simplefeed-perl] 01/01: pristine-tar data for libxml-atom-simplefeed-perl_0.863.orig.tar.gz

2015-09-20 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch pristine-tar
in repository libxml-atom-simplefeed-perl.

commit fd6acab7605b65af189619dc42ca2ff4ab7250ce
Author: Lucas Kanashiro 
Date:   Sun Sep 20 22:33:35 2015 -0300

pristine-tar data for libxml-atom-simplefeed-perl_0.863.orig.tar.gz
---
 libxml-atom-simplefeed-perl_0.863.orig.tar.gz.delta | Bin 0 -> 1212 bytes
 libxml-atom-simplefeed-perl_0.863.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libxml-atom-simplefeed-perl_0.863.orig.tar.gz.delta 
b/libxml-atom-simplefeed-perl_0.863.orig.tar.gz.delta
new file mode 100644
index 000..ff5c6fd
Binary files /dev/null and 
b/libxml-atom-simplefeed-perl_0.863.orig.tar.gz.delta differ
diff --git a/libxml-atom-simplefeed-perl_0.863.orig.tar.gz.id 
b/libxml-atom-simplefeed-perl_0.863.orig.tar.gz.id
new file mode 100644
index 000..55dcb9a
--- /dev/null
+++ b/libxml-atom-simplefeed-perl_0.863.orig.tar.gz.id
@@ -0,0 +1 @@
+f3ec6dd62e725758f15bfeaea87bce3efd2f5a7b

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

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


[libxml-atom-simplefeed-perl] annotated tag upstream/0.863 created (now 4b76e56)

2015-09-20 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a change to annotated tag upstream/0.863
in repository libxml-atom-simplefeed-perl.

at  4b76e56   (tag)
   tagging  e292db8e212cba54e21ae87434b651551a133305 (commit)
  replaces  upstream/0.862
 tagged by  Lucas Kanashiro
on  Sun Sep 20 22:33:35 2015 -0300

- Log -
Upstream version 0.863
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCAAGBQJV/15vAAoJEPgjonKYg8l8/2oP/jbu7vPDmr+ZTmjH1Z8wvqHR
SpATMkybOOzHe75mLJ/keKvbpmm6vL3wlkHN4TNb4KDoBTKP2aeMiT3xbyMlXa8v
FzwtWoWWLTghIJIve2r3T1q9h06Ioikz3er2hrYKkB5Fbdya81o32IgHYSecCZv8
YX6fOWS3PcOFhCj2RyunrkT/dYdrZUScLMjH5QadZvzBW4mjfCHTlwLFSMeYggyE
B6yfO4NuOqnoJGIvZWKHa4XQiub/dRJF4qNYOojnagcMl7ojrLYdfEe5tV7QhRf5
4H6KO4W9mYMx1LGer/62sh0Bo647PQqK9aMsQQYsOa6AqeXghyAq1aEVPHnhuJWE
lNUI9fauSYfq+vgsf92BvEHb/BNhwgP/QQK7xVV3+Np+BWTYFqdyTWkEuuSY8Rt6
rlCejLFgPMF1d6PvWFSt+MKBLCPYCNt/Kb3aoXjQu6Z+hmEaSnCpLckuSmNRWNlE
UXmRjdKGf3gWuSQcgNxM6iTm9AyvgolNoSvNbMey+4UtFfq9svqUoxgJ/U/o/UrI
dpACYQYvN6k3xG/f//0T+J58nEPG0wVyi0Su7YBmh1lwB7WBkAtcpzV2M4/coPcI
RVbSVA91yfceRlLkX/7mEvgHrPV9X5qU3/ArKNCtihKFpR4dEK0sXd9YZD1zILQn
WIfOzeiqaXljyClLklfk
=iMEF
-END PGP SIGNATURE-

Aristotle Pagaltzis (36):
  import XML::Atom::SimpleFeed 0.8_001 from CPAN
  import XML::Atom::SimpleFeed 0.8_002 from CPAN
  import XML::Atom::SimpleFeed 0.8_003 from CPAN
  import XML::Atom::SimpleFeed 0.8_004 from CPAN
  import XML::Atom::SimpleFeed 0.8 from CPAN
  import XML::Atom::SimpleFeed 0.81 from CPAN
  import XML::Atom::SimpleFeed 0.82 from CPAN
  fix another XML writer bug (`s/Encode::decode/Encode::encode/`)
  add tests and fix the bug in the CDATA flattener they uncovered
  switch CDATA flattener to a less finicky to implement strategy
  refactor person construct code to properly escape in all cases
  fix new CDATA flattener (was missing `/s` switch)
  dump boilerplate
  clean up test suite
  convert Changes from POD
  defatalize warnings (what was I thinking?)
  delete dead link :-/
  rearrange initial declarations
  goto is slower than double return :-/
  reflow and de-boilerplate the docs
  copyedit `icon` doc
  make date constructs smarter
  dissolve some indirections
  point default generator URI to MetaCPAN
  use dzil
  make tests more readable
  release 0.861
  fix RFC 3339 formatting for datetime objects
  release 0.862
  add gitignore
  fix some spacing
  extract date construct tests
  DRY date construct tests
  load-or-skip Time::Piece less roundaboutly
  switch to ->epoch for datetime object support
  release 0.863

H. Wade Minter (7):
  initial import of XML::Atom::SimpleFeed 0.1 from CPAN
  import XML::Atom::SimpleFeed 0.2 from CPAN
  import XML::Atom::SimpleFeed 0.3 from CPAN
  import XML::Atom::SimpleFeed 0.4 from CPAN
  import XML::Atom::SimpleFeed 0.5 from CPAN
  import XML::Atom::SimpleFeed 0.6 from CPAN
  import XML::Atom::SimpleFeed 0.7 from CPAN

Lucas Kanashiro (1):
  Imported Upstream version 0.863

---

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/libxml-atom-simplefeed-perl.git

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

[libxml-atom-simplefeed-perl] branch master updated (358804e -> c92605f)

2015-09-20 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a change to branch master
in repository libxml-atom-simplefeed-perl.

  from  358804e   releasing package libxml-atom-simplefeed-perl version 
0.862-1
  adds  61ad5f4   initial import of XML::Atom::SimpleFeed 0.1 from CPAN
  adds  a9e5332   import XML::Atom::SimpleFeed 0.2 from CPAN
  adds  fbf665d   import XML::Atom::SimpleFeed 0.3 from CPAN
  adds  1eac669   import XML::Atom::SimpleFeed 0.4 from CPAN
  adds  24f09b7   import XML::Atom::SimpleFeed 0.5 from CPAN
  adds  3fd660f   import XML::Atom::SimpleFeed 0.6 from CPAN
  adds  35a7150   import XML::Atom::SimpleFeed 0.7 from CPAN
  adds  f9207a8   import XML::Atom::SimpleFeed 0.8_001 from CPAN
  adds  b796e0d   import XML::Atom::SimpleFeed 0.8_002 from CPAN
  adds  99a80a5   import XML::Atom::SimpleFeed 0.8_003 from CPAN
  adds  4af23ce   import XML::Atom::SimpleFeed 0.8_004 from CPAN
  adds  786b311   import XML::Atom::SimpleFeed 0.8 from CPAN
  adds  0249546   import XML::Atom::SimpleFeed 0.81 from CPAN
  adds  88488b1   import XML::Atom::SimpleFeed 0.82 from CPAN
  adds  3b3e2f9   fix another XML writer bug 
(`s/Encode::decode/Encode::encode/`)
  adds  56c913a   add tests and fix the bug in the CDATA flattener they 
uncovered
  adds  f357eb8   switch CDATA flattener to a less finicky to implement 
strategy
  adds  5ed2c09   refactor person construct code to properly escape in all 
cases
  adds  d05cea8   fix new CDATA flattener (was missing `/s` switch)
  adds  7120813   dump boilerplate
  adds  112bd6d   clean up test suite
  adds  8493eaa   convert Changes from POD
  adds  9f428b8   defatalize warnings (what was I thinking?)
  adds  1b5b171   delete dead link :-/
  adds  3a05365   rearrange initial declarations
  adds  243f6cc   goto is slower than double return :-/
  adds  d48c745   reflow and de-boilerplate the docs
  adds  a571150   copyedit `icon` doc
  adds  fbc5fd8   make date constructs smarter
  adds  ea2dcee   dissolve some indirections
  adds  02a562e   point default generator URI to MetaCPAN
  adds  2a17cf2   use dzil
  adds  047b4f1   make tests more readable
  adds  60e0391   release 0.861
  adds  874c67f   fix RFC 3339 formatting for datetime objects
  adds  269806e   release 0.862
  adds  bb55af3   add gitignore
  adds  bc7c18f   fix some spacing
  adds  297c9d4   extract date construct tests
  adds  dd0f81c   DRY date construct tests
  adds  38734e7   load-or-skip Time::Piece less roundaboutly
  adds  dedaea5   switch to ->epoch for datetime object support
  adds  9f5d4d6   release 0.863
  adds  e292db8   Imported Upstream version 0.863
   new  f8566ab   Merge tag 'upstream/0.863'
   new  9671f45   Update debian/changelog
   new  c92605f   Releasing libxml-atom-simplefeed-perl version 0.863-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| 20 ++
 MANIFEST   |  1 +
 META.json  | 10 +++--
 META.yml   |  8 ++-
 Makefile.PL| 16 --
 debian/changelog   |  7 +++
 dist.ini   |  2 +-
 lib/XML/Atom/SimpleFeed.pm | 46 +---
 t/bugs.t   |  8 ---
 t/date_construct.t | 52 ++
 10 files changed, 149 insertions(+), 21 deletions(-)
 create mode 100644 t/date_construct.t

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

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

[libxml-compile-cache-perl] 06/06: Releasing libxml-compile-cache-perl version 1.04-1

2015-09-20 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository libxml-compile-cache-perl.

commit f3b7bddeec3a58d1b122e9c0154f4cd023786de6
Author: Lucas Kanashiro 
Date:   Sun Sep 20 23:02:34 2015 -0300

Releasing libxml-compile-cache-perl version 1.04-1
---
 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 77b902c..88cbb84 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxml-compile-cache-perl (1.04-1) UNRELEASED; urgency=medium
+libxml-compile-cache-perl (1.04-1) unstable; urgency=medium
 
   * Team upload
   * Add debian/upstream/metadata

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

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


[libxml-compile-cache-perl] 01/01: pristine-tar data for libxml-compile-cache-perl_1.04.orig.tar.gz

2015-09-20 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch pristine-tar
in repository libxml-compile-cache-perl.

commit 7a86012dbbef81b59dfe950293a2094854c2a677
Author: Lucas Kanashiro 
Date:   Sun Sep 20 22:52:55 2015 -0300

pristine-tar data for libxml-compile-cache-perl_1.04.orig.tar.gz
---
 libxml-compile-cache-perl_1.04.orig.tar.gz.delta | Bin 0 -> 1212 bytes
 libxml-compile-cache-perl_1.04.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libxml-compile-cache-perl_1.04.orig.tar.gz.delta 
b/libxml-compile-cache-perl_1.04.orig.tar.gz.delta
new file mode 100644
index 000..4b211ed
Binary files /dev/null and b/libxml-compile-cache-perl_1.04.orig.tar.gz.delta 
differ
diff --git a/libxml-compile-cache-perl_1.04.orig.tar.gz.id 
b/libxml-compile-cache-perl_1.04.orig.tar.gz.id
new file mode 100644
index 000..3110598
--- /dev/null
+++ b/libxml-compile-cache-perl_1.04.orig.tar.gz.id
@@ -0,0 +1 @@
+68707c8191d499bf92dba772ead0c684877d0adb

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

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


[libxml-compile-cache-perl] branch master updated (933ee15 -> f3b7bdd)

2015-09-20 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a change to branch master
in repository libxml-compile-cache-perl.

  from  933ee15   Update changelog, clean TODO and set unstable
   new  9a9f796   Add debian/upstream/metadata
   new  5f6063a   Update debian/changelog
  adds  be1524a   Imported Upstream version 1.03
  adds  b3804a6   Imported Upstream version 1.04
   new  df6e084   Merge tag 'upstream/1.04'
   new  2cb2faf   Update d/changelog
   new  43cf26e   Update year of upstream copyright
   new  f3b7bdd   Releasing libxml-compile-cache-perl version 1.04-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:
 ChangeLog |  5 +
 META.json |  2 +-
 META.yml  |  2 +-
 Makefile.PL   |  2 +-
 README| 12 ++--
 debian/changelog  |  9 +
 debian/copyright  |  3 ++-
 debian/upstream/metadata  |  4 
 lib/XML/Compile/Cache.pm  | 17 +
 lib/XML/Compile/Cache.pod |  8 
 10 files changed, 42 insertions(+), 22 deletions(-)
 create mode 100644 debian/upstream/metadata

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

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


[libxml-compile-cache-perl] annotated tag upstream/1.04 created (now 72fbb53)

2015-09-20 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a change to annotated tag upstream/1.04
in repository libxml-compile-cache-perl.

at  72fbb53   (tag)
   tagging  b3804a65bc8a77a6e6219f19ac2e94215fffe5ec (commit)
  replaces  upstream/1.03
 tagged by  Lucas Kanashiro
on  Sun Sep 20 22:52:55 2015 -0300

- Log -
Upstream version 1.04
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCAAGBQJV/2L3AAoJEPgjonKYg8l8dTAQAJuHk5Ne9iqTUA82Y57FvjNo
lMttwueMRSyyepIX6IY9hU6GVcE6dG4Tdp5Xb9FCfuepRxFiFeoK44umSsE3pg5F
Ps+boEk+hIV5vnvhYMmHps3FgGCxoXcDM7G1nO4niQJQyurPc5X9V6HyKyKm8yxF
dxrGUun3xi2EGyFckbpaAwSzT4GEuYA3rhp1CeZUbITh4P0PKRbT1gRTIEnjnG1A
HyRdvA6zqskflEGXRDFcAaWpbhIh55AFejewFaQAVSbqdR3bRdbPy8WLVC5iTuzl
AU43sJqD0BLG7HH7PA94d4/Z5XWbnOu2BkSIpyvQkULiqs0+X/rAGo5nToLuE4j2
qVXEQndv1SYxjuV3ruwhwm4D1f/53UJYrDplfdDalsArfzy44c2d0J0NTYeldKwP
hMgIb0deTp4qJYFi+TkTGf15FsGRL30TtZMh2mqE4KbQJnCm2mwa0P58KP6V3/wj
0x8d1+8Q2e2tTfr/rZf36YoF2Tvh56afPdaJfW/aHf+QBiCkkaBJLoXBf0JQ1le5
JQQIL8ybj/HjEmClkaOopGnZftx2NMyE/Xb5F4GaoAYgyKsxjN+cUloy4TW0Ycah
3Xsf35In0b/CnwT+nGs1XjClT9kf0Zic4RQ9Z3D62pcm8TLJXg/MhPxpxuNhYusI
os4Ms0qpP/1KL9kZQRjp
=2vb4
-END PGP SIGNATURE-

Lucas Kanashiro (1):
  Imported Upstream version 1.04

---

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/libxml-compile-cache-perl.git

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


[libxml-compile-cache-perl] 01/06: Add debian/upstream/metadata

2015-09-20 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository libxml-compile-cache-perl.

commit 9a9f79628642e2cd0bb4c55101b5606174264b88
Author: Lucas Kanashiro 
Date:   Sun Sep 20 22:51:12 2015 -0300

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

diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 000..5d99507
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Archive: CPAN
+Contact: Mark Overmeer
+Name: XML-Compile-Cache

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

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


[libxml-compile-cache-perl] 05/06: Update year of upstream copyright

2015-09-20 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository libxml-compile-cache-perl.

commit 43cf26ed89527c80019826aa4f45057ace005ede
Author: Lucas Kanashiro 
Date:   Sun Sep 20 23:00:06 2015 -0300

Update year of upstream copyright
---
 debian/changelog | 1 +
 debian/copyright | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9989a46..77b902c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libxml-compile-cache-perl (1.04-1) UNRELEASED; urgency=medium
   * Team upload
   * Add debian/upstream/metadata
   * Import Upstream version 1.04
+  * Update year of upstream copyright
 
  -- Lucas Kanashiro   Sun, 20 Sep 2015 22:51:12 
-0300
 
diff --git a/debian/copyright b/debian/copyright
index 47c4e59..1a591f4 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,11 +4,12 @@ Upstream-Contact: Mark Overmeer 
 Source: https://metacpan.org/release/XML-Compile-Cache
 
 Files: *
-Copyright: 2008-2014, Mark Overmeer 
+Copyright: 2008-2015, Mark Overmeer 
 License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: 2013, Joenio Costa 
+ 2015, Lucas Kanashiro 
 License: Artistic or GPL-1+
 
 License: Artistic

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

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


[libxml-atom-simplefeed-perl] 03/03: Releasing libxml-atom-simplefeed-perl version 0.863-1

2015-09-20 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository libxml-atom-simplefeed-perl.

commit c92605f853f651a731f67e6904fa7218f93209e4
Author: Lucas Kanashiro 
Date:   Sun Sep 20 22:44:33 2015 -0300

Releasing libxml-atom-simplefeed-perl version 0.863-1
---
 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c46b510..2fe39e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxml-atom-simplefeed-perl (0.863-1) UNRELEASED; urgency=medium
+libxml-atom-simplefeed-perl (0.863-1) unstable; urgency=medium
 
   * Team upload.
   * Import upstream version 0.863

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

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


[libxml-atom-simplefeed-perl] 01/03: Merge tag 'upstream/0.863'

2015-09-20 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository libxml-atom-simplefeed-perl.

commit f8566abd02eb5d01d0e76d3cea2ba100fa54a828
Merge: 358804e e292db8
Author: Lucas Kanashiro 
Date:   Sun Sep 20 22:34:32 2015 -0300

Merge tag 'upstream/0.863'

Upstream version 0.863

# gpg: Signature made Sun 20 Sep 2015 10:33:35 PM BRT using RSA key ID 
9883C97C
# gpg: Good signature from "Lucas Kanashiro "

 Changes| 20 ++
 MANIFEST   |  1 +
 META.json  | 10 +++--
 META.yml   |  8 ++-
 Makefile.PL| 16 --
 dist.ini   |  2 +-
 lib/XML/Atom/SimpleFeed.pm | 46 +---
 t/bugs.t   |  8 ---
 t/date_construct.t | 52 ++
 9 files changed, 142 insertions(+), 21 deletions(-)

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

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


[libevent-rpc-perl] 08/09: Update build and runtime dependencies.

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

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

commit 3a503e5ddaa3b7623824297a86b87a745d29b9c5
Author: gregor herrmann 
Date:   Mon Sep 21 00:00:47 2015 +0200

Update build and runtime dependencies.

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

diff --git a/debian/control b/debian/control
index f5bee6e..0cba369 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,9 @@ Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: libevent-perl | libglib-perl,
+Build-Depends-Indep: libanyevent-perl,
+ libevent-perl,
+ libglib-perl,
  libio-socket-ssl-perl,
  netbase,
  perl
@@ -20,8 +22,10 @@ Package: libevent-rpc-perl
 Architecture: all
 Depends: ${misc:Depends},
  ${perl:Depends},
- libevent-perl | libglib-perl
-Recommends: libio-socket-ssl-perl
+ libevent-perl,
+ libglib-perl,
+ libio-socket-ssl-perl
+Recommends: libanyevent-perl
 Description: Event based transparent Client/Server RPC framework
  Event::RPC supports you in developing Event based networking client/server
  applications with transparent object/method access from the client to the

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

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


[libevent-rpc-perl] 04/09: Reformat debian/control with cme

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

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

commit 48e099bc0eed3bbbcf802983c5e5f0e43457eba4
Author: gregor herrmann 
Date:   Sun Sep 20 23:51:56 2015 +0200

Reformat debian/control with cme

Gbp-Dch: ignore
---
 debian/control | 1 -
 1 file changed, 1 deletion(-)

diff --git a/debian/control b/debian/control
index 34af772..13026de 100644
--- a/debian/control
+++ b/debian/control
@@ -33,4 +33,3 @@ Description: Event based transparent Client/Server RPC 
framework
  network. More specific it acts as a proxy for objects created on the server
  side (on demand of the connected clients) which handles client side methods
  calls with transport of method arguments and return values.
-

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

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


[libevent-rpc-perl] 09/09: releasing package libevent-rpc-perl version 1.06-1

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

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

commit d569a25a8071dab2c7b0ebc3ba285f2e4b8176a9
Author: gregor herrmann 
Date:   Mon Sep 21 00:04:04 2015 +0200

releasing package libevent-rpc-perl version 1.06-1
---
 debian/changelog | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6542e58..7152868 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libevent-rpc-perl (1.06-1) UNRELEASED; urgency=medium
+libevent-rpc-perl (1.06-1) unstable; urgency=medium
 
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
@@ -11,8 +11,13 @@ libevent-rpc-perl (1.06-1) UNRELEASED; urgency=medium
 Fixes "FTBFS: hostname verification failed at t/04.cnct-auth-ssl-
 verifypeer-wrongca.t line 54"
 (Closes: #799578)
+  * Update years of packaging copyright.
+  * Mark package as autopkgtest-able.
+  * Declare compliance with Debian Policy 3.9.6.
+  * Bump debhelper compatibility level to 9.
+  * Update build and runtime dependencies. Thanks to autopkgtest.
 
- -- gregor herrmann   Sun, 20 Sep 2015 23:48:51 +0200
+ -- gregor herrmann   Mon, 21 Sep 2015 00:02:28 +0200
 
 libevent-rpc-perl (1.05-1) unstable; urgency=medium
 

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

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


[libevent-rpc-perl] 05/09: Mark package as autopkgtest-able.

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

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

commit 31351769407e989249f39344922d83954af01677
Author: gregor herrmann 
Date:   Sun Sep 20 23:51:58 2015 +0200

Mark package as autopkgtest-able.
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index 13026de..33b830a 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,7 @@ Uploaders: gregor herrmann ,
Rene Mayorga ,
Xavier Guimard 
 Section: perl
+Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: libevent-perl | libglib-perl,

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

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


[libevent-rpc-perl] branch pristine-tar updated (e2a84eb -> 9f01553)

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

gregoa pushed a change to branch pristine-tar
in repository libevent-rpc-perl.

  from  e2a84eb   pristine-tar data for libevent-rpc-perl_1.05.orig.tar.gz
   new  9f01553   pristine-tar data for libevent-rpc-perl_1.06.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:
 libevent-rpc-perl_1.06.orig.tar.gz.delta | Bin 0 -> 2333 bytes
 libevent-rpc-perl_1.06.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libevent-rpc-perl_1.06.orig.tar.gz.delta
 create mode 100644 libevent-rpc-perl_1.06.orig.tar.gz.id

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

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


[libevent-rpc-perl] 07/09: Bump debhelper compatibility level to 9.

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

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

commit ea7e928479c3a9eacb84b90f1d28bd6a6b72eae4
Author: gregor herrmann 
Date:   Sun Sep 20 23:51:59 2015 +0200

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

diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index 59dbb7d..f5bee6e 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: gregor herrmann ,
 Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Build-Depends: debhelper (>= 8)
+Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: libevent-perl | libglib-perl,
  libio-socket-ssl-perl,
  netbase,

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

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


[libevent-rpc-perl] 06/09: Declare compliance with Debian Policy 3.9.6.

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

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

commit a0706bf522daffcdd135ec4963160364eb889573
Author: gregor herrmann 
Date:   Sun Sep 20 23:51:59 2015 +0200

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

diff --git a/debian/control b/debian/control
index 33b830a..59dbb7d 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends-Indep: libevent-perl | libglib-perl,
  libio-socket-ssl-perl,
  netbase,
  perl
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libevent-rpc-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libevent-rpc-perl.git
 Homepage: https://metacpan.org/release/Event-RPC

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

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


[libevent-rpc-perl] 02/09: New upstream release. Fixes "FTBFS: hostname verification failed at t/04.cnct-auth-ssl- verifypeer-wrongca.t line 54" (Closes: #799578)

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

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

commit 17c9a89b6527549a5b83bcec198a6019b5920fbc
Author: gregor herrmann 
Date:   Sun Sep 20 23:50:51 2015 +0200

New upstream release. Fixes "FTBFS: hostname verification failed at 
t/04.cnct-auth-ssl- verifypeer-wrongca.t line 54" (Closes: #799578)
---
 debian/changelog | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e08aa4b..6542e58 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libevent-rpc-perl (1.05-2) UNRELEASED; urgency=medium
+libevent-rpc-perl (1.06-1) UNRELEASED; urgency=medium
 
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
@@ -6,7 +6,13 @@ libevent-rpc-perl (1.05-2) UNRELEASED; urgency=medium
   [ Salvatore Bonaccorso ]
   * Update Vcs-Browser URL to cgit web frontend
 
- -- gregor herrmann   Thu, 27 Feb 2014 22:35:22 +0100
+  [ gregor herrmann ]
+  * New upstream release.
+Fixes "FTBFS: hostname verification failed at t/04.cnct-auth-ssl-
+verifypeer-wrongca.t line 54"
+(Closes: #799578)
+
+ -- gregor herrmann   Sun, 20 Sep 2015 23:48:51 +0200
 
 libevent-rpc-perl (1.05-1) unstable; urgency=medium
 

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

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


[libevent-rpc-perl] 03/09: Update years of packaging copyright.

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

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

commit ec768c1819710ee8263f73ea49b7a3ba0a34d818
Author: gregor herrmann 
Date:   Sun Sep 20 23:51:40 2015 +0200

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

diff --git a/debian/copyright b/debian/copyright
index 49f5047..435727d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -9,7 +9,7 @@ License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: 2006, 2008, 2011, Russ Allbery 
- 2006-2008, gregor herrmann 
+ 2006-2015, gregor herrmann 
  2008-2009, Rene Mayorga 
  2013-2014, Xavier Guimard 
 License: Artistic or GPL-1+

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

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


[libevent-rpc-perl] 01/09: Imported Upstream version 1.06

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

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

commit 71c293d2e0b7b9735e6dc8ef6ba7ccff62fa3117
Author: gregor herrmann 
Date:   Sun Sep 20 23:48:51 2015 +0200

Imported Upstream version 1.06
---
 Changes |  15 ++-
 MANIFEST|   1 +
 META.json   |  47 +
 META.yml|  51 +-
 Makefile.PL |   2 +-
 README  | 166 
 examples/Test_class.pm  |   1 -
 examples/client.pl  |   1 -
 examples/server.pl  |   1 -
 lib/Event/RPC.pm|   2 +-
 lib/Event/RPC/Client.pm |  24 -
 lib/Event/RPC/Logger.pm |   1 -
 lib/Event/RPC/Loop.pm   |   1 -
 lib/Event/RPC/Loop/AnyEvent.pm  |   1 -
 lib/Event/RPC/Loop/Event.pm |   1 -
 lib/Event/RPC/Loop/Glib.pm  |   1 -
 lib/Event/RPC/Message.pm|   1 -
 lib/Event/RPC/Server.pm |  45 +
 t/04.cnct-auth-ssl-verifypeer-wrongca.t |   2 +-
 t/Event_RPC_Test.pm |   1 -
 t/Event_RPC_Test_Server.pm  | 153 +++--
 t/ssl/ca.crt|  58 +--
 t/ssl/ca.key| 100 +--
 t/ssl/server-noca.crt   |  45 ++---
 t/ssl/server.crt|  47 +
 t/ssl/server.csr|  35 +--
 t/ssl/server.key|  65 ++---
 27 files changed, 425 insertions(+), 443 deletions(-)

diff --git a/Changes b/Changes
index be458bb..a8913d8 100644
--- a/Changes
+++ b/Changes
@@ -1,7 +1,18 @@
-$Id: Changes,v 1.21 2014-01-28 15:40:22 joern Exp $
-
 Revision history and release notes for Event::RPC:
 
+1.06 Sun Sep 20, 2015, joern
+Features:
+- New 'ssl_opts' attribute for Server and Client to
+  give more control over the SSL connection.
+
+Bugfixes:
+- Some tests failed due to stronger hostname verifcation
+  in IO::Socket:SSL >= 2.017. Fixed that by adding
+  proper certificates with cn 'localhost' and a test
+  which verifies the failing connection with wrong
+  hostname. Thanks to ppisar[...]redhat.com. This
+  fixes rt #106874.
+
 1.05 Tue Feb 28, 2014, joern
 Features:
 - New Method set_max_packet_size (Client and Server)
diff --git a/MANIFEST b/MANIFEST
index 0b7bab4..e471360 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -41,3 +41,4 @@ examples/Test_class.pm
 examples/ssl/server.key
 examples/ssl/server.csr
 examples/ssl/server.crt
+META.jsonModule JSON meta-data (added by 
MakeMaker)
diff --git a/META.json b/META.json
new file mode 100644
index 000..ce318f3
--- /dev/null
+++ b/META.json
@@ -0,0 +1,47 @@
+{
+   "abstract" : "unknown",
+   "author" : [
+  "unknown"
+   ],
+   "dynamic_config" : 1,
+   "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter 
version 2.142690",
+   "license" : [
+  "unknown"
+   ],
+   "meta-spec" : {
+  "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec;,
+  "version" : "2"
+   },
+   "name" : "Event-RPC",
+   "no_index" : {
+  "directory" : [
+ "t",
+ "inc"
+  ]
+   },
+   "prereqs" : {
+  "build" : {
+ "requires" : {
+"ExtUtils::MakeMaker" : "0"
+ }
+  },
+  "configure" : {
+ "requires" : {
+"ExtUtils::MakeMaker" : "0"
+ }
+  },
+  "runtime" : {
+ "requires" : {
+"Event" : "0",
+"Glib" : "0",
+"IO::Socket::INET" : "0",
+"IO::Socket::SSL" : "0",
+"Net::SSLeay" : "0",
+"Storable" : "0",
+"Test::More" : "0"
+ }
+  }
+   },
+   "release_status" : "stable",
+   "version" : "1.06"
+}
diff --git a/META.yml b/META.yml
index 6ca2f36..47e4ea2 100644
--- a/META.yml
+++ b/META.yml
@@ -1,27 +1,28 @@
 #YAML:1.0
-name:   Event-RPC
-version:1.05
-abstract:   ~
-author:  []
-license:unknown
-distribution_type:  module
-configure_requires:
-ExtUtils::MakeMaker:  0
+---
+abstract: unknown
+author:
+  - unknown
 build_requires:
-ExtUtils::MakeMaker:  0
-requires:
-Event: 0
-Glib:  0
-IO::Socket::INET:  0
-IO::Socket::SSL:   0
-Net::SSLeay:   0
-Storable:  0
-Test::More:0
-no_index:
-directory:
-- t
-- inc
-generated_by:   ExtUtils::MakeMaker version 6.57_05
+  ExtUtils::MakeMaker: '0'
+configure_requires:
+  ExtUtils::MakeMaker: '0'
+dynamic_config: 1
+generated_by: 'ExtUtils::MakeMaker version 

[libevent-rpc-perl] annotated tag debian/1.06-1 created (now 7492031)

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

gregoa pushed a change to annotated tag debian/1.06-1
in repository libevent-rpc-perl.

at  7492031   (tag)
   tagging  d569a25a8071dab2c7b0ebc3ba285f2e4b8176a9 (commit)
  replaces  debian/1.05-1
 tagged by  gregor herrmann
on  Mon Sep 21 00:04:04 2015 +0200

- Log -
tagging package libevent-rpc-perl version debian/1.06-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJV/y1UXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGhsAP/02NOrts/upQHRDegbOSA8c4
7yTYfIFYBNIeh+4thShbAXgLYYHQhVgxJ0OOg+3ulpNruKHbdQINupm0yqch9yHR
ePeb3KPnwpgkJ419zp6TQlKgerzlfWjaBRz74QMHkFa03SSsmyoRRpZGE0Oo9SVh
IhTvLWZ2dmzcoqk8xFJF5g0KADjABFxkw+S4wXfJvKzTf5XrFtZEv13pdcGPPmLM
65ZkDFt7I8AgwSd4OY1zPy0yyZen3okgsXVea1AzZJMvEmTwStB0WOU422gRRPz4
504OjnIoBhlP706OJQ58n0KnB1GRNjleC6ANcs3aPBiNBOAh2u18+emMX8KtmXjF
9apPRayc8ijh7qz22Y/IDIEBJK8GpI4JcZXSyndq1yEDofqDny9HDpPtLxbCCNdo
6uN1N9yEkjZWgjq8IYW30kQuBmsvPJpkwYCLGH42tLfspQJKbfrHVZReNolm2y1s
wvNed2+6Nnki/cPNwAmPLuckMpRP0EY1sNh1CQwq/Y6q/9VTXPOXTzUIQockbE43
9gkUhyntjRJOe/RqX5hIBht9VedJl8r6nvn2zVTfJwgb+hqckR3k8mbQFzKsBmW6
7SVVN7TUsQm1ddDi8su+aF7MQQ1zQ+PBm7x1qF3b8o3NIANtR6TzOn46oMEMkney
g1SI7LFzX7XARCs4fTEj
=yQbs
-END PGP SIGNATURE-

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

gregor herrmann (11):
  Strip trailing slash from metacpan URLs.
  update changelog
  Imported Upstream version 1.06
  New upstream release. Fixes "FTBFS: hostname verification failed at 
t/04.cnct-auth-ssl- verifypeer-wrongca.t line 54" (Closes: #799578)
  Update years of packaging copyright.
  Reformat debian/control with cme
  Mark package as autopkgtest-able.
  Declare compliance with Debian Policy 3.9.6.
  Bump debhelper compatibility level to 9.
  Update build and runtime dependencies.
  releasing package libevent-rpc-perl version 1.06-1

---

This annotated tag includes the following new commits:

   new  71c293d   Imported Upstream version 1.06
   new  17c9a89   New upstream release. Fixes "FTBFS: hostname verification 
failed at t/04.cnct-auth-ssl- verifypeer-wrongca.t line 54" (Closes: #799578)
   new  ec768c1   Update years of packaging copyright.
   new  48e099b   Reformat debian/control with cme
   new  3135176   Mark package as autopkgtest-able.
   new  a0706bf   Declare compliance with Debian Policy 3.9.6.
   new  ea7e928   Bump debhelper compatibility level to 9.
   new  3a503e5   Update build and runtime dependencies.
   new  d569a25   releasing package libevent-rpc-perl version 1.06-1

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


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

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


[libevent-rpc-perl] 01/01: pristine-tar data for libevent-rpc-perl_1.06.orig.tar.gz

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

gregoa pushed a commit to branch pristine-tar
in repository libevent-rpc-perl.

commit 9f01553774da54c69aba7323573827b28e5cf7f1
Author: gregor herrmann 
Date:   Sun Sep 20 23:48:51 2015 +0200

pristine-tar data for libevent-rpc-perl_1.06.orig.tar.gz
---
 libevent-rpc-perl_1.06.orig.tar.gz.delta | Bin 0 -> 2333 bytes
 libevent-rpc-perl_1.06.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libevent-rpc-perl_1.06.orig.tar.gz.delta 
b/libevent-rpc-perl_1.06.orig.tar.gz.delta
new file mode 100644
index 000..2026c27
Binary files /dev/null and b/libevent-rpc-perl_1.06.orig.tar.gz.delta differ
diff --git a/libevent-rpc-perl_1.06.orig.tar.gz.id 
b/libevent-rpc-perl_1.06.orig.tar.gz.id
new file mode 100644
index 000..c8e9379
--- /dev/null
+++ b/libevent-rpc-perl_1.06.orig.tar.gz.id
@@ -0,0 +1 @@
+ec9d3da5882ffc710766f9038725c3fa09c3afbe

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

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


[libevent-rpc-perl] annotated tag upstream/1.06 created (now 7bfd426)

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

gregoa pushed a change to annotated tag upstream/1.06
in repository libevent-rpc-perl.

at  7bfd426   (tag)
   tagging  5abe4942d636cb8fa24d6ae4e7ac8fa96e13 (commit)
  replaces  upstream/1.05
 tagged by  gregor herrmann
on  Sun Sep 20 23:48:51 2015 +0200

- Log -
Upstream version 1.06

gregor herrmann (1):
  Imported Upstream version 1.06

---

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

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


[libio-socket-ssl-perl] 01/01: pristine-tar data for libio-socket-ssl-perl_2.020.orig.tar.gz

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

carnil pushed a commit to branch pristine-tar
in repository libio-socket-ssl-perl.

commit f2f286d51ab2cff93ac47f1190d25c8b94500b43
Author: Salvatore Bonaccorso 
Date:   Sun Sep 20 18:53:09 2015 +0200

pristine-tar data for libio-socket-ssl-perl_2.020.orig.tar.gz
---
 libio-socket-ssl-perl_2.020.orig.tar.gz.delta | Bin 0 -> 3464 bytes
 libio-socket-ssl-perl_2.020.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libio-socket-ssl-perl_2.020.orig.tar.gz.delta 
b/libio-socket-ssl-perl_2.020.orig.tar.gz.delta
new file mode 100644
index 000..62e51d2
Binary files /dev/null and b/libio-socket-ssl-perl_2.020.orig.tar.gz.delta 
differ
diff --git a/libio-socket-ssl-perl_2.020.orig.tar.gz.id 
b/libio-socket-ssl-perl_2.020.orig.tar.gz.id
new file mode 100644
index 000..547d88e
--- /dev/null
+++ b/libio-socket-ssl-perl_2.020.orig.tar.gz.id
@@ -0,0 +1 @@
+e252e3314c2e80cccd479140cb43fc14e778666c

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

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


[libio-socket-ssl-perl] 03/03: Prepare changelog for release

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

carnil pushed a commit to branch master
in repository libio-socket-ssl-perl.

commit cac4e6252bbc59e618d620391d42f63ac2e61e87
Author: Salvatore Bonaccorso 
Date:   Sun Sep 20 19:00:43 2015 +0200

Prepare changelog for release

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

diff --git a/debian/changelog b/debian/changelog
index 9bfeaec..1b93bf8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-libio-socket-ssl-perl (2.020-1) UNRELEASED; urgency=medium
+libio-socket-ssl-perl (2.020-1) unstable; urgency=low
 
   * Import upstream version 2.020
 
- -- Salvatore Bonaccorso   Sun, 20 Sep 2015 18:53:10 +0200
+ -- Salvatore Bonaccorso   Sun, 20 Sep 2015 19:00:32 +0200
 
 libio-socket-ssl-perl (2.019-1) unstable; urgency=low
 

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

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


[libio-socket-ssl-perl] annotated tag upstream/2.020 created (now 3ef4ba4)

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

carnil pushed a change to annotated tag upstream/2.020
in repository libio-socket-ssl-perl.

at  3ef4ba4   (tag)
   tagging  62a8f22573dc70e4dceb63975f07a519d003ce4f (commit)
  replaces  upstream/2.019
 tagged by  Salvatore Bonaccorso
on  Sun Sep 20 18:53:09 2015 +0200

- Log -
Upstream version 2.020

Salvatore Bonaccorso (1):
  Imported Upstream version 2.020

---

No new revisions were added by this update.

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

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


[libio-socket-ssl-perl] annotated tag debian/2.020-1 created (now 397d35e)

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

carnil pushed a change to annotated tag debian/2.020-1
in repository libio-socket-ssl-perl.

at  397d35e   (tag)
   tagging  cac4e6252bbc59e618d620391d42f63ac2e61e87 (commit)
  replaces  debian/2.019-1
 tagged by  Salvatore Bonaccorso
on  Sun Sep 20 19:00:57 2015 +0200

- Log -
tagging package libio-socket-ssl-perl version debian/2.020-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCgAGBQJV/uZJAAoJEAVMuPMTQ89EgZgP/jMymVey8gv0nxTUYo81TIPA
1s3U/0mmkZRsVaJC7Cq2fo/FWpdhFEfYD81y6FzcaI/XTTCGIr83r8R9liYk5y02
/sEwxmk9dZbMf3Y9szAhjUHODrIuyZNCDOJVI7XlWe8n5Ye40kUTcmnwwkzYXq8y
sNNeswSypBaUDsF2m743Z9NdXckJQn2lfr2xVNTekkc5b4x7tgXktCVtnfX4b3az
z3Gd/by9a3hP9wv32iJTXEU+e11HtXP/lGgDT96RODUURPNtogogCqn94brWqlX/
zJhrBfnuL94lrYSTXruOhxbBh5q9uQPsS2O86QhX45Oz006lF6QJGVMUPUQKQ2nh
QWuyL3HHOn9R/AXwqDn/ezs3LYkP54obIlwba6FR0+LxOAfXrI/ZldWB+JMg6W18
bKViHUxuH9IyvTsILWiVFsHXO2YvZ/R4MWNSdwzflYmkad1jjTWs8xfMzT7wO3mP
YSMDL7NOnaoeL301x2YxLx1yvdm7V/dWfgG1I+Bd4jqwE6o1ddxQVsph8MVJSsyB
GqtWMuVPMiRhRIlxNup/bC6mqC2clVese9P18MQTG9Z1taIW8QOnRv256MiGwQG7
2eUXGCi2Dl6dEM/2D9EQijWrGR7QqAX4eG2uosRGuXUIegVbOpJFdYfZmdVCG4xe
x0EMf9oDjnQuzWq1+lql
=eMCh
-END PGP SIGNATURE-

Salvatore Bonaccorso (4):
  Imported Upstream version 2.020
  Merge tag 'upstream/2.020'
  Update debian/changelog
  Prepare changelog for release

---

This annotated tag includes the following new commits:

   new  03fa8aa   Merge tag 'upstream/2.020'
   new  75f1ee5   Update debian/changelog
   new  cac4e62   Prepare changelog for release

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

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


[libio-socket-ssl-perl] 02/03: Update debian/changelog

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

carnil pushed a commit to branch master
in repository libio-socket-ssl-perl.

commit 75f1ee5714ee269e85c97aa284d06f52c6eaa0a3
Author: Salvatore Bonaccorso 
Date:   Sun Sep 20 18:53:11 2015 +0200

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index c2970c8..9bfeaec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libio-socket-ssl-perl (2.020-1) UNRELEASED; urgency=medium
+
+  * Import upstream version 2.020
+
+ -- Salvatore Bonaccorso   Sun, 20 Sep 2015 18:53:10 +0200
+
 libio-socket-ssl-perl (2.019-1) unstable; urgency=low
 
   * Import upstream version 2.018 and 2.019

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

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


[libio-socket-ssl-perl] branch pristine-tar updated (34a184c -> f2f286d)

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

carnil pushed a change to branch pristine-tar
in repository libio-socket-ssl-perl.

  from  34a184c   pristine-tar data for 
libio-socket-ssl-perl_2.019.orig.tar.gz
   new  f2f286d   pristine-tar data for 
libio-socket-ssl-perl_2.020.orig.tar.gz

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


Summary of changes:
 libio-socket-ssl-perl_2.020.orig.tar.gz.delta | Bin 0 -> 3464 bytes
 libio-socket-ssl-perl_2.020.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libio-socket-ssl-perl_2.020.orig.tar.gz.delta
 create mode 100644 libio-socket-ssl-perl_2.020.orig.tar.gz.id

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

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


[libio-socket-ssl-perl] 01/03: Merge tag 'upstream/2.020'

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

carnil pushed a commit to branch master
in repository libio-socket-ssl-perl.

commit 03fa8aa1024d34566bea2ad75cfbdf631b0b739b
Merge: 65ad02a 62a8f22
Author: Salvatore Bonaccorso 
Date:   Sun Sep 20 18:53:10 2015 +0200

Merge tag 'upstream/2.020'

Upstream version 2.020

 Changes |  9 --
 META.json   |  4 +--
 META.yml| 14 -
 lib/IO/Socket/SSL.pm| 75 ++---
 lib/IO/Socket/SSL.pod   | 20 +++-
 t/cert_formats.t|  2 +-
 t/plain_upgrade_downgrade.t |  2 +-
 t/verify_fingerprint.t  |  2 +-
 8 files changed, 83 insertions(+), 45 deletions(-)

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

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


[libio-socket-ssl-perl] branch master updated (65ad02a -> cac4e62)

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

carnil pushed a change to branch master
in repository libio-socket-ssl-perl.

  from  65ad02a   Prepare changelog for release
  adds  62a8f22   Imported Upstream version 2.020
   new  03fa8aa   Merge tag 'upstream/2.020'
   new  75f1ee5   Update debian/changelog
   new  cac4e62   Prepare changelog for release

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 |  9 --
 META.json   |  4 +--
 META.yml| 14 -
 debian/changelog|  6 
 lib/IO/Socket/SSL.pm| 75 ++---
 lib/IO/Socket/SSL.pod   | 20 +++-
 t/cert_formats.t|  2 +-
 t/plain_upgrade_downgrade.t |  2 +-
 t/verify_fingerprint.t  |  2 +-
 9 files changed, 89 insertions(+), 45 deletions(-)

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

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