[libppix-regexp-perl] 02/02: Update debian/changelog file

2016-01-08 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libppix-regexp-perl.

commit 8d666a872e328f255d7ce1e382a8007d322063db
Author: Salvatore Bonaccorso 
Date:   Sat Jan 9 08:23:03 2016 +0100

Update debian/changelog file

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

diff --git a/debian/changelog b/debian/changelog
index bc972d7..f2ccdb6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libppix-regexp-perl (0.046-1) UNRELEASED; urgency=medium
+
+  * Imported Upstream version 0.046
+
+ -- Salvatore Bonaccorso   Sat, 09 Jan 2016 08:22:58 +0100
+
 libppix-regexp-perl (0.045-1) unstable; urgency=medium
 
   * Imported Upstream version 0.045

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

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


[libppix-regexp-perl] 01/02: Merge tag 'upstream/0.046'

2016-01-08 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libppix-regexp-perl.

commit 2e19970da60ab7efa26b046d8ef83ae17b79ca39
Merge: 7d9df07 4bbc2c0
Author: Salvatore Bonaccorso 
Date:   Sat Jan 9 08:22:52 2016 +0100

Merge tag 'upstream/0.046'

Upstream version 0.046

 Build.PL |  19 ++--
 Changes  |   3 +
 MANIFEST |   8 +-
 META.json| 130 ---
 META.yml | 123 ++---
 Makefile.PL  |  19 +---
 README   |   2 +-
 eg/interpolated  |   2 +-
 eg/predump   |   4 +-
 eg/prenav|   2 +-
 eg/preslurp  |   4 +-
 inc/{PPIx/Regexp => My/Module}/Build.pm  |   8 +-
 inc/{PPIx/Regexp => My/Module}/Meta.pm   |  42 +++-
 inc/{PPIx/Regexp => My/Module}/Mock_Tokenizer.pm |  14 +--
 inc/{PPIx/Regexp => My/Module}/Test.pm   |  10 +-
 lib/PPIx/Regexp.pm   |   4 +-
 lib/PPIx/Regexp/Constant.pm  |   4 +-
 lib/PPIx/Regexp/Dumper.pm|   4 +-
 lib/PPIx/Regexp/Element.pm   |   4 +-
 lib/PPIx/Regexp/Lexer.pm |   4 +-
 lib/PPIx/Regexp/Node.pm  |   4 +-
 lib/PPIx/Regexp/Node/Range.pm|   4 +-
 lib/PPIx/Regexp/StringTokenizer.pm   |   4 +-
 lib/PPIx/Regexp/Structure.pm |   4 +-
 lib/PPIx/Regexp/Structure/Assertion.pm   |   4 +-
 lib/PPIx/Regexp/Structure/BranchReset.pm |   4 +-
 lib/PPIx/Regexp/Structure/Capture.pm |   4 +-
 lib/PPIx/Regexp/Structure/CharClass.pm   |   4 +-
 lib/PPIx/Regexp/Structure/Code.pm|   4 +-
 lib/PPIx/Regexp/Structure/Main.pm|   4 +-
 lib/PPIx/Regexp/Structure/Modifier.pm|   4 +-
 lib/PPIx/Regexp/Structure/NamedCapture.pm|   4 +-
 lib/PPIx/Regexp/Structure/Quantifier.pm  |   4 +-
 lib/PPIx/Regexp/Structure/RegexSet.pm|   4 +-
 lib/PPIx/Regexp/Structure/Regexp.pm  |   4 +-
 lib/PPIx/Regexp/Structure/Replacement.pm |   4 +-
 lib/PPIx/Regexp/Structure/Subexpression.pm   |   4 +-
 lib/PPIx/Regexp/Structure/Switch.pm  |   4 +-
 lib/PPIx/Regexp/Structure/Unknown.pm |   4 +-
 lib/PPIx/Regexp/Support.pm   |   4 +-
 lib/PPIx/Regexp/Token.pm |   4 +-
 lib/PPIx/Regexp/Token/Assertion.pm   |   4 +-
 lib/PPIx/Regexp/Token/Backreference.pm   |   4 +-
 lib/PPIx/Regexp/Token/Backtrack.pm   |   4 +-
 lib/PPIx/Regexp/Token/CharClass.pm   |   4 +-
 lib/PPIx/Regexp/Token/CharClass/POSIX.pm |   4 +-
 lib/PPIx/Regexp/Token/CharClass/POSIX/Unknown.pm |   4 +-
 lib/PPIx/Regexp/Token/CharClass/Simple.pm|   4 +-
 lib/PPIx/Regexp/Token/Code.pm|   4 +-
 lib/PPIx/Regexp/Token/Comment.pm |   4 +-
 lib/PPIx/Regexp/Token/Condition.pm   |   4 +-
 lib/PPIx/Regexp/Token/Control.pm |   4 +-
 lib/PPIx/Regexp/Token/Delimiter.pm   |   4 +-
 lib/PPIx/Regexp/Token/Greediness.pm  |   4 +-
 lib/PPIx/Regexp/Token/GroupType.pm   |   4 +-
 lib/PPIx/Regexp/Token/GroupType/Assertion.pm |   4 +-
 lib/PPIx/Regexp/Token/GroupType/BranchReset.pm   |   4 +-
 lib/PPIx/Regexp/Token/GroupType/Code.pm  |   4 +-
 lib/PPIx/Regexp/Token/GroupType/Modifier.pm  |   4 +-
 lib/PPIx/Regexp/Token/GroupType/NamedCapture.pm  |   4 +-
 lib/PPIx/Regexp/Token/GroupType/Subexpression.pm |   4 +-
 lib/PPIx/Regexp/Token/GroupType/Switch.pm|   4 +-
 lib/PPIx/Regexp/Token/Interpolation.pm   |   4 +-
 lib/PPIx/Regexp/Token/Literal.pm |   4 +-
 lib/PPIx/Regexp/Token/Modifier.pm|   4 +-
 lib/PPIx/Regexp/Token/Operator.pm|   4 +-
 lib/PPIx/Regexp/Token/Quantifier.pm  |   4 +-
 lib/PPIx/Regexp/Token/Recursion.pm   |   4 +-
 lib/PPIx/Regexp/Token/Reference.pm   |   4 +-
 lib/PPIx/Regexp/Token/Structure.pm   |   4 +-
 lib/PPIx/Regexp/Token/Unknown.pm |   4 +-
 lib/PPIx/Regexp/Token/Unmatched.pm   |   4 +-
 lib/PPIx/Regexp/Token/Whitespace.pm  |   4 +-
 lib/PPIx/Regexp/Tokenizer.pm |   4 +-
 lib/PPIx/Regexp/Util.pm  |   4 +-
 t/basic.t|  16 +--
 t/fuzz.t |   4 +-
 t/parse.t|   2 +

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

