[libdancer-logger-syslog-perl] tag debian/0.6-1 created (now 4f08713)

2016-11-17 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a change to tag debian/0.6-1
in repository libdancer-logger-syslog-perl.

at  4f08713   (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/libdancer-logger-syslog-perl.git

___
Pkg-perl-cvs-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-logger-syslog-perl] 01/01: Initial Debian packaging + release Debian version 0.6-1

2016-11-17 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a commit to branch master
in repository libdancer-logger-syslog-perl.

commit 4f0871332512c34ce3981600ea61f73d14eff71b
Author: Michael Prokop <m...@debian.org>
Date:   Thu Nov 17 10:07:32 2016 +0100

Initial Debian packaging + release Debian version 0.6-1

Based on work by dh-make-perl 0.84 :)
Contributed under the umbrella of Sipwise.org
---
 debian/changelog |  5 +
 debian/compat|  1 +
 debian/control   | 29 +
 debian/copyright | 28 
 debian/libdancer-logger-syslog-perl.docs |  1 +
 debian/rules |  4 
 debian/source/format |  1 +
 debian/upstream/metadata |  8 
 debian/watch |  2 ++
 9 files changed, 79 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..c1d5cec
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libdancer-logger-syslog-perl (0.6-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #844588)
+
+ -- Michael Prokop <m...@debian.org>  Thu, 17 Nov 2016 10:26:42 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..d201755
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,29 @@
+Source: libdancer-logger-syslog-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 (>= 9),
+ libmodule-build-perl | perl (<< 5.21.0~),
+Build-Depends-Indep:
+ libdancer-perl,
+Standards-Version: 3.9.8
+Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libdancer-logger-syslog-perl.git
+Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/libdancer-logger-syslog-perl.git
+Homepage: https://metacpan.org/release/Dancer-Logger-Syslog
+Testsuite: autopkgtest-pkg-perl
+
+Package: libdancer-logger-syslog-perl
+Architecture: all
+Depends:
+ libdancer-perl,
+ ${misc:Depends},
+ ${perl:Depends},
+Description: Dancer logger engine for Sys::Syslog
+ Dancer::Logger::Syslog implements a logger engine that sends log
+ messages to syslog, through the Sys::Syslog module.
+ .
+ It's required if you want to use "logger: syslog" inside a
+ Dancer application.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..dba6348
--- /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/Dancer-Logger-Syslog
+Upstream-Contact: Alexis Sukrieh <suk...@sukria.net>, Yanick Champoux 
<yan...@cpan.org>
+Upstream-Name: Dancer-Logger-Syslog
+
+Files: *
+Copyright: Alexis Sukrieh <suk...@sukria.net>, Yanick Champoux 
<yan...@cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2016, 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/libdancer-logger-syslog-perl.docs 
b/debian/libdancer-logger-syslog-perl.docs
new file mode 100644
index 000..3c548ba
--- /dev/null
+++ b/debian/libdancer-logger-syslog-perl.docs
@@ -0,0 +1 @@
+README.mkdn
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/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 000..6802ecd
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,8 @@
+---
+Archive: CPAN
+Bug-Database: 
http://rt.cpan.org/Public/Dist/Display.html?Name=Dancer-Logger-Syslog
+Bug-Submit: bug-dancer-logger-syslog at rt.cpan.org
+Contact: Alexis Sukrieh <suk...@sukria.net>, Yanick Champoux <yan...@cpan.org>
+Name: Dancer-Logger-S

[libdancer-logger-syslog-perl] branch master created (now 4f08713)

2016-11-17 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a change to branch master
in repository libdancer-logger-syslog-perl.

at  4f08713   Initial Debian packaging + release Debian version 0.6-1

This branch includes the following new commits:

   new  4f08713   Initial Debian packaging + release Debian version 0.6-1

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


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

___
Pkg-perl-cvs-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-logger-syslog-perl] tag upstream/0.6 created (now 01d508c)

2016-11-17 Thread Michael Prokop
This is an automated email from the git hooks/post-receive script.

