[libcatalyst-actionrole-checktrailingslash-perl] 01/01: Initial packaging, based on dh-make-perl

2014-08-07 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a commit to branch master
in repository libcatalyst-actionrole-checktrailingslash-perl.

commit cbcb00886083a5207f2cbff73fff49ac81b8a0fa
Author: Michael Prokop m...@grml.org
Date:   Thu Aug 7 10:56:46 2014 +0200

Initial packaging, based on dh-make-perl
---
 debian/changelog |  5 +
 debian/compat|  1 +
 debian/control   | 24 
 debian/copyright | 28 
 debian/rules |  4 
 debian/source/format |  1 +
 debian/watch |  2 ++
 7 files changed, 65 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..cafe86a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libcatalyst-actionrole-checktrailingslash-perl (0.01-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #730786)
+
+ -- Michael Prokop m...@debian.org  Thu, 7 Aug 2014 10:56:46 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..b1282ff
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: libcatalyst-actionrole-checktrailingslash-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
+Uploaders: Michael Prokop m...@debian.org
+Build-Depends: debhelper (= 8)
+Build-Depends-Indep: libcatalyst-controller-actionrole-perl,
+ libcatalyst-perl (= 5.80),
+ libmoose-perl,
+ libnamespace-autoclean-perl,
+ perl
+Standards-Version: 3.9.5
+Homepage: https://metacpan.org/release/Catalyst-ActionRole-CheckTrailingSlash
+
+Package: libcatalyst-actionrole-checktrailingslash-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libcatalyst-controller-actionrole-perl,
+ libcatalyst-perl (= 5.80),
+ libmoose-perl,
+ libnamespace-autoclean-perl
+Description: Test URI path for trailing slash and redirect if needed
+ Catalyst::ActionRole::CheckTrailingSlash provides a feature
+ to test a URI for a trailing slash and redirect if needed.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..fefe7da
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://metacpan.org/release/Catalyst-ActionRole-CheckTrailingSlash
+Upstream-Contact: Anatoliy Lapitskiy nuc...@cpan.org
+Upstream-Name: Catalyst-ActionRole-CheckTrailingSlash
+
+Files: *
+Copyright: Anatoliy Lapitskiy nuc...@cpan.org
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2014, Michael Prokop m...@debian.org
+License: Artistic or GPL-1+
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ 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'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+   dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 000..16f23e1
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://metacpan.org/release/Catalyst-ActionRole-CheckTrailingSlash   
.*/Catalyst-ActionRole-CheckTrailingSlash-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

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

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


[libcatalyst-actionrole-checktrailingslash-perl] tag upstream/0.01 created (now cfc7c09)

2014-08-07 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a change to tag upstream/0.01
in repository libcatalyst-actionrole-checktrailingslash-perl.

at  cfc7c09   (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/libcatalyst-actionrole-checktrailingslash-perl.git

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


[libcatalyst-actionrole-checktrailingslash-perl] branch master created (now cbcb008)

2014-08-07 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a change to branch master
in repository libcatalyst-actionrole-checktrailingslash-perl.

at  cbcb008   Initial packaging, based on dh-make-perl

This branch includes the following new commits:

   new  cbcb008   Initial packaging, based on dh-make-perl

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


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

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


[libcatalyst-actionrole-checktrailingslash-perl] 01/01: pristine-tar data for libcatalyst-actionrole-checktrailingslash-perl_0.01.orig.tar.gz

2014-08-07 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a commit to branch pristine-tar
in repository libcatalyst-actionrole-checktrailingslash-perl.

commit c39f54a1b83459361b61fda9c53237133dbbac6e
Author: Michael Prokop m...@grml.org
Date:   Thu Aug 7 10:56:46 2014 +0200

pristine-tar data for 
libcatalyst-actionrole-checktrailingslash-perl_0.01.orig.tar.gz
---
 ...onrole-checktrailingslash-perl_0.01.orig.tar.gz.delta | Bin 0 - 1088 bytes
 ...ctionrole-checktrailingslash-perl_0.01.orig.tar.gz.id |   1 +
 2 files changed, 1 insertion(+)

diff --git 
a/libcatalyst-actionrole-checktrailingslash-perl_0.01.orig.tar.gz.delta 
b/libcatalyst-actionrole-checktrailingslash-perl_0.01.orig.tar.gz.delta
new file mode 100644
index 000..5092398
Binary files /dev/null and 
b/libcatalyst-actionrole-checktrailingslash-perl_0.01.orig.tar.gz.delta differ
diff --git a/libcatalyst-actionrole-checktrailingslash-perl_0.01.orig.tar.gz.id 
b/libcatalyst-actionrole-checktrailingslash-perl_0.01.orig.tar.gz.id
new file mode 100644
index 000..0eacd24
--- /dev/null
+++ b/libcatalyst-actionrole-checktrailingslash-perl_0.01.orig.tar.gz.id
@@ -0,0 +1 @@
+e5d69b16eaa8fc658ad696211286c18739eda4a0

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

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


[libcatalyst-actionrole-checktrailingslash-perl] branch pristine-tar created (now c39f54a)

2014-08-07 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a change to branch pristine-tar
in repository libcatalyst-actionrole-checktrailingslash-perl.

at  c39f54a   pristine-tar data for 
libcatalyst-actionrole-checktrailingslash-perl_0.01.orig.tar.gz

This branch includes the following new commits:

   new  c39f54a   pristine-tar data for 
libcatalyst-actionrole-checktrailingslash-perl_0.01.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.


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

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


[libcatalyst-actionrole-checktrailingslash-perl] annotated tag debian/0.01-1 created (now 3da7fc1)

2014-08-07 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a change to annotated tag debian/0.01-1
in repository libcatalyst-actionrole-checktrailingslash-perl.

at  3da7fc1   (tag)
   tagging  cbcb00886083a5207f2cbff73fff49ac81b8a0fa (commit)
 tagged by  Michael Prokop
on  Thu Aug 7 11:10:26 2014 +0200

- Log -
Tagging debian version 0.01-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEABECAAYFAlPjQoIACgkQ2N9T+zficugTcQCbBkz9czDoBLiowVr34M+2yGbZ
Vx0An3KOQr10t23xfm/gzTeSylQjU0mN
=/S8D
-END PGP SIGNATURE-

Michael Prokop (2):
  Import original source of Catalyst-ActionRole-CheckTrailingSlash 0.01
  Initial packaging, based on dh-make-perl

---

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/libcatalyst-actionrole-checktrailingslash-perl.git

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


[libcatalyst-actionrole-requiressl-perl] branch master created (now ee050e6)

2014-08-07 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a change to branch master
in repository libcatalyst-actionrole-requiressl-perl.

at  ee050e6   Initial packaging, based on dh-make-perl

This branch includes the following new commits:

   new  ee050e6   Initial packaging, based on dh-make-perl

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


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

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


[libcatalyst-actionrole-requiressl-perl] annotated tag debian/0.07-1 created (now 753964e)

2014-08-07 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a change to annotated tag debian/0.07-1
in repository libcatalyst-actionrole-requiressl-perl.

at  753964e   (tag)
   tagging  ee050e64c3aa2128367d5b61d85b9a6e0bb94fe8 (commit)
 tagged by  Michael Prokop
on  Thu Aug 7 11:44:05 2014 +0200

- Log -
Tagging debian version 0.07-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCAAGBQJT40plAAoJEJaoeHK36jc3+fsQAJDpmB2WF7wQoNfQH9wfZgVR
IlPNqMWxZMeykvXkwd2WAf/z1KAXv7xfwQQiaOSYHMsqrSVA5+p3O1y+z52XzbJ6
ma6tDLwVqxYYPms73Qe+G8yAc/Hbq+86SD8ghnS2s2ODcmuVQy3+7KI61NgY8rgP
DmDuu6/thneV/xMeehelj8yJ34kL3UWdv5JAUNiqiA6xL9gjsXYNYw1o4whbpQqf
1LlKMWpii97lHRtiWdfWrdh2E5xtr6iw2wEIe0Z8gSzKlpvZcleN/v0RYLtD9r0e
F1mPh5yf6VXHk2Gq2vCz7KC0OJMZCtcd75LDWR3LaVpdu/a0AuUtTpYGHezDxUXe
618YN+d3qeui+IYLNexVjw7CtKX9F3SfK7sW+dmIERI7ajPsCGMCWLcCScb9EY0L
FTdR4rq0KD0iMB08ZZKUAUjs07chmhNMGSjycIOCHusjsXPyBBfRSzqLw9fajQ9x
/sv2H5rApLjp8jfs3UsAB/7+SyU4wEQ5faVgHYqOoYKLPzcAbbZ+6fMW9BNMzxk5
saAGOm0llHVJ0v1gEcwBfsR52Zj8yVVF7hca9TYVVF9mSmTHwP4ukEtu8zD0OzLK
vsTk+RQMGu+Sfhiiwr4+UffTl/WFmtngnRUJoVaCIIXvY9PrxSyE4i+WFN1CRvZT
agIM1eXFshPxhQyj6KOn
=VSAh
-END PGP SIGNATURE-

Michael Prokop (2):
  Import original source of Catalyst-ActionRole-RequireSSL 0.07
  Initial packaging, based on dh-make-perl

---

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/libcatalyst-actionrole-requiressl-perl.git

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


[libcatalyst-actionrole-requiressl-perl] 01/01: Initial packaging, based on dh-make-perl

2014-08-07 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a commit to branch master
in repository libcatalyst-actionrole-requiressl-perl.

commit ee050e64c3aa2128367d5b61d85b9a6e0bb94fe8
Author: Michael Prokop m...@debian.org
Date:   Thu Aug 7 11:27:52 2014 +0200

Initial packaging, based on dh-make-perl
---
 debian/changelog |  5 +
 debian/compat|  1 +
 debian/control   | 30 ++
 debian/copyright | 34 ++
 debian/rules |  4 
 debian/source/format |  1 +
 debian/watch |  2 ++
 7 files changed, 77 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..a0af37d
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libcatalyst-actionrole-requiressl-perl (0.07-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #730790)
+
+ -- Michael Prokop m...@debian.org  Thu, 7 Aug 2014 11:27:52 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..d12b29b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,30 @@
+Source: libcatalyst-actionrole-requiressl-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
+Uploaders: Michael Prokop m...@debian.org
+Build-Depends: debhelper (= 8)
+Build-Depends-Indep: libcatalyst-action-renderview-perl,
+ libcatalyst-controller-actionrole-perl,
+ libcatalyst-perl (= 5.8),
+ libmoose-perl,
+ libnamespace-autoclean-perl,
+ perl
+Standards-Version: 3.9.5
+Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcatalyst-actionrole-requiressl-perl.git
+Vcs-Git: 
git://anonscm.debian.org/pkg-perl/packages/libcatalyst-actionrole-requiressl-perl.git
+Homepage: https://metacpan.org/release/Catalyst-ActionRole-RequireSSL
+
+Package: libcatalyst-actionrole-requiressl-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libcatalyst-action-renderview-perl,
+ libcatalyst-controller-actionrole-perl,
+ libcatalyst-perl (= 5.8),
+ libmoose-perl,
+ libnamespace-autoclean-perl
+Description: Force an action to be (in)secure only
+ Catalyst::ActionRole::RequireSSL provides a feature
+ to force an action to be secure only, while
+ Catalyst::ActionRole::NoSSL provides a way to force
+ an action to be insecure/plain.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..6f7001c
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,34 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://metacpan.org/release/Catalyst-ActionRole-RequireSSL
+Upstream-Contact: Simon Elliott c...@papercreatures.com
+Upstream-Name: Catalyst-ActionRole-RequireSSL
+
+Files: *
+Copyright: 2009-2013, Simon Elliott c...@papercreatures.com
+License: Artistic or GPL-1+
+
+Files: inc/Module/Install.pm
+Copyright: 2008-2012, Adam Kennedy
+License: Artistic or GPL-1+
+Comment:
+ Mangled convenience copy of Module::Install.
+
+Files: debian/*
+Copyright: 2014, Michael Prokop m...@debian.org
+License: Artistic or GPL-1+
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ 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'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+   dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 000..b3cbed5
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://metacpan.org/release/Catalyst-ActionRole-RequireSSL   
.*/Catalyst-ActionRole-RequireSSL-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

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

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


[libcatalyst-actionrole-requiressl-perl] tag upstream/0.07 created (now 6763dc2)

2014-08-07 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a change to tag upstream/0.07
in repository libcatalyst-actionrole-requiressl-perl.

at  6763dc2   (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/libcatalyst-actionrole-requiressl-perl.git

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


[libcatalyst-actionrole-requiressl-perl] branch pristine-tar created (now 7f6b8ec)

2014-08-07 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a change to branch pristine-tar
in repository libcatalyst-actionrole-requiressl-perl.

at  7f6b8ec   pristine-tar data for 
libcatalyst-actionrole-requiressl-perl_0.07.orig.tar.gz

This branch includes the following new commits:

   new  7f6b8ec   pristine-tar data for 
libcatalyst-actionrole-requiressl-perl_0.07.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.


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

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


[libcatalyst-actionrole-requiressl-perl] 01/01: pristine-tar data for libcatalyst-actionrole-requiressl-perl_0.07.orig.tar.gz

2014-08-07 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a commit to branch pristine-tar
in repository libcatalyst-actionrole-requiressl-perl.

commit 7f6b8ec922b206d561027ef13fbddc98a2de2631
Author: Michael Prokop m...@debian.org
Date:   Thu Aug 7 11:27:53 2014 +0200

pristine-tar data for 
libcatalyst-actionrole-requiressl-perl_0.07.orig.tar.gz
---
 ...yst-actionrole-requiressl-perl_0.07.orig.tar.gz.delta | Bin 0 - 2009 bytes
 ...talyst-actionrole-requiressl-perl_0.07.orig.tar.gz.id |   1 +
 2 files changed, 1 insertion(+)

diff --git a/libcatalyst-actionrole-requiressl-perl_0.07.orig.tar.gz.delta 
b/libcatalyst-actionrole-requiressl-perl_0.07.orig.tar.gz.delta
new file mode 100644
index 000..244222a
Binary files /dev/null and 
b/libcatalyst-actionrole-requiressl-perl_0.07.orig.tar.gz.delta differ
diff --git a/libcatalyst-actionrole-requiressl-perl_0.07.orig.tar.gz.id 
b/libcatalyst-actionrole-requiressl-perl_0.07.orig.tar.gz.id
new file mode 100644
index 000..f6a5b62
--- /dev/null
+++ b/libcatalyst-actionrole-requiressl-perl_0.07.orig.tar.gz.id
@@ -0,0 +1 @@
+5f7280076513c33fd97a3a0a59ef081c18d11c3f

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

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


[libjson-pointer-perl] 01/01: Initial packaging, based on dh-make-perl

2014-08-07 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a commit to branch master
in repository libjson-pointer-perl.

commit 9d615d2d1bd07fceded212a4d56b1e3a5c957999
Author: Michael Prokop m...@debian.org
Date:   Thu Aug 7 11:57:56 2014 +0200

Initial packaging, based on dh-make-perl
---
 debian/changelog |  5 +
 debian/compat|  1 +
 debian/control   | 32 
 debian/copyright | 28 
 debian/libjson-pointer-perl.docs |  1 +
 debian/rules |  4 
 debian/source/format |  1 +
 debian/watch |  2 ++
 8 files changed, 74 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..00db112
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libjson-pointer-perl (0.04-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #730791)
+
+ -- Michael Prokop m...@debian.org  Thu, 7 Aug 2014 11:57:56 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..8e83f67
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,32 @@
+Source: libjson-pointer-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
+Uploaders: Michael Prokop m...@debian.org
+Build-Depends: debhelper (= 8),
+ perl
+Build-Depends-Indep: libclass-accessor-lite-perl (= 0.05),
+ libclone-perl (= 0.36),
+ libjson-perl (= 2.53),
+ libtest-exception-perl (= 0.31),
+ liburi-perl (= 1.60)
+Standards-Version: 3.9.5
+Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libjson-pointer-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libjson-pointer-perl.git
+Homepage: https://metacpan.org/release/JSON-Pointer
+
+Package: libjson-pointer-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libclass-accessor-lite-perl (= 0.05),
+ libclone-perl (= 0.36),
+ libjson-perl (= 2.53),
+ liburi-perl (= 3.31),
+ perl (= 5.13.10)
+Description: Perl implementation of JSON Pointer (RFC6901)
+ JSON::Pointer is implemented JSON Pointer
+ (http://tools.ietf.org/html/rfc6901) and some useful operator from JSON Patch
+ (http://tools.ietf.org/html/rfc6902).
+ .
+ JSON Pointer is available to identify a specified value in JSON document, and
+ it is simillar to XPath.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..3e801e7
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://metacpan.org/release/JSON-Pointer
+Upstream-Contact: Toru Yamaguchi zigo...@cpan.org
+Upstream-Name: JSON-Pointer
+
+Files: *
+Copyright: 2013-2014, Toru Yamaguchi zigo...@cpan.org
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2014, Michael Prokop m...@debian.org
+License: Artistic or GPL-1+
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ 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'.
diff --git a/debian/libjson-pointer-perl.docs b/debian/libjson-pointer-perl.docs
new file mode 100644
index 000..b43bf86
--- /dev/null
+++ b/debian/libjson-pointer-perl.docs
@@ -0,0 +1 @@
+README.md
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+   dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 000..fc0caf2
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://metacpan.org/release/JSON-Pointer   
.*/JSON-Pointer-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

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

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


[libjson-pointer-perl] 01/01: pristine-tar data for libjson-pointer-perl_0.04.orig.tar.gz

2014-08-07 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a commit to branch pristine-tar
in repository libjson-pointer-perl.

commit 0bd43c3893c4aedbd7dfcf3122b31ad7c46f987b
Author: Michael Prokop m...@debian.org
Date:   Thu Aug 7 11:57:56 2014 +0200

pristine-tar data for libjson-pointer-perl_0.04.orig.tar.gz
---
 libjson-pointer-perl_0.04.orig.tar.gz.delta | Bin 0 - 2371 bytes
 libjson-pointer-perl_0.04.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libjson-pointer-perl_0.04.orig.tar.gz.delta 
b/libjson-pointer-perl_0.04.orig.tar.gz.delta
new file mode 100644
index 000..7142946
Binary files /dev/null and b/libjson-pointer-perl_0.04.orig.tar.gz.delta differ
diff --git a/libjson-pointer-perl_0.04.orig.tar.gz.id 
b/libjson-pointer-perl_0.04.orig.tar.gz.id
new file mode 100644
index 000..3d4bd6b
--- /dev/null
+++ b/libjson-pointer-perl_0.04.orig.tar.gz.id
@@ -0,0 +1 @@
+269b9fe53e4ba90a25dd6b8bea36a8a90c78fcb0

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

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


[libjson-pointer-perl] annotated tag debian/0.04-1 created (now d6af321)

2014-08-07 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a change to annotated tag debian/0.04-1
in repository libjson-pointer-perl.

at  d6af321   (tag)
   tagging  9d615d2d1bd07fceded212a4d56b1e3a5c957999 (commit)
 tagged by  Michael Prokop
on  Thu Aug 7 12:11:07 2014 +0200

- Log -
Tagging debian version 0.04-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCAAGBQJT41C7AAoJEJaoeHK36jc3XTIP/iXlm4vfy1R97yr/h8Ho0HKv
xtdA/ZEVVsOw+Nz+eTXkJ9ZHDW8b8x0ARiRetCk0pxUKLIvFEXW0KsuS80dJGs/Q
vFiEWhneBDiB8sJ8w5JwzkQAuOYAZ/ZOBNUtdv03Sw/59Lo/jcoSGqgvhX06mV2A
baR0AfvrQY3+i1QnoWxKgTqnfYHy4Xa23VFiqrOI9LD3WypqZNyv77qCkYK0wm1l
cTf1TsaSHuCo3KcZI0thWzESjHp18EYdCUWQzVhcLI4nQTUXS5orYR2zvpeML3X9
XUzJzaMfYhcQVs8yBrTSIUEudV/KMbxnI9dIGfJu5KHc+OZ2sBgF7rE3uAReh3UU
JpjNjiP31zLQm5aJ92/lnjYwaOKg76oeHU8krv44XwWn/2LrA03UxIRtP/JKwpOC
KzW0MyM/+a5WeSJFdPWezf3how8rwUMKMi4uHwfiJiOO1rq331nNbi5Gc7HlzDvv
Wy7mVHUHms2VZZJsrFdtml/WCd4HyqkbPlNmALDzAys+I69Iw5H7tepagIcxozQ4
gHzy+ku7A4aiJ+dFg7PLfs9Qcecc1WnmhEN/Y94uvUG5v5PGCnM/kB3FDRym69qH
Jq3vbMvBxl8MwmsSZEdX9t+skMNgV/x6glikbKhLEm+K0zEL0GNUo13nmdZ0UoIG
ISYRHfZFXDqcMDVyQ5aY
=XqnG
-END PGP SIGNATURE-

Michael Prokop (2):
  Import original source of JSON-Pointer 0.04
  Initial packaging, based on dh-make-perl

---

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

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


[libjson-pointer-perl] tag upstream/0.04 created (now 7a44ea7)

2014-08-07 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a change to tag upstream/0.04
in repository libjson-pointer-perl.

at  7a44ea7   (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/libjson-pointer-perl.git

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


[libnumber-phone-perl] 01/01: pristine-tar data for libnumber-phone-perl_3.0001.orig.tar.gz

2014-08-07 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a commit to branch pristine-tar
in repository libnumber-phone-perl.

commit 7fd8698e302452b9761fd170fb7344881f60e275
Author: Michael Prokop m...@debian.org
Date:   Thu Aug 7 12:15:59 2014 +0200

pristine-tar data for libnumber-phone-perl_3.0001.orig.tar.gz
---
 libnumber-phone-perl_3.0001.orig.tar.gz.delta | Bin 0 - 13257 bytes
 libnumber-phone-perl_3.0001.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libnumber-phone-perl_3.0001.orig.tar.gz.delta 
b/libnumber-phone-perl_3.0001.orig.tar.gz.delta
new file mode 100644
index 000..6b7edb1
Binary files /dev/null and b/libnumber-phone-perl_3.0001.orig.tar.gz.delta 
differ
diff --git a/libnumber-phone-perl_3.0001.orig.tar.gz.id 
b/libnumber-phone-perl_3.0001.orig.tar.gz.id
new file mode 100644
index 000..34c5664
--- /dev/null
+++ b/libnumber-phone-perl_3.0001.orig.tar.gz.id
@@ -0,0 +1 @@
+c1af824f5a44d173df832df62c7fb18e7a1a2981

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

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


[libnumber-phone-perl] branch pristine-tar created (now 7fd8698)

2014-08-07 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a change to branch pristine-tar
in repository libnumber-phone-perl.

at  7fd8698   pristine-tar data for 
libnumber-phone-perl_3.0001.orig.tar.gz

This branch includes the following new commits:

   new  7fd8698   pristine-tar data for 
libnumber-phone-perl_3.0001.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.


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

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


[libnumber-phone-perl] tag upstream/3.0001 created (now de5c376)

2014-08-07 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a change to tag upstream/3.0001
in repository libnumber-phone-perl.

at  de5c376   (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/libnumber-phone-perl.git

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


[libnumber-phone-perl] 01/01: Initial packaging, based on dh-make-perl

2014-08-07 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a commit to branch master
in repository libnumber-phone-perl.

commit 07b2a8288f55093ad8b206121346482d655933a0
Author: Michael Prokop m...@debian.org
Date:   Thu Aug 7 12:15:54 2014 +0200

Initial packaging, based on dh-make-perl
---
 debian/changelog |  5 +
 debian/compat|  1 +
 debian/control   | 21 ++
 debian/copyright | 47 
 debian/libnumber-phone-perl.docs |  1 +
 debian/rules |  4 
 debian/source/format |  1 +
 debian/watch |  2 ++
 8 files changed, 82 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..1e80a6a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libnumber-phone-perl (3.0001-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #757193)
+
+ -- Michael Prokop m...@debian.org  Thu, 7 Aug 2014 12:15:54 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..73005ef
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: libnumber-phone-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
+Uploaders: Michael Prokop m...@debian.org
+Build-Depends: debhelper (= 8)
+Build-Depends-Indep: libdbm-deep-perl (= 2.0008),
+ perl
+Standards-Version: 3.9.5
+Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnumber-phone-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnumber-phone-perl.git
+Homepage: https://metacpan.org/release/Number-Phone
+
+Package: libnumber-phone-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libdbm-deep-perl (= 2.0008)
+Description: base class for parsing and dealing with phone numbers
+ This Perl module and its sub-classes provides support for parsing
+ and dealing with phone numbers, e.g. Number::Phone::Country looks up
+ the country based on a telephone number.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..cfdb8c0
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,47 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://metacpan.org/release/Number-Phone
+Upstream-Contact: David Cantrell da...@cantrell.org.uk
+Upstream-Name: Number-Phone
+
+Files: *
+Copyright: 2012, David Cantrell da...@cantrell.org.uk
+License: Artistic or GPL-1+
+
+Files: lib/Number/Phone/StubCountry/*
+Copyright: 2011, David Cantrell da...@cantrell.org.uk
+License: Apache
+
+Files: debian/*
+Copyright: 2014, Michael Prokop m...@debian.org
+License: Artistic or GPL-1+
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ 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: Apache
+ Licensed under the Apache License, Version 2.0 (the License);
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an AS IS BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ On Debian systems, the complete text of the Apache License can be
+ found in `/usr/share/common-licenses/Apache-2.0'.
diff --git a/debian/libnumber-phone-perl.docs b/debian/libnumber-phone-perl.docs
new file mode 100644
index 000..1333ed7
--- /dev/null
+++ b/debian/libnumber-phone-perl.docs
@@ -0,0 +1 @@
+TODO
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+   dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 000..a8eacdc
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://metacpan.org/release/Number-Phone   

[libnumber-phone-perl] branch master created (now 07b2a82)

2014-08-07 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a change to branch master
in repository libnumber-phone-perl.

at  07b2a82   Initial packaging, based on dh-make-perl

This branch includes the following new commits:

   new  07b2a82   Initial packaging, based on dh-make-perl

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


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

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


[libnumber-phone-perl] annotated tag debian/3.0001-1 created (now ae36d68)

2014-08-07 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a change to annotated tag debian/3.0001-1
in repository libnumber-phone-perl.

at  ae36d68   (tag)
   tagging  07b2a8288f55093ad8b206121346482d655933a0 (commit)
 tagged by  Michael Prokop
on  Thu Aug 7 12:27:33 2014 +0200

- Log -
Tagging debian version 3.0001-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCAAGBQJT41SVAAoJEJaoeHK36jc38ZcP/2LfHcM+Cy2m+EEgYpa1ZCnL
7NrFHW+J+NFizyeHExcmQMfFM1H7QwGOyCvNrBNFbhpGWj5iEUw8KKfgWFOD3pGe
0wwZyPyZpDaziMCwzjabnYQp8jijAo2+Vo4nbJgsunkFcPzNVJrCvqvpIV2KPYVt
ztKux9kwo9fMgnbRaQnFhFEnCdRpXrohVyZmorl8fxr3OiJbbfP+fhEIvbnG7Vwj
ZECFnIfLdWBSFikZprp3u0oY4zmJbBXKM8taEYB+Gz2/VuTfiyMBvDwxXL/CCQet
v6e4SIKVlNXwN1uNnQDKYCCHpKyEccYx1MXL2xemBJVdN8paK8vcjcQVmhgyeWSQ
tKx1arZYKd7nXg601lvDxlK2I3shrZC+YtnampDh0HGAMPuxS1BNEdi30eERp2r4
O5eMeJhW6MxyqquPDpVGDuTlz61bTm9l5kuiov8yU9sGY0vJRpeyf8gVSxcsl0+i
w6pkQEIZuzbbYkAgUWxGhlhXmYBD9X4TD/ptSh5cHfuBqMbKsXce0K0PNe4R/A0L
T0+/UxCQboAs5o4kQlE33BrY82i8TYdM0evbggmM3biI2pdEl/Xets435/uwUhvM
0RSnBJ6LiBqOH9ia9YMVTuq404sQjaZ9Myg7wlkzIO1dFTI0uKF2S6DzrVQg6Fwr
DyXz9Z3b9v0gVH7JLVVE
=KQTI
-END PGP SIGNATURE-

Michael Prokop (2):
  Import original source of Number-Phone 3.0001
  Initial packaging, based on dh-make-perl

---

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

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


[libjson-multivalueordered-perl] tag upstream/0.004 created (now 2e33522)

2014-08-07 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a change to tag upstream/0.004
in repository libjson-multivalueordered-perl.

at  2e33522   (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/libjson-multivalueordered-perl.git

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


[libjson-multivalueordered-perl] 01/01: pristine-tar data for libjson-multivalueordered-perl_0.004.orig.tar.gz

2014-08-07 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a commit to branch pristine-tar
in repository libjson-multivalueordered-perl.

commit 87ebf17137e2e05a42c328c420a1023bcee85b64
Author: Michael Prokop m...@debian.org
Date:   Thu Aug 7 12:55:01 2014 +0200

pristine-tar data for libjson-multivalueordered-perl_0.004.orig.tar.gz
---
 libjson-multivalueordered-perl_0.004.orig.tar.gz.delta | Bin 0 - 2340 bytes
 libjson-multivalueordered-perl_0.004.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libjson-multivalueordered-perl_0.004.orig.tar.gz.delta 
b/libjson-multivalueordered-perl_0.004.orig.tar.gz.delta
new file mode 100644
index 000..f266589
Binary files /dev/null and 
b/libjson-multivalueordered-perl_0.004.orig.tar.gz.delta differ
diff --git a/libjson-multivalueordered-perl_0.004.orig.tar.gz.id 
b/libjson-multivalueordered-perl_0.004.orig.tar.gz.id
new file mode 100644
index 000..705a459
--- /dev/null
+++ b/libjson-multivalueordered-perl_0.004.orig.tar.gz.id
@@ -0,0 +1 @@
+3992932a094cab3017ffe4765804894704561c3a

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

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


[libjson-multivalueordered-perl] branch master created (now a29617b)

2014-08-07 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a change to branch master
in repository libjson-multivalueordered-perl.

at  a29617b   Initial packaging, based on dh-make-perl

This branch includes the following new commits:

   new  a29617b   Initial packaging, based on dh-make-perl

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


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

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


[libjson-multivalueordered-perl] branch pristine-tar created (now 87ebf17)

2014-08-07 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a change to branch pristine-tar
in repository libjson-multivalueordered-perl.

at  87ebf17   pristine-tar data for 
libjson-multivalueordered-perl_0.004.orig.tar.gz

This branch includes the following new commits:

   new  87ebf17   pristine-tar data for 
libjson-multivalueordered-perl_0.004.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.


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

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


[libjson-multivalueordered-perl] annotated tag debian/0.004-1 created (now 83d8141)

2014-08-07 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a change to annotated tag debian/0.004-1
in repository libjson-multivalueordered-perl.

at  83d8141   (tag)
   tagging  a29617b45ff98ca814a1c9680ba15c7a5c8d1152 (commit)
 tagged by  Michael Prokop
on  Thu Aug 7 13:04:26 2014 +0200

- Log -
Tagging debian version 0.004-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCAAGBQJT4106AAoJEJaoeHK36jc36UcQAK44JJ0RsuX/9F2iuz+oMfXa
Fjf5bS/agqp0IEqX07p8erizMTfBtPmSFdNGZzDg5XbuRpbS1O31LmNcMjqJZN0q
jld2yENqr7SvdjAqLc7UDJMdyf7LfMXt4zTwk3YV0UYbexvd6FP9/lpDYP54eMZ8
FT4iV+zjDhcPn6WauxIsoL8jN3pM/dPjw0Qz+tagWNOmN05Y1YzxtTbPvXETSp6W
3XWu2q0UyapJ8zxpP94uenEQ9MyJBlTN6zwgSh/aAQ/gG+vEAl7Fr9UOg7a2iWCt
MlzJnpUEcsV7r4kc6muXsHjb+qIlOgYU0zBHIYG89TKJYKNDqH/RF5ZnfjHRGdg7
jaD8LZXmIGQudBQnoYGv5D2T0zHWIZr0PK2VcqVzKduJCvx/p9xrhTSl7EyRcT0b
EvOBKI6YiboHkLDmmHzPn7YrjkucPeoYUfYSQ95/kR733IdvuY/tAoeUWj56KHbs
8tu7/KmDbIZ68/MBpOh53KmaDkcbtOyw+7mFOzc9ATiAshAK+3ZGDBIxO+kAr2r9
lEnpiPSkL41fxajay5SVMMU0kDBUioHdp/2tUbDkiPKhyNbkKsGj2LvDQTcl14T2
9ckVJCicH/VQD3UCaRv5ETe5+A24rvIxAsd5n9e7MJ2wKc4KLn5pnDv9YJ1lL6Ma
totSGh5vqWUPU/Ymq0+7
=75Th
-END PGP SIGNATURE-

Michael Prokop (2):
  Import original source of JSON-MultiValueOrdered 0.004
  Initial packaging, based on dh-make-perl

---

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

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


[libjson-multivalueordered-perl] 01/01: Initial packaging, based on dh-make-perl

2014-08-07 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a commit to branch master
in repository libjson-multivalueordered-perl.

commit a29617b45ff98ca814a1c9680ba15c7a5c8d1152
Author: Michael Prokop m...@debian.org
Date:   Thu Aug 7 12:55:01 2014 +0200

Initial packaging, based on dh-make-perl
---
 debian/changelog   |  5 
 debian/compat  |  1 +
 debian/control | 24 ++
 debian/copyright   | 35 ++
 debian/libjson-multivalueordered-perl.examples |  1 +
 debian/rules   |  4 +++
 debian/source/format   |  1 +
 debian/watch   |  2 ++
 8 files changed, 73 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..395b2b3
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libjson-multivalueordered-perl (0.004-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #730787)
+
+ -- Michael Prokop m...@debian.org  Thu, 7 Aug 2014 12:55:01 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..2545bde
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: libjson-multivalueordered-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
+Uploaders: Michael Prokop m...@debian.org
+Build-Depends: debhelper (= 8)
+Build-Depends-Indep: perl (= 5.15.2)
+Standards-Version: 3.9.5
+Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libjson-multivalueordered-perl.git
+Vcs-Git: 
git://anonscm.debian.org/pkg-perl/packages/libjson-multivalueordered-perl.git
+Homepage: https://metacpan.org/release/JSON-MultiValueOrdered
+
+Package: libjson-multivalueordered-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: handle JSON like {a:1, a:2}
+ A hash tied to the JSON::MultiValueOrdered class acts more or less like
+ a standard hash, except that when you assign a new value to an existing
+ key, the old value is retained underneath. An explicit delete deletes
+ all values associated with a key.
+ .
+ By default, the old values are inaccessible through the hash interface,
+ but can be retrieved via the tied object, however, the fetch_* methods
+ provide a means to alter the behaviour of the hash.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..da02e93
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,35 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://metacpan.org/release/JSON-MultiValueOrdered
+Upstream-Contact: Toby Inkster toby...@cpan.org
+Upstream-Name: JSON-MultiValueOrdered
+
+Files: *
+Copyright: 2012-2013, Toby Inkster toby...@cpan.org
+   2012-2013, David J. Oswald dav...@cpan.org
+License: Artistic or GPL-1+
+
+Files: inc/Module/Install.pm
+Copyright: 2008-2012, Adam Kennedy
+License: Artistic or GPL-1+
+Comment:
+ Mangled convenience copy of Module::Install.
+
+Files: debian/*
+Copyright: 2014, Michael Prokop m...@debian.org
+License: Artistic or GPL-1+
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ 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'.
diff --git a/debian/libjson-multivalueordered-perl.examples 
b/debian/libjson-multivalueordered-perl.examples
new file mode 100644
index 000..e39721e
--- /dev/null
+++ b/debian/libjson-multivalueordered-perl.examples
@@ -0,0 +1 @@
+examples/*
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+   dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 000..3c70b45
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://metacpan.org/release/JSON-MultiValueOrdered   
.*/JSON-MultiValueOrdered-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

-- 
Alioth's /usr/local/bin/git-commit-notice on 

[libdata-hal-perl] 03/04: Slightly improve long description

2014-08-07 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a commit to branch master
in repository libdata-hal-perl.

commit 6df3493009f312c0fb9107a6390250640cf2f608
Author: Michael Prokop m...@debian.org
Date:   Thu Aug 7 13:15:25 2014 +0200

Slightly improve long description
---
 debian/control | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 6007a0d..e62cc7a 100644
--- a/debian/control
+++ b/debian/control
@@ -50,5 +50,7 @@ Depends: ${misc:Depends}, ${perl:Depends},
  liburi-template-perl,
  libxml-regexp-perl
 Description: module implementing the HAL data format
- HAL (Hypertext Application Language) is a format you can use in your
- hypermedia API.
+ The JSON Hypertext Application Language (HAL) is a standard which
+ establishes conventions for expressing hypermedia controls, such as
+ links, with JSON. The HAL is a format you can use in your
+ hypermedia API and Data::HAL is a Perl module for usage with it.

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

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


[libdata-hal-perl] branch master updated (992acdf - 30c9924)

2014-08-07 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a change to branch master
in repository libdata-hal-perl.

  from  992acdf   drop WAITS-FOR
   new  2db2e93   Put myself into Uploaders
   new  0989e29   Bump Standards-Version to 3.9.5
   new  6df3493   Slightly improve long description
   new  30c9924   Release 1.000-1

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


Summary of changes:
 debian/changelog | 10 --
 debian/control   | 10 ++
 2 files changed, 14 insertions(+), 6 deletions(-)

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

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


[libdata-hal-perl] 01/04: Put myself into Uploaders

2014-08-07 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a commit to branch master
in repository libdata-hal-perl.

commit 2db2e937bc93d630df47e2e46418b2d0e6da5103
Author: Michael Prokop m...@debian.org
Date:   Thu Aug 7 13:09:57 2014 +0200

Put myself into Uploaders
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 924ea23..1fd822b 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libdata-hal-perl
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
-Uploaders: Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 (CPAN/PAUSE) da...@cpan.org
+Uploaders: Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 (CPAN/PAUSE) da...@cpan.org, Michael Prokop 
m...@debian.org
 Build-Depends: debhelper (= 8),
  perl
 Build-Depends-Indep: libboolean-perl,

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

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

[libdata-hal-perl] 02/04: Bump Standards-Version to 3.9.5

2014-08-07 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a commit to branch master
in repository libdata-hal-perl.

commit 0989e29a2a7614a9e2b730c3fbdb5e8b7d7c582f
Author: Michael Prokop m...@debian.org
Date:   Thu Aug 7 13:15:17 2014 +0200

Bump Standards-Version to 3.9.5
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 1fd822b..6007a0d 100644
--- a/debian/control
+++ b/debian/control
@@ -25,7 +25,7 @@ Build-Depends-Indep: libboolean-perl,
  liburi-perl,
  liburi-template-perl,
  libxml-regexp-perl
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
 Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdata-hal-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdata-hal-perl.git
 Homepage: https://metacpan.org/release/Data-HAL

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

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


[libdata-hal-perl] 04/04: Release 1.000-1

2014-08-07 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a commit to branch master
in repository libdata-hal-perl.

commit 30c9924fd46ebb001f6b50efd585bb5916897b84
Author: Michael Prokop m...@debian.org
Date:   Thu Aug 7 13:15:50 2014 +0200

Release 1.000-1
---
 debian/changelog | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6e4188e..5dc8c3f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,11 @@
-libdata-hal-perl (1.000-1) UNRELEASED; urgency=low
+libdata-hal-perl (1.000-1) unstable; urgency=low
 
+  [ Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 (CPAN/PAUSE) ]
   * Initial Release. (Closes: #726415)
 
- -- Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 (CPAN/PAUSE) da...@cpan.org  Tue, 15 Oct 2013 17:13:35 
+0200
+  [ Michael Prokop ]
+  * [2db2e93] Put myself into Uploaders
+  * [0989e29] Bump Standards-Version to 3.9.5
+  * [6df3493] Slightly improve long description
+
+ -- Michael Prokop m...@debian.org  Thu, 07 Aug 2014 13:15:38 +0200

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

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

[libdata-hal-perl] annotated tag debian/1.000-1 created (now 60f4274)

2014-08-07 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a change to annotated tag debian/1.000-1
in repository libdata-hal-perl.

at  60f4274   (tag)
   tagging  30c9924fd46ebb001f6b50efd585bb5916897b84 (commit)
 tagged by  Michael Prokop
on  Thu Aug 7 13:18:04 2014 +0200

- Log -
Tagging debian version 1.000-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCAAGBQJT42BsAAoJEJaoeHK36jc3ToAP/3Bi3jTznWkd90M9YVR+VuCA
8tUTIQhU4M+gxDcaEdjW1U+NWxGc77eowPl1l70V0RsZua9nL3J31/E/W0D1TCWB
WBeZhQYgZ9QWyTpoyTQisLo9uJKBv9Z/ieHFVY9tQsGymraf9bdkRunOTwtwjKa7
JgZulT/2S4wE1Nb841pwcR8srbc2haw0qOCPLFn7kJOWF5qpF8+hS3XEek+nYyZT
5YnWrPwbw2MMrqZgBMCI/x8h/JLRgKhtAHNjWL10jpAF769RtMro4LlqLdxS9sH6
z8mNa3k44eKXpxAOziYQYY4RMc2wPoxQcFoVqR4+DMxi+3kha2U6mXpTxJxBtiEx
dzd2t6c5lhDqg+KfP2lGMzEafRqknaHiLgYeRsCe6SAAVf82+agRKm9OxeiicxtR
Ce07ntQU4dxPhanSUzGOQ40eu8cr80OOi9uY3HuYznBlvv9BcQEm6TJ40GuHY7AQ
JAbBLZEmbib7iWKG8IKLkW5gU5wL4yOIUKhrs8vzAf8EVXdP+XlFic9/9fjhMsvA
VQ+VGTmjo9sbG9dcH94efMGEw5a2DrMroD62Uu5P5/NP6ixASI6EWq33bLroi2jG
wYkZGQdBEH0PbJIIazWgnIwVURa4M1n8e/iaZiKQ+ID3qXUxBWf/mojJV2H4SQ5X
au6Emghw8++cUp0nh4zC
=ulCO
-END PGP SIGNATURE-

Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 (2):
  Import original source of Data-HAL 1.000
  Initial packaging by dh-make-perl

Michael Prokop (4):
  Put myself into Uploaders
  Bump Standards-Version to 3.9.5
  Slightly improve long description
  Release 1.000-1

gregor herrmann (2):
  one more space for indentation
  drop WAITS-FOR

---

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

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

[libio-socket-ssl-perl] branch master updated (845b0bc - 92a876c)

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

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

  from  845b0bc   Prepare changelog for upload to experimental
   new  92a876c   Prepare changelog for upload to unstable

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 | 6 ++
 1 file changed, 6 insertions(+)

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

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


[libio-socket-ssl-perl] annotated tag debian/1.997-2 created (now 444ff91)

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

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

at  444ff91   (tag)
   tagging  92a876c1454cea4849ca57163526f2943fdbbc4d (commit)
  replaces  debian/1.997-1
 tagged by  Salvatore Bonaccorso
on  Thu Aug 7 14:03:59 2014 +0200

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

iQIcBAABCgAGBQJT42svAAoJEAVMuPMTQ89EFrQP/09kBZr5UhngZ65pyp8UuvyE
RIICU6Avts9Y6/QRQlcC7h4WCKh6VbPY57MnNrhtclS4pypUeRdxx5kuFUo0yQFL
S+gUKHzMgO3P54XP0pOtDdwwhysBRe7tcqp1BvEdCyrKA6PVEkk1cAk67NneiABR
iTovYR6vEbx//6RV13O0Nl9oLmDJNaS/0MIRJwa36DYDVh0yBWozjS4lXBFLipzm
3Jy+HseWy4dhbCrz8IHLCu2zizpFpxx9SnHzd9ZFjZX4eZfbQ+akqjtZ9v/q/HPI
WySmq7YN+aliikI3zUUFaKsbk4Xqis1A/HF7vGpnG6v0RAp3M04+GnljENlWCZwx
Xt7ey6fkpSt0wUg+6ZTsN6X6iwYq860A6vQrCDb0TETXpc68zBhrUEbVdqH8URWB
V3wUwauLwuNnn2e9INCwO9GJANXSf2keUUCBSN6MFBna8ychwrgJx/c889jW8USJ
K9FH2JxNy0xG7iEzAK+GTzprMigu14zMn7OTGtgwuAaLF0WmyasxzEgUoyJL0giV
N3cWHAWwwKQWp4P7JoGBL9xWc87iZMpjrE7b4DnNfC/YjCDdzliW7PnGYaN67c+O
GgPlNhPFY+LAkjLXeFr9TZRVpDtezh9dwse5pTCB3LEjC9dMkLC/IaxZoWjIjr5A
OnOIkS97z2/phuwnWEQL
=Ndu0
-END PGP SIGNATURE-

Salvatore Bonaccorso (1):
  Prepare changelog for upload to unstable

---

This annotated tag includes the following new commits:

   new  92a876c   Prepare changelog for upload to unstable

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


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

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


[libjson-pointer-perl] branch master updated (9d615d2 - 14802c9)

2014-08-07 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a change to branch master
in repository libjson-pointer-perl.

  from  9d615d2   Initial packaging, based on dh-make-perl
   new  7a07caf   Fix Depends on liburi-perl package version
   new  14802c9   Release new version 0.04-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 | 6 ++
 debian/control   | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

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

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


[libjson-pointer-perl] 01/02: Fix Depends on liburi-perl package version

2014-08-07 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a commit to branch master
in repository libjson-pointer-perl.

commit 7a07caf1729b00195acb33dcd37a9261d6483481
Author: Michael Prokop mpro...@sipwise.com
Date:   Thu Aug 7 15:28:51 2014 +0200

Fix Depends on liburi-perl package version
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 8e83f67..25e6dd7 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Depends: ${misc:Depends}, ${perl:Depends},
  libclass-accessor-lite-perl (= 0.05),
  libclone-perl (= 0.36),
  libjson-perl (= 2.53),
- liburi-perl (= 3.31),
+ liburi-perl (= 1.60),
  perl (= 5.13.10)
 Description: Perl implementation of JSON Pointer (RFC6901)
  JSON::Pointer is implemented JSON Pointer

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

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


[libjson-pointer-perl] 02/02: Release new version 0.04-2

2014-08-07 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a commit to branch master
in repository libjson-pointer-perl.

commit 14802c97409ba8a407337a913659bcbf8371dff4
Author: Michael Prokop m...@debian.org
Date:   Thu Aug 7 15:29:29 2014 +0200

Release new version 0.04-2
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 00db112..df51607 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libjson-pointer-perl (0.04-2) unstable; urgency=medium
+
+  * [7a07caf] Fix Depends on liburi-perl package version
+
+ -- Michael Prokop m...@debian.org  Thu, 07 Aug 2014 15:29:12 +0200
+
 libjson-pointer-perl (0.04-1) unstable; urgency=low
 
   * Initial Release. (Closes: #730791)

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

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


[libjson-pointer-perl] annotated tag debian/0.04-2 created (now 27b5d83)

2014-08-07 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a change to annotated tag debian/0.04-2
in repository libjson-pointer-perl.

at  27b5d83   (tag)
   tagging  14802c97409ba8a407337a913659bcbf8371dff4 (commit)
  replaces  debian/0.04-1
 tagged by  Michael Prokop
on  Thu Aug 7 15:30:59 2014 +0200

- Log -
Tagging debian version 0.04-2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCAAGBQJT43+TAAoJEJaoeHK36jc38EwQAJQwatGcsqRVnNjThxnABu4G
zXSTJqTeta2PInA380YUVVyC5Z7RzZpyP796YahnVMZg1g1+mduoD10HtTHoKjIV
yEnnqtDC/GachxLTlKX2YmzHwZJIB4bO5ymDxnJeH/cjIsZ7ptuOVUHH8fu4C9mb
8UikU+A6AOGxY2l0DVpfmmx7WI2D6T5g8mantSYbhdb+gbnIbToSlVYaN/GJovPn
sZO+VVbJ7KQOVWGThq87S/UZul3GUwy8jr2P6+LmDqoTXpn0nOF3g259e9C7SK9d
JilfzTzi4WAXObdAuC6bz1uKljlX2Ys0WX4nK1hsKpDm7Cv4KLUYI75kXfhTZyMK
WQ12BIjKohDmzeqd75mxwZOs9zAgMOJ0DuoaNnBM1lMa6hhoAj4AYRRXMucCnN4T
jETwNhA1N8uGn8rfuqpO0haoG97DSt+Tu+gE8rrj1GCNitefgcmxq+AoUSAzQu2U
EZ8M7YCvly2L5lJptq4SwRL1b3Vf8qNzl3V54ZPO65LVWiRHeyfjcOmRow7Nc/te
UzyGR1tNr9CPaFsgYxj5qET1fINsihOU6Zp6mlNJw+yhCbzZULwPTEnkQ+WGAa9D
9ltMOpfP+yp8X+K+C/ytAqvqTM38mNICA6a4qRtq9I0s4jEeHLzhH6OeidwHV5qu
lA4eqIqozCkjYyW8Ukz4
=1Pw1
-END PGP SIGNATURE-

Michael Prokop (2):
  Fix Depends on liburi-perl package version
  Release new version 0.04-2

---

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

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


[libdancer-session-cookie-perl] branch master updated (f7710dd - cdfee03)

2014-08-07 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libdancer-session-cookie-perl.

  from  f7710dd   update changelog
  adds  680cde6   Imported Upstream version 0.25
   new  d1bd85e   Merge tag 'upstream/0.25'
   new  487e73b   New upstream release.
   new  c711616   Update build dependencies.
   new  cdfee03   update changelog

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:
 Build.PL |  12 ++---
 Changes  |  11 +++-
 META.json|   9 ++--
 META.yml |   9 ++--
 README   |   2 +-
 README.mkdn  |   2 +-
 SIGNATURE|  30 +--
 debian/changelog |  11 
 debian/control   |   2 +-
 lib/Dancer/Session/Cookie.pm |   4 +-
 t/000-report-versions-tiny.t |   5 +-
 t/06-redirect.t  |  81 +++-
 t/redirect-session-dancer.t  |  33 
 t/server.t   | 123 ---
 t/session-stealing.t |  61 ++---
 15 files changed, 178 insertions(+), 217 deletions(-)

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

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


[libdancer-session-cookie-perl] 02/04: New upstream release.

2014-08-07 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libdancer-session-cookie-perl.

commit 487e73bd5b4fefcf9bc5d0802327d173bfeaf736
Author: gregor herrmann gre...@debian.org
Date:   Thu Aug 7 17:20:15 2014 +0200

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

diff --git a/debian/changelog b/debian/changelog
index c419bef..eca3ac7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libdancer-session-cookie-perl (0.25-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- gregor herrmann gre...@debian.org  Thu, 07 Aug 2014 17:19:28 +0200
+
 libdancer-session-cookie-perl (0.24-1) unstable; urgency=medium
 
   * Team upload

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

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


[libdancer-session-cookie-perl] annotated tag upstream/0.25 created (now b1ea020)

2014-08-07 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag upstream/0.25
in repository libdancer-session-cookie-perl.

at  b1ea020   (tag)
   tagging  680cde63f6c0d2c4ec5819d3fd96e4abb3805aa3 (commit)
  replaces  upstream/0.24
 tagged by  gregor herrmann
on  Thu Aug 7 17:19:27 2014 +0200

- Log -
Upstream version 0.25

gregor herrmann (1):
  Imported Upstream version 0.25

---

No new revisions were added by this update.

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

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


[libdancer-session-cookie-perl] 03/04: Update build dependencies.

2014-08-07 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libdancer-session-cookie-perl.

commit c711616811e939b5955916ceee32189928d3b361
Author: gregor herrmann gre...@debian.org
Date:   Thu Aug 7 17:21:09 2014 +0200

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

diff --git a/debian/control b/debian/control
index d9170de..bf5d1ae 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends-Indep: libcrypt-cbc-perl,
  libtest-exception-perl,
  libtest-nowarnings-perl,
  libtest-pod-perl,
- libtest-tcp-perl,
+ libtest-www-mechanize-psgi-perl,
  libtime-duration-parse-perl,
  perl (= 5.13.4) | libtest-simple-perl (= 0.96),
  perl

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

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


[libdancer-session-cookie-perl] branch pristine-tar updated (81a3b82 - 58acd3b)

2014-08-07 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch pristine-tar
in repository libdancer-session-cookie-perl.

  from  81a3b82   pristine-tar data for 
libdancer-session-cookie-perl_0.24.orig.tar.gz
   new  58acd3b   pristine-tar data for 
libdancer-session-cookie-perl_0.25.orig.tar.gz

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


Summary of changes:
 libdancer-session-cookie-perl_0.25.orig.tar.gz.delta | Bin 0 - 1978 bytes
 libdancer-session-cookie-perl_0.25.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libdancer-session-cookie-perl_0.25.orig.tar.gz.delta
 create mode 100644 libdancer-session-cookie-perl_0.25.orig.tar.gz.id

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

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


[libdancer-session-cookie-perl] 04/04: update changelog

2014-08-07 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libdancer-session-cookie-perl.

commit cdfee03c5600bc22ed2c24349341cdacae9f318d
Author: gregor herrmann gre...@debian.org
Date:   Thu Aug 7 17:26:07 2014 +0200

update changelog

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

diff --git a/debian/changelog b/debian/changelog
index eca3ac7..95dd4bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
 libdancer-session-cookie-perl (0.25-1) UNRELEASED; urgency=medium
 
+  WAITS-FOR: libsereal-encoder-perl 3.001.007
+  # or any other resolution of the libsereal-{de,en}coder-perl version skew
+
+  * Team upload
   * New upstream release.
+  * Update build dependencies.
 
- -- gregor herrmann gre...@debian.org  Thu, 07 Aug 2014 17:19:28 +0200
+ -- gregor herrmann gre...@debian.org  Thu, 07 Aug 2014 17:22:01 +0200
 
 libdancer-session-cookie-perl (0.24-1) unstable; urgency=medium
 

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

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


[libdancer-session-cookie-perl] 01/04: Merge tag 'upstream/0.25'

2014-08-07 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libdancer-session-cookie-perl.

commit d1bd85e3e13be57154a5f9b4eb4e9c6ef1214497
Merge: f7710dd 680cde6
Author: gregor herrmann gre...@debian.org
Date:   Thu Aug 7 17:19:27 2014 +0200

Merge tag 'upstream/0.25'

Upstream version 0.25

 Build.PL |  12 ++---
 Changes  |  11 +++-
 META.json|   9 ++--
 META.yml |   9 ++--
 README   |   2 +-
 README.mkdn  |   2 +-
 SIGNATURE|  30 +--
 lib/Dancer/Session/Cookie.pm |   4 +-
 t/000-report-versions-tiny.t |   5 +-
 t/06-redirect.t  |  81 +++-
 t/redirect-session-dancer.t  |  33 
 t/server.t   | 123 ---
 t/session-stealing.t |  61 ++---
 13 files changed, 166 insertions(+), 216 deletions(-)

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

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


[libdbd-csv-perl] 02/04: New upstream release.

2014-08-07 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit d728ce7c80a56af6e520118de307aac74382b029
Author: gregor herrmann gre...@debian.org
Date:   Thu Aug 7 17:28:14 2014 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 8baa2a2..ffe6724 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libdbd-csv-perl (0.4300-1) UNRELEASED; urgency=low
+libdbd-csv-perl (0.4400-1) UNRELEASED; urgency=low
 
   TODO:
   find out what this DBI::Test stuff is about. confusing.
@@ -11,8 +11,9 @@ libdbd-csv-perl (0.4300-1) UNRELEASED; urgency=low
   * New upstream release.
   * Update years of copyright.
   * Declare compliance with Debian Policy 3.9.5.
+  * New upstream release.
 
- -- gregor herrmann gre...@debian.org  Mon, 30 Jun 2014 19:18:48 +0200
+ -- gregor herrmann gre...@debian.org  Thu, 07 Aug 2014 17:26:48 +0200
 
 libdbd-csv-perl (0.4100-1) unstable; urgency=low
 

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

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


[libdbd-csv-perl] annotated tag debian/0.4400-1 created (now b5e79fe)

2014-08-07 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag debian/0.4400-1
in repository libdbd-csv-perl.

at  b5e79fe   (tag)
   tagging  c82e95c6316f2ac1a3841d6e9a3ec59ef85da60a (commit)
  replaces  debian/0.4100-1
 tagged by  gregor herrmann
on  Thu Aug 7 17:34:06 2014 +0200

- Log -
tagging package libdbd-csv-perl version debian/0.4400-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJT45xuXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGYQ8QAKpXLkhtyLkhm7Oybul8OdzP
iVi26xmyIPVOkQI9Ibc1eQLusmt82vudo+UwHOPBAsDtnsuiNW/qey/mzZNiMter
E9CoKakdbsrkcUGHpKXdxVUHmFXuSJaIiM8X+SiW2kzPFj5IU+5BKq+DzNOICQcJ
uuy5emCTF65nusyit7QzK0RRvPR0IV6q40ZoRNcki7nA8EkxooN9/bwyCsgAV+Dj
QHF5hgndz+3RWm2JqRts/c4304KNj4f9oiaSZ0lBBNU1cV1IPv8ISLazNseqlk3d
I4YRy7WxSRSb1bpzqJbhAuwtAmz+uD7PMGvEW4nenXjpAoDzL+vtbUuSxAFvmpPm
eY3+ObvFVLFxEwNz2Wv+l+hIgbnev+ma6WQO4T/7bEl8d0I29+IpiEZms4joRttL
zbvsePaLQ04OH1Kve+AhTNFetZepvoKdBiEDUfOvmf2VYy2XZyknH+OYdTdDBlEu
kA8M4GdSHCJBV9QEm3xok8T0NzoPVPp+0aRpEvQDQ+E1fKvvwRUv6umJrdMPm9MX
T01C2MOl8n3ti9shtKrq/RsBBXQP1oXJnOVtlJAQqNteZveTSNW6DwOSOekd1t2d
d5UrVqF4y5rJRv4HponUkUaz9+v6iZVvAzn6fyr6HZPYZnZKaDUjZjqPWNyKFx0U
gYSJG9DQgHEUW0XhGNR0
=sFUw
-END PGP SIGNATURE-

Axel Beckert (1):
  Remove trailing whitespace

gregor herrmann (16):
  Fix previous changelog entry, thanks Salvatore.
  debian/control: remove Nicholas Bamber from Uploaders on request of the 
MIA team.
  update changelog
  Strip trailing slash from metacpan URLs.
  update changelog
  Merge tag 'upstream/0.4300'
  Imported Upstream version 0.4300
  New upstream release.
  Update years of copyright.
  Declare compliance with Debian Policy 3.9.5.
  update changelog / add TODO
  Imported Upstream version 0.4400
  Merge tag 'upstream/0.4400'
  New upstream release.
  Drop build dependency on libtest-cpan-meta-perl.
  releasing package libdbd-csv-perl version 0.4400-1

---

This annotated tag includes the following new commits:

   new  7bca547   Merge tag 'upstream/0.4400'
   new  d728ce7   New upstream release.
   new  a066e10   Drop build dependency on libtest-cpan-meta-perl.
   new  c82e95c   releasing package libdbd-csv-perl version 0.4400-1

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


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

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


[libdbd-csv-perl] 01/01: pristine-tar data for libdbd-csv-perl_0.4400.orig.tar.gz

2014-08-07 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch pristine-tar
in repository libdbd-csv-perl.

commit 70389493f7c3aa3659d3679a0342123d8c2d5640
Author: gregor herrmann gre...@debian.org
Date:   Thu Aug 7 17:26:48 2014 +0200

pristine-tar data for libdbd-csv-perl_0.4400.orig.tar.gz
---
 libdbd-csv-perl_0.4400.orig.tar.gz.delta | Bin 0 - 2977 bytes
 libdbd-csv-perl_0.4400.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libdbd-csv-perl_0.4400.orig.tar.gz.delta 
b/libdbd-csv-perl_0.4400.orig.tar.gz.delta
new file mode 100644
index 000..5385840
Binary files /dev/null and b/libdbd-csv-perl_0.4400.orig.tar.gz.delta differ
diff --git a/libdbd-csv-perl_0.4400.orig.tar.gz.id 
b/libdbd-csv-perl_0.4400.orig.tar.gz.id
new file mode 100644
index 000..25fab11
--- /dev/null
+++ b/libdbd-csv-perl_0.4400.orig.tar.gz.id
@@ -0,0 +1 @@
+6cdbaf14c0976da660c52d423243b4c53af17442

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

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


[libdbd-csv-perl] annotated tag upstream/0.4400 created (now 09383f0)

2014-08-07 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag upstream/0.4400
in repository libdbd-csv-perl.

at  09383f0   (tag)
   tagging  a1c40fea05877019922751f005427e576300b6dc (commit)
  replaces  upstream/0.4300
 tagged by  gregor herrmann
on  Thu Aug 7 17:26:48 2014 +0200

- Log -
Upstream version 0.4400

gregor herrmann (1):
  Imported Upstream version 0.4400

---

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

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


[libdbd-csv-perl] 01/04: Merge tag 'upstream/0.4400'

2014-08-07 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 7bca547d32cb4fb44f1c9c9a7ed12ebd97155a6a
Merge: 45a7547 a1c40fe
Author: gregor herrmann gre...@debian.org
Date:   Thu Aug 7 17:26:48 2014 +0200

Merge tag 'upstream/0.4400'

Upstream version 0.4400

 ChangeLog |  6 
 META.json | 82 +--
 META.yml  | 10 +++
 lib/Bundle/DBD/CSV.pm |  4 +--
 lib/DBD/CSV.pm| 12 
 t/73_csv-case.t   |  7 ++---
 t/lib.pl  | 16 ++
 7 files changed, 79 insertions(+), 58 deletions(-)

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

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


[libdbd-csv-perl] 03/04: Drop build dependency on libtest-cpan-meta-perl.

2014-08-07 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit a066e10a1116fcf16251ee300544a872a422a284
Author: gregor herrmann gre...@debian.org
Date:   Thu Aug 7 17:32:07 2014 +0200

Drop build dependency on libtest-cpan-meta-perl.
---
 debian/control | 2 --
 1 file changed, 2 deletions(-)

diff --git a/debian/control b/debian/control
index 033a4ef..dd403c1 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,6 @@ Priority: optional
 Build-Depends: debhelper (= 8)
 Build-Depends-Indep: libdbi-perl (= 1.628),
  libsql-statement-perl (= 1.405),
- libtest-cpan-meta-perl,
  libtest-pod-coverage-perl,
  libtest-pod-perl,
  libtext-csv-xs-perl (= 1.01),
@@ -30,4 +29,3 @@ Description: DBI driver for CSV files
  DBD::CSV is a Perl DBI Driver for providing an SQL-based interface to records
  stored in Comma-Separated Value (CSV) files. Such files are frequently used
  for exporting data from Microsoft's Access and Excel applications.
-

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

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


[libdbd-csv-perl] branch master updated (45a7547 - c82e95c)

2014-08-07 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

  from  45a7547   update changelog / add TODO
  adds  a1c40fe   Imported Upstream version 0.4400
   new  7bca547   Merge tag 'upstream/0.4400'
   new  d728ce7   New upstream release.
   new  a066e10   Drop build dependency on libtest-cpan-meta-perl.
   new  c82e95c   releasing package libdbd-csv-perl version 0.4400-1

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


Summary of changes:
 ChangeLog |  6 
 META.json | 82 +--
 META.yml  | 10 +++
 debian/changelog  | 10 +++
 debian/control|  2 --
 lib/Bundle/DBD/CSV.pm |  4 +--
 lib/DBD/CSV.pm| 12 
 t/73_csv-case.t   |  7 ++---
 t/lib.pl  | 16 ++
 9 files changed, 83 insertions(+), 66 deletions(-)

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

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


[libdbd-csv-perl] 04/04: releasing package libdbd-csv-perl version 0.4400-1

2014-08-07 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit c82e95c6316f2ac1a3841d6e9a3ec59ef85da60a
Author: gregor herrmann gre...@debian.org
Date:   Thu Aug 7 17:34:06 2014 +0200

releasing package libdbd-csv-perl version 0.4400-1
---
 debian/changelog | 11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ffe6724..22647ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,19 +1,16 @@
-libdbd-csv-perl (0.4400-1) UNRELEASED; urgency=low
-
-  TODO:
-  find out what this DBI::Test stuff is about. confusing.
+libdbd-csv-perl (0.4400-1) unstable; urgency=low
 
   * Fix previous changelog entry, thanks Salvatore.
   * debian/control: remove Nicholas Bamber from Uploaders on request of
 the MIA team.
   * Strip trailing slash from metacpan URLs.
 
-  * New upstream release.
+  * New upstream releases 0.4300, 0.4400.
   * Update years of copyright.
+  * Drop build dependency on libtest-cpan-meta-perl.
   * Declare compliance with Debian Policy 3.9.5.
-  * New upstream release.
 
- -- gregor herrmann gre...@debian.org  Thu, 07 Aug 2014 17:26:48 +0200
+ -- gregor herrmann gre...@debian.org  Thu, 07 Aug 2014 17:32:42 +0200
 
 libdbd-csv-perl (0.4100-1) unstable; urgency=low
 

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

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


[libdbd-csv-perl] branch pristine-tar updated (e593cd8 - 7038949)

2014-08-07 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch pristine-tar
in repository libdbd-csv-perl.

  from  e593cd8   pristine-tar data for libdbd-csv-perl_0.4300.orig.tar.gz
   new  7038949   pristine-tar data for libdbd-csv-perl_0.4400.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:
 libdbd-csv-perl_0.4400.orig.tar.gz.delta | Bin 0 - 2977 bytes
 libdbd-csv-perl_0.4400.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libdbd-csv-perl_0.4400.orig.tar.gz.delta
 create mode 100644 libdbd-csv-perl_0.4400.orig.tar.gz.id

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

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


[libdbi-test-perl] branch pristine-tar created (now 1b4e46b)

2014-08-07 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

at  1b4e46b   pristine-tar data for libdbi-test-perl_0.001.orig.tar.gz

This branch includes the following new commits:

   new  1b4e46b   pristine-tar data for libdbi-test-perl_0.001.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.


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

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


[libdbi-test-perl] 03/03: control

2014-08-07 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 53ffb729d61544f0893b8b630cfc3ee96d347fee
Author: gregor herrmann gre...@debian.org
Date:   Thu Aug 7 17:41:45 2014 +0200

control
---
 debian/control | 15 ---
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index cb5a06c..b1e65c6 100644
--- a/debian/control
+++ b/debian/control
@@ -1,10 +1,11 @@
 Source: libdbi-test-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
 Uploaders: gregor herrmann gre...@debian.org
+Section: perl
+Priority: optional
 Build-Depends: debhelper (= 8)
-Build-Depends-Indep: perl
+Build-Depends-Indep: perl,
+ libmodule-pluggable-perl | perl ( 5.17.0)
 Standards-Version: 3.9.5
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libdbi-test-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdbi-test-perl.git
@@ -12,8 +13,10 @@ Homepage: https://metacpan.org/release/DBI-Test
 
 Package: libdbi-test-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
-Description: Test suite for DBI API
+Depends: ${misc:Depends},
+ ${perl:Depends},
+ libmodule-pluggable-perl | perl ( 5.17.0)
+Description: test suite for the DBI API
  DBI::Test aims to be a test suite for the DBI API and an underlying DBD
  driver, to check if the provided functionality is working and complete.
  .
@@ -21,5 +24,3 @@ Description: Test suite for DBI API
  not designed to be another DBI::PurePerl - it's designed to allow tests can
  be verified to work as expected in a sandbox. This is, of course, limited to
  DBI API itself and cannot load any driver nor really execute any action.
- .
- This description was automagically extracted from the module by dh-make-perl.

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

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


[libdbi-test-perl] tag upstream/0.001 created (now f4ae640)

2014-08-07 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to tag upstream/0.001
in repository libdbi-test-perl.

at  f4ae640   (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/libdbi-test-perl.git

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


[libdbi-test-perl] 01/03: Initial packaging by dh-make-perl 0.84

2014-08-07 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 471a317e96a03c284caaeee57b009d363c9c5f78
Author: gregor herrmann gre...@debian.org
Date:   Thu Aug 7 17:34:54 2014 +0200

Initial packaging by dh-make-perl 0.84
---
 debian/changelog |  5 +
 debian/compat|  1 +
 debian/control   | 25 +
 debian/copyright | 36 
 debian/libdbi-test-perl.docs |  1 +
 debian/rules |  4 
 debian/source/format |  1 +
 debian/watch |  2 ++
 8 files changed, 75 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..6a70342
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libdbi-test-perl (0.001-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- gregor herrmann gre...@debian.org  Thu, 7 Aug 2014 17:34:53 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..cb5a06c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: libdbi-test-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
+Uploaders: gregor herrmann gre...@debian.org
+Build-Depends: debhelper (= 8)
+Build-Depends-Indep: perl
+Standards-Version: 3.9.5
+Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libdbi-test-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdbi-test-perl.git
+Homepage: https://metacpan.org/release/DBI-Test
+
+Package: libdbi-test-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: Test suite for DBI API
+ DBI::Test aims to be a test suite for the DBI API and an underlying DBD
+ driver, to check if the provided functionality is working and complete.
+ .
+ Part of this module is the ability for self-testing using DBI::Mock. This is
+ not designed to be another DBI::PurePerl - it's designed to allow tests can
+ be verified to work as expected in a sandbox. This is, of course, limited to
+ DBI API itself and cannot load any driver nor really execute any action.
+ .
+ This description was automagically extracted from the module by dh-make-perl.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..fcfff80
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,36 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://metacpan.org/release/DBI-Test
+Upstream-Contact: The DBI team dbi-...@perl.org
+Upstream-Name: DBI-Test
+DISCLAIMER: This copyright info was automatically extracted 
+ from the perl module. It may not be accurate, so you better 
+ check the module sources in order to ensure the module for its 
+ inclusion in Debian or for general legal information. Please, 
+ if licensing information is incorrectly generated, file a bug 
+ on dh-make-perl.
+ NOTE: Don't forget to remove this disclaimer once you are happy
+ with this file.
+
+Files: *
+Copyright: The DBI team dbi-...@perl.org
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2014, gregor herrmann gre...@debian.org
+License: Artistic or GPL-1+
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ 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'.
diff --git a/debian/libdbi-test-perl.docs b/debian/libdbi-test-perl.docs
new file mode 100644
index 000..b43bf86
--- /dev/null
+++ b/debian/libdbi-test-perl.docs
@@ -0,0 +1 @@
+README.md
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+   dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 000..ccabcc4
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://metacpan.org/release/DBI-Test   
.*/DBI-Test-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

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


[libdbi-test-perl] 02/03: copyright

2014-08-07 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit ca5f6517c2f9e8be55d383776412cf354083a040
Author: gregor herrmann gre...@debian.org
Date:   Thu Aug 7 17:38:31 2014 +0200

copyright
---
 debian/copyright | 12 ++--
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index fcfff80..08bc907 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,18 +1,10 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/DBI-Test
-Upstream-Contact: The DBI team dbi-...@perl.org
+Upstream-Contact: Jens Rehsack rehs...@cpan.org
 Upstream-Name: DBI-Test
-DISCLAIMER: This copyright info was automatically extracted 
- from the perl module. It may not be accurate, so you better 
- check the module sources in order to ensure the module for its 
- inclusion in Debian or for general legal information. Please, 
- if licensing information is incorrectly generated, file a bug 
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
 
 Files: *
-Copyright: The DBI team dbi-...@perl.org
+Copyright: 2013, The DBI team dbi-...@perl.org
 License: Artistic or GPL-1+
 
 Files: debian/*

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

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


[libdbi-test-perl] branch master created (now 53ffb72)

2014-08-07 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

at  53ffb72   control

This branch includes the following new commits:

   new  471a317   Initial packaging by dh-make-perl 0.84
   new  ca5f651   copyright
   new  53ffb72   control

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

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


[libdbi-test-perl] annotated tag debian/0.001-1 created (now 762d90b)

2014-08-07 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag debian/0.001-1
in repository libdbi-test-perl.

at  762d90b   (tag)
   tagging  7bae4b793a9ee40b7c88d8c9779dee1a5bda74bb (commit)
 tagged by  gregor herrmann
on  Thu Aug 7 17:53:08 2014 +0200

- Log -
tagging package libdbi-test-perl version debian/0.001-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJT46DkXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGkIAP/inaSdvnhIRdaAI5GCWt6sSb
EUUSnkRXfYlFzd1lZPdEHYHnA32xEQ6ci+WkoMWBBRoutoqF5jbmk3BD480Fx1hI
o1uleGmHmCk5LJ8chmyrhkLGj00pDIzR2cRCqhnjx6HAD0qyAlaOX1ggNdHWK7VU
2pyOR9tM7R7VOJ/FfbrOMVr+wsZl+n857Tq7/NXqQTetRjGreY4c/1A2Za9DheK9
mWNJRA/sFb7FzuWJeaV33Wquaw/xHVb82RJHUd83UW68M4gB4dh0QS4Wu5Vq6TKv
Wd/4Kp8nn2wbm9uiMqFja/R6pFndUj4yTrsdwU68GkVTcdBD2lexDRinqG1XWuzb
Ozw7TaPo/biEQGMevVg6hYlAtCwBfcsKqPKVyNgqczELpVQY50EJzT3ldmaKyCuV
RUAArUqBuMIKSty87UXp01kQ3p/DzNA8YGHR1ZqiwMtG/vNYz6dwA1jBFwTdHdKt
d41upOrlJvenuksG5b1/BSj16mIMWH2GjAYOFIatMvmG34di5OUmjH1GvtAkARTE
ajoPxGf/pzqKwYrce6U/hxlDMceifr2d9Y3vgkTioCyNWNeMe7Y6zWS2txA7MpGu
vSI2ymGg3TPWf4YAF1vLHoaa9U17Hx62aEEzmBo+9whjTmgjMM9HCbLuhUL8yba2
/e9UJn+n5nOJWYyy5f3a
=VHbh
-END PGP SIGNATURE-

gregor herrmann (6):
  Import original source of DBI-Test 0.001
  Initial packaging by dh-make-perl 0.84
  copyright
  control
  add ITP bug #
  releasing package libdbi-test-perl version 0.001-1

---

This annotated tag includes the following new commits:

   new  4c09a47   add ITP bug #
   new  7bae4b7   releasing package libdbi-test-perl version 0.001-1

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


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

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


[libdbi-test-perl] 02/02: releasing package libdbi-test-perl version 0.001-1

2014-08-07 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 7bae4b793a9ee40b7c88d8c9779dee1a5bda74bb
Author: gregor herrmann gre...@debian.org
Date:   Thu Aug 7 17:53:08 2014 +0200

releasing package libdbi-test-perl version 0.001-1
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1104d3a..7531ecb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-libdbi-test-perl (0.001-1) UNRELEASED; urgency=low
+libdbi-test-perl (0.001-1) unstable; urgency=low
 
   * Initial release (closes: #757385).
 
- -- gregor herrmann gre...@debian.org  Thu, 7 Aug 2014 17:34:53 +0200
+ -- gregor herrmann gre...@debian.org  Thu, 07 Aug 2014 17:52:00 +0200

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

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


[libdbi-test-perl] branch master updated (53ffb72 - 7bae4b7)

2014-08-07 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

  from  53ffb72   control
   new  4c09a47   add ITP bug #
   new  7bae4b7   releasing package libdbi-test-perl version 0.001-1

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


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

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

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


[libdbi-test-perl] 01/02: add ITP bug #

2014-08-07 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 4c09a471dc627a0b9c2d4b0c2d3e23c58acb09db
Author: gregor herrmann gre...@debian.org
Date:   Thu Aug 7 17:51:52 2014 +0200

add ITP bug #

Git-Dch: Ignore
---
 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 6a70342..1104d3a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 libdbi-test-perl (0.001-1) UNRELEASED; urgency=low
 
-  * Initial Release.
+  * Initial release (closes: #757385).
 
  -- gregor herrmann gre...@debian.org  Thu, 7 Aug 2014 17:34:53 +0200

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

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


[libapache2-mod-perl2] branch master updated (fd337ed - e65c24b)

2014-08-07 Thread Niko Tyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a change to branch master
in repository libapache2-mod-perl2.

  from  fd337ed   Merge tag 'debian/2.0.8+httpd24-r1449661-9'
   new  4db457f   Drop 290-httpd-transition-test-todo.patch, issue fixed 
upstream. (Closes: #710327)
   new  f99df0d   Fix builds with gcc -O0 (DEB_BUILD_OPTIONS=noopt) by 
defining MP_IN_XS in APR and APR/PerlIO builds. (Closes: #756989)
   new  989f0a5   Fix t/compat/conn_rec.t failures by restoring httpd-2.4 
compatibility in lib/Apache2/compat.pm.
   new  3341b6b   Mark failing tests in t/perl/ithreads3.t as TODO for now; 
they are not a regression from previous releases.
   new  9b05727   Drop 300-http-headers-version.patch in favour of the 
upstream fix.
   new  424a26f   Drop 310-defaultruntimedir.patch, applied upstream.
   new  c095ed3   debian/rules cleanup, part I
   new  64b6d90   debian/rules cleanup part II
   new  aa6fed5   debian/rules cleanup part III
   new  dfbb967   changelog entry for the debian/rules cleanups
   new  597c439   don't dump the error log after test failures, it was 
never very useful and causes more trouble than it's worth. (See #711167)
   new  e65c24b   releasing 2.0.9~1604013-1 to experimental

The 12 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   | 19 ++-
 .../patches/290-httpd-transition-test-todo.patch   | 18 ---
 debian/patches/300-http-headers-version.patch  | 36 -
 debian/patches/310-defaultruntimedir.patch | 24 -
 ...N_XS-to-avoid-referencing-perl_module-out.patch | 62 ++
 ...pd-2.4-compatibility-in-lib-Apache2-compa.patch | 39 ++
 ...iling-tests-in-t-perl-ithreads3.t-as-TODO.patch | 31 +++
 debian/patches/series  |  6 +--
 debian/rules   | 34 ++--
 9 files changed, 155 insertions(+), 114 deletions(-)
 delete mode 100644 debian/patches/290-httpd-transition-test-todo.patch
 delete mode 100644 debian/patches/300-http-headers-version.patch
 delete mode 100644 debian/patches/310-defaultruntimedir.patch
 create mode 100644 
debian/patches/400-Define-MP_IN_XS-to-avoid-referencing-perl_module-out.patch
 create mode 100644 
debian/patches/410-Restore-httpd-2.4-compatibility-in-lib-Apache2-compa.patch
 create mode 100644 
debian/patches/420-Mark-failing-tests-in-t-perl-ithreads3.t-as-TODO.patch

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

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


[libapache2-mod-perl2] 12/12: releasing 2.0.9~1604013-1 to experimental

2014-08-07 Thread Niko Tyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libapache2-mod-perl2.

commit e65c24b7804858ffeb7f01004830e777dad2a4dd
Author: Niko Tyni nt...@debian.org
Date:   Thu Aug 7 20:43:12 2014 +0300

releasing 2.0.9~1604013-1 to experimental
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f70727f..2a3203e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libapache2-mod-perl2 (2.0.9~1604013-1) UNRELEASED; urgency=medium
+libapache2-mod-perl2 (2.0.9~1604013-1) experimental; urgency=medium
 
   [ Damyan Ivanov ]
   * Imported Upstream snapshot from to-be version 2.0.9 trunk, revision
@@ -29,7 +29,7 @@ libapache2-mod-perl2 (2.0.9~1604013-1) UNRELEASED; 
urgency=medium
 + don't dump the error log after test failures, it was never very
   useful and causes more trouble than it's worth. (See #711167)
 
- -- gregor herrmann gre...@debian.org  Sat, 15 Feb 2014 20:25:47 +0100
+ -- Niko Tyni nt...@debian.org  Thu, 07 Aug 2014 20:42:34 +0300
 
 libapache2-mod-perl2 (2.0.8+httpd24-r1449661-9) unstable; urgency=medium
 

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

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


[libapache2-mod-perl2] 01/12: Drop 290-httpd-transition-test-todo.patch, issue fixed upstream. (Closes: #710327)

2014-08-07 Thread Niko Tyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libapache2-mod-perl2.

commit 4db457f25b142ba50450af4623bc97c187f0dc7b
Author: Niko Tyni nt...@debian.org
Date:   Thu Aug 7 16:24:44 2014 +0300

Drop 290-httpd-transition-test-todo.patch, issue fixed upstream. (Closes: 
#710327)
---
 debian/changelog|  4 
 debian/patches/290-httpd-transition-test-todo.patch | 18 --
 debian/patches/series   |  1 -
 3 files changed, 4 insertions(+), 19 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b7ac42b..2925a92 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,10 @@ libapache2-mod-perl2 (2.0.9~1604013-1) UNRELEASED; 
urgency=medium
   * Drop 370-Fix-t-directive-perlloadmodule2.t.patch, was taken from
 upstream.
 
+  [ Niko Tyni ]
+  * Drop 290-httpd-transition-test-todo.patch, issue fixed upstream.
+(Closes: #710327)
+
  -- gregor herrmann gre...@debian.org  Sat, 15 Feb 2014 20:25:47 +0100
 
 libapache2-mod-perl2 (2.0.8+httpd24-r1449661-9) unstable; urgency=medium
diff --git a/debian/patches/290-httpd-transition-test-todo.patch 
b/debian/patches/290-httpd-transition-test-todo.patch
deleted file mode 100644
index a181f81..000
--- a/debian/patches/290-httpd-transition-test-todo.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: Mark individual failing tests as TODO rather than ignore the 
overall test suite exit status
-Origin: vendor
-Forwarded: no
-Author: Dominic Hargreaves d...@earth.li
-Reviewed-by: gregor herrmann gre...@debian.org
-Last-Update: 2013-06-03
-
 a/t/directive/perlloadmodule3.t
-+++ b/t/directive/perlloadmodule3.t
-@@ -15,7 +15,7 @@ my $path = Apache::TestRequest::module2p
- # smaller portions of information, but requires a more elaborate
- # logic. Alternatively could use diff($expected, $received).
- 
--plan tests = 3;
-+plan tests = 3, todo = [1];
- 
- t_debug(connecting to $base_hostport);
- {
diff --git a/debian/patches/series b/debian/patches/series
index 2ecfa8a..a89c1cd 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -9,7 +9,6 @@ avoid-db-linkage.patch
 210_fix-pod-errors.patch
 220_fix-bad-whatis-entry.patch
 260_fix_pipelined_response_deadlock.patch
-290-httpd-transition-test-todo.patch
 300-http-headers-version.patch
 310-defaultruntimedir.patch
 #330-mod_authz_core.patch

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

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


[libapache2-mod-perl2] 03/12: Fix t/compat/conn_rec.t failures by restoring httpd-2.4 compatibility in lib/Apache2/compat.pm.

2014-08-07 Thread Niko Tyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libapache2-mod-perl2.

commit 989f0a538db8c7ee4231247f5f7ff2d259ca1b90
Author: Niko Tyni nt...@debian.org
Date:   Thu Aug 7 17:27:39 2014 +0300

Fix t/compat/conn_rec.t failures by restoring httpd-2.4 compatibility in 
lib/Apache2/compat.pm.
---
 debian/changelog   |  2 ++
 ...pd-2.4-compatibility-in-lib-Apache2-compa.patch | 39 ++
 debian/patches/series  |  1 +
 3 files changed, 42 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 1547d7b..fc8c5c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,8 @@ libapache2-mod-perl2 (2.0.9~1604013-1) UNRELEASED; 
urgency=medium
 (Closes: #710327)
   * Fix builds with gcc -O0 (DEB_BUILD_OPTIONS=noopt) by defining
 MP_IN_XS in APR and APR/PerlIO builds. (Closes: #756989)
+  * Fix t/compat/conn_rec.t failures by restoring httpd-2.4 compatibility
+in lib/Apache2/compat.pm.
 
  -- gregor herrmann gre...@debian.org  Sat, 15 Feb 2014 20:25:47 +0100
 
diff --git 
a/debian/patches/410-Restore-httpd-2.4-compatibility-in-lib-Apache2-compa.patch 
b/debian/patches/410-Restore-httpd-2.4-compatibility-in-lib-Apache2-compa.patch
new file mode 100644
index 000..236baf2
--- /dev/null
+++ 
b/debian/patches/410-Restore-httpd-2.4-compatibility-in-lib-Apache2-compa.patch
@@ -0,0 +1,39 @@
+From f1f1b1de72ee8be062bf6fa28410feb023c5efc2 Mon Sep 17 00:00:00 2001
+From: Niko Tyni nt...@debian.org
+Date: Thu, 7 Aug 2014 00:18:23 +0300
+Subject: [PATCH 2/3] Restore httpd-2.4 compatibility in lib/Apache2/compat.pm
+
+This fixes t/compat/conn_rec.t. failures with Apache 2.4,
+broken with r1497279.
+
+Apache2::compat is supposed to provide mod_perl 1.0 backward
+compatibility, so we want to offer remote_addr() there even with
+Apache 2.4.
+
+Upstream thread at
+ 
http://mail-archives.apache.org/mod_mbox/perl-dev/201408.mbox/%3C20140807113247.GA30569%40estella.local.invalid%3E
+---
+ lib/Apache2/compat.pm | 7 ++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+diff --git a/lib/Apache2/compat.pm b/lib/Apache2/compat.pm
+index e7e2c0f..9c3eccd 100644
+--- a/lib/Apache2/compat.pm
 b/lib/Apache2/compat.pm
+@@ -150,7 +150,12 @@ EOI
+ require Apache2::Connection;
+ require APR::SockAddr;
+ require Socket;
+-my $orig_sub = *Apache2::Connection::remote_addr{CODE};
++my $orig_sub;
++if (defined *Apache2::Connection::client_addr{CODE}) { # httpd-2.4
++$orig_sub = *Apache2::Connection::client_addr{CODE};
++} else { # httpd-2.2
++$orig_sub = *Apache2::Connection::remote_addr{CODE};
++}
+ *Apache2::Connection::remote_addr = sub {
+ my $c = shift;
+ if (@_) {
+-- 
+2.1.0.rc1
+
diff --git a/debian/patches/series b/debian/patches/series
index de3ff39..6e907ec 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -18,3 +18,4 @@ avoid-db-linkage.patch
 380-Fix-reload.t-as-per-r1565579.-Reported-in-CPAN-RT-96.patch
 390-Disable-the-tree-dse-gcc-optimization-for-modperl_en.patch
 400-Define-MP_IN_XS-to-avoid-referencing-perl_module-out.patch
+410-Restore-httpd-2.4-compatibility-in-lib-Apache2-compa.patch

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

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


[libapache2-mod-perl2] 08/12: debian/rules cleanup part II

2014-08-07 Thread Niko Tyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libapache2-mod-perl2.

commit 64b6d9092aa33b63236e3eda2774674ac23f076e
Author: Niko Tyni nt...@debian.org
Date:   Thu Aug 7 19:35:58 2014 +0300

debian/rules cleanup part II

There doesn't seem to be a need for t/run or t/logs fiddling anymore.
Not sure if there ever was.
---
 debian/rules | 11 ---
 1 file changed, 11 deletions(-)

diff --git a/debian/rules b/debian/rules
index cb0d19e..59d2b88 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,15 +23,6 @@ override_dh_auto_build:
 
 
 override_dh_auto_test:
-   [ -d $(CURDIR)/t/run ] || mkdir $(CURDIR)/t/run
-   [ -d $(CURDIR)/t/logs ] || mkdir $(CURDIR)/t/logs
-   touch $(CURDIR)/t/logs/error_log
-   [ -d $(MPR)/t/run ] || mkdir $(MPR)/t/run
-   [ -d $(MPR)/t/logs ] || mkdir $(MPR)/t/logs
-   touch $(MPR)/t/logs/error_log
-   [ -d $(APR)/t/run ] || mkdir $(APR)/t/run
-   [ -d $(APR)/t/logs ] || mkdir $(APR)/t/logs
-   touch $(APR)/t/logs/error_log
APACHE_TEST_EXTRA_ARGS=-httpd_conf $(CURDIR)/debian/apache2.conf \
LANG=C \
dh_auto_test --max-parallel=1 || ( RET=$$?; \
@@ -45,8 +36,6 @@ override_dh_clean:
rm -rf t/htdocs/hooks lib/Apache WrapXS debian/docs
find . -name 'pod2htmd.tmp' -exec rm '{}' \;
find . -name 'pod2htmi.tmp' -exec rm '{}' \;
-   # these shouldn't be needed really
-   rm -rf $(CURDIR)/t/logs $(CURDIR)/t/run $(MPR)/t/logs $(MPR)/t/run 
$(APR)/t/logs $(APR)/t/run
find . -name 'Makefile.old' -exec rm '{}' \;
rm -f Apache-Test/Apache-TestItSelf/t/SMOKE t/core
 

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

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


[libapache2-mod-perl2] 06/12: Drop 310-defaultruntimedir.patch, applied upstream.

2014-08-07 Thread Niko Tyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libapache2-mod-perl2.

commit 424a26fa01829880e499077fc5f8ee2b283f2f51
Author: Niko Tyni nt...@debian.org
Date:   Thu Aug 7 18:26:45 2014 +0300

Drop 310-defaultruntimedir.patch, applied upstream.
---
 debian/changelog   |  1 +
 debian/patches/310-defaultruntimedir.patch | 24 
 debian/patches/series  |  1 -
 3 files changed, 1 insertion(+), 25 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 060ec59..14e0a59 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,7 @@ libapache2-mod-perl2 (2.0.9~1604013-1) UNRELEASED; 
urgency=medium
   * Mark failing tests in t/perl/ithreads3.t as TODO for now; they are
 not a regression from previous releases.
   * Drop 300-http-headers-version.patch in favour of the upstream fix.
+  * Drop 310-defaultruntimedir.patch, applied upstream.
 
  -- gregor herrmann gre...@debian.org  Sat, 15 Feb 2014 20:25:47 +0100
 
diff --git a/debian/patches/310-defaultruntimedir.patch 
b/debian/patches/310-defaultruntimedir.patch
deleted file mode 100644
index e440108..000
--- a/debian/patches/310-defaultruntimedir.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Description: Since Apache 2.4, DefaultRuntimeDir needs to be set,
- otherwise mod_auth_digest tries to write to /var/run and fails (depending
- on permissions). Set DefaultRuntimeDir in the generated httpd.conf of
- Apache::Test conditionally.
- This also means we don't need the extra DefaultRuntimeDir in 
t/conf/extra.conf.in.
-Origin: vendor
-Forwarded: no
-Author: gregor herrmann gre...@debian.org,
- Niko Tyni nt...@debian.org
-Last-Update: 2013-06-04
-
 a/Apache-Test/lib/Apache/TestConfig.pm
-+++ b/Apache-Test/lib/Apache/TestConfig.pm
-@@ -2154,6 +2154,10 @@ LogLeveldebug
- /IfVersion
- /IfModule
- 
-+IfVersion  2.4.1
-+DefaultRunTimeDir @t_logs@
-+/IfVersion
-+
- IfModule mod_log_config.c
- TransferLog @t_logs@/access_log
- /IfModule
diff --git a/debian/patches/series b/debian/patches/series
index 5549d42..e856785 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -9,7 +9,6 @@ avoid-db-linkage.patch
 210_fix-pod-errors.patch
 220_fix-bad-whatis-entry.patch
 260_fix_pipelined_response_deadlock.patch
-310-defaultruntimedir.patch
 #330-mod_authz_core.patch
 340-rewrite-2.4.patch
 350-ap-test-apache24-define.patch

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

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


[libapache2-mod-perl2] 11/12: don't dump the error log after test failures, it was never very useful and causes more trouble than it's worth. (See #711167)

2014-08-07 Thread Niko Tyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libapache2-mod-perl2.

commit 597c4399a8c6150caef82cfb5a95879c78be1c2c
Author: Niko Tyni nt...@debian.org
Date:   Thu Aug 7 20:42:09 2014 +0300

don't dump the error log after test failures, it was never very useful and 
causes more trouble than it's worth. (See #711167)
---
 debian/changelog | 2 ++
 debian/rules | 6 +-
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 40a8cf7..f70727f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -26,6 +26,8 @@ libapache2-mod-perl2 (2.0.9~1604013-1) UNRELEASED; 
urgency=medium
   * Drop 300-http-headers-version.patch in favour of the upstream fix.
   * Drop 310-defaultruntimedir.patch, applied upstream.
   * Clean up obsolete complications in debian/rules.
++ don't dump the error log after test failures, it was never very
+  useful and causes more trouble than it's worth. (See #711167)
 
  -- gregor herrmann gre...@debian.org  Sat, 15 Feb 2014 20:25:47 +0100
 
diff --git a/debian/rules b/debian/rules
index f00ecd5..a9e2ed8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,11 +25,7 @@ override_dh_auto_build:
 override_dh_auto_test:
APACHE_TEST_EXTRA_ARGS=-httpd_conf $(CURDIR)/debian/apache2.conf \
LANG=C \
-   dh_auto_test --max-parallel=1 || ( RET=$$?; \
-echo --- test suite failed with code $$RET, t/logs/error_log 
starts ---; \
-cat t/logs/error_log; \
-echo --- test suite failed with code $$RET, t/logs/error_log ends 
  ---; \
-exit $$RET )
+   dh_auto_test --max-parallel=1
 
 override_dh_clean:
dh_clean

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

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


[libapache2-mod-perl2] 09/12: debian/rules cleanup part III

2014-08-07 Thread Niko Tyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libapache2-mod-perl2.

commit aa6fed56241f424a4d75926597d72ffe0adda635
Author: Niko Tyni nt...@debian.org
Date:   Thu Aug 7 19:47:50 2014 +0300

debian/rules cleanup part III

If there's a core file in t/, the build should abort.

The lib/Apache directory seems to be gone.

WrapXS directories are apparently cleaned up properly by the
upstream build system.
---
 debian/rules | 8 ++--
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/debian/rules b/debian/rules
index 59d2b88..f00ecd5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,15 +33,11 @@ override_dh_auto_test:
 
 override_dh_clean:
dh_clean
-   rm -rf t/htdocs/hooks lib/Apache WrapXS debian/docs
+   rm -rf t/htdocs/hooks debian/docs
find . -name 'pod2htmd.tmp' -exec rm '{}' \;
find . -name 'pod2htmi.tmp' -exec rm '{}' \;
find . -name 'Makefile.old' -exec rm '{}' \;
-   rm -f Apache-Test/Apache-TestItSelf/t/SMOKE t/core
-
-override_dh_auto_install:
-   rm -f t/core
-   dh_auto_install
+   rm -f Apache-Test/Apache-TestItSelf/t/SMOKE
 
 override_dh_install:
mkdir -p $(CURDIR)/debian/docs

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

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


[libapache2-mod-perl2] 07/12: debian/rules cleanup, part I

2014-08-07 Thread Niko Tyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libapache2-mod-perl2.

commit c095ed331e7d1413391f9cb5a13512948f2450ae
Author: Niko Tyni nt...@debian.org
Date:   Thu Aug 7 20:34:53 2014 +0300

debian/rules cleanup, part I

DummyVersions.pm and MethodLookup.pm seem to be gone from the source tree.
---
 debian/rules | 9 -
 1 file changed, 9 deletions(-)

diff --git a/debian/rules b/debian/rules
index 9a46749..cb0d19e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,6 @@
 
 PACKAGE = $(firstword $(shell dh_listpackages))
 TMP = $(CURDIR)/debian/$(PACKAGE)
-LMP = $(CURDIR)/lib/ModPerl
 MPR = $(CURDIR)/ModPerl-Registry
 APR = $(CURDIR)/Apache-Reload
 PVA = $(shell perl -MConfig -e'print substr($$Config{vendorarch},1)')
@@ -11,10 +10,6 @@ PVA = $(shell perl -MConfig -e'print 
substr($$Config{vendorarch},1)')
dh $@ --parallel --with apache2
 
 override_dh_auto_configure:
-   ! [ -e $(LMP)/DummyVersions.pm ] \
-   || cp $(LMP)/DummyVersions.pm debian/DummyVersions.pm.save
-   ! [ -e $(LMP)/MethodLookup.pm  ] \
-   || cp $(LMP)/MethodLookup.pm  debian/MethodLookup.pm.save
dh_auto_configure -- \
INSTALLDIRS=vendor \
MP_TRACE=0 \
@@ -50,10 +45,6 @@ override_dh_clean:
rm -rf t/htdocs/hooks lib/Apache WrapXS debian/docs
find . -name 'pod2htmd.tmp' -exec rm '{}' \;
find . -name 'pod2htmi.tmp' -exec rm '{}' \;
-   ! [ -e debian/DummyVersions.pm.save ] \
-   || mv debian/DummyVersions.pm.save $(LMP)/DummyVersions.pm
-   ! [ -e debian/MethodLookup.pm.save  ] \
-   || mv debian/MethodLookup.pm.save  $(LMP)/MethodLookup.pm
# these shouldn't be needed really
rm -rf $(CURDIR)/t/logs $(CURDIR)/t/run $(MPR)/t/logs $(MPR)/t/run 
$(APR)/t/logs $(APR)/t/run
find . -name 'Makefile.old' -exec rm '{}' \;

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

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


[libapache2-mod-perl2] annotated tag debian/2.0.9_1604013-1 created (now 6cf219b)

2014-08-07 Thread Niko Tyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a change to annotated tag debian/2.0.9_1604013-1
in repository libapache2-mod-perl2.

at  6cf219b   (tag)
   tagging  e65c24b7804858ffeb7f01004830e777dad2a4dd (commit)
  replaces  debian/2.0.8+httpd24-r1449661-9
 tagged by  Niko Tyni
on  Thu Aug 7 20:55:43 2014 +0300

- Log -
Debian release 2.0.9~1604013-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCAAGBQJT472fAAoJEA0Gp1nm04eQdkwP/ibX4pWKfK/L8D6MPx0zwpeb
iFWUwcHRqxwSycWfBZsEAHZLSYXnrR0cIlX1krmTodW6VreIEytx2a6I1AghSnLK
J0GrgqHLV4rXfnJJrzOaAyIQQFzeg0ZN+smIjdoZQaXeTLneXA+nSCQvoshArfMl
FQQsjkt89ZgFw3H7udcz5RDeaGtrx+QOsd2djwXOH9Ca7/ZObe4DbuTZKxzklS+q
L2i36Wsm0DNKwEYW/bcxCNmV7oWCuiJLaKp7RrFvrfg22srZU7D4gBPxo8Or5Gyd
oN7E62eRoRa6R/V5SK5CAwbZApf/cC/Yc874kZPjJ6KFOg2j7f04fQwdekMjWJfs
unQVHRRSuth2o0LlbYDfb0ZELl+TpgvTSs/z71RJBAC304zNqXqs+ZC5EXXAniq2
dyGfE9Y3S9dpygfRNp6sUgagNt+I+DJ2bmxvzEkyA1OsgHWZdCtJ+rrB8hMfK/F5
4Z5Ab2/wnv9+Wt5VrfnnXAJesCR1IDh9cg1/AFcKGmnCBUEqjd9BG7tqvsYHgGdq
TOZhdZ40tIvLQEQJtCjjGZZCPxvrjgTgt45HXQZ0LfHVz0fItt8ZKl7m4v24rWzb
NfSNavYhv8jVZVCuyZUMlavVl3Lqryv284z5PtJwTarTAjMNQD7eJ+mCrYUCgltU
T9WT977MBYZdbuU38DAp
=LWFf
-END PGP SIGNATURE-

Axel Beckert (1):
  Remove trailing whitespace

Damyan Ivanov (9):
  add libcgi-pm-perl to b-d, in-core version is deprecated in 5.20
  rules: replace hard-coded usr/lib/perl5 with the value of 
$Config{vendorarch}
  Imported Upstream version 2.0.9~1604013
  Merge tag 'upstream/2.0.9_1604013'
  update upstream source description in README.source
  update changelog
  drop 280-ignore-sysconf-for-defines.patch, applied upstream
  refresh all patches to apply cleanly
  drop 320-cleanup-authn-authz-providers.patch, applied upstream

Daniel Lintott (4):
  Update debian/watch with correct URL for apache.org
  Update changelog
  Add dversion mangle to remove +httpd24-r... suffix
  Update changelog

Niko Tyni (12):
  Drop 290-httpd-transition-test-todo.patch, issue fixed upstream. (Closes: 
#710327)
  Fix builds with gcc -O0 (DEB_BUILD_OPTIONS=noopt) by defining MP_IN_XS in 
APR and APR/PerlIO builds. (Closes: #756989)
  Fix t/compat/conn_rec.t failures by restoring httpd-2.4 compatibility in 
lib/Apache2/compat.pm.
  Mark failing tests in t/perl/ithreads3.t as TODO for now; they are not a 
regression from previous releases.
  Drop 300-http-headers-version.patch in favour of the upstream fix.
  Drop 310-defaultruntimedir.patch, applied upstream.
  debian/rules cleanup, part I
  debian/rules cleanup part II
  debian/rules cleanup part III
  changelog entry for the debian/rules cleanups
  don't dump the error log after test failures, it was never very useful 
and causes more trouble than it's worth. (See #711167)
  releasing 2.0.9~1604013-1 to experimental

gregor herrmann (21):
  debian/control: remove Nicholas Bamber from Uploaders on request of the 
MIA team.
  update changelog
  Strip trailing slash from metacpan URLs.
  update changelog
  update changelog
  whitespace
  add DEP3 headers to 350-ap-test-apache24-define.patch
  Add liblinux-pid-perl to Recommends. Used by Apache2::SizeLimit.
  update changelog
  Build with gcc-4.8 for the time being to work around problem with gcc-4.9.
  Add patch to make Linux::Pid conditional in Apache::SizeLimit.
  Revert Add liblinux-pid-perl to Recommends. Used by Apache2::SizeLimit.
  update changelog
  Merge tag 'debian/2.0.8+httpd24-r1449661-7'
  cleanup changelog after merge
  Declare compliance with Debian Policy 3.9.5.
  update changelog
  Merge tag 'debian/2.0.8+httpd24-r1449661-8'
  Drop 370-Fix-t-directive-perlloadmodule2.t.patch, was taken from upstream.
  update changelog
  Merge tag 'debian/2.0.8+httpd24-r1449661-9'

---

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/libapache2-mod-perl2.git

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


[libapache2-mod-perl2] 04/12: Mark failing tests in t/perl/ithreads3.t as TODO for now; they are not a regression from previous releases.

2014-08-07 Thread Niko Tyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libapache2-mod-perl2.

commit 3341b6b9838cbca085f98cf638719dcb79b7ed0d
Author: Niko Tyni nt...@debian.org
Date:   Thu Aug 7 17:28:49 2014 +0300

Mark failing tests in t/perl/ithreads3.t as TODO for now; they are not a 
regression from previous releases.
---
 debian/changelog   |  2 ++
 ...iling-tests-in-t-perl-ithreads3.t-as-TODO.patch | 31 ++
 debian/patches/series  |  1 +
 3 files changed, 34 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index fc8c5c3..25ab3ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,8 @@ libapache2-mod-perl2 (2.0.9~1604013-1) UNRELEASED; 
urgency=medium
 MP_IN_XS in APR and APR/PerlIO builds. (Closes: #756989)
   * Fix t/compat/conn_rec.t failures by restoring httpd-2.4 compatibility
 in lib/Apache2/compat.pm.
+  * Mark failing tests in t/perl/ithreads3.t as TODO for now; they are
+not a regression from previous releases.
 
  -- gregor herrmann gre...@debian.org  Sat, 15 Feb 2014 20:25:47 +0100
 
diff --git 
a/debian/patches/420-Mark-failing-tests-in-t-perl-ithreads3.t-as-TODO.patch 
b/debian/patches/420-Mark-failing-tests-in-t-perl-ithreads3.t-as-TODO.patch
new file mode 100644
index 000..787657c
--- /dev/null
+++ b/debian/patches/420-Mark-failing-tests-in-t-perl-ithreads3.t-as-TODO.patch
@@ -0,0 +1,31 @@
+From 4b367c94eca583b13e9e808569bd26c40f0f90e0 Mon Sep 17 00:00:00 2001
+From: Niko Tyni nt...@debian.org
+Date: Thu, 7 Aug 2014 00:45:59 +0300
+Subject: [PATCH 3/3] Mark failing tests in t/perl/ithreads3.t as TODO
+
+The tests date back to 2007 (r607681) in the threading branch
+but have only now got onto the trunk. It's currently unclear
+how well they work for others with a -Dusethreads perl.
+
+Upstream thread at
+ 
http://mail-archives.apache.org/mod_mbox/perl-dev/201408.mbox/%3C20140807141231.GA24545%40estella.local.invalid%3E
+---
+ t/perl/ithreads3.t | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/t/perl/ithreads3.t b/t/perl/ithreads3.t
+index ef3feb5..e2346a7 100644
+--- a/t/perl/ithreads3.t
 b/t/perl/ithreads3.t
+@@ -6,7 +6,7 @@ use Apache::Test;
+ use Apache::TestUtil;
+ use Apache::TestRequest 'GET_BODY';
+ 
+-plan tests = 6, need_apache_mpm('worker')  need_perl('ithreads');
++plan tests = 6, todo = [3, 4, 5],  need_apache_mpm('worker')  
need_perl('ithreads');
+ 
+ my $module = 'TestPerl::ithreads3';
+ 
+-- 
+2.1.0.rc1
+
diff --git a/debian/patches/series b/debian/patches/series
index 6e907ec..64bde70 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -19,3 +19,4 @@ avoid-db-linkage.patch
 390-Disable-the-tree-dse-gcc-optimization-for-modperl_en.patch
 400-Define-MP_IN_XS-to-avoid-referencing-perl_module-out.patch
 410-Restore-httpd-2.4-compatibility-in-lib-Apache2-compa.patch
+420-Mark-failing-tests-in-t-perl-ithreads3.t-as-TODO.patch

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

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


[libapache2-mod-perl2] 05/12: Drop 300-http-headers-version.patch in favour of the upstream fix.

2014-08-07 Thread Niko Tyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libapache2-mod-perl2.

commit 9b05727779b9d2ee36997a790b4bb087497864bb
Author: Niko Tyni nt...@debian.org
Date:   Thu Aug 7 18:22:09 2014 +0300

Drop 300-http-headers-version.patch in favour of the upstream fix.
---
 debian/changelog  |  1 +
 debian/patches/300-http-headers-version.patch | 36 ---
 debian/patches/series |  1 -
 3 files changed, 1 insertion(+), 37 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 25ab3ef..060ec59 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,7 @@ libapache2-mod-perl2 (2.0.9~1604013-1) UNRELEASED; 
urgency=medium
 in lib/Apache2/compat.pm.
   * Mark failing tests in t/perl/ithreads3.t as TODO for now; they are
 not a regression from previous releases.
+  * Drop 300-http-headers-version.patch in favour of the upstream fix.
 
  -- gregor herrmann gre...@debian.org  Sat, 15 Feb 2014 20:25:47 +0100
 
diff --git a/debian/patches/300-http-headers-version.patch 
b/debian/patches/300-http-headers-version.patch
deleted file mode 100644
index eb008a8..000
--- a/debian/patches/300-http-headers-version.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-Description: adjust the version check for HTTP::Headers
-Origin: vendor
-Bug-Debian: http://bugs.debian.org/710873
-Forwarded: no
-Author: gregor herrmann gre...@debian.org
-Last-Update: 2013-06-03
-
 a/t/api/err_headers_out.t
-+++ b/t/api/err_headers_out.t
-@@ -6,6 +6,8 @@ use Apache::Test;
- use Apache::TestRequest;
- use Apache::TestUtil;
- 
-+use version;
-+
- plan tests = 6, need 'HTML::HeadParser';
- 
- my $location = '/TestAPI__err_headers_out';
-@@ -26,7 +28,7 @@ my $location = '/TestAPI__err_headers_ou
- local $HTTP::Headers::TRANSLATE_UNDERSCORE=
-   $HTTP::Headers::TRANSLATE_UNDERSCORE;
- undef $HTTP::Headers::TRANSLATE_UNDERSCORE
--  if defined HTTP::Headers-VERSION and HTTP::Headers-VERSION = 6.00;
-+  if defined HTTP::Headers-VERSION and 
version-parse(HTTP::Headers-VERSION) = version-parse(6.00);
- 
- ok t_cmp $res-header('X-err_headers_out'), err_headers_out,
- X-err_headers_out: made it;
-@@ -51,7 +53,7 @@ my $location = '/TestAPI__err_headers_ou
- local $HTTP::Headers::TRANSLATE_UNDERSCORE=
-   $HTTP::Headers::TRANSLATE_UNDERSCORE;
- undef $HTTP::Headers::TRANSLATE_UNDERSCORE
--  if defined HTTP::Headers-VERSION and HTTP::Headers-VERSION = 6.00;
-+  if defined HTTP::Headers-VERSION and 
version-parse(HTTP::Headers-VERSION) = version-parse(6.00);
- 
- ok t_cmp $res-header('X-err_headers_out'), err_headers_out,
- X-err_headers_out: made it;
diff --git a/debian/patches/series b/debian/patches/series
index 64bde70..5549d42 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -9,7 +9,6 @@ avoid-db-linkage.patch
 210_fix-pod-errors.patch
 220_fix-bad-whatis-entry.patch
 260_fix_pipelined_response_deadlock.patch
-300-http-headers-version.patch
 310-defaultruntimedir.patch
 #330-mod_authz_core.patch
 340-rewrite-2.4.patch

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

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


[libapache2-mod-perl2] 10/12: changelog entry for the debian/rules cleanups

2014-08-07 Thread Niko Tyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libapache2-mod-perl2.

commit dfbb967f4262060de259637b34ffdce1a6391a8f
Author: Niko Tyni nt...@debian.org
Date:   Thu Aug 7 20:34:57 2014 +0300

changelog entry for the debian/rules cleanups
---
 debian/changelog | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/changelog b/debian/changelog
index 14e0a59..40a8cf7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,7 @@ libapache2-mod-perl2 (2.0.9~1604013-1) UNRELEASED; 
urgency=medium
 not a regression from previous releases.
   * Drop 300-http-headers-version.patch in favour of the upstream fix.
   * Drop 310-defaultruntimedir.patch, applied upstream.
+  * Clean up obsolete complications in debian/rules.
 
  -- gregor herrmann gre...@debian.org  Sat, 15 Feb 2014 20:25:47 +0100
 

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

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


[libtext-csv-xs-perl] branch master updated (0bbb90f - 6df1e0f)

2014-08-07 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

  from  0bbb90f   releasing package libtext-csv-xs-perl version 1.09-1
  adds  2e6b78e   Imported Upstream version 1.10
   new  da9d6a4   Merge tag 'upstream/1.10'
   new  2c957bb   New upstream release.
   new  6df1e0f   releasing package libtext-csv-xs-perl version 1.10-1

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


Summary of changes:
 CSV_XS.pm | 103 +++---
 CSV_XS.xs | 553 ++
 ChangeLog |   5 +
 META.json |  62 +++---
 META.yml  |   8 +-
 debian/changelog  |   6 +
 examples/speed.pl |   2 +-
 ppport.h  |   2 +-
 t/12_acc.t|   8 +-
 t/51_utf8.t   |  56 +-
 t/79_callbacks.t  |   6 +-
 t/90_csv.t|  17 +-
 12 files changed, 480 insertions(+), 348 deletions(-)

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

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


[libtext-csv-xs-perl] branch pristine-tar updated (bdef32c - 4e04f29)

2014-08-07 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch pristine-tar
in repository libtext-csv-xs-perl.

  from  bdef32c   pristine-tar data for libtext-csv-xs-perl_1.09.orig.tar.gz
   new  4e04f29   pristine-tar data for libtext-csv-xs-perl_1.10.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:
 libtext-csv-xs-perl_1.10.orig.tar.gz.delta | Bin 0 - 2730 bytes
 libtext-csv-xs-perl_1.10.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libtext-csv-xs-perl_1.10.orig.tar.gz.delta
 create mode 100644 libtext-csv-xs-perl_1.10.orig.tar.gz.id

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

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


[libtext-csv-xs-perl] 03/03: releasing package libtext-csv-xs-perl version 1.10-1

2014-08-07 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 6df1e0f98c8406320b5914b52487f7da369b4056
Author: gregor herrmann gre...@debian.org
Date:   Fri Aug 8 00:56:24 2014 +0200

releasing package libtext-csv-xs-perl version 1.10-1
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a7f368c..3a89ccd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-libtext-csv-xs-perl (1.10-1) UNRELEASED; urgency=medium
+libtext-csv-xs-perl (1.10-1) unstable; urgency=medium
 
   * New upstream release.
 
- -- gregor herrmann gre...@debian.org  Fri, 08 Aug 2014 00:44:05 +0200
+ -- gregor herrmann gre...@debian.org  Fri, 08 Aug 2014 00:45:27 +0200
 
 libtext-csv-xs-perl (1.09-1) unstable; urgency=medium
 

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

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


[libtext-csv-xs-perl] 02/03: New upstream release.

2014-08-07 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 2c957bbd2ebeb0239d072cae3f08d64feb82dde0
Author: gregor herrmann gre...@debian.org
Date:   Fri Aug 8 00:44:47 2014 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 966b284..a7f368c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libtext-csv-xs-perl (1.10-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- gregor herrmann gre...@debian.org  Fri, 08 Aug 2014 00:44:05 +0200
+
 libtext-csv-xs-perl (1.09-1) unstable; urgency=medium
 
   * New upstream release.

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

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


[libtext-csv-xs-perl] annotated tag debian/1.10-1 created (now 0ac6db6)

2014-08-07 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag debian/1.10-1
in repository libtext-csv-xs-perl.

at  0ac6db6   (tag)
   tagging  6df1e0f98c8406320b5914b52487f7da369b4056 (commit)
  replaces  debian/1.09-1
 tagged by  gregor herrmann
on  Fri Aug 8 00:56:24 2014 +0200

- Log -
tagging package libtext-csv-xs-perl version debian/1.10-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJT5AQYXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGP1sQAMWUG7lZNwzLAlEw1unmf2aC
XweEDrFivO+gO2F+es3epXSzCQ9CeGrS+y69JU/0a9VklLBskLetUVi6wtjSL5LW
Oh7FBaXGlrPoXN22aNR8t6PBN5vjzzigxZkc1Ph0G+aKV5FLW9ING28UbfkOHVPS
Sn7ypffIOQRuW0V/ff7bHGup/igOBQKooSomR1PX+0ursMrhXYRC0qo0/Jn0iDGQ
TQygqZQiVNJ9hmvRyW28iYlkucF6khALqkX35jQ/Y1oeMJO7YCtgYraucPZW0YeE
nTy23AEhpRbBM8dGygC5s3/lCv4L55D4N4dfo+dYnscjbZekPF2Todm5QMchF3Sp
L2Vs6R5PwASV/n56ZE6DZ7LFhbVud7imtjyH7+KuJIRT8XwfmjziFNM92084SFk4
FOt2jOye4AdBAsuxR1rsoKExBxRGrPU6uFiztvC3+F2t08Rg59jg1t2qUJh0R82J
ob135RWaX4MubLNQNFxho2gS7fynXBAaFDHJJq6NVRGe7Dc0TLwLfn7J0sVDHIOS
yrtOs60BsZxoDrAP68hcxr+gMIj282JQzWs81XQVp8MmTMES2BSNKa2HBrapxfjz
rfHPAsPdr6AO5m5mRCp7EkAseJLw4pcI26YQWqW7Cj2dvViRbuPm/1OyFyj1grUT
ivSd+Mjgf+pm6k0Q2kGj
=xiko
-END PGP SIGNATURE-

gregor herrmann (4):
  Imported Upstream version 1.10
  Merge tag 'upstream/1.10'
  New upstream release.
  releasing package libtext-csv-xs-perl version 1.10-1

---

This annotated tag includes the following new commits:

   new  da9d6a4   Merge tag 'upstream/1.10'
   new  2c957bb   New upstream release.
   new  6df1e0f   releasing package libtext-csv-xs-perl version 1.10-1

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


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

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


[libtext-csv-xs-perl] 01/03: Merge tag 'upstream/1.10'

2014-08-07 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit da9d6a4d64524fc90e547eee89379f85c38983fe
Merge: 0bbb90f 2e6b78e
Author: gregor herrmann gre...@debian.org
Date:   Fri Aug 8 00:44:04 2014 +0200

Merge tag 'upstream/1.10'

Upstream version 1.10

 CSV_XS.pm | 103 +++---
 CSV_XS.xs | 553 ++
 ChangeLog |   5 +
 META.json |  62 +++---
 META.yml  |   8 +-
 examples/speed.pl |   2 +-
 ppport.h  |   2 +-
 t/12_acc.t|   8 +-
 t/51_utf8.t   |  56 +-
 t/79_callbacks.t  |   6 +-
 t/90_csv.t|  17 +-
 11 files changed, 474 insertions(+), 348 deletions(-)

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

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


[libtext-csv-xs-perl] annotated tag upstream/1.10 created (now ee7629b)

2014-08-07 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag upstream/1.10
in repository libtext-csv-xs-perl.

at  ee7629b   (tag)
   tagging  2e6b78e23f97b4a5f25905ff2c69dafd20fbda53 (commit)
  replaces  upstream/1.09
 tagged by  gregor herrmann
on  Fri Aug 8 00:44:04 2014 +0200

- Log -
Upstream version 1.10

gregor herrmann (1):
  Imported Upstream version 1.10

---

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

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


[libtext-csv-xs-perl] 01/01: pristine-tar data for libtext-csv-xs-perl_1.10.orig.tar.gz

2014-08-07 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch pristine-tar
in repository libtext-csv-xs-perl.

commit 4e04f29670f854d535a603fee0345781cdf17a0b
Author: gregor herrmann gre...@debian.org
Date:   Fri Aug 8 00:44:04 2014 +0200

pristine-tar data for libtext-csv-xs-perl_1.10.orig.tar.gz
---
 libtext-csv-xs-perl_1.10.orig.tar.gz.delta | Bin 0 - 2730 bytes
 libtext-csv-xs-perl_1.10.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libtext-csv-xs-perl_1.10.orig.tar.gz.delta 
b/libtext-csv-xs-perl_1.10.orig.tar.gz.delta
new file mode 100644
index 000..fea8bba
Binary files /dev/null and b/libtext-csv-xs-perl_1.10.orig.tar.gz.delta differ
diff --git a/libtext-csv-xs-perl_1.10.orig.tar.gz.id 
b/libtext-csv-xs-perl_1.10.orig.tar.gz.id
new file mode 100644
index 000..5cf183d
--- /dev/null
+++ b/libtext-csv-xs-perl_1.10.orig.tar.gz.id
@@ -0,0 +1 @@
+d11669d5a9447fd06c22b6beac15996d4cc83753

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

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


[liburi-find-simple-perl] 01/04: Merge tag 'upstream/1.06'

2014-08-07 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository liburi-find-simple-perl.

commit 51a8c277ad8678d007f38b8e8de53489434e1c6e
Merge: 594b296 3c2e36f
Author: gregor herrmann gre...@debian.org
Date:   Fri Aug 8 00:57:42 2014 +0200

Merge tag 'upstream/1.06'

Upstream version 1.06

 Changes|  4 
 META.json  |  4 ++--
 META.yml   | 24 
 lib/URI/Find/Simple.pm |  2 +-
 t/find.t   | 16 
 5 files changed, 27 insertions(+), 23 deletions(-)

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

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


[liburi-find-simple-perl] annotated tag upstream/1.06 created (now 06726eb)

2014-08-07 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag upstream/1.06
in repository liburi-find-simple-perl.

at  06726eb   (tag)
   tagging  3c2e36f6a2df84d29611ef4f78b592c542488cf9 (commit)
  replaces  upstream/1.05
 tagged by  gregor herrmann
on  Fri Aug 8 00:57:42 2014 +0200

- Log -
Upstream version 1.06

gregor herrmann (1):
  Imported Upstream version 1.06

---

No new revisions were added by this update.

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

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


[liburi-find-simple-perl] 03/04: cme: reformat debian/control

2014-08-07 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository liburi-find-simple-perl.

commit 8947c7452c03066552cf18ee5e5b50d25b5f563d
Author: gregor herrmann gre...@debian.org
Date:   Fri Aug 8 00:59:14 2014 +0200

cme: reformat debian/control

Git-Dch: Ignore
---
 debian/control | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 7d53f37..b5fe59a 100644
--- a/debian/control
+++ b/debian/control
@@ -1,11 +1,11 @@
 Source: liburi-find-simple-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
 Uploaders: Jotam Jr. Trejo jota...@debian.org.sv
+Section: perl
+Priority: optional
 Build-Depends: debhelper (= 8)
 Build-Depends-Indep: liburi-find-perl,
- perl
+ perl
 Standards-Version: 3.9.5
 Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liburi-find-simple-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liburi-find-simple-perl.git
@@ -13,8 +13,9 @@ Homepage: https://metacpan.org/release/URI-Find-Simple
 
 Package: liburi-find-simple-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- liburi-find-perl
+Depends: ${misc:Depends},
+ ${perl:Depends},
+ liburi-find-perl
 Description: simple interface to URI::Find
  URI::Find is all very well, but sometimes you just want a list of the links
  in a given piece of text, or you want to change all the urls in some text

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

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


[liburi-find-simple-perl] branch master updated (594b296 - c85fdfb)

2014-08-07 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository liburi-find-simple-perl.

  from  594b296   update changelog
  adds  3c2e36f   Imported Upstream version 1.06
   new  51a8c27   Merge tag 'upstream/1.06'
   new  6398351   New upstream release.
   new  8947c74   cme: reformat debian/control
   new  c85fdfb   releasing package liburi-find-simple-perl version 1.06-1

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


Summary of changes:
 Changes|  4 
 META.json  |  4 ++--
 META.yml   | 24 
 debian/changelog   |  6 --
 debian/control | 11 ++-
 lib/URI/Find/Simple.pm |  2 +-
 t/find.t   | 16 
 7 files changed, 37 insertions(+), 30 deletions(-)

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

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


[liburi-find-simple-perl] branch pristine-tar updated (35e0812 - 8c3b4ee)

2014-08-07 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch pristine-tar
in repository liburi-find-simple-perl.

  from  35e0812   pristine-tar data for 
liburi-find-simple-perl_1.05.orig.tar.gz
   new  8c3b4ee   pristine-tar data for 
liburi-find-simple-perl_1.06.orig.tar.gz

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


Summary of changes:
 liburi-find-simple-perl_1.06.orig.tar.gz.delta | Bin 0 - 1092 bytes
 liburi-find-simple-perl_1.06.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 liburi-find-simple-perl_1.06.orig.tar.gz.delta
 create mode 100644 liburi-find-simple-perl_1.06.orig.tar.gz.id

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

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


[liburi-find-simple-perl] 04/04: releasing package liburi-find-simple-perl version 1.06-1

2014-08-07 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository liburi-find-simple-perl.

commit c85fdfb9e7126cfc854e48825ee5568862413ce3
Author: gregor herrmann gre...@debian.org
Date:   Fri Aug 8 01:00:21 2014 +0200

releasing package liburi-find-simple-perl version 1.06-1
---
 debian/changelog | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 42e3133..a687a89 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-liburi-find-simple-perl (1.06-1) UNRELEASED; urgency=medium
+liburi-find-simple-perl (1.06-1) unstable; urgency=medium
 
-  * Strip trailing slash from metacpan URLs.
+  * Team upload.
   * New upstream release.
+  * Strip trailing slash from metacpan URLs.
 
- -- gregor herrmann gre...@debian.org  Fri, 08 Aug 2014 00:57:42 +0200
+ -- gregor herrmann gre...@debian.org  Fri, 08 Aug 2014 00:59:19 +0200
 
 liburi-find-simple-perl (1.05-1) unstable; urgency=low
 

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

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


[liburi-find-simple-perl] annotated tag debian/1.06-1 created (now aef2303)

2014-08-07 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag debian/1.06-1
in repository liburi-find-simple-perl.

at  aef2303   (tag)
   tagging  c85fdfb9e7126cfc854e48825ee5568862413ce3 (commit)
  replaces  debian/1.05-1
 tagged by  gregor herrmann
on  Fri Aug 8 01:00:21 2014 +0200

- Log -
tagging package liburi-find-simple-perl version debian/1.06-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJT5AUFXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGaFwP/jCoY2t+2Mnc61+X90z3HMdY
iPOJlp6rxclgRsunpY2S9vHPRd6CJ5AXL5gkdQx8C9IE/rdAo9hcV3kLyaTuT2UR
KCbAwqaS5u08SlfZ/Oy5R+5lk28Gb7Vwab9JjKPfGTTVxT88pGJy38RQ+OBunaoc
u59zWApk+47bCKe5i3jvLlyQQ2RRoiQ1/jyDJh8zRexlvU4XzA44/Ze6x6NqfIi6
f1JZyFdG99u5XKFAK9ak8+pSyy6LPl7OxSMJXZfaUybukYo/f4A+dh02KOPm6Lp9
crAeChfskGDqNmd8tQ4QoE8vVwdtKSkC3baS5RwnP3Nh0OTzh2laRGhV4FSL4lJU
pbO1U1cYH+wQKX5LAyzph/tZAFv6TtyKjc4RaF5FhMQseIeyXX46et8T+a/D7xy4
j5bEZwLp78Gyuo4lz5rOQ6lYroAr6GxhW0yMernQRHxXfV1xGqBsvzEPH7pSgXRc
QsERF+S/Ixqgv75Uxt5Mwp74Sy+mMt/hWJZ+xENelqLyOXQnUKVJf77NyLBvXckB
nIpwhUGCV6zbciHEFyOe++mdEj8LoXFKaKCxr00ZPEzom7awcZb0MZ2e2Lv0+y63
dd6MFPs5boecFXOJOdJWaZDJskRZ+dofV3iqXlKkGuMAiiPaTeVZqJ3bNIHyL8aY
EHro2mS34TbJQpv2KY/H
=Na2W
-END PGP SIGNATURE-

gregor herrmann (7):
  Strip trailing slash from metacpan URLs.
  update changelog
  Imported Upstream version 1.06
  Merge tag 'upstream/1.06'
  New upstream release.
  cme: reformat debian/control
  releasing package liburi-find-simple-perl version 1.06-1

---

This annotated tag includes the following new commits:

   new  51a8c27   Merge tag 'upstream/1.06'
   new  6398351   New upstream release.
   new  8947c74   cme: reformat debian/control
   new  c85fdfb   releasing package liburi-find-simple-perl version 1.06-1

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


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

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


[liburi-find-simple-perl] 01/01: pristine-tar data for liburi-find-simple-perl_1.06.orig.tar.gz

2014-08-07 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch pristine-tar
in repository liburi-find-simple-perl.

commit 8c3b4eeb90bf1648967adee4d81e78cd2903e966
Author: gregor herrmann gre...@debian.org
Date:   Fri Aug 8 00:57:42 2014 +0200

pristine-tar data for liburi-find-simple-perl_1.06.orig.tar.gz
---
 liburi-find-simple-perl_1.06.orig.tar.gz.delta | Bin 0 - 1092 bytes
 liburi-find-simple-perl_1.06.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/liburi-find-simple-perl_1.06.orig.tar.gz.delta 
b/liburi-find-simple-perl_1.06.orig.tar.gz.delta
new file mode 100644
index 000..ee345b3
Binary files /dev/null and b/liburi-find-simple-perl_1.06.orig.tar.gz.delta 
differ
diff --git a/liburi-find-simple-perl_1.06.orig.tar.gz.id 
b/liburi-find-simple-perl_1.06.orig.tar.gz.id
new file mode 100644
index 000..d028c2a
--- /dev/null
+++ b/liburi-find-simple-perl_1.06.orig.tar.gz.id
@@ -0,0 +1 @@
+3ec52704bf4417c6417d1e86e6c2fce94a91506a

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

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


[libyaml-perl] 02/05: New upstream release.

2014-08-07 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit bb6dce75641e43c02af7f5e3cbc861bbe66c145c
Author: gregor herrmann gre...@debian.org
Date:   Fri Aug 8 01:30:33 2014 +0200

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

diff --git a/debian/changelog b/debian/changelog
index abbbf6f..130c2f2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libyaml-perl (1.01-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- gregor herrmann gre...@debian.org  Fri, 08 Aug 2014 01:29:27 +0200
+
 libyaml-perl (0.98-1) unstable; urgency=medium
 
   * Team upload.

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

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


[libyaml-perl] branch master updated (4a03397 - 8588f1e)

2014-08-07 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

  from  4a03397   Prepare changelog for release
  adds  ca78adc   Imported Upstream version 1.01
   new  4d0827d   Merge tag 'upstream/1.01'
   new  bb6dce7   New upstream release.
   new  a145b07   Add libtest-yaml-perl to Build-Depends-Indep.
   new  4d762ae   debian/copyright: remove information about dropped files.
   new  8588f1e   update changelog / add WAITS-FOR

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 +
 MANIFEST|4 -
 META.json   |7 +-
 META.yml|5 +-
 Makefile.PL |9 +-
 debian/changelog|   10 +
 debian/control  |3 +-
 debian/copyright|9 -
 inc/Spiffy.pm   | 1038 ---
 inc/Test/Base.pm| 1374 ---
 inc/Test/Base/Filter.pm |  638 --
 lib/Test/YAML.pm|  264 -
 lib/YAML.pm |3 +-
 lib/YAML.pod|4 +-
 lib/YAML/Any.pm |2 +-
 15 files changed, 41 insertions(+), 3338 deletions(-)
 delete mode 100644 inc/Spiffy.pm
 delete mode 100644 inc/Test/Base.pm
 delete mode 100644 inc/Test/Base/Filter.pm
 delete mode 100644 lib/Test/YAML.pm

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

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


[libyaml-perl] 03/05: Add libtest-yaml-perl to Build-Depends-Indep.

2014-08-07 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit a145b0735c48fb066432bdbc6baff4228ec5d412
Author: gregor herrmann gre...@debian.org
Date:   Fri Aug 8 01:31:00 2014 +0200

Add libtest-yaml-perl to Build-Depends-Indep.
---
 debian/control | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 8064229..52f6d57 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,8 @@ Uploaders: gregor herrmann gre...@debian.org,
 Section: perl
 Priority: optional
 Build-Depends: debhelper (= 8)
-Build-Depends-Indep: perl
+Build-Depends-Indep: perl,
+ libtest-yaml-perl
 Standards-Version: 3.9.5
 Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libyaml-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libyaml-perl.git

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

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


[libyaml-perl] 05/05: update changelog / add WAITS-FOR

2014-08-07 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 8588f1e5f3c3ee89856d94707737eeb180a0da44
Author: gregor herrmann gre...@debian.org
Date:   Fri Aug 8 01:34:55 2014 +0200

update changelog / add WAITS-FOR

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

diff --git a/debian/changelog b/debian/changelog
index 130c2f2..be93a2f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,10 @@
 libyaml-perl (1.01-1) UNRELEASED; urgency=medium
 
+  WAITS-FOR: libtest-yaml-perl
+
   * New upstream release.
+  * Add libtest-yaml-perl to Build-Depends-Indep.
+  * debian/copyright: remove information about dropped files.
 
  -- gregor herrmann gre...@debian.org  Fri, 08 Aug 2014 01:29:27 +0200
 

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

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


[libyaml-perl] 04/05: debian/copyright: remove information about dropped files.

2014-08-07 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 4d762aeb60765bb1bbd23ff214ff45f271419a8b
Author: gregor herrmann gre...@debian.org
Date:   Fri Aug 8 01:33:18 2014 +0200

debian/copyright: remove information about dropped files.
---
 debian/copyright | 9 -
 1 file changed, 9 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index eadaadc..f5675d3 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -8,15 +8,6 @@ Copyright: 2001-2014, Ingy döt Net
  2009-2010, Adam Kennedy
 License: Artistic or GPL-1+
 
-Files: inc/Spiffy.pm
-Copyright: 2004-2012, Ingy döt Net
-License: Artistic or GPL-1+
-
-Files: inc/Test/Base/* inc/Test/Base.pm
-Copyright: 2005, Brian Ingerson i...@cpan.org
- 2006-2014, Ingy döt Net
-License: Artistic or GPL-1+
-
 Files: debian/*
 Copyright: 2003-2005, Chip Salzenberg c...@debian.org
  2005-2006, Florian Ragwitz r...@debian.org

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

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

  1   2   >