[libbread-board-perl] 02/02: Prepare for release: Update changelog.

2014-06-10 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libbread-board-perl.

commit 51dc234f86cc23d75e03b26682f0f26cb21e72a7
Author: Jonas Smedegaard 
Date:   Tue Jun 10 16:54:22 2014 +0200

Prepare for release: Update changelog.
---
 debian/changelog | 8 
 1 file changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 07e4344..bf031f6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libbread-board-perl (0.32-1) unstable; urgency=medium
+
+  [ upstream ]
+  * New release.
++ Fix arrayref dependencies.
+
+ -- Jonas Smedegaard   Tue, 10 Jun 2014 16:53:32 +0200
+
 libbread-board-perl (0.31-1) unstable; urgency=medium
 
   [ upstream ]

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

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


[libbread-board-perl] branch master updated (a75021b -> 51dc234)

2014-06-10 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to branch master
in repository libbread-board-perl.

  from  a75021b   Prepare for release: Update changelog, control file and 
copyright info.
  adds  6eebb23   fixes for array deps
  adds  4f4e45c   Merge pull request #35 from dakkar/master
  adds  366abc6   no reason to use subtests here
  adds  180c7f1   changelog
  adds  5e2d597   changelog
  adds  60b2125   Imported Upstream version 0.32
   new  a9e5a94   Merge tag 'upstream/0.32'
   new  51dc234   Prepare for release: Update 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|   3 +
 META.json  |  49 -
 META.yml   |  49 -
 Makefile.PL|   2 +-
 README |   2 +-
 debian/changelog   |   8 ++
 lib/Bread/Board.pm |   4 +-
 lib/Bread/Board/BlockInjection.pm  |   4 +-
 lib/Bread/Board/ConstructorInjection.pm|   4 +-
 lib/Bread/Board/Container.pm   |   4 +-
 lib/Bread/Board/Container/FromParameterized.pm |   4 +-
 lib/Bread/Board/Container/Parameterized.pm |   4 +-
 lib/Bread/Board/Dependency.pm  |   4 +-
 lib/Bread/Board/Dumper.pm  |   4 +-
 lib/Bread/Board/LifeCycle.pm   |   4 +-
 lib/Bread/Board/LifeCycle/Singleton.pm |   4 +-
 .../Board/LifeCycle/Singleton/WithParameters.pm|   4 +-
 lib/Bread/Board/Literal.pm |   4 +-
 lib/Bread/Board/Manual.pod |   2 +-
 lib/Bread/Board/Manual/Concepts.pod|   2 +-
 lib/Bread/Board/Manual/Concepts/Advanced.pod   |   2 +-
 lib/Bread/Board/Manual/Concepts/Typemap.pod|   2 +-
 lib/Bread/Board/Manual/Example.pod |   2 +-
 lib/Bread/Board/Manual/Example/FormSensible.pod|   2 +-
 lib/Bread/Board/Manual/Example/LogDispatch.pod |   2 +-
 lib/Bread/Board/Service.pm |   4 +-
 lib/Bread/Board/Service/Alias.pm   |   4 +-
 lib/Bread/Board/Service/Deferred.pm|   4 +-
 lib/Bread/Board/Service/Deferred/Thunk.pm  |   4 +-
 lib/Bread/Board/Service/Inferred.pm|   4 +-
 lib/Bread/Board/Service/WithClass.pm   |   4 +-
 lib/Bread/Board/Service/WithDependencies.pm|   4 +-
 lib/Bread/Board/Service/WithParameters.pm  |   4 +-
 lib/Bread/Board/SetterInjection.pm |   4 +-
 lib/Bread/Board/Traversable.pm |   4 +-
 lib/Bread/Board/Types.pm   |  10 +-
 t/048_array_deps.t | 116 +
 37 files changed, 218 insertions(+), 123 deletions(-)

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

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


[libbread-board-perl] 01/02: Merge tag 'upstream/0.32'

2014-06-10 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libbread-board-perl.

commit a9e5a948088f31c242ecc128700e7bbeaf609664
Merge: a75021b 60b2125
Author: Jonas Smedegaard 
Date:   Tue Jun 10 16:40:29 2014 +0200

Merge tag 'upstream/0.32'

Upstream version 0.32

# gpg: Underskrift lavet tir 10 jun 2014 16:40:25 CEST
# gpg:bruger RSA nøgle 0x4EC1B722374F9BD6
# gpg: God underskrift fra »Jonas Smedegaard « [ultimativ]
# gpg:også kendt som »Jonas Smedegaard « 
[ultimativ]
# gpg:også kendt som »Jonas Smedegaard « 
[ultimativ]
# gpg:også kendt som »Jonas Smedegaard « 
[ultimativ]
# gpg:også kendt som »Jonas Smedegaard « [ultimativ]
# gpg:også kendt som »[jpeg image of size 4165]« [ultimativ]

 Changes|   3 +
 META.json  |  49 -
 META.yml   |  49 -
 Makefile.PL|   2 +-
 README |   2 +-
 lib/Bread/Board.pm |   4 +-
 lib/Bread/Board/BlockInjection.pm  |   4 +-
 lib/Bread/Board/ConstructorInjection.pm|   4 +-
 lib/Bread/Board/Container.pm   |   4 +-
 lib/Bread/Board/Container/FromParameterized.pm |   4 +-
 lib/Bread/Board/Container/Parameterized.pm |   4 +-
 lib/Bread/Board/Dependency.pm  |   4 +-
 lib/Bread/Board/Dumper.pm  |   4 +-
 lib/Bread/Board/LifeCycle.pm   |   4 +-
 lib/Bread/Board/LifeCycle/Singleton.pm |   4 +-
 .../Board/LifeCycle/Singleton/WithParameters.pm|   4 +-
 lib/Bread/Board/Literal.pm |   4 +-
 lib/Bread/Board/Manual.pod |   2 +-
 lib/Bread/Board/Manual/Concepts.pod|   2 +-
 lib/Bread/Board/Manual/Concepts/Advanced.pod   |   2 +-
 lib/Bread/Board/Manual/Concepts/Typemap.pod|   2 +-
 lib/Bread/Board/Manual/Example.pod |   2 +-
 lib/Bread/Board/Manual/Example/FormSensible.pod|   2 +-
 lib/Bread/Board/Manual/Example/LogDispatch.pod |   2 +-
 lib/Bread/Board/Service.pm |   4 +-
 lib/Bread/Board/Service/Alias.pm   |   4 +-
 lib/Bread/Board/Service/Deferred.pm|   4 +-
 lib/Bread/Board/Service/Deferred/Thunk.pm  |   4 +-
 lib/Bread/Board/Service/Inferred.pm|   4 +-
 lib/Bread/Board/Service/WithClass.pm   |   4 +-
 lib/Bread/Board/Service/WithDependencies.pm|   4 +-
 lib/Bread/Board/Service/WithParameters.pm  |   4 +-
 lib/Bread/Board/SetterInjection.pm |   4 +-
 lib/Bread/Board/Traversable.pm |   4 +-
 lib/Bread/Board/Types.pm   |  10 +-
 t/048_array_deps.t | 116 +
 36 files changed, 210 insertions(+), 123 deletions(-)

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

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

[libbread-board-perl] annotated tag upstream/0.32 created (now ad5fbde)

2014-06-10 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag upstream/0.32
in repository libbread-board-perl.

at  ad5fbde   (tag)
   tagging  60b21254cd014ef924765a2f393363932c3111e3 (commit)
  replaces  upstream/0.31
 tagged by  Jonas Smedegaard
on  Tue Jun 10 16:40:25 2014 +0200

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

iQF8BAABCgBmBQJTlxjZXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ3NjQ4ODQwMTIyRTJDNTBFQzUxRDQwRTI0
RUMxQjcyMjM3NEY5QkQ2AAoJEE7BtyI3T5vWJ8sIAIhDXzPT/coXcC8pxv8GZ2W7
Q5cLqFJnhQtyu29ZcVyh/MzS/WS/f0oeWXkNiJoKfsW/7n0yTikeFkut2+v1+eHq
JWBqTG7fZoZ905sUBAaWt4VPBMJPU9K/Y4mN0M4Uu01NBh7URV9oCIyZjOhLx2BO
+UYgxWocgzSxxfP9KIxElEICLnqYApn531xqKKfzT0L/WiIq38JAlGpV4QZWJKHa
QEgd9B00XWzZAaFM4EGjZ17JcbMOCPndQR0R5AGqRYWEBQQN3RXw/O7xprctAHgm
LJc9zQMTvl0njnf/PhCtvP9+49Vf7+9EzMQe7iPU2YSxkFGoF8KXGyJMAX0c6h4=
=L6ar
-END PGP SIGNATURE-

Gianni Ceccarelli (1):
  fixes for array deps

Jesse Luehrs (4):
  Merge pull request #35 from dakkar/master
  no reason to use subtests here
  changelog
  changelog

Jonas Smedegaard (1):
  Imported Upstream version 0.32

---

No new revisions were added by this update.

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

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


[libbread-board-perl] annotated tag debian/0.32-1 created (now 492c75b)

2014-06-10 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag debian/0.32-1
in repository libbread-board-perl.