mika pushed a change to tag upstream/0.6
in repository libdancer-logger-syslog-perl.

at  01d508c   (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/libdancer-logger-syslog-perl.git

___
Pkg-perl-cvs-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-logger-syslog-perl] branch pristine-tar created (now c85b278)

2016-11-17 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 libdancer-logger-syslog-perl.

at  c85b278   pristine-tar data for 
libdancer-logger-syslog-perl_0.6.orig.tar.gz

This branch includes the following new commits:

   new  c85b278   pristine-tar data for 
libdancer-logger-syslog-perl_0.6.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/libdancer-logger-syslog-perl.git

___
Pkg-perl-cvs-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-logger-syslog-perl] 01/01: pristine-tar data for libdancer-logger-syslog-perl_0.6.orig.tar.gz

2016-11-17 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 libdancer-logger-syslog-perl.

commit c85b27898a9e6a1fdff914b3aca46a3e8be2840c
Author: Michael Prokop <m...@debian.org>
Date:   Thu Nov 17 10:07:32 2016 +0100

pristine-tar data for libdancer-logger-syslog-perl_0.6.orig.tar.gz
---
 libdancer-logger-syslog-perl_0.6.orig.tar.gz.delta | Bin 0 -> 1590 bytes
 libdancer-logger-syslog-perl_0.6.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libdancer-logger-syslog-perl_0.6.orig.tar.gz.delta 
b/libdancer-logger-syslog-perl_0.6.orig.tar.gz.delta
new file mode 100644
index 000..bdf7ecf
Binary files /dev/null and b/libdancer-logger-syslog-perl_0.6.orig.tar.gz.delta 
differ
diff --git a/libdancer-logger-syslog-perl_0.6.orig.tar.gz.id 
b/libdancer-logger-syslog-perl_0.6.orig.tar.gz.id
new file mode 100644
index 000..937fef0
--- /dev/null
+++ b/libdancer-logger-syslog-perl_0.6.orig.tar.gz.id
@@ -0,0 +1 @@
+8ddbb5a8063324cb792f9741f157058ecd0cc211

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

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


[libsys-cpuaffinity-perl] annotated tag debian/1.06-1 created (now 8f51f03)

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

mika pushed a change to annotated tag debian/1.06-1
in repository libsys-cpuaffinity-perl.

at  8f51f03   (tag)
   tagging  02faec4da1420a6e94c883a6c3aff2de59f476a1 (commit)
 tagged by  Michael Prokop
on  Fri Jul 22 10:19:28 2016 +0200

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

iQIcBAABCAAGBQJXkdcQAAoJEJaoeHK36jc3pDYP/iTUz1vtqs73u4VZ788JtpSG
pdwjjTL/ysyB3clruhA7IG0lzZKIkyKN8ljfmp/e6oXmOo9f2TmEwzoqpoO4Jseg
YUxscVlQ9EwdcJT4Bhfp+pjIVjJIzL+TkKUB44b9RdpuCo4nOinc9OpKne7RtT0/
dwFyt3DWwj7HC+1Zs8S0Dz1349z/8CZ1G7nye4X6i1orsSxQzOvZzbxIvnlVnguH
4G73s1JeBBenQYWbE8QFEvmX/qblrteDDtGgNLIE9ffL7I4QGjI5tjl9QY0iUkNY
xXPNaLLQb/1V/CXpCg4zs5tPAlR+5JlJoovMGDsuJAixRYA4Y0cKkngax3cjzkCw
W9CUp5dMHAfsvxdyE5ad3GtT1Xpvft5g1LXX/j8sSmz9m6LB2YHDcyA3r1w1uL6u
f32CQGpCO4QxRnvx8RMLuvbDgjLpAaAI83tY945sbOlvw75sAHIMtsnNU6UFxjXf
wTXiQdhX9CF03gTZyjhH8lAk1DJrfKauHTZkf0+3F48cZEm6IWne+wlq424Wsa5y
7AQhtKb1lapgramf9u+jFbDw0FIwi3UsyRHkFthFJ6EKzw8867eimtBKrkzCA6Mo
pPSv8i+xIuGmazRnOxbaIBIrIBCo3/DL6NmziZQYDNUVtYuFECkO0zhLRk9YN/o7
lkcRbeCJ6RcInqSmZ8wl
=FdxO
-END PGP SIGNATURE-