2016-01-08 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 libppix-regexp-perl.

commit 4df0d1d26ed35b029473df48214c93ef811c468d
Author: Salvatore Bonaccorso 
Date:   Sat Jan 9 08:22:52 2016 +0100

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

diff --git a/libppix-regexp-perl_0.046.orig.tar.gz.delta 
b/libppix-regexp-perl_0.046.orig.tar.gz.delta
new file mode 100644
index 000..0752cb1
Binary files /dev/null and b/libppix-regexp-perl_0.046.orig.tar.gz.delta differ
diff --git a/libppix-regexp-perl_0.046.orig.tar.gz.id 
b/libppix-regexp-perl_0.046.orig.tar.gz.id
new file mode 100644
index 000..b541ef7
--- /dev/null
+++ b/libppix-regexp-perl_0.046.orig.tar.gz.id
@@ -0,0 +1 @@
+55da3c86f53ab807c09b91eaf55cbdc16af7a837

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

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


[libppix-regexp-perl] annotated tag upstream/0.046 created (now 4df1655)

2016-01-08 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a change to annotated tag upstream/0.046
in repository libppix-regexp-perl.

at  4df1655   (tag)
   tagging  4bbc2c0443c6670b55faa7deba951e79d617ccc9 (commit)
  replaces  upstream/0.045
 tagged by  Salvatore Bonaccorso