at  492c75b   (tag)
   tagging  51dc234f86cc23d75e03b26682f0f26cb21e72a7 (commit)
  replaces  debian/0.31-1
 tagged by  Jonas Smedegaard
on  Tue Jun 10 17:00:54 2014 +0200

- Log -
libbread-board-perl Debian release 0.32-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQF8BAABCgBmBQJTlx2mXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ3NjQ4ODQwMTIyRTJDNTBFQzUxRDQwRTI0
RUMxQjcyMjM3NEY5QkQ2AAoJEE7BtyI3T5vWM60H/Ay2u662rtz7+kARiOZkhH9u
O7b15q1ZvOwhGqqe4jW7sEVeuQfz83KiY7JDcwSp5fNSgO4MqMgKMpshkn8S4F6y
zZ7PNnoBwjkdimxHMu+E7Ptxzp8tnAULM3dBuYkTreVXRMLfnjclXc0/604TSJ9o
1iZ0nwhCt3KNcJDym3ShfVOSvLikQk5MfZX8HKA0bivIKvj8GJ2KtH0Yc+rUDO6c
qOJ/STiTedqQXWMMjdQPSG5Dy8FjZyVipQZMlcAXPs/c9dB77LVIsUMzKHCM9Nri
OoDvbykdkU+wyXST7TMgPQyAQ0a4vO8pN9rNwN1TubWQVgRtmiTQBdtZ0ol2xME=
=Kmwc
-END PGP SIGNATURE-

Gianni Ceccarelli (1):
  fixes for array deps

Jesse Luehrs (4):
  Merge pull request #35 from dakkar/master
  no reason to use subtests here
  changelog
  changelog

Jonas Smedegaard (3):
  Imported Upstream version 0.32
  Merge tag 'upstream/0.32'
  Prepare for release: Update changelog.

---

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

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


[libbread-board-perl] tag 0.32 created (now 5e2d597)

2014-06-10 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to tag 0.32
in repository libbread-board-perl.

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

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

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


[libbread-board-perl] 01/01: pristine-tar data for libbread-board-perl_0.32.orig.tar.gz

2014-06-10 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch pristine-tar
in repository libbread-board-perl.

commit d69174243f963546d2ce9746b098251d27cfe436
Author: Jonas Smedegaard 
Date:   Tue Jun 10 16:40:25 2014 +0200

pristine-tar data for libbread-board-perl_0.32.orig.tar.gz
---
 libbread-board-perl_0.32.orig.tar.gz.delta | Bin 0 -> 6684 bytes
 libbread-board-perl_0.32.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libbread-board-perl_0.32.orig.tar.gz.delta 
b/libbread-board-perl_0.32.orig.tar.gz.delta
new file mode 100644
index 000..1d2c3b0
Binary files /dev/null and b/libbread-board-perl_0.32.orig.tar.gz.delta differ
diff --git a/libbread-board-perl_0.32.orig.tar.gz.id 
b/libbread-board-perl_0.32.orig.tar.gz.id
new file mode 100644
index 000..99ceac7
--- /dev/null
+++ b/libbread-board-perl_0.32.orig.tar.gz.id
@@ -0,0 +1 @@
+4c7c4ef1cb7836b05cdeff6a7121d4007d0c3e62

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

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


[libbread-board-perl] branch pristine-tar updated (a512908 -> d691742)

2014-06-10 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to branch pristine-tar
in repository libbread-board-perl.

  from  a512908   pristine-tar data for libbread-board-perl_0.31.orig.tar.gz
   new  d691742   pristine-tar data for libbread-board-perl_0.32.orig.tar.gz

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


Summary of changes:
 libbread-board-perl_0.32.orig.tar.gz.delta | Bin 0 -> 6684 bytes
 libbread-board-perl_0.32.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libbread-board-perl_0.32.orig.tar.gz.delta
 create mode 100644 libbread-board-perl_0.32.orig.tar.gz.id

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

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


[libmodule-extract-perl] annotated tag debian/0.01-2 created (now 10c3456)

2014-06-10 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a change to annotated tag debian/0.01-2
in repository libmodule-extract-perl.

at  10c3456   (tag)
   tagging  1edf8374e661f19bafb37cd7a9d41c1bc9ff6b9e (commit)
 tagged by  Damyan Ivanov
on  Tue Jun 10 17:43:57 2014 +

- Log -
tagging package libmodule-extract-perl version debian/0.01-2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCAAGBQJTl0PdAAoJENu+nU2Z0qAEeuoQAIyNQ/baIl9dlcCXBceW1bHf
xwdNKq8Ok7pRezSBLLXQbAg2uIEyUQyqeB/GT9lZXACSX4ANWQmQmB6WBCl/mQC4
TACg7K7ca+YuThOaDYyAIQ83URyoWtxH3YVL5l58xnROEPznkFchqlSFj0R03Xzy
y6IGOSgv870+qT3SKbnTzPS333qCeB0Fr7yXlxCeOmIaeQ41zHpcfnZhNReLdURO
+ksNP+pK27As4Bv/GQqF4NTrKAHvxlEzOE1CO3mxSOI7wjKGKnWRs5iCTJhSntfd
9egu/R3SJKnt7rwzCRwKOb2aVJZ6llyso+MYD+B7JMTUFqui0t7la19gnamOiETR
EfN+7aQmKve6jpnVNK0DazI27r30V4Dr2qWe1+wKzDnYMQ4kBwapCWHGOk0p7TrT
oS4uMhCSwQg1wCV2pIQjvHA/AWuzZkd2buGUrLb0opjJxffPp65BeIzad50vicQS
VXlyCXawRGVNLZqxqgzz7xM/WfyxvOdm7j3s29FEKUlVldDIRu9SnhZ486rQwZXm
ZQreSaB00CrK56N1DsUPfXQ2/emqtAKG8UF0XuUiko1nmFBedefDoa+XnX1BqzFt
Rg2YjD9HtIlCpv9V6dX0MKtOZDZvs0b6NJpVrJU9LwrCYUYnEQg2w/1cZN/uf66g
DsGQJOv9yXHjQ6isNZPx
=jDkM
-END PGP SIGNATURE-

Ansgar Burchardt (4):
  [svn-inject] Installing original source of libmodule-extract-perl
  [svn-inject] Applying Debian modifications to trunk
  Update my email address.
  debian/control: Convert Vcs-* fields to Git.

Axel Beckert (1):
  debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix 
dpkg-copyright"

Damyan Ivanov (5):
  source format 3.0 (quilt)
  rules: adopt dh 8
  point to GPL-1 instead of the GPL symlink
  Declare conformance with Policy 3.9.5 (from 3.8.0)
  releasing package libmodule-extract-perl version 0.01-2

Gregor Herrmann (2):
  enable POD test
  [mass commit] switch Vcs-Browser from from WebSVN to ViewSVN

Nathan Handler (1):
  [mass-commit] debian/watch: Modify to ignore development releases.

Ryan Niebur (1):
  clean up duplicated changelog entries from nhandler's mass-commit

Salvatore Bonaccorso (4):
  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

gregor herrmann (6):
  debian/control: update {versioned,alternative} (build) dependencies.
  update changelog
  Explicitly (build)depend on Archive::Extract.
  update changelog
  Strip trailing slash from metacpan URLs.
  update changelog

---

This annotated tag includes the following new commits:

   new  ada3f5b   source format 3.0 (quilt)
   new  08e6440   rules: adopt dh 8
   new  c1168ac   point to GPL-1 instead of the GPL symlink
   new  58b3ba3   Declare conformance with Policy 3.9.5 (from 3.8.0)
   new  1edf837   releasing package libmodule-extract-perl version 0.01-2

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


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

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


[libmodule-extract-perl] branch master updated (8040080 -> 1edf837)

2014-06-10 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

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

  from  8040080   update changelog
   new  ada3f5b   source format 3.0 (quilt)
   new  08e6440   rules: adopt dh 8
   new  c1168ac   point to GPL-1 instead of the GPL symlink
   new  58b3ba3   Declare conformance with Policy 3.9.5 (from 3.8.0)
   new  1edf837   releasing package libmodule-extract-perl version 0.01-2

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


Summary of changes:
 debian/changelog | 12 ++--
 debian/compat|  2 +-
 debian/control   |  4 ++--
 debian/copyright |  2 +-
 debian/rules | 21 +
 debian/source/format |  1 +
 6 files changed, 16 insertions(+), 26 deletions(-)
 create mode 100644 debian/source/format

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

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


[libmodule-extract-perl] 05/05: releasing package libmodule-extract-perl version 0.01-2

2014-06-10 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

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

commit 1edf8374e661f19bafb37cd7a9d41c1bc9ff6b9e
Author: Damyan Ivanov 
Date:   Tue Jun 10 17:43:57 2014 +

releasing package libmodule-extract-perl version 0.01-2
---
 debian/changelog | 12 ++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 795dd58..1a0d3b3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,6 @@
-libmodule-extract-perl (0.01-2) UNRELEASED; urgency=low
+libmodule-extract-perl (0.01-2) unstable; urgency=low
+
+  * Team upload
 
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
@@ -28,7 +30,13 @@ libmodule-extract-perl (0.01-2) UNRELEASED; urgency=low
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
 