Michael Prokop (3):
  Import original source of Sys-CpuAffinity 1.06
  Initial packaging by dh-make-perl 0.84
  Adjust Debian packaging for initial upload

---

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

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


[libsys-cpuaffinity-perl] 01/02: Initial packaging by dh-make-perl 0.84

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

mika pushed a commit to branch master
in repository libsys-cpuaffinity-perl.

commit a8c971ec01689773905d5afab65f8e08478abe11
Author: Michael Prokop <m...@debian.org>
Date:   Fri Jul 22 09:37:44 2016 +0200

Initial packaging by dh-make-perl 0.84
---
 debian/changelog |  5 +
 debian/compat|  1 +
 debian/control   | 39 +++
 debian/copyright | 36 
 debian/rules |  4 
 debian/source/format |  1 +
 debian/upstream/metadata |  5 +
 debian/watch |  2 ++
 8 files changed, 93 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..6537478
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libsys-cpuaffinity-perl (1.06-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Michael Prokop <m...@debian.org>  Fri, 22 Jul 2016 09:37:44 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..00adf21
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,39 @@
+Source: libsys-cpuaffinity-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 (>= 9.20120312~),
+ perl
+Standards-Version: 3.9.6
+Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libsys-cpuaffinity-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsys-cpuaffinity-perl.git
+Homepage: https://metacpan.org/release/Sys-CpuAffinity
+Testsuite: autopkgtest-pkg-perl
+
+Package: libsys-cpuaffinity-perl
+Architecture: any
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
+Description: Set CPU affinity for processes
+ The details of getting and setting process CPU affinities varies greatly from
+ system to system. Even among the different flavors of Unix there is very
+ little in the way of a common interface to CPU affinities. The existing tools
+ and libraries for setting CPU affinities are not very standardized, so that a
+ technique for setting CPU affinities on one system may not work on another
+ system with the same architecture.
+ .
+ Sys::CpuAffinity seeks to do one thing and do it well: manipulate CPU
+ affinities through a common interface on as many systems as possible, by any
+ means necessary.
+ .
+ The module is composed of several subroutines, each one implementing a
+ different technique to perform a CPU affinity operation. A technique might
+ try to import a Perl module, run an external program that might be installed
+ on your system, or invoke some C code to access your system libraries.
+ Usually, a technique is applicable to only a single or small group of
+ operating systems, and on any particular system, the vast majority of
+ techniques would fail. Regardless of your particular system and
+ configuration, it is hoped that at least one of the techniques will work and
+ you will be able to get and set the CPU affinities of your processes.
+ .
+ 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..fe2c137
--- /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/Sys-CpuAffinity
+Upstream-Contact: Marty O'Brien <m...@cpan.org>
+Upstream-Name: Sys-CpuAffinity
+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: Marty O'Brien <m...@cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2016, 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/shar

[libsys-cpuaffinity-perl] branch pristine-tar created (now 6d5d97d)

2016-07-22 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 libsys-cpuaffinity-perl.

at  6d5d97d   pristine-tar data for 
libsys-cpuaffinity-perl_1.06.orig.tar.gz

This branch includes the following new commits:

   new  6d5d97d   pristine-tar data for 
libsys-cpuaffinity-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.


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

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


[libsys-cpuaffinity-perl] 02/02: Adjust Debian packaging for initial upload

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

mika pushed a commit to branch master
in repository libsys-cpuaffinity-perl.

commit 02faec4da1420a6e94c883a6c3aff2de59f476a1
Author: Michael Prokop <m...@debian.org>
Date:   Fri Jul 22 09:44:16 2016 +0200

Adjust Debian packaging for initial upload
---
 debian/changelog |  4 ++--
 debian/control   | 22 +-
 debian/copyright | 10 +-
 3 files changed, 16 insertions(+), 20 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6537478..9c6be65 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-libsys-cpuaffinity-perl (1.06-1) UNRELEASED; urgency=low
+libsys-cpuaffinity-perl (1.06-1) unstable; urgency=low
 
-  * Initial Release.
+  * Initial Release. (Closes: #832089)
 
  -- Michael Prokop <m...@debian.org>  Fri, 22 Jul 2016 09:37:44 +0200
diff --git a/debian/control b/debian/control
index 00adf21..1a14c9c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,19 +2,25 @@ Source: libsys-cpuaffinity-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 (>= 9.20120312~),
- perl
-Standards-Version: 3.9.6
+Uploaders:
+ Michael Prokop <m...@debian.org>,
+Build-Depends:
+ debhelper (>= 9.20120312~),
+ libmodule-build-perl,
+ perl,
+Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libsys-cpuaffinity-perl.git
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsys-cpuaffinity-perl.git
+Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libsys-cpuaffinity-perl.git
 Homepage: https://metacpan.org/release/Sys-CpuAffinity
 Testsuite: autopkgtest-pkg-perl
 
 Package: libsys-cpuaffinity-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
-Description: Set CPU affinity for processes
+Depends:
+ ${misc:Depends},
+ ${perl:Depends},
+ ${shlibs:Depends},
+Description: set CPU affinity for processes
  The details of getting and setting process CPU affinities varies greatly from
  system to system. Even among the different flavors of Unix there is very
  little in the way of a common interface to CPU affinities. The existing tools
@@ -35,5 +41,3 @@ Description: Set CPU affinity for processes
  techniques would fail. Regardless of your particular system and
  configuration, it is hoped that at least one of the techniques will work and
  you will be able to get and set the CPU affinities of your processes.
- .
- This description was automagically extracted from the module by dh-make-perl.
diff --git a/debian/copyright b/debian/copyright
index fe2c137..03a39e1 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,17 +2,9 @@ Format: 
http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/Sys-CpuAffinity
 Upstream-Contact: Marty O'Brien <m...@cpan.org>
 Upstream-Name: Sys-CpuAffinity
-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: Marty O'Brien <m...@cpan.org>
+Copyright: 2010-2013, Marty O'Brien <m...@cpan.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/libsys-cpuaffinity-perl.git

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


[libsys-cpuaffinity-perl] tag upstream/1.06 created (now 88fafd1)

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

mika pushed a change to tag upstream/1.06
in repository libsys-cpuaffinity-perl.

at  88fafd1   (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/libsys-cpuaffinity-perl.git

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


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

2016-07-22 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 libsys-cpuaffinity-perl.

commit 6d5d97d12a9a3a7cc2bcb0c283817001cf4cbf0a
Author: Michael Prokop <m...@debian.org>
Date:   Fri Jul 22 09:37:45 2016 +0200

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

diff --git a/libsys-cpuaffinity-perl_1.06.orig.tar.gz.delta 
b/libsys-cpuaffinity-perl_1.06.orig.tar.gz.delta
new file mode 100644
index 000..bae650a
Binary files /dev/null and b/libsys-cpuaffinity-perl_1.06.orig.tar.gz.delta 
differ
diff --git a/libsys-cpuaffinity-perl_1.06.orig.tar.gz.id 
b/libsys-cpuaffinity-perl_1.06.orig.tar.gz.id
new file mode 100644
index 000..7f0203d
--- /dev/null
+++ b/libsys-cpuaffinity-perl_1.06.orig.tar.gz.id
@@ -0,0 +1 @@
+36ba30df5c4700682400db2f2a5fb65c757b2f76

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

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


[librole-rest-client-perl] tag debian/0.18-1 created (now a741124)

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

mika pushed a change to tag debian/0.18-1
in repository librole-rest-client-perl.

at  a741124   (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/librole-rest-client-perl.git

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


[librole-rest-client-perl] 01/01: pristine-tar data for librole-rest-client-perl_0.18.orig.tar.gz

2016-07-03 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 librole-rest-client-perl.

commit e1164368bf201425db58a2e4eb180660d188ba66
Author: Michael Prokop <m...@debian.org>
Date:   Sun Jul 3 16:10:14 2016 +0200

pristine-tar data for librole-rest-client-perl_0.18.orig.tar.gz
---
 librole-rest-client-perl_0.18.orig.tar.gz.delta | Bin 0 -> 1541 bytes
 librole-rest-client-perl_0.18.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/librole-rest-client-perl_0.18.orig.tar.gz.delta 
b/librole-rest-client-perl_0.18.orig.tar.gz.delta
new file mode 100644
index 000..5b29fcb
Binary files /dev/null and b/librole-rest-client-perl_0.18.orig.tar.gz.delta 
differ
diff --git a/librole-rest-client-perl_0.18.orig.tar.gz.id 
b/librole-rest-client-perl_0.18.orig.tar.gz.id
new file mode 100644
index 000..1c284d7
--- /dev/null
+++ b/librole-rest-client-perl_0.18.orig.tar.gz.id
@@ -0,0 +1 @@
+ce1f3e890394fb8eaefe05aed3ad98fc43b6fced

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

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


[librole-rest-client-perl] 02/02: Finalize Debian packaging work for initial upload

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

mika pushed a commit to branch master
in repository librole-rest-client-perl.

commit a74112413ba31d1cc3eab5bfbf474c1ebf4375db
Author: Michael Prokop <m...@debian.org>
Date:   Sun Jul 3 16:16:43 2016 +0200

Finalize Debian packaging work for initial upload
---
 debian/changelog |  2 +-
 debian/control   | 41 ++---
 debian/copyright | 10 +-
 3 files changed, 12 insertions(+), 41 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d96bb21..b6cc067 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-librole-rest-client-perl (0.18-1) UNRELEASED; urgency=low
+librole-rest-client-perl (0.18-1) unstable; urgency=low
 
   * Initial Release. (Closes: #779729)
 
diff --git a/debian/control b/debian/control
index 610c04f..c28cc3b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,9 @@ Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
 Uploaders: Michael Prokop <m...@debian.org>
-Build-Depends: debhelper (>= 9)
+Build-Depends:
+ debhelper (>= 9),
+ libmodule-build-perl
 Build-Depends-Indep: libdata-serializer-perl,
  libhttp-message-perl,
  libhttp-thin-perl,
@@ -18,9 +20,9 @@ Build-Depends-Indep: libdata-serializer-perl,
  libxml-simple-perl,
  libyaml-perl,
  perl (>= 5.13.9)
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/librole-rest-client-perl.git
-Vcs-Git: 
git://anonscm.debian.org/pkg-perl/packages/librole-rest-client-perl.git
+Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/librole-rest-client-perl.git
 Homepage: https://metacpan.org/release/Role-REST-Client
 Testsuite: autopkgtest-pkg-perl
 
@@ -37,31 +39,8 @@ Depends: ${misc:Depends}, ${perl:Depends},
  liburi-escape-xs-perl (>= 0.11),
  perl (>= 5.13.9)
 Description: REST Client Role
- This REST Client role makes REST connectivety easy.
- .
- Role::REST::Client will handle encoding and decoding when using the HTTP
- verbs.
- .
- GET
- .
- PUT
- .
- POST
- .
- DELETE
- .
- OPTIONS
- .
- HEAD
- .
- Currently Role::REST::Client supports these encodings
- .
- application/json
- .
- application/x-www-form-urlencoded
- .
- application/xml
- .
- application/yaml
- .
- This description was automagically extracted from the module by dh-make-perl.
+ This REST Client role makes REST connectivity easy.
+ Role::REST::Client will handle encoding and decoding when using
+ the HTTP verbs GET, PUT, POST, DELETE, OPTIONS and HEAD.
+ Role::REST::Client supports the json, x-www-form-urlencoded, xml
+ and yaml encodings.
diff --git a/debian/copyright b/debian/copyright
index 81fb443..bbd3baf 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,17 +2,9 @@ Format: 
http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/Role-REST-Client
 Upstream-Contact: Kaare Rasmussen 
 Upstream-Name: Role-REST-Client
-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: Kaare Rasmussen 
+Copyright: 2014, Kaare Rasmussen 
 License: Artistic or GPL-1+
 
 Files: debian/*

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

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


[librole-rest-client-perl] tag upstream/0.18 created (now 49b2543)

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

mika pushed a change to tag upstream/0.18
in repository librole-rest-client-perl.

at  49b2543   (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/librole-rest-client-perl.git

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


[librole-rest-client-perl] branch pristine-tar created (now e116436)

2016-07-03 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 librole-rest-client-perl.

at  e116436   pristine-tar data for 
librole-rest-client-perl_0.18.orig.tar.gz

This branch includes the following new commits:

   new  e116436   pristine-tar data for 
librole-rest-client-perl_0.18.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/librole-rest-client-perl.git

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


[librole-rest-client-perl] 01/02: Initial packaging by dh-make-perl 0.84

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

mika pushed a commit to branch master
in repository librole-rest-client-perl.

commit cddd0ef44f596bcbb7244bd8a26bced4817d5299
Author: Michael Prokop <m...@debian.org>
Date:   Sun Jul 3 16:10:14 2016 +0200

Initial packaging by dh-make-perl 0.84
---
 debian/changelog |  5 
 debian/compat|  1 +
 debian/control   | 67 
 debian/copyright | 36 ++
 debian/rules |  4 +++
 debian/source/format |  1 +
 debian/upstream/metadata |  6 +
 debian/watch |  2 ++
 8 files changed, 122 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..d96bb21
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+librole-rest-client-perl (0.18-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #779729)
+
+ -- Michael Prokop <m...@debian.org>  Sun, 3 Jul 2016 16:10:13 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..610c04f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,67 @@
+Source: librole-rest-client-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 (>= 9)
+Build-Depends-Indep: libdata-serializer-perl,
+ libhttp-message-perl,
+ libhttp-thin-perl,
+ libjson-perl (>= 2.00),
+ libmoo-perl (>= 1.003000),
+ libmoose-perl,
+ libmoox-handlesvia-perl (>= 0.001004),
+ libtest-deep-perl,
+ libtry-tiny-perl,
+ libtype-tiny-perl (>= 0.024),
+ liburi-escape-xs-perl (>= 0.11),
+ libxml-simple-perl,
+ libyaml-perl,
+ perl (>= 5.13.9)
+Standards-Version: 3.9.6
+Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/librole-rest-client-perl.git
+Vcs-Git: 
git://anonscm.debian.org/pkg-perl/packages/librole-rest-client-perl.git
+Homepage: https://metacpan.org/release/Role-REST-Client
+Testsuite: autopkgtest-pkg-perl
+
+Package: librole-rest-client-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libdata-serializer-perl,
+ libhttp-message-perl,
+ libhttp-thin-perl,
+ libmoo-perl (>= 1.003000),
+ libmoox-handlesvia-perl (>= 0.001004),
+ libtry-tiny-perl,
+ libtype-tiny-perl (>= 0.024),
+ liburi-escape-xs-perl (>= 0.11),
+ perl (>= 5.13.9)
+Description: REST Client Role
+ This REST Client role makes REST connectivety easy.
+ .
+ Role::REST::Client will handle encoding and decoding when using the HTTP
+ verbs.
+ .
+ GET
+ .
+ PUT
+ .
+ POST
+ .
+ DELETE
+ .
+ OPTIONS
+ .
+ HEAD
+ .
+ Currently Role::REST::Client supports these encodings
+ .
+ application/json
+ .
+ application/x-www-form-urlencoded
+ .
+ application/xml
+ .
+ application/yaml
+ .
+ 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..81fb443
--- /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/Role-REST-Client
+Upstream-Contact: Kaare Rasmussen 
+Upstream-Name: Role-REST-Client
+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: Kaare Rasmussen 
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2016, 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

[librole-rest-client-perl] branch master created (now a741124)

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

mika pushed a change to branch master
in repository librole-rest-client-perl.

at  a741124   Finalize Debian packaging work for initial upload

This branch includes the following new commits:

   new  cddd0ef   Initial packaging by dh-make-perl 0.84
   new  a741124   Finalize Debian packaging work for initial upload

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/librole-rest-client-perl.git

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


[libhttp-thin-perl] 01/01: pristine-tar data for libhttp-thin-perl_0.006.orig.tar.gz

2016-07-03 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 libhttp-thin-perl.

commit 8d69e1a72c09190ac01bf96e3bf558e3800513ef
Author: Michael Prokop <m...@debian.org>
Date:   Sun Jul 3 15:54:56 2016 +0200

pristine-tar data for libhttp-thin-perl_0.006.orig.tar.gz
---
 libhttp-thin-perl_0.006.orig.tar.gz.delta | Bin 0 -> 1063 bytes
 libhttp-thin-perl_0.006.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libhttp-thin-perl_0.006.orig.tar.gz.delta 
b/libhttp-thin-perl_0.006.orig.tar.gz.delta
new file mode 100644
index 000..5351645
Binary files /dev/null and b/libhttp-thin-perl_0.006.orig.tar.gz.delta differ
diff --git a/libhttp-thin-perl_0.006.orig.tar.gz.id 
b/libhttp-thin-perl_0.006.orig.tar.gz.id
new file mode 100644
index 000..7b3e41e
--- /dev/null
+++ b/libhttp-thin-perl_0.006.orig.tar.gz.id
@@ -0,0 +1 @@
+7009185f0497a083a58d2b84010b1a129a8007cc

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

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


[libhttp-thin-perl] 01/02: Initial packaging by dh-make-perl 0.84

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

mika pushed a commit to branch master
in repository libhttp-thin-perl.

commit c517300f35d6731b1ac7573f1dc63788fbd8dc39
Author: Michael Prokop <m...@debian.org>
Date:   Sun Jul 3 15:54:56 2016 +0200

Initial packaging by dh-make-perl 0.84
---
 debian/changelog |  5 +
 debian/compat|  1 +
 debian/control   | 37 +
 debian/copyright | 36 
 debian/rules |  4 
 debian/source/format |  1 +
 debian/upstream/metadata |  6 ++
 debian/watch |  2 ++
 8 files changed, 92 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..9d8bbd3
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libhttp-thin-perl (0.006-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #779730)
+
+ -- Michael Prokop <m...@debian.org>  Sun, 3 Jul 2016 15:54:56 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..aa4e204
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,37 @@
+Source: libhttp-thin-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 (>= 9)
+Build-Depends-Indep: libclass-method-modifiers-perl,
+ libhash-multivalue-perl,
+ libhttp-message-perl,
+ libsafe-isa-perl,
+ perl (>= 5.13.9)
+Standards-Version: 3.9.6
+Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libhttp-thin-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhttp-thin-perl.git
+Homepage: https://metacpan.org/release/HTTP-Thin
+Testsuite: autopkgtest-pkg-perl
+
+Package: libhttp-thin-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libclass-method-modifiers-perl,
+ libhash-multivalue-perl,
+ libhttp-message-perl,
+ libsafe-isa-perl,
+ perl (>= 5.13.9)
+Description: A Thin Wrapper around HTTP::Tiny to play nice with HTTP::Message
+ WARNING: HTTP::Thin is untested beyond the very basics. The implementation is
+ simple enough that it shouldn't do evil things but, yeah it's still not
+ approved for use by small children.
+ .
+ HTTP::Thin is a thin wrapper around HTTP::Tiny adding the ability to pass in
+ HTTP::Request objects and get back HTTP::Response objects. The maintainers of
+ HTTP::Tiny, justifiably, don't want to have to maintain compatibility but
+ many other projects already consume the HTTP::Message objects. This is just
+ glue code doing what it does best.
+ .
+ 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..85641c0
--- /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/HTTP-Thin
+Upstream-Contact: Chris Prather <ch...@prather.org>
+Upstream-Name: HTTP-Thin
+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: Chris Prather <ch...@prather.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2016, 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/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 000..c3dc204
-

[libhttp-thin-perl] branch pristine-tar created (now 8d69e1a)

2016-07-03 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 libhttp-thin-perl.

at  8d69e1a   pristine-tar data for libhttp-thin-perl_0.006.orig.tar.gz

This branch includes the following new commits:

   new  8d69e1a   pristine-tar data for libhttp-thin-perl_0.006.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/libhttp-thin-perl.git

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


[libhttp-thin-perl] branch master created (now 660dd22)

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

mika pushed a change to branch master
in repository libhttp-thin-perl.

at  660dd22   Finalize Debian packaging work for initial upload

This branch includes the following new commits:

   new  c517300   Initial packaging by dh-make-perl 0.84
   new  660dd22   Finalize Debian packaging work for initial upload

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

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


[libhttp-thin-perl] 02/02: Finalize Debian packaging work for initial upload

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

mika pushed a commit to branch master
in repository libhttp-thin-perl.

commit 660dd2299ca1d6d076c09fb0e28a8f05fd140ee3
Author: Michael Prokop <m...@debian.org>
Date:   Sun Jul 3 16:00:20 2016 +0200

Finalize Debian packaging work for initial upload
---
 debian/changelog |  2 +-
 debian/control   | 12 +++-
 debian/copyright | 10 +-
 3 files changed, 5 insertions(+), 19 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9d8bbd3..24947d7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libhttp-thin-perl (0.006-1) UNRELEASED; urgency=low
+libhttp-thin-perl (0.006-1) unstable; urgency=low
 
   * Initial Release. (Closes: #779730)
 
diff --git a/debian/control b/debian/control
index aa4e204..3ef56e7 100644
--- a/debian/control
+++ b/debian/control
@@ -9,9 +9,9 @@ Build-Depends-Indep: libclass-method-modifiers-perl,
  libhttp-message-perl,
  libsafe-isa-perl,
  perl (>= 5.13.9)
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libhttp-thin-perl.git
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhttp-thin-perl.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libhttp-thin-perl.git
 Homepage: https://metacpan.org/release/HTTP-Thin
 Testsuite: autopkgtest-pkg-perl
 
@@ -23,15 +23,9 @@ Depends: ${misc:Depends}, ${perl:Depends},
  libhttp-message-perl,
  libsafe-isa-perl,
  perl (>= 5.13.9)
-Description: A Thin Wrapper around HTTP::Tiny to play nice with HTTP::Message
- WARNING: HTTP::Thin is untested beyond the very basics. The implementation is
- simple enough that it shouldn't do evil things but, yeah it's still not
- approved for use by small children.
- .
+Description: Thin Wrapper around HTTP::Tiny to play nice with HTTP::Message
  HTTP::Thin is a thin wrapper around HTTP::Tiny adding the ability to pass in
  HTTP::Request objects and get back HTTP::Response objects. The maintainers of
  HTTP::Tiny, justifiably, don't want to have to maintain compatibility but
  many other projects already consume the HTTP::Message objects. This is just
  glue code doing what it does best.
- .
- This description was automagically extracted from the module by dh-make-perl.
diff --git a/debian/copyright b/debian/copyright
index 85641c0..cdb7115 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,17 +2,9 @@ Format: 
http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/HTTP-Thin
 Upstream-Contact: Chris Prather <ch...@prather.org>
 Upstream-Name: HTTP-Thin
-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: Chris Prather <ch...@prather.org>
+Copyright: 2013, Chris Prather <ch...@prather.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/libhttp-thin-perl.git

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


[libhttp-thin-perl] tag debian/0.006-1 created (now 660dd22)

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

mika pushed a change to tag debian/0.006-1
in repository libhttp-thin-perl.

at  660dd22   (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/libhttp-thin-perl.git

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


[libhttp-thin-perl] tag upstream/0.006 created (now 3427626)

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

mika pushed a change to tag upstream/0.006
in repository libhttp-thin-perl.

at  3427626   (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/libhttp-thin-perl.git

___
Pkg-perl-cvs-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: 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 
/srv/git.debian.org/git

[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

[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