on  Sat Jan 9 08:22:52 2016 +0100

- Log -
Upstream version 0.046

Salvatore Bonaccorso (1):
  Imported Upstream version 0.046

---

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

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


[libppix-regexp-perl] branch master updated (7d9df07 -> 8d666a8)

2016-01-08 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a change to branch master
in repository libppix-regexp-perl.

  from  7d9df07   Prepare changelog for release
  adds  4bbc2c0   Imported Upstream version 0.046
   new  2e19970   Merge tag 'upstream/0.046'
   new  8d666a8   Update debian/changelog file

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


Summary of changes:
 Build.PL |  19 ++--
 Changes  |   3 +
 MANIFEST |   8 +-
 META.json| 130 ---
 META.yml | 123 ++---
 Makefile.PL  |  19 +---
 README   |   2 +-
 debian/changelog |   6 ++
 eg/interpolated  |   2 +-
 eg/predump   |   4 +-
 eg/prenav|   2 +-
 eg/preslurp  |   4 +-
 inc/{PPIx/Regexp => My/Module}/Build.pm  |   8 +-
 inc/{PPIx/Regexp => My/Module}/Meta.pm   |  42 +++-
 inc/{PPIx/Regexp => My/Module}/Mock_Tokenizer.pm |  14 +--
 inc/{PPIx/Regexp => My/Module}/Test.pm   |  10 +-
 lib/PPIx/Regexp.pm   |   4 +-
 lib/PPIx/Regexp/Constant.pm  |   4 +-
 lib/PPIx/Regexp/Dumper.pm|   4 +-
 lib/PPIx/Regexp/Element.pm   |   4 +-
 lib/PPIx/Regexp/Lexer.pm |   4 +-
 lib/PPIx/Regexp/Node.pm  |   4 +-
 lib/PPIx/Regexp/Node/Range.pm|   4 +-
 lib/PPIx/Regexp/StringTokenizer.pm   |   4 +-
 lib/PPIx/Regexp/Structure.pm |   4 +-
 lib/PPIx/Regexp/Structure/Assertion.pm   |   4 +-
 lib/PPIx/Regexp/Structure/BranchReset.pm |   4 +-
 lib/PPIx/Regexp/Structure/Capture.pm |   4 +-
 lib/PPIx/Regexp/Structure/CharClass.pm   |   4 +-
 lib/PPIx/Regexp/Structure/Code.pm|   4 +-
 lib/PPIx/Regexp/Structure/Main.pm|   4 +-
 lib/PPIx/Regexp/Structure/Modifier.pm|   4 +-
 lib/PPIx/Regexp/Structure/NamedCapture.pm|   4 +-
 lib/PPIx/Regexp/Structure/Quantifier.pm  |   4 +-
 lib/PPIx/Regexp/Structure/RegexSet.pm|   4 +-
 lib/PPIx/Regexp/Structure/Regexp.pm  |   4 +-
 lib/PPIx/Regexp/Structure/Replacement.pm |   4 +-
 lib/PPIx/Regexp/Structure/Subexpression.pm   |   4 +-
 lib/PPIx/Regexp/Structure/Switch.pm  |   4 +-
 lib/PPIx/Regexp/Structure/Unknown.pm |   4 +-
 lib/PPIx/Regexp/Support.pm   |   4 +-
 lib/PPIx/Regexp/Token.pm |   4 +-
 lib/PPIx/Regexp/Token/Assertion.pm   |   4 +-
 lib/PPIx/Regexp/Token/Backreference.pm   |   4 +-
 lib/PPIx/Regexp/Token/Backtrack.pm   |   4 +-
 lib/PPIx/Regexp/Token/CharClass.pm   |   4 +-
 lib/PPIx/Regexp/Token/CharClass/POSIX.pm |   4 +-
 lib/PPIx/Regexp/Token/CharClass/POSIX/Unknown.pm |   4 +-
 lib/PPIx/Regexp/Token/CharClass/Simple.pm|   4 +-
 lib/PPIx/Regexp/Token/Code.pm|   4 +-
 lib/PPIx/Regexp/Token/Comment.pm |   4 +-
 lib/PPIx/Regexp/Token/Condition.pm   |   4 +-
 lib/PPIx/Regexp/Token/Control.pm |   4 +-
 lib/PPIx/Regexp/Token/Delimiter.pm   |   4 +-
 lib/PPIx/Regexp/Token/Greediness.pm  |   4 +-
 lib/PPIx/Regexp/Token/GroupType.pm   |   4 +-
 lib/PPIx/Regexp/Token/GroupType/Assertion.pm |   4 +-
 lib/PPIx/Regexp/Token/GroupType/BranchReset.pm   |   4 +-
 lib/PPIx/Regexp/Token/GroupType/Code.pm  |   4 +-
 lib/PPIx/Regexp/Token/GroupType/Modifier.pm  |   4 +-
 lib/PPIx/Regexp/Token/GroupType/NamedCapture.pm  |   4 +-
 lib/PPIx/Regexp/Token/GroupType/Subexpression.pm |   4 +-
 lib/PPIx/Regexp/Token/GroupType/Switch.pm|   4 +-
 lib/PPIx/Regexp/Token/Interpolation.pm   |   4 +-
 lib/PPIx/Regexp/Token/Literal.pm |   4 +-
 lib/PPIx/Regexp/Token/Modifier.pm|   4 +-
 lib/PPIx/Regexp/Token/Operator.pm|   4 +-
 lib/PPIx/Regexp/Token/Quantifier.pm  |   4 +-
 lib/PPIx/Regexp/Token/Recursion.pm   |   4 +-
 lib/PPIx/Regexp/Token/Reference.pm   |   4 +-
 lib/PPIx/Regexp/Token/Structure.pm   |   4 +-
 lib/PPIx/Regexp/Token/Unknown.pm |   4 +-
 lib/PPIx/Regexp/Token/Unmatched.pm   |   4 +-
 lib/PPIx/Regexp/Token/Whitespace.pm  