- -- gregor herrmann   Sun, 16 Nov 2008 20:44:53 +0100
+  [ Damyan Ivanov ]
+  * source format 3.0 (quilt)
+  * rules: adopt dh 8
+  * point to GPL-1 instead of the GPL symlink
+  * Declare conformance with Policy 3.9.5 (from 3.8.0)
+
+ -- Damyan Ivanov   Tue, 10 Jun 2014 20:43:18 +0300
 
 libmodule-extract-perl (0.01-1) unstable; urgency=low
 

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

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


[libmodule-extract-perl] 04/05: Declare conformance with Policy 3.9.5 (from 3.8.0)

2014-06-10 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

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

commit 58b3ba37dc316945964ec73acd4e1b7cf9c64b27
Author: Damyan Ivanov 
Date:   Tue Jun 10 17:43:06 2014 +

Declare conformance with Policy 3.9.5 (from 3.8.0)
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 1207556..92e5cd7 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
  libarchive-extract-perl | perl (<< 5.17.0),
  libtest-pod-perl
-Standards-Version: 3.8.0
+Standards-Version: 3.9.5
 Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmodule-extract-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmodule-extract-perl.git
 Homepage: https://metacpan.org/release/Module-Extract

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

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


[libmodule-extract-perl] 03/05: point to GPL-1 instead of the GPL symlink

2014-06-10 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

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

commit c1168acf880bfcb6785e1e5931d90117c7765ec7
Author: Damyan Ivanov 
Date:   Tue Jun 10 17:42:20 2014 +

point to GPL-1 instead of the GPL symlink
---
 debian/copyright | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/copyright b/debian/copyright
index 2e1cace..cafb48a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -13,7 +13,7 @@ License: GPL-1+ or Artistic
  (at your option) any later version, and the Artistic License.
  .
  On Debian systems, the complete text of the GNU General Public License can be