[libppix-regexp-perl] branch pristine-tar updated (6521632 -> 4df0d1d)

2016-01-08 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 libppix-regexp-perl.

  from  6521632   pristine-tar data for 
libppix-regexp-perl_0.045.orig.tar.gz
   new  4df0d1d   pristine-tar data for 
libppix-regexp-perl_0.046.orig.tar.gz

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


Summary of changes:
 libppix-regexp-perl_0.046.orig.tar.gz.delta | Bin 0 -> 4246 bytes
 libppix-regexp-perl_0.046.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libppix-regexp-perl_0.046.orig.tar.gz.delta
 create mode 100644 libppix-regexp-perl_0.046.orig.tar.gz.id

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

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


[libregexp-common-perl] annotated tag debian/2016010801-1 created (now abd9c93)

2016-01-08 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a change to annotated tag debian/2016010801-1
in repository libregexp-common-perl.

at  abd9c93   (tag)
   tagging  dfba29f156e05a265a6f67333f5500357272d934 (commit)
  replaces  upstream/2016010801
 tagged by  Salvatore Bonaccorso
on  Fri Jan 8 15:59:41 2016 +0100

- Log -
tagging package libregexp-common-perl version debian/2016010801-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCgAGBQJWj87dAAoJEAVMuPMTQ89ESMsP/2AjRHzQPrZ4diSO4WRmqWlz
f8gvFYmSABJg1UgLPRRaPmsZzMRzUUVlQvuuA+nTVUhvdtmVLMNjEJWOKhccN67e
mtd/AB6jjVaqBgOrS6G0xv7DFlwNjktQhYcc+aqWKZEwz37aEpXn9+lfNJEjcL6Q
93QltfeIo0qDd7Izsg6Rcii7hj68PbYLUIFBVbEBypfUvrFYmFJ5bZUlDnSGXlmN
YQQzxB481JUPlS964rg7rrZyaXa3KGuNSXAWfx7NoL77xBFivEEaiGGo4q2CfcBZ
oZ/4zHgo2v0hO4KeVn3b8/KgcYrXcjlh8ghQFKFCDDsBD2PiBzajPsH6mtMGijNC
Oi45lw/dqyCeqwyH+OLmtFwe1o1h+T5Hl9RoHwaFi88l/XBqz5Ny6/zojgFeTahK
vYz3PelWVrrTefoNHb5lxlmfAIKYE4zySXqQ9Sr4iDRZQOQAC0Sv42m68t0ntzPE
c+QQFaRIBi1Vi0goSD70Sn25YQdJAA6QQ7EsMAZcO7oUhu93DCkI6gizuicy9Chc
QBcFPH5eKLJ8sKJAkBVRTHnrIKnTYeeyxIk3PPudkTMARKXImLzDn2i8Y5nfzbqh
H6sz4+Lb6yzCRNIs8rY26x2hb78ldgaMCH4AGqPHwZnuFZCJFRCBUSa0N1l1QcvD
+reh3UVN0BO4URMBOghy
=usl3
-END PGP SIGNATURE-

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

Axel Beckert (1):
  Remove trailing whitespace

Damyan Ivanov (1):
  Merge commit 'upstream/2011041701'

Gregor Herrmann (17):
  add missing XS-Vcs-Svn field to debian/control
  add missing XS-Vcs-Browser field to debian/control
  Add missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.
  Change XS-Vcs-* to Vcs-* in all trunk/*/debian/control files
  debian/watch: use www.cpan.org instead of backpan.perl.org.
  mass-change: rmdir /usr/{lib,share}/perl5 only if they exist as a 
preparation for perl5.10
  one space after Maintainer: is enough
  New upstream release.
  debian/watch: use dist-based URL.
  debian/copyright: point to author-independent source download location;
  Refresh debian/rules, no functional changes.
  Add lintian-overrides for warnings about long lines; they are caused by
  * Set Standards-Version to 3.7.3 (no changes).
  [mass commit] switch Vcs-Browser from from WebSVN to ViewSVN
  [mass-commit] add ${misc:Depends} to Depends field in debian/control if 
it's missing
  back to UNRELEASED, TODO added to changelog
  [mass-commit] switch 'dh --with foo $@' to 'dh $@ --with foo'

Jonathan Yu (8):
  * Add myself to Uploaders
  install new upstream version, ignore-version
  integrate new upstream version
  * Use new short debhelper rules format
  Remove unnecessary overrides
  looks good, dch -r
  * No longer install TODO
  dch -r

Krzysztof Krzyzaniak (4):
  Load libregexp-common-perl-2.120 into
  eloy: watch
  eloy: adopted to debian group
  eloy: fix

Nathan Handler (3):
  [mass-commit] debian/watch: Update to ignore development releases.
  Undo failed [mass-commit]
  [mass-commit] debian/watch: Modify to ignore development releases.

Salvatore Bonaccorso (52):
  [mass-commit] Replace versioned dependency on perl (>= 5.6.0-{12,16}) 
with unversioned dependency on perl (as permitted by Debian Policy 3.8.3)
  New upstream release
  Convert to '3.0 (quilt)' source package format.
  * Remove quilt framework: Drop README.source file and remove quilt use
  * debian/control:
  Refresh fix-pod-spelling.patch and forward it upstream.
  Add myself to Uploaders.
  * debian/copyright:
  Bump Standards-Version to 3.9.2.
  releasing version 2011041701-1
  [packagecheck] fixed Vcs-(Git|Browser)/Homepage field(s) in 
debian/control and/or URL in debian/watch and/or rmdir /usr/{lib|share}/perl5 
in debian/rules.
  Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  update changelog
  Change search.cpan.org based URIs to metacpan.org based URIs
  update changelog
  Merge tag 'upstream/2013030901'
  Update debian/copyright information
  Bump Standards-Version to 3.9.4
  Update debian/changelog file
  Merge tag 'upstream/2013031101'
  Update debian/changelog file
  Merge tag 'upstream/2013031201'
  Update debian/changelog file
  Drop support-domain-names-starting-with-digits.patch patch
  Merge tag 'upstream/2013031301'
  Update debian/changelog for new imported version
  Adjust copyright years for upstream files
  Update description of package in debian/control
  Update debian/changelog file
  Prepare changelog for release
  Update Vcs-Browser URL to cgit web frontend
  update changelog
  Add debian/upstream/metadata
  Update debian/changelog
  Merge tag 'upstream/2015121601'
  Update debian/changelog
  Bump Debhelper compat level to 9
   

[libregexp-common-perl] 01/01: Prepare changelog for release

2016-01-08 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libregexp-common-perl.

commit dfba29f156e05a265a6f67333f5500357272d934
Author: Salvatore Bonaccorso 
Date:   Fri Jan 8 15:59:27 2016 +0100

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 12f35d1..3325d1b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-libregexp-common-perl (2016010801-1) UNRELEASED; urgency=medium
+libregexp-common-perl (2016010801-1) unstable; urgency=medium
 
   * Import upstream version 2016010801
 
- -- Salvatore Bonaccorso   Fri, 08 Jan 2016 15:57:35 +0100
+ -- Salvatore Bonaccorso   Fri, 08 Jan 2016 15:59:20 +0100
 
 libregexp-common-perl (2016010701-1) unstable; urgency=medium
 

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

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


[libregexp-common-perl] branch master updated (5e73331 -> dfba29f)

2016-01-08 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a change to branch master
in repository libregexp-common-perl.

  from  5e73331   Update debian/changelog
   new  dfba29f   Prepare changelog for release

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


Summary of changes:
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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

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


[libregexp-common-perl] branch master updated (b51dc53 -> 5e73331)

2016-01-08 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a change to branch master
in repository libregexp-common-perl.

  from  b51dc53   Prepare changelog for release
  adds  2d07cb5   Use 'done_testing ()' instead of 'done_testing'.
  adds  ef734a1   New release.
  adds  9e47dbe   Imported Upstream version 2016010801
   new  0bcd675   Merge tag 'upstream/2016010801'
   new  5e73331   Update debian/changelog

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


Summary of changes:
 Changes   | 4 
 META.json | 2 +-
 META.yml  | 2 +-
 README| 2 +-
 debian/changelog  | 6 ++
 lib/Regexp/Common.pm  | 2 +-
 lib/Regexp/Common/CC.pm   | 2 +-
 lib/Regexp/Common/SEN.pm  | 2 +-
 lib/Regexp/Common/URI.pm  | 2 +-
 lib/Regexp/Common/URI/RFC1035.pm  | 2 +-
 lib/Regexp/Common/URI/RFC1738.pm  | 2 +-
 lib/Regexp/Common/URI/RFC1808.pm  | 2 +-
 lib/Regexp/Common/URI/RFC2384.pm  | 2 +-
 lib/Regexp/Common/URI/RFC2396.pm  | 2 +-
 lib/Regexp/Common/URI/RFC2806.pm  | 2 +-
 lib/Regexp/Common/URI/fax.pm  | 2 +-
 lib/Regexp/Common/URI/file.pm | 2 +-
 lib/Regexp/Common/URI/ftp.pm  | 2 +-
 lib/Regexp/Common/URI/gopher.pm   | 2 +-
 lib/Regexp/Common/URI/http.pm | 2 +-
 lib/Regexp/Common/URI/news.pm | 2 +-
 lib/Regexp/Common/URI/pop.pm  | 2 +-
 lib/Regexp/Common/URI/prospero.pm | 2 +-
 lib/Regexp/Common/URI/tel.pm  | 2 +-
 lib/Regexp/Common/URI/telnet.pm   | 2 +-
 lib/Regexp/Common/URI/tv.pm   | 2 +-
 lib/Regexp/Common/URI/wais.pm | 2 +-
 lib/Regexp/Common/_support.pm | 2 +-
 lib/Regexp/Common/balanced.pm | 2 +-
 lib/Regexp/Common/comment.pm  | 2 +-
 lib/Regexp/Common/delimited.pm| 2 +-
 lib/Regexp/Common/lingua.pm   | 2 +-
 lib/Regexp/Common/list.pm | 2 +-
 lib/Regexp/Common/net.pm  | 2 +-
 lib/Regexp/Common/number.pm   | 2 +-
 lib/Regexp/Common/profanity.pm| 2 +-
 lib/Regexp/Common/whitespace.pm   | 2 +-
 lib/Regexp/Common/zip.pm  | 2 +-
 t/number/101_integer.t| 2 +-
 t/number/111_integer_base.t   | 2 +-
 t/number/121_integer_places.t | 2 +-
 t/number/122_integer_places.t | 2 +-
 t/number/123_integer_places.t | 2 +-
 t/number/131_integer_sep.t| 2 +-
 t/number/141_integer_group.t  | 2 +-
 45 files changed, 53 insertions(+), 43 deletions(-)

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

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


[libregexp-common-perl] branch pristine-tar updated (bdea4f5 -> c5fc460)

2016-01-08 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 libregexp-common-perl.

  from  bdea4f5   pristine-tar data for 
libregexp-common-perl_2016010701.orig.tar.gz
   new  c5fc460   pristine-tar data for 
libregexp-common-perl_2016010801.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:
 libregexp-common-perl_2016010801.orig.tar.gz.delta | Bin 0 -> 4595 bytes
 libregexp-common-perl_2016010801.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libregexp-common-perl_2016010801.orig.tar.gz.delta
 create mode 100644 libregexp-common-perl_2016010801.orig.tar.gz.id

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

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


[libregexp-common-perl] 01/02: Merge tag 'upstream/2016010801'

2016-01-08 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libregexp-common-perl.

commit 0bcd6754e2a0a0402ad54bbc18dbbaf7bdd393bb
Merge: b51dc53 9e47dbe
Author: Salvatore Bonaccorso 
Date:   Fri Jan 8 15:57:35 2016 +0100

Merge tag 'upstream/2016010801'

Upstream version 2016010801

 Changes   | 4 
 META.json | 2 +-
 META.yml  | 2 +-
 README| 2 +-
 lib/Regexp/Common.pm  | 2 +-
 lib/Regexp/Common/CC.pm   | 2 +-
 lib/Regexp/Common/SEN.pm  | 2 +-
 lib/Regexp/Common/URI.pm  | 2 +-
 lib/Regexp/Common/URI/RFC1035.pm  | 2 +-
 lib/Regexp/Common/URI/RFC1738.pm  | 2 +-
 lib/Regexp/Common/URI/RFC1808.pm  | 2 +-
 lib/Regexp/Common/URI/RFC2384.pm  | 2 +-
 lib/Regexp/Common/URI/RFC2396.pm  | 2 +-
 lib/Regexp/Common/URI/RFC2806.pm  | 2 +-
 lib/Regexp/Common/URI/fax.pm  | 2 +-
 lib/Regexp/Common/URI/file.pm | 2 +-
 lib/Regexp/Common/URI/ftp.pm  | 2 +-
 lib/Regexp/Common/URI/gopher.pm   | 2 +-
 lib/Regexp/Common/URI/http.pm | 2 +-
 lib/Regexp/Common/URI/news.pm | 2 +-
 lib/Regexp/Common/URI/pop.pm  | 2 +-
 lib/Regexp/Common/URI/prospero.pm | 2 +-
 lib/Regexp/Common/URI/tel.pm  | 2 +-
 lib/Regexp/Common/URI/telnet.pm   | 2 +-
 lib/Regexp/Common/URI/tv.pm   | 2 +-
 lib/Regexp/Common/URI/wais.pm | 2 +-
 lib/Regexp/Common/_support.pm | 2 +-
 lib/Regexp/Common/balanced.pm | 2 +-
 lib/Regexp/Common/comment.pm  | 2 +-
 lib/Regexp/Common/delimited.pm| 2 +-
 lib/Regexp/Common/lingua.pm   | 2 +-
 lib/Regexp/Common/list.pm | 2 +-
 lib/Regexp/Common/net.pm  | 2 +-
 lib/Regexp/Common/number.pm   | 2 +-
 lib/Regexp/Common/profanity.pm| 2 +-
 lib/Regexp/Common/whitespace.pm   | 2 +-
 lib/Regexp/Common/zip.pm  | 2 +-
 t/number/101_integer.t| 2 +-
 t/number/111_integer_base.t   | 2 +-
 t/number/121_integer_places.t | 2 +-
 t/number/122_integer_places.t | 2 +-
 t/number/123_integer_places.t | 2 +-
 t/number/131_integer_sep.t| 2 +-
 t/number/141_integer_group.t  | 2 +-
 44 files changed, 47 insertions(+), 43 deletions(-)

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

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


[libregexp-common-perl] annotated tag upstream/2016010801 created (now 9b3bbae)

2016-01-08 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a change to annotated tag upstream/2016010801
in repository libregexp-common-perl.

at  9b3bbae   (tag)
   tagging  9e47dbea82574192c34c99cf4eaa72220b3f91bf (commit)
  replaces  upstream/2016010701
 tagged by  Salvatore Bonaccorso
on  Fri Jan 8 15:57:34 2016 +0100

- Log -
Upstream version 2016010801

Abigail (2):
  Use 'done_testing ()' instead of 'done_testing'.
  New release.

Salvatore Bonaccorso (1):
  Imported Upstream version 2016010801

---

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

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


[libregexp-common-perl] 01/01: pristine-tar data for libregexp-common-perl_2016010801.orig.tar.gz

2016-01-08 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 libregexp-common-perl.

commit c5fc46077067d26b9d1d75135dd0680fdc7eaa17
Author: Salvatore Bonaccorso 
Date:   Fri Jan 8 15:57:34 2016 +0100

pristine-tar data for libregexp-common-perl_2016010801.orig.tar.gz
---
 libregexp-common-perl_2016010801.orig.tar.gz.delta | Bin 0 -> 4595 bytes
 libregexp-common-perl_2016010801.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libregexp-common-perl_2016010801.orig.tar.gz.delta 
b/libregexp-common-perl_2016010801.orig.tar.gz.delta
new file mode 100644
index 000..ce716cd
Binary files /dev/null and b/libregexp-common-perl_2016010801.orig.tar.gz.delta 
differ
diff --git a/libregexp-common-perl_2016010801.orig.tar.gz.id 
b/libregexp-common-perl_2016010801.orig.tar.gz.id
new file mode 100644
index 000..4844b82
--- /dev/null
+++ b/libregexp-common-perl_2016010801.orig.tar.gz.id
@@ -0,0 +1 @@
+f2d95befab42961f40d3f6cac00ee836a083bc74

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

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


[libregexp-common-perl] 02/02: Update debian/changelog

2016-01-08 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libregexp-common-perl.

commit 5e73331bb3eeb7daf59d6754748d52f8725ccf2b
Author: Salvatore Bonaccorso 
Date:   Fri Jan 8 15:57:35 2016 +0100

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index 76d21d8..12f35d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libregexp-common-perl (2016010801-1) UNRELEASED; urgency=medium
+
+  * Import upstream version 2016010801
+
+ -- Salvatore Bonaccorso   Fri, 08 Jan 2016 15:57:35 +0100
+
 libregexp-common-perl (2016010701-1) unstable; urgency=medium
 
   * Import upstream version 2016010701

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

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