- found in /usr/share/common-licenses/GPL and the Artistic license in
+ found in /usr/share/common-licenses/GPL-1 and the Artistic license in
  /usr/share/common-licenses/Artistic.
 
 Files: inc/*

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

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


[libmodule-extract-perl] 01/05: source format 3.0 (quilt)

2014-06-10 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

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

commit ada3f5b9bd908ed6158dc3648f68c46c36899f49
Author: Damyan Ivanov 
Date:   Tue Jun 10 17:36:38 2014 +

source format 3.0 (quilt)
---
 debian/source/format | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

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

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


[libmodule-extract-perl] 02/05: rules: adopt dh 8

2014-06-10 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

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

commit 08e64409320e9447b27e57ff699030f1e7e0b1a9
Author: Damyan Ivanov 
Date:   Tue Jun 10 17:42:07 2014 +

rules: adopt dh 8
---
 debian/compat  |  2 +-
 debian/control |  2 +-
 debian/rules   | 21 +
 3 files changed, 3 insertions(+), 22 deletions(-)

diff --git a/debian/compat b/debian/compat
index 7f8f011..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index 688159f..1207556 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: Debian Perl Group 

 Uploaders: Ansgar Burchardt 
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
  libarchive-extract-perl | perl (<< 5.17.0),
  libtest-pod-perl
diff --git a/debian/rules b/debian/rules
index 4bc7619..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,23 +1,4 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-   AUTOMATED_TESTING=1 dh build
-   touch $@
-
-clean:
+%:
dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-   dh install
-   touch $@
-
-binary-arch:
-
-binary-indep: install
-   dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build

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

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


[libmodule-pluggable-ordered-perl] 03/03: releasing package libmodule-pluggable-ordered-perl version 1.5-2

2014-06-10 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

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

commit b5303c7994667438f2f120b1b5b5b818f0965231
Author: Damyan Ivanov 
Date:   Tue Jun 10 18:09:52 2014 +

releasing package libmodule-pluggable-ordered-perl version 1.5-2
---
 debian/changelog | 10 --
 debian/control   |  2 +-
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f9d0915..050820e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,6 @@
-libmodule-pluggable-ordered-perl (1.5-2) UNRELEASED; urgency=low
+libmodule-pluggable-ordered-perl (1.5-2) unstable; urgency=low
+
+  * Team upload
 
   [ Salvatore Bonaccorso ]
   * debian/control: Changed: Replace versioned (build-)dependency on
@@ -31,7 +33,11 @@ libmodule-pluggable-ordered-perl (1.5-2) UNRELEASED; 
urgency=low
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
 
- -- Ryan Niebur   Tue, 01 Sep 2009 21:19:15 -0700
+  [ Damyan Ivanov ]
+  * source format 3.0 (quilt)
+  * point to GPL-1 instead of the GPL symlink
+
+ -- Damyan Ivanov   Tue, 10 Jun 2014 21:07:54 +0300
 
 libmodule-pluggable-ordered-perl (1.5-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 85e0125..0269e14 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends-Indep: perl,
  libuniversal-require-perl
 Maintainer: Debian Perl Group 
 Uploaders: Jonathan Yu 
-Standards-Version: 3.8.2
+Standards-Version: 3.9.5
 Homepage: https://metacpan.org/release/Module-Pluggable-Ordered
 Vcs-Git: 
git://anonscm.debian.org/pkg-perl/packages/libmodule-pluggable-ordered-perl.git
 Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmodule-pluggable-ordered-perl.git

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

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


[libmodule-pluggable-ordered-perl] branch master updated (480d506 -> b5303c7)

2014-06-10 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

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

  from  480d506   update changelog
   new  f0bd2f1   source format 3.0 (quilt)
   new  10688c1   point to GPL-1 instead of the GPL symlink
   new  b5303c7   releasing package libmodule-pluggable-ordered-perl 
version 1.5-2

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:
 debian/changelog | 10 --
 debian/control   |  2 +-
 debian/copyright |  2 +-
 debian/source/format |  1 +
 4 files changed, 11 insertions(+), 4 deletions(-)
 create mode 100644 debian/source/format

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

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


[libmodule-pluggable-ordered-perl] annotated tag debian/1.5-2 created (now c86278c)

2014-06-10 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a change to annotated tag debian/1.5-2
in repository libmodule-pluggable-ordered-perl.

at  c86278c   (tag)
   tagging  b5303c7994667438f2f120b1b5b5b818f0965231 (commit)
 tagged by  Damyan Ivanov
on  Tue Jun 10 18:09:52 2014 +

- Log -
tagging package libmodule-pluggable-ordered-perl version debian/1.5-2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCAAGBQJTl0nwAAoJENu+nU2Z0qAEl/gP/27pa53+bpYnb/UIu+zYs990
nI2DTsK3bMoaI+NtaPeIVIJoZW6rQGVWeMXX2z4VpJ60ovUErRZLU1liIrO7LGDs
duiRwP26y6q+ppOpd2FMzwMrxsSA9Cdk/yQqY9BTdSBfJNEHxMzN7ftPelJimuwa
51I0DdPmL5uBOor/N/4cgxo8qOYjsYObPmRz5yNR89CR0mbf9VAX8nWohX/NI1t+
H8ggZBSxYDSzoGWIvZLttIfpSDxdX5I5i5pMU8mab+weHj9bK6AHFxmM+yCOuR0S
2aJOeIJCyXPCWl1ugzaRGPOf8gIbfyXaS5ZQ1rI4qBYMBXpvbMXcNecc+CMJat6A
HHA0eF7M3vWZH166BeAuJbXrH7HOx9RCLLF5wCCjZXRzEO93nMo9bv3+ntmJUIj1
sORy5cl5FzXDbJYyl7eDCehey0EcR/Ju71/+0YjEqe6bMFfZbaXBmYIQAXtMoOUb
s5qiT04GZvG1T6zzAambcytsICyzFlmMkEgwFK0RgN4twa7JQ3rOquMG5yog5PkA
86HM72EWLLoxif8sX2zS+dwl2rt5Yth2B4uK/TSBlO6pX/IxVrN3znPNbJ8zMQHn
mFeYdCbspNvFS3EXquxJjoTwljUijGLSoBSIZh4CLpxW2o+zdwufv4RLubk+vos0
7wgeJd45aZtgRylGizCd
=eMql
-END PGP SIGNATURE-

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

Axel Beckert (1):
  debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix 
dpkg-copyright"

Damyan Ivanov (3):
  source format 3.0 (quilt)
  point to GPL-1 instead of the GPL symlink
  releasing package libmodule-pluggable-ordered-perl version 1.5-2

Gregor Herrmann (4):
  additional (build) dep
  [masscommit] debian/control: s/perl-modules/perl/, and related tweaks
  [mass-commit] remove versioned/alternative (build) dependencies referring 
to perl 5.10 (satisfied in oldstable)
  fix d/control

Jonathan Yu (3):
  [svn-inject] Installing original source of 
libmodule-pluggable-ordered-perl
  [svn-inject] Applying Debian modifications to trunk
  Builds lintian clean, ready for upload :-)

Ryan Niebur (1):
  mass updated jawnsy's email address

Salvatore Bonaccorso (5):
  [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)
  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

gregor herrmann (4):
  Explicitl (build)depend on Module::Pluggable.
  update changelog
  Strip trailing slash from metacpan URLs.
  update changelog

---

This annotated tag includes the following new commits:

   new  f0bd2f1   source format 3.0 (quilt)
   new  10688c1   point to GPL-1 instead of the GPL symlink
   new  b5303c7   releasing package libmodule-pluggable-ordered-perl 
version 1.5-2

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


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

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


[libmodule-pluggable-ordered-perl] 01/03: source format 3.0 (quilt)

2014-06-10 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

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

commit f0bd2f160f38cc7e93b0216b0c99855282e7b73f
Author: Damyan Ivanov 
Date:   Tue Jun 10 17:45:44 2014 +

source format 3.0 (quilt)
---
 debian/source/format | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

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

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


[libmodule-pluggable-ordered-perl] 02/03: point to GPL-1 instead of the GPL symlink

2014-06-10 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

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

commit 10688c1a70e2ad338e96dfaef5e02fd89177a94e
Author: Damyan Ivanov 
Date:   Tue Jun 10 18:07:33 2014 +

point to GPL-1 instead of the GPL symlink
---
 debian/copyright | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/copyright b/debian/copyright
index 2060f56..e70ea46 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -24,4 +24,4 @@ License: GPL-1+
 the Free Software Foundation; either version 1, or (at your option)
 any later version.
 On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'
+Public License can be found in `/usr/share/common-licenses/GPL-1'

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

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


[libnet-rendezvous-publish-perl] 01/03: migrate d/copyright to format 1.0

2014-06-10 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

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

commit 7d5992788946e506357659dbfd72fe65cf430b94
Author: Damyan Ivanov 
Date:   Tue Jun 10 18:22:42 2014 +

migrate d/copyright to format 1.0
---
 debian/copyright | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index f528a6e..1bfbeb4 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,8 +1,9 @@
-Format-Specification: 
http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135
-Maintainer: Richard Clamp
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Net-Rendezvous-Publish
+Upstream-Contact: Richard Clamp
 Source: https://metacpan.org/release/Net-Rendezvous-Publish
-Name: Net-Rendezvous-Publish
 
+Files: *
 Copyright: 2004-2006, Richard Clamp
 License: Artistic or GPL-1+
 
@@ -24,4 +25,4 @@ License: GPL-1+
 the Free Software Foundation; either version 1, or (at your option)
 any later version.
 On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'
+Public License can be found in `/usr/share/common-licenses/GPL-1'

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

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


[libnet-rendezvous-publish-perl] 03/03: releasing package libnet-rendezvous-publish-perl version 0.04-3

2014-06-10 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

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

commit c0c109740eacd16cc209951adcb106a603657815
Author: Damyan Ivanov 
Date:   Tue Jun 10 18:26:26 2014 +

releasing package libnet-rendezvous-publish-perl version 0.04-3
---
 debian/changelog | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 43b0626..2f93daf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,6 @@
-libnet-rendezvous-publish-perl (0.04-3) UNRELEASED; urgency=low
+libnet-rendezvous-publish-perl (0.04-3) unstable; urgency=low
+
+  * Team upload
 
   [ Ansgar Burchardt ]
   * Update my email address.
@@ -23,7 +25,11 @@ libnet-rendezvous-publish-perl (0.04-3) UNRELEASED; 
urgency=low
   * Explicitly (build)depend on Module::Pluggable. (Closes: #711670)
   * Strip trailing slash from metacpan URLs.
 
- -- Ansgar Burchardt   Mon, 01 Nov 2010 11:17:09 +0100
+  [ Damyan Ivanov ]
+  * migrate d/copyright to format 1.0
+  * Declare conformance with Policy 3.9.5
+
+ -- Damyan Ivanov   Tue, 10 Jun 2014 21:25:47 +0300
 
 libnet-rendezvous-publish-perl (0.04-2) unstable; urgency=low
 

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

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


[libnet-rendezvous-publish-perl] annotated tag debian/0.04-3 created (now 9dd758a)

2014-06-10 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a change to annotated tag debian/0.04-3
in repository libnet-rendezvous-publish-perl.

at  9dd758a   (tag)
   tagging  c0c109740eacd16cc209951adcb106a603657815 (commit)
 tagged by  Damyan Ivanov
on  Tue Jun 10 18:26:26 2014 +

- Log -
tagging package libnet-rendezvous-publish-perl version debian/0.04-3
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCAAGBQJTl03SAAoJENu+nU2Z0qAElSsP/0H15Tjvg9EIsipwyYal5gKU
iYfuJCexxqVjnuV9+U9TJnx3RRNfBxYXbso83ps6y3Xa2x4ugYE8GRe5oCNpKpJ4
6MVXBwUcDiNbsjwsI6UuNoF//QJn/OUChDcdgG8NnUWTaTyiFamr2wN7/7Pl8FCx
L6rB+n/xkuECpOPtOQuI0Q8vLBPecXQiUlOGFiDGQLnxdFutMmGrlra9ktxG3c69
6Iv9FCxdPuHSX53pQutlxw8o15vWhtdY8wcUN4KGmPr5pJ0j8gKGXl6jTMIXojUX
PA7CFb+1ZzTCtVdOnap980TB0yqdQLHSXy/VHTBzcF4j7zn6NI8vAmBCh1mZfluY
6WLQWFx00aq1O8xtj7q7Uz9xJSy7yISXBq7diTxgdDitLfQ74pvO9LXMU6YtvBXi
W3jPTzE0+bUioBNzVCGmfBDarC5EOjBxziArSXNUb7iZHWxO+/fBVD/8wBr4hTxp
tVVyeJgt0mCqsQDObkwOwPqCJAKA+9CYn+kCHBgTxXIiNF2Chpegt1kqKe2zdx0k
pOyaoNHOvzQNb0OOHlRf3UAJ11NVNFQhtHe3cn23YLho29Ld5e/x+OtuRtaxeli8
jNfxNhzPvDzCvYywsUNHxSExOxJ8WlqBwuNI/CywGgNIKCmE0Tik9F1h6r+F6T7h
7ARPyTQE95hOExw5xldt
=gAYZ
-END PGP SIGNATURE-

Ansgar Burchardt (3):
  * Use debhelper 7 instead of CDBS.
  Update my email address.
  debian/control: Convert Vcs-* fields to Git.

Damyan Ivanov (9):
  Set distribution to released. Needs Maintainer fixed, cdbs dropped, watch 
speedup
  Revert blind changing of distribution to UNRELEASED (r11005)
  Add UNRELEASED notes in a new changelog entry
  Reverting 11009, 11008, 11006 and 11005. Thanks to Niko for noticing the 
mess (even after I tried to clean up)
  Apply UNRELEASED changes cleanly
  Add missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.
  migrate d/copyright to format 1.0
  Declare conformance with Policy 3.9.5
  releasing package libnet-rendezvous-publish-perl version 0.04-3

Gregor Herrmann (5):
  Add missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.
  mass-change: rmdir /usr/{lib,share}/perl5 only if they exist as a 
preparation for perl5.10
  [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
  [mass-commit] remove versioned/alternative (build) dependencies referring 
to perl 5.10 (satisfied in oldstable)

Jose Luis Rivas Contreras (3):
  [svn-inject] Installing original source of libnet-rendezvous-publish-perl
  [svn-inject] Applying Debian modifications to trunk
  * debian/watch: Now dist-based.

Nathan Handler (1):
  [mass-commit] debian/watch: Modify to ignore development releases.

Salvatore Bonaccorso (5):
  [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

gregor herrmann (6):
  debian/control: update {versioned,alternative} (build) dependencies.
  update changelog
  Explicitly (build)depend on Module::Pluggable.
  update changelog
  Strip trailing slash from metacpan URLs.
  update changelog

---

This annotated tag includes the following new commits:

   new  7d59927   migrate d/copyright to format 1.0
   new  43484b4   Declare conformance with Policy 3.9.5
   new  c0c1097   releasing package libnet-rendezvous-publish-perl version 
0.04-3

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


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

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


[libnet-rendezvous-publish-perl] branch master updated (b2a652c -> c0c1097)

2014-06-10 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

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

  from  b2a652c   update changelog
   new  7d59927   migrate d/copyright to format 1.0
   new  43484b4   Declare conformance with Policy 3.9.5
   new  c0c1097   releasing package libnet-rendezvous-publish-perl version 
0.04-3

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:
 debian/changelog | 10 --
 debian/control   |  3 +--
 debian/copyright |  9 +
 3 files changed, 14 insertions(+), 8 deletions(-)

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

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


[libnet-rendezvous-publish-perl] 02/03: Declare conformance with Policy 3.9.5

2014-06-10 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

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

commit 43484b4c5308de6f1a4129c8a0859e661373dd9e
Author: Damyan Ivanov 
Date:   Tue Jun 10 18:24:43 2014 +

Declare conformance with Policy 3.9.5
---
 debian/control | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 5cd304a..768643c 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 7.3.7~)
 Build-Depends-Indep: perl,
  libclass-accessor-lvalue-perl,
  libmodule-pluggable-perl | perl (<< 5.17.0)
-Standards-Version: 3.8.4
+Standards-Version: 3.9.5
 Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-rendezvous-publish-perl.git
 Vcs-Git: 
git://anonscm.debian.org/pkg-perl/packages/libnet-rendezvous-publish-perl.git
 Homepage: https://metacpan.org/release/Net-Rendezvous-Publish
@@ -23,4 +23,3 @@ Description: Perl module to publish Rendezvous services
  Net::Rendezvous::Publish creates, publish and manages Rendezvous services. It
  can manage how much time will handle network events and updates of internal
  state.
-

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

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


[libsms-send-perl] 01/02: Declare conformance with Policy 3.9.5

2014-06-10 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

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

commit ce5b8a1e36d7ee05743089845dc5cbc724d82f09
Author: Damyan Ivanov 
Date:   Tue Jun 10 18:28:18 2014 +

Declare conformance with Policy 3.9.5
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 606e76c..ed54ad1 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends-Indep: perl,
  libclass-adapter-perl,
  libmodule-pluggable-perl | perl (<< 5.17.0),
  libparams-util-perl
-Standards-Version: 3.9.3
+Standards-Version: 3.9.5
 Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsms-send-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsms-send-perl.git
 Homepage: https://metacpan.org/release/SMS-Send

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

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


[libsms-send-perl] 02/02: releasing package libsms-send-perl version 1.06-2

2014-06-10 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

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

commit 287100a1cdcaf5b4050ed4397aa30331c401949a
Author: Damyan Ivanov 
Date:   Tue Jun 10 18:35:32 2014 +

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

diff --git a/debian/changelog b/debian/changelog
index ba1daba..8925ccf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,6 @@
-libsms-send-perl (1.06-2) UNRELEASED; urgency=low
+libsms-send-perl (1.06-2) unstable; urgency=low
+
+  * Team upload
 
   [ gregor herrmann ]
   * debian/control: update {versioned,alternative} (build) dependencies.
@@ -11,7 +13,10 @@ libsms-send-perl (1.06-2) UNRELEASED; urgency=low
   * Explicitly (build-)depend on Module::Pluggable. (Closes: #711673)
   * Strip trailing slash from metacpan URLs.
 
- -- gregor herrmann   Thu, 05 Jul 2012 12:54:19 -0600
+  [ Damyan Ivanov ]
+  * Declare conformance with Policy 3.9.5
+
+ -- Damyan Ivanov   Tue, 10 Jun 2014 21:34:42 +0300
 
 libsms-send-perl (1.06-1) unstable; urgency=low
 

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

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


[libsms-send-perl] annotated tag debian/1.06-2 created (now 00cc5de)

2014-06-10 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a change to annotated tag debian/1.06-2
in repository libsms-send-perl.

at  00cc5de   (tag)
   tagging  287100a1cdcaf5b4050ed4397aa30331c401949a (commit)
  replaces  debian/1.06-1
 tagged by  Damyan Ivanov
on  Tue Jun 10 18:35:32 2014 +

- Log -
tagging package libsms-send-perl version debian/1.06-2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCAAGBQJTl0/0AAoJENu+nU2Z0qAECioP/j8BLpmAAQken01YOfAEDKRH
7OKbO97pPeSqdv/tluD+aFQsip7sgH6ERkc4lQmwqVdJ4M0DKDdLbsesJPLI4qVF
0d4/jGSpaCYbvCqzjroY51kmUmXvOYnFwR/WShY0qpmupVybqxuzfn86na7IniZY
bCWROeJiRNBARn6fVhRDrWG56TiXsjHn3FMu0avLYyciSocQN0sLMdWc16x/fqMY
DXI9JZwsrIkvQ/14jfvcSAAuH7Wm3ZkQQD1fLqkk4lNvo+QxIYRGN+qm5nN0iiO4
E038YMPern3wUeZpvj6Ba5TcMONJk8+JAJ9lCsFKJ1v4cfB+x69VubEBG+K9BO2t
tKl15WV1awnBpKks92KdNQjGAyAzQT3ikleoCtHEjkhYzs7bMomPT50Ov/v9zcyC
JdGLt8x3VRg49aIUYHpfo7Yu20/UwvDeNyC5ZnfyHi8z4QJgN56IuE3ckhuhxg4Z
w+n4bRFeI2fuEkJxf0A/iWJTWAttPSWwLfz0uCWgZhlqPXuii6LPlN+KqIjouTmn
No6I9H1UyZIdtxgYThNeyFiJZN/wE6uqNxeMVJRZQz7Sh7bcG29fIw6jWz/hDLYI
BH2byR1vrfzkwrszkm4T7DRAJFEwitC6RB/E35EnIGHu1Io1lHgdNjHwburNw77d
5ogvNWO195L55qyXZnE7
=lD8v
-END PGP SIGNATURE-

Damyan Ivanov (2):
  Declare conformance with Policy 3.9.5
  releasing package libsms-send-perl version 1.06-2

Salvatore Bonaccorso (4):
  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

gregor herrmann (6):
  debian/control: update {versioned,alternative} (build) dependencies.
  update changelog
  Explicitly (build-)depend on Module::Pluggable.
  update changelog
  Strip trailing slash from metacpan URLs.
  update changelog

---

This annotated tag includes the following new commits:

   new  ce5b8a1   Declare conformance with Policy 3.9.5
   new  287100a   releasing package libsms-send-perl version 1.06-2

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


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

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


[libsms-send-perl] branch master updated (de167ef -> 287100a)

2014-06-10 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

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

  from  de167ef   update changelog
   new  ce5b8a1   Declare conformance with Policy 3.9.5
   new  287100a   releasing package libsms-send-perl version 1.06-2

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


Summary of changes:
 debian/changelog | 9 +++--
 debian/control   | 2 +-
 2 files changed, 8 insertions(+), 3 deletions(-)

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

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


[libmojolicious-plugin-cgi-perl] 02/05: Merge tag 'upstream/0.08'

2014-06-10 Thread Alex Muntada
This is an automated email from the git hooks/post-receive script.

alexm-guest pushed a commit to branch master
in repository libmojolicious-plugin-cgi-perl.

commit 6f57092f1cdf575df265f56aa42826e808dcbc00
Merge: f85c1c9 cefe609
Author: Alex Muntada 
Date:   Wed May 14 21:02:12 2014 +0200

Merge tag 'upstream/0.08'

Upstream version 0.08

 Changes   |  9 +
 META.json |  2 +-
 META.yml  |  2 +-
 README|  8 +++-
 README.pod| 15 +++
 lib/Mojolicious/Plugin/CGI.pm | 15 +++
 t/basic.t |  2 +-
 t/post.t  | 19 ---
 8 files changed, 53 insertions(+), 19 deletions(-)

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

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


[libmojolicious-plugin-cgi-perl] branch master updated (f85c1c9 -> b4386ab)

2014-06-10 Thread Alex Muntada
This is an automated email from the git hooks/post-receive script.

alexm-guest pushed a change to branch master
in repository libmojolicious-plugin-cgi-perl.

  from  f85c1c9   report copyright issue upstream
   new  cefe609   Imported Upstream version 0.08
   new  6f57092   Merge tag 'upstream/0.08'
   new  c518443   new upstream version solves failing test
   new  563338a   upgrade to 0.08
   new  b4386ab   release 0.08 to unstable

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


Summary of changes:
 Changes |   9 ++
 META.json   |   2 +-
 META.yml|   2 +-
 README  |   8 +-
 README.pod  |  15 ++-
 debian/changelog|  14 +--
 debian/copyright| 195 +++-
 debian/patches/no-leaky-pipes.patch |  27 -
 debian/patches/series   |   1 -
 debian/rules|   5 +
 lib/Mojolicious/Plugin/CGI.pm   |  15 ++-
 t/basic.t   |   2 +-
 t/post.t|  19 ++--
 13 files changed, 253 insertions(+), 61 deletions(-)
 delete mode 100644 debian/patches/no-leaky-pipes.patch
 delete mode 100644 debian/patches/series

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

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


[libmojolicious-plugin-cgi-perl] 05/05: release 0.08 to unstable

2014-06-10 Thread Alex Muntada
This is an automated email from the git hooks/post-receive script.

alexm-guest pushed a commit to branch master
in repository libmojolicious-plugin-cgi-perl.

commit b4386ab08ffdff5b5e64eebb8c264b679dcd4715
Author: Alex Muntada 
Date:   Tue Jun 10 21:12:10 2014 +0200

release 0.08 to unstable
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 63652df..c366ba4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-libmojolicious-plugin-cgi-perl (0.08-1) UNRELEASED; urgency=low
+libmojolicious-plugin-cgi-perl (0.08-1) unstable; urgency=low
 
   * Initial Release. (Closes: #742195)
 
- -- Alex Muntada   Sun, 11 May 2014 14:48:24 +0200
+ -- Alex Muntada   Tue, 10 Jun 2014 21:11:30 +0200

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

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


[libmojolicious-plugin-cgi-perl] 03/05: new upstream version solves failing test

2014-06-10 Thread Alex Muntada
This is an automated email from the git hooks/post-receive script.

alexm-guest pushed a commit to branch master
in repository libmojolicious-plugin-cgi-perl.

commit c518443c64df81189a63a8283d7d4a1e97a42324
Author: Alex Muntada 
Date:   Wed May 14 21:25:14 2014 +0200

new upstream version solves failing test
---
 debian/patches/no-leaky-pipes.patch | 27 ---
 debian/patches/series   |  1 -
 debian/rules|  5 +
 3 files changed, 5 insertions(+), 28 deletions(-)

diff --git a/debian/patches/no-leaky-pipes.patch 
b/debian/patches/no-leaky-pipes.patch
deleted file mode 100644
index a7bb6f0..000
--- a/debian/patches/no-leaky-pipes.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-Description: Remove non-portable test that uses /proc
- The test also fails under pbuilder because fd/0 is allocated,
- which does not happen when testing outside pbuilder.
-Author: Alex Muntada 
-Forwarded: not-needed
-Bug-Debian: http://bugs.debian.org/742195
-Last-Update: 2014-05-11
-
 a/t/post.t
-+++ b/t/post.t
-@@ -27,14 +27,7 @@
-   ok $pid, 'could not get pid';
- }
- 
--# FIXME? possibly not the best way to test if there is a pipe leak
--if (-d "/proc/$$/fd") {
--  my $pipes = grep { defined $_ ? /pipe:/ : undef }
--map { readlink("/proc/$$/fd/".(split '/')[-1]) }
--  glob "/proc/$$/fd/*";
--
--  note "pipes:$pipes";
--  ok( !($pipes % 2),'no leaky pipes');
--}
-+# Removed non portable leaky pipes test (fails under pbuilder too):
-+# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742195
- 
- done_testing;
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 5a1d0c6..000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-no-leaky-pipes.patch
diff --git a/debian/rules b/debian/rules
index 2d33f6a..5999411 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,8 @@
 
 %:
dh $@
+
+override_dh_auto_test:
+   # skip leaky pipes test
+   # https://github.com/jhthorsen/mojolicious-plugin-cgi/issues/6
+   DEBIAN_BUILD=1 dh_auto_test

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

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


[libmojolicious-plugin-cgi-perl] 04/05: upgrade to 0.08

2014-06-10 Thread Alex Muntada
This is an automated email from the git hooks/post-receive script.

alexm-guest pushed a commit to branch master
in repository libmojolicious-plugin-cgi-perl.

commit 563338a76b465f3cd89d85b90e9515a379d67b1c
Author: Alex Muntada 
Date:   Tue Jun 10 21:11:25 2014 +0200

upgrade to 0.08
---
 debian/changelog |  12 +---
 debian/copyright | 195 ++-
 2 files changed, 194 insertions(+), 13 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d5b958a..63652df 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,14 +1,4 @@
-libmojolicious-plugin-cgi-perl (0.07-1) UNRELEASED; urgency=low
-
-  TODO:
-  - d/copyright:
-+ at first sight, upstream copyright years are missing; but the problem is
-  more serious: the code doesn't contain a copyright statement at all.
-  solutions: ask upstream to add one in a new release; or to make a
-  (public) statement that can be quoted; or add a Comment re Berne
-  Convention, as in 
http://pkg-perl.alioth.debian.org/copyright.html#berne_convention
-+ Reported to upstream, waiting for reply:
-  https://github.com/jhthorsen/mojolicious-plugin-cgi/issues/7
+libmojolicious-plugin-cgi-perl (0.08-1) UNRELEASED; urgency=low
 
   * Initial Release. (Closes: #742195)
 
diff --git a/debian/copyright b/debian/copyright
index f90b890..99b8c41 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,8 +4,8 @@ Upstream-Contact: Jan Henning Thorsen 
 Upstream-Name: Mojolicious-Plugin-CGI
 
 Files: *
-Copyright: Jan Henning Thorsen 
-License: Artistic or GPL-1+
+Copyright: 2014, Jan Henning Thorsen 
+License: Artistic-2.0
 
 Files: debian/*
 Copyright: 2014, Alex Muntada 
@@ -26,3 +26,194 @@ License: GPL-1+
  .
  On Debian systems, the complete text of version 1 of the GNU General
  Public License can be found in `/usr/share/common-licenses/GPL-1'.
+
+License: Artistic-2.0
+ Copyright (c) 2000-2006, The Perl Foundation.
+ .
+ Everyone is permitted to copy and distribute verbatim copies of this
+ license document, but changing it is not allowed.
+ .
+ Preamble
+ .
+ This license establishes the terms under which a given free software
+ Package may be copied, modified, distributed, and/or redistributed.
+ The intent is that the Copyright Holder maintains some artistic
+ control over the development of that Package while still keeping the
+ Package available as open source and free software.
+ .
+ You are always permitted to make arrangements wholly outside of this
+ license directly with the Copyright Holder of a given Package. If the
+ terms of this license do not permit the full use that you propose to
+ make of the Package, you should contact the Copyright Holder and seek
+ a different licensing arrangement.
+ .
+ Definitions
+ .
+ "Copyright Holder" means the individual(s) or organization(s) named in
+ the copyright notice for the entire Package.
+ .
+ "Contributor" means any party that has contributed code or other
+ material to the Package, in accordance with the Copyright Holder's
+ procedures.
+ .
+ "You" and "your" means any person who would like to copy, distribute,
+ or modify the Package.
+ .
+ "Package" means the collection of files distributed by the Copyright
+ Holder, and derivatives of that collection and/or of those files. A
+ given Package may consist of either the Standard Version, or a
+ Modified Version.
+ .
+ "Distribute" means providing a copy of the Package or making it
+ accessible to anyone else, or in the case of a company or
+ organization, to others outside of your company or organization.
+ .
+ "Distributor Fee" means any fee that you charge for Distributing this
+ Package or providing support for this Package to another party. It
+ does not mean licensing fees.
+ .
+ "Standard Version" refers to the Package if it has not been modified,
+ or has been modified only in ways explicitly requested by the
+ Copyright Holder.
+ .
+ "Modified Version" means the Package, if it has been changed, and such
+ changes were not explicitly requested by the Copyright Holder.
+ .
+ "Original License" means this Artistic License as Distributed with the
+ Standard Version of the Package, in its current version or as it may
+ be modified by The Perl Foundation in the future.
+ .
+ "Source" form means the source code, documentation source, and
+ configuration files for the Package.
+ .
+ "Compiled" form means the compiled bytecode, object code, binary, or
+ any other form resulting from mechanical transformation or translation
+ of the Source form.
+ .
+ Permission for Use and Modification Without Distribution
+ .
+ (1) You are permitted to use the Standard Version and create and use
+ Modified Versions for any purpose without restriction, provided
+ that you do not Distribute the Modified Version.
+ .
+ Permissions for Redistribution of the Standard Version
+ .
+ (2) You may Distribute verbatim copies of the Source form of the
+ Standard Version of this Package in any me

[libmojolicious-plugin-cgi-perl] 01/05: Imported Upstream version 0.08

2014-06-10 Thread Alex Muntada
This is an automated email from the git hooks/post-receive script.

alexm-guest pushed a commit to branch master
in repository libmojolicious-plugin-cgi-perl.

commit cefe60958a1a4e0ebbd977f4cf379fad3440610d
Author: Alex Muntada 
Date:   Wed May 14 21:02:11 2014 +0200

Imported Upstream version 0.08
---
 Changes   |  9 +
 META.json |  2 +-
 META.yml  |  2 +-
 README|  8 +++-
 README.pod| 15 +++
 lib/Mojolicious/Plugin/CGI.pm | 15 +++
 t/basic.t |  2 +-
 t/post.t  | 19 ---
 8 files changed, 53 insertions(+), 19 deletions(-)

diff --git a/Changes b/Changes
index 0d40adc..260e088 100644
--- a/Changes
+++ b/Changes
@@ -1,10 +1,19 @@
 Revision history for Mojolicious-Plugin-CGI
 
+0.08 Wed May 14 10:29:24 2014
+   * Flushing STDERR as well
+   * Fix REMOTE_HOST test on windows
+ 
http://www.cpantesters.org/cpan/report/99cac79a-725d-1014-82ca-1dcb5cf4dae8
+ REMOTE_HOST=599DSOLIMANO01.cowen.corp != localhost
+
 0.07 Sun Nov 17 14:11:59 2013
* Reads userinfo from request path
* Add support for errlog
* Fix PATH_INFO and SCRIPT_NAME
 
+0.0601   Tue Oct  1 12:36:25 2013
+   * Add repository to Makefile.PL
+
 0.06 Tue Sep 24 09:43:37 2013
* Add support multipart requests
  l...@givengain.ch
diff --git a/META.json b/META.json
index db7fd36..ba0e9a8 100644
--- a/META.json
+++ b/META.json
@@ -49,5 +49,5 @@
  "url" : "https://github.com/jhthorsen/mojolicious-plugin-cgi";
   }
},
-   "version" : "0.07"
+   "version" : "0.08"
 }
diff --git a/META.yml b/META.yml
index bf3c962..170a376 100644
--- a/META.yml
+++ b/META.yml
@@ -24,4 +24,4 @@ resources:
   homepage: https://metacpan.org/module/Mojolicious::Plugin::CGI
   license: http://dev.perl.org/licenses/
   repository: https://github.com/jhthorsen/mojolicious-plugin-cgi
-version: 0.07
+version: 0.08
diff --git a/README b/README
index de422f9..83aceeb 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ NAME
 Mojolicious::Plugin::CGI - Run CGI script from Mojolicious
 
 VERSION
-0.07
+0.08
 
 DESCRIPTION
 This plugin enable Mojolicious to run Perl CGI scripts. It does so by
@@ -64,6 +64,12 @@ METHODS
 
 $route can be either a plain path or a route object.
 
+COPYRIGHT AND LICENSE
+Copyright (C) 2014, Jan Henning Thorsen
+
+This program is free software, you can redistribute it and/or modify it
+under the terms of the Artistic License version 2.0.
+
 AUTHOR
 Jan Henning Thorsen - "jhthor...@cpan.org"
 
diff --git a/README.pod b/README.pod
index b96c1b5..c50f243 100644
--- a/README.pod
+++ b/README.pod
@@ -6,7 +6,7 @@ Mojolicious::Plugin::CGI - Run CGI script from Mojolicious
 
 =head1 VERSION
 
-0.07
+0.08
 
 =head1 DESCRIPTION
 
@@ -45,7 +45,7 @@ use constant CHUNK_SIZE => 131072;
 use constant CHECK_CHILD_INTERVAL => $ENV{CHECK_CHILD_INTERVAL} || 0.01;
 use constant DEBUG => $ENV{MOJO_PLUGIN_CGI_DEBUG} || 0;
 
-our $VERSION = '0.07';
+our $VERSION = '0.08';
 our %ORIGINAL_ENV = %ENV;
 
 =head1 METHODS
@@ -203,8 +203,8 @@ sub register {
   open STDIN, '<', $stdin->path or die "Could not open @{[$stdin->path]}: 
$!" if -s $stdin->path;
   open STDOUT, '>&' . fileno $stdout_write or die $!;
   open STDERR, '>>', $self->{errlog} if $self->{errlog};
-  select STDOUT;
-  $| = 1;
+  select STDERR; $| = 1;
+  select STDOUT; $| = 1;
   { exec $self->{script} }
   die "Could not execute $self->{script}: $!";
 }
@@ -257,6 +257,13 @@ sub _stdout_callback {
   }
 }
 
+=head1 COPYRIGHT AND LICENSE
+
+Copyright (C) 2014, Jan Henning Thorsen
+
+This program is free software, you can redistribute it and/or modify it under
+the terms of the Artistic License version 2.0.
+
 =head1 AUTHOR
 
 Jan Henning Thorsen - C
diff --git a/lib/Mojolicious/Plugin/CGI.pm b/lib/Mojolicious/Plugin/CGI.pm
index b96c1b5..c50f243 100644
--- a/lib/Mojolicious/Plugin/CGI.pm
+++ b/lib/Mojolicious/Plugin/CGI.pm
@@ -6,7 +6,7 @@ Mojolicious::Plugin::CGI - Run CGI script from Mojolicious
 
 =head1 VERSION
 
-0.07
+0.08
 
 =head1 DESCRIPTION
 
@@ -45,7 +45,7 @@ use constant CHUNK_SIZE => 131072;
 use constant CHECK_CHILD_INTERVAL => $ENV{CHECK_CHILD_INTERVAL} || 0.01;
 use constant DEBUG => $ENV{MOJO_PLUGIN_CGI_DEBUG} || 0;
 
-our $VERSION = '0.07';
+our $VERSION = '0.08';
 our %ORIGINAL_ENV = %ENV;
 
 =head1 METHODS
@@ -203,8 +203,8 @@ sub register {
   open STDIN, '<', $stdin->path or die "Could not open @{[$stdin->path]}: 
$!" if -s $stdin->path;
   open STDOUT, '>&' . fileno $stdout_write or die $!;
   open STDERR, '>>', $self->{errlog} if $self->{errlog};
-  select STDOUT;
-  $| = 1;
+  select STDERR; $| = 1;
+  select STDOUT; $| = 1;
   { exec $self->{script} }
   die "Could not execute $self->{script}: $!";
 }
@

[libregexp-grammars-perl] branch master updated (4955c79 -> 036ffc3)

2014-06-10 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-grammars-perl.

  from  4955c79   update changelog
  adds  6db68c2   Imported Upstream version 1.034
   new  076d54e   Merge tag 'upstream/1.034'
   new  860b9f6   Update copyright years for debian/* packaging
   new  4153b25   Declare compliance with Debian Policy 3.9.5
   new  036ffc3   Update debian/changelog file

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


Summary of changes:
 Changes | 14 ++
 META.yml|  2 +-
 README  |  2 +-
 debian/changelog| 11 +++-
 debian/control  |  2 +-
 debian/copyright|  2 +-
 lib/Regexp/Grammars.pm  | 64 ++---
 lib/Skip_if_Perl_5_18.pm| 11 
 t/aliased_subpatterns.t |  2 +-
 t/arg.t | 16 +---
 t/charset.t |  7 +++--
 t/data_structure.t  |  1 -
 t/fatal.t   |  1 -
 t/hash.t|  1 -
 t/hash_redef.t  |  1 -
 t/hash_redef_local.t|  1 -
 t/no_context.t  |  1 -
 t/no_context_counterlocal.t |  1 -
 t/no_context_local.t|  1 -
 t/timeout.t |  1 -
 20 files changed, 69 insertions(+), 73 deletions(-)
 delete mode 100644 lib/Skip_if_Perl_5_18.pm

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

___
Pkg-perl-cvs-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-grammars-perl] 02/04: Update copyright years for debian/* packaging

2014-06-10 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-grammars-perl.

commit 860b9f6b80845728e1b49545f068c46ccc3028f5
Author: Salvatore Bonaccorso 
Date:   Wed Jun 11 06:23:33 2014 +0200

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

diff --git a/debian/copyright b/debian/copyright
index 1c74c08..260828a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -8,7 +8,7 @@ Copyright: 2009, Damian Conway 
 License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: 2010-2013, Salvatore Bonaccorso 
+Copyright: 2010-2014, Salvatore Bonaccorso 
 License: Artistic or GPL-1+
 
 License: Artistic

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

___
Pkg-perl-cvs-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-grammars-perl] 01/04: Merge tag 'upstream/1.034'

2014-06-10 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-grammars-perl.

commit 076d54e127354814c0ba11e6b80f84041a2e9597
Merge: 4955c79 6db68c2
Author: Salvatore Bonaccorso 
Date:   Wed Jun 11 06:21:45 2014 +0200

Merge tag 'upstream/1.034'

Upstream version 1.034

 Changes | 14 ++
 META.yml|  2 +-
 README  |  2 +-
 lib/Regexp/Grammars.pm  | 64 ++---
 lib/Skip_if_Perl_5_18.pm| 11 
 t/aliased_subpatterns.t |  2 +-
 t/arg.t | 16 +---
 t/charset.t |  7 +++--
 t/data_structure.t  |  1 -
 t/fatal.t   |  1 -
 t/hash.t|  1 -
 t/hash_redef.t  |  1 -
 t/hash_redef_local.t|  1 -
 t/no_context.t  |  1 -
 t/no_context_counterlocal.t |  1 -
 t/no_context_local.t|  1 -
 t/timeout.t |  1 -
 17 files changed, 57 insertions(+), 70 deletions(-)

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

___
Pkg-perl-cvs-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-grammars-perl] 03/04: Declare compliance with Debian Policy 3.9.5

2014-06-10 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-grammars-perl.

commit 4153b252e86f62228aebbdfe23f07ec683e5d21b
Author: Salvatore Bonaccorso 
Date:   Wed Jun 11 06:24:31 2014 +0200

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

diff --git a/debian/control b/debian/control
index 2b9ba0e..39c0a6a 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Build-Depends: debhelper (>= 8), perl
 Build-Depends-Indep: libtest-pod-perl, liblexical-var-perl
 Maintainer: Debian Perl Group 
 Uploaders: Salvatore Bonaccorso 
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
 Homepage: https://metacpan.org/release/Regexp-Grammars
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libregexp-grammars-perl.git
 Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libregexp-grammars-perl.git

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

___
Pkg-perl-cvs-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-grammars-perl] annotated tag upstream/1.034 created (now 4ca95da)

2014-06-10 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a change to annotated tag upstream/1.034
in repository libregexp-grammars-perl.

at  4ca95da   (tag)
   tagging  6db68c234ba760f4162dc53aedb8864e2af42840 (commit)
  replaces  upstream/1.033
 tagged by  Salvatore Bonaccorso
on  Wed Jun 11 06:21:45 2014 +0200

- Log -
Upstream version 1.034

Salvatore Bonaccorso (1):
  Imported Upstream version 1.034

---

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-grammars-perl.git

___
Pkg-perl-cvs-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-grammars-perl] 04/04: Update debian/changelog file

2014-06-10 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-grammars-perl.

commit 036ffc3849f8426d9bcee9e6d15dccb4c8fbb7c3
Author: Salvatore Bonaccorso 
Date:   Wed Jun 11 06:28:54 2014 +0200

Update debian/changelog file

Git-Dch: Ignore
---
 debian/changelog | 11 ++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index fdecba3..5328edb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,16 @@
-libregexp-grammars-perl (1.033-2) UNRELEASED; urgency=medium
+libregexp-grammars-perl (1.034-1) UNRELEASED; urgency=medium
 
+  TODO: finish packaging; will finish it (carnil)
+
+  [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
 
+  [ Salvatore Bonaccorso ]
+  * Imported Upstream version 1.034
++ Compatible with Perl 5.20. (Closes: #721547)
+  * Update copyright years for debian/* packaging
+  * Declare compliance with Debian Policy 3.9.5
+
  -- gregor herrmann   Thu, 27 Feb 2014 22:40:10 +0100
 
 libregexp-grammars-perl (1.033-1) unstable; urgency=low

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

___
Pkg-perl-cvs-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-grammars-perl] branch pristine-tar updated (e10c2ba -> bc3b2ac)

2014-06-10 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-grammars-perl.

  from  e10c2ba   pristine-tar data for 
libregexp-grammars-perl_1.033.orig.tar.gz
   new  bc3b2ac   pristine-tar data for 
libregexp-grammars-perl_1.034.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-grammars-perl_1.034.orig.tar.gz.delta | Bin 0 -> 4550 bytes
 libregexp-grammars-perl_1.034.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libregexp-grammars-perl_1.034.orig.tar.gz.delta
 create mode 100644 libregexp-grammars-perl_1.034.orig.tar.gz.id

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

___
Pkg-perl-cvs-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-grammars-perl] 01/01: pristine-tar data for libregexp-grammars-perl_1.034.orig.tar.gz

2014-06-10 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-grammars-perl.

commit bc3b2acb2adf2bd7c572b93ec02c49a1dc0a59fe
Author: Salvatore Bonaccorso 
Date:   Wed Jun 11 06:21:45 2014 +0200

pristine-tar data for libregexp-grammars-perl_1.034.orig.tar.gz
---
 libregexp-grammars-perl_1.034.orig.tar.gz.delta | Bin 0 -> 4550 bytes
 libregexp-grammars-perl_1.034.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libregexp-grammars-perl_1.034.orig.tar.gz.delta 
b/libregexp-grammars-perl_1.034.orig.tar.gz.delta
new file mode 100644
index 000..1be3b0b
Binary files /dev/null and b/libregexp-grammars-perl_1.034.orig.tar.gz.delta 
differ
diff --git a/libregexp-grammars-perl_1.034.orig.tar.gz.id 
b/libregexp-grammars-perl_1.034.orig.tar.gz.id
new file mode 100644
index 000..f1b43b8
--- /dev/null
+++ b/libregexp-grammars-perl_1.034.orig.tar.gz.id
@@ -0,0 +1 @@
+a70765076f322e9e9281b709011eca28109c5046

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

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


[libnet-ssleay-perl] branch master updated (d85ef3f -> 00cb012)

2014-06-10 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

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

  from  d85ef3f   releasing package libnet-ssleay-perl version 1.63-1
  adds  bf173da   Imported Upstream version 1.64
   new  803715d   Merge tag 'upstream/1.64'
   new  00cb012   Prepare changelog for release

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   | 13 +
 META.yml  |  4 ++--
 SSLeay.xs |  4 ++--
 debian/changelog  |  9 +
 lib/Net/SSLeay.pm |  4 ++--
 t/external/ocsp.t |  4 
 t/local/33_x509_create_cert.t |  8 ++--
 7 files changed, 38 insertions(+), 8 deletions(-)

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

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


[libnet-ssleay-perl] 01/02: Merge tag 'upstream/1.64'

2014-06-10 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

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

commit 803715d89f2b835187727bb0fed0b57effbbf605
Merge: d85ef3f bf173da
Author: Salvatore Bonaccorso 
Date:   Wed Jun 11 08:23:42 2014 +0200

Merge tag 'upstream/1.64'

Upstream version 1.64

 Changes   | 13 +
 META.yml  |  4 ++--
 SSLeay.xs |  4 ++--
 lib/Net/SSLeay.pm |  4 ++--
 t/external/ocsp.t |  4 
 t/local/33_x509_create_cert.t |  8 ++--
 6 files changed, 29 insertions(+), 8 deletions(-)

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

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


[libnet-ssleay-perl] 02/02: Prepare changelog for release

2014-06-10 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

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

commit 00cb012e86888f2a40d5098411fb95aa1131bbc4
Author: Salvatore Bonaccorso 
Date:   Wed Jun 11 08:29:10 2014 +0200

Prepare changelog for release

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

diff --git a/debian/changelog b/debian/changelog
index deff383..2e76589 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+libnet-ssleay-perl (1.64-1) unstable; urgency=medium
+
+  * Team upload.
+  * Imported Upstream version 1.64
++ Fixes "FTBFS: t/local/33_x509_create_cert.t test fails" by disabling the
+  specific failing test. (Closes: #751209)
+
+ -- Salvatore Bonaccorso   Wed, 11 Jun 2014 08:25:31 +0200
+
 libnet-ssleay-perl (1.63-1) unstable; urgency=medium
 
   * New upstream release.

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

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


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

2014-06-10 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 libnet-ssleay-perl.

commit e1e54394ba0c5d16ec4b197668ff84b6fb0b9248
Author: Salvatore Bonaccorso 
Date:   Wed Jun 11 08:23:42 2014 +0200

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

diff --git a/libnet-ssleay-perl_1.64.orig.tar.gz.delta 
b/libnet-ssleay-perl_1.64.orig.tar.gz.delta
new file mode 100644
index 000..21d5a3f
Binary files /dev/null and b/libnet-ssleay-perl_1.64.orig.tar.gz.delta differ
diff --git a/libnet-ssleay-perl_1.64.orig.tar.gz.id 
b/libnet-ssleay-perl_1.64.orig.tar.gz.id
new file mode 100644
index 000..d728dab
--- /dev/null
+++ b/libnet-ssleay-perl_1.64.orig.tar.gz.id
@@ -0,0 +1 @@
+b553cb1b17e6aa82ea0635ffd9fe87a91ae0d783

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

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


[libnet-ssleay-perl] annotated tag debian/1.64-1 created (now 08e8731)

2014-06-10 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

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

at  08e8731   (tag)
   tagging  00cb012e86888f2a40d5098411fb95aa1131bbc4 (commit)
  replaces  debian/1.63-1
 tagged by  Salvatore Bonaccorso
on  Wed Jun 11 08:29:25 2014 +0200

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

iQIcBAABCgAGBQJTl/dFAAoJEAVMuPMTQ89EVQgP/14RYEVAKcE2ovuXXEXmgKwv
bPQCN2DpFNO8KtDf+HjMWtSrn5/YSx1GND3c7AJ+24Vgu2iEB1MmAilMnRMuxE5v
485fxtv1mzaZSVBD88s9fP1jcJdNidJpkBEpIXoATe7hn6p9y4gknEwPbYkS7HSO
01orfDIacnAE9s2QeE3u3nohAXtrSMHvgsAwqldH+EY2EQp2FV/vEz8WIydqsErm
r8k+KuMBoW0yl14fXc8zksTK2j4IwHbUorqhdmKCYag8tK1UnTB8nM9yx7j0hL7y
1cSYR2Z+SmIIY2PKskb9YZDgHu/xB83KsLz97QBGMpuCKB2D+UabvDuRuH1/L8t2
rS0IS3NZK7of153OhipBTDkrbzlIKES2CqHnVLE4WqYKERd3Y4P6EWPWPiiav2rP
1Q+RsDP48ISI9ayxbmPtTK2S+Fsy+L9Hd+bqqGmkxMyykFXI7uDViBe/D41zFoz+
acDG3gsWuf142IwLZil4mIlCCwuTc5T2b5OEAL0HqKtYoiGHfXGAf7K8tKA2DKuY
bdLv098zZvkmR2UltSm7z9iIRxMuFGOrTUvjB/bu/7FeON6uzPZPUgRDhBxDwiRH
an3Jhxc8sq4qhX9I/ELAaMXQb5GRJAPIqpWP2eoft3n1+ty/suI4PEDVvckZBKEv
UJSzLFKF7uHIWay0LFnS
=uGYr
-END PGP SIGNATURE-

Salvatore Bonaccorso (3):
  Imported Upstream version 1.64
  Merge tag 'upstream/1.64'
  Prepare changelog for release

---

This annotated tag includes the following new commits:

   new  803715d   Merge tag 'upstream/1.64'
   new  00cb012   Prepare changelog for release

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


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

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


[libnet-ssleay-perl] branch pristine-tar updated (ce2bdde -> e1e5439)

2014-06-10 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 libnet-ssleay-perl.

  from  ce2bdde   pristine-tar data for libnet-ssleay-perl_1.63.orig.tar.gz
   new  e1e5439   pristine-tar data for libnet-ssleay-perl_1.64.orig.tar.gz

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


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

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

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


[libnet-ssleay-perl] annotated tag upstream/1.64 created (now 47fc751)

2014-06-10 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a change to annotated tag upstream/1.64
in repository libnet-ssleay-perl.

at  47fc751   (tag)
   tagging  bf173dacce9a06c37f783668cf323fc8adbbea39 (commit)
  replaces  upstream/1.63
 tagged by  Salvatore Bonaccorso
on  Wed Jun 11 08:23:42 2014 +0200

- Log -
Upstream version 1.64

Salvatore Bonaccorso (1):
  Imported Upstream version 1.64

---

No new revisions were added by this update.

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

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