[libsys-virt-perl] annotated tag debian/2.0.0-1 created (now 4c128a3)

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

carnil pushed a change to annotated tag debian/2.0.0-1
in repository libsys-virt-perl.

at  4c128a3   (tag)
   tagging  b4cccd82d01fa992e4e03d175fa1b38a0b476a6a (commit)
  replaces  debian/1.3.5-1
 tagged by  Salvatore Bonaccorso
on  Sat Jul 2 07:30:27 2016 +0200

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

iQIcBAABCgAGBQJXd1FzAAoJEAVMuPMTQ89EtkwP/RtN5h8ELMpTtOUZua5KMotL
yp0Fdaa5y4HGUc8k+C5AKAMHVTGo10E8il/o/7g7LaaskRox1OioyjbFQfmqo8vk
ry3YbyeNf2ZxWrLeHqisHJTo7CB7lQ0gTJBSlDsOQQ6HLt4HjL47d49Z/CrWLibj
cBBiys0Dqnni0xxb97dcDeM3Bq3wk9RY22DEpWp2bEa4Rpcq/rItY9RJmA9NgZLw
FKDxjYUBTCREIbeeLd34wLuwadUqh1e/DYf28rD0RocyjU/IuKUiM8hAInI/4xNI
UMzmKER/zQ33dqb9FvGZbjxsK9kGWA4eL6ROh2Smd8yns08J+nPmX1LWAIELgiLO
9GoTNn5S/NttM2KkGqI927fIMc2y9/iCSivAVzy8JFd9Qe1kbIwJxNNvJap5VnMK
uwlx71jeM6RhgUauu0qJ1VvkCwj20zSON2gOfAEQMOGYuDPe3tBg/sOT10BXY6b+
arV3gMuU1g5SwLkk9qXfWVxWoLyMycTK15fPX3Jr2n4Xo3L1iFcU9uOTiH9kR1mA
BxhK5uW7jhW4gakg5ezTcM+Mjsah2qZrDvI6kiamqL8X4LiJaP91IViYQthoNKjh
uNtE93KlITfIf54ytYAF2pRgGcPKm1iSUWk9VfT67pUMsBpb6aQ15y2llCb03jAM
pi3hx/4YEjWdBfhmqLX3
=UGwy
-END PGP SIGNATURE-

Daniel P. Berrange (7):
  Bump to 1.3.6 for next release
  Change next version to 2.0.0
  Add VIR_MIGRATE_PARAM_AUTO_CONVERGE_INITIAL|INCREMENT constants
  Add VIR_DOMAIN_JOB_AUTO_CONVERGE_THROTTLE constant
  Add storage pool events
  Add virDomainGetGuestVcpus and virDomainSetGuestVcpus APIs
  Set date for 2.0.0 release

Michal Privoznik (2):
  Prefer virTypedParameterPtr over virTypedParameter *
  get/set_memory_parameters: Favour virTypedParameter over 
virMemoryParameter

Salvatore Bonaccorso (8):
  Imported Upstream version 2.0.0
  Merge tag 'upstream/2.0.0'
  Update debian/changelog
  Bump versioned Build-Depends on libvirt-dev to (>= 2.0.0~)
  Drop one spelling error in manpage fixing patch (applied upstream)
  Refresh fix-more-spelling-error-in-manpage.patch patch
  Enable all hardening build flags
  Prepare changelog for release

---

This annotated tag includes the following new commits:

   new  28383e6   Enable all hardening build flags
   new  b4cccd8   Prepare changelog for release

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


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

___
Pkg-perl-cvs-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-virt-perl] 01/02: Enable all hardening build flags

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

carnil pushed a commit to branch master
in repository libsys-virt-perl.

commit 28383e6e477d2bfba688ff8fb88e2395ec2e6df6
Author: Salvatore Bonaccorso 
Date:   Sat Jul 2 07:24:38 2016 +0200

Enable all hardening build flags
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..d8309f6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,6 @@
 #!/usr/bin/make -f
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
 %:
dh $@

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

___
Pkg-perl-cvs-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-virt-perl] 02/02: Prepare changelog for release

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

carnil pushed a commit to branch master
in repository libsys-virt-perl.

commit b4cccd82d01fa992e4e03d175fa1b38a0b476a6a
Author: Salvatore Bonaccorso 
Date:   Sat Jul 2 07:24:57 2016 +0200

Prepare changelog for release

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

diff --git a/debian/changelog b/debian/changelog
index fdc2c57..804d823 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
-libsys-virt-perl (2.0.0-1) UNRELEASED; urgency=medium
+libsys-virt-perl (2.0.0-1) unstable; urgency=medium
 
   * Import upstream version 2.0.0
+  * Bump versioned Build-Depends on libvirt-dev to (>= 2.0.0~)
+  * Drop one spelling error in manpage fixing patch (applied upstream)
+  * Refresh fix-more-spelling-error-in-manpage.patch patch
+  * Enable all hardening build flags
 
- -- Salvatore Bonaccorso   Fri, 01 Jul 2016 19:53:09 +0200
+ -- Salvatore Bonaccorso   Sat, 02 Jul 2016 07:24:50 +0200
 
 libsys-virt-perl (1.3.5-1) unstable; urgency=medium
 

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

___
Pkg-perl-cvs-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-virt-perl] branch master updated (522b0bd -> b4cccd8)

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

carnil pushed a change to branch master
in repository libsys-virt-perl.

  from  522b0bd   Refresh fix-more-spelling-error-in-manpage.patch patch
   new  28383e6   Enable all hardening build flags
   new  b4cccd8   Prepare changelog for release

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


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

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

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


[libfile-map-perl] 01/01: Add patch to fix test failures on hurd-i386.

2016-07-01 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository libfile-map-perl.

commit 6249080b4e49f97637271f8f210fb64db317704d
Author: Bas Couwenberg 
Date:   Sat Jul 2 02:47:40 2016 +0200

Add patch to fix test failures on hurd-i386.
---
 debian/changelog  |  1 +
 debian/patches/hurd.patch | 28 
 debian/patches/series |  1 +
 3 files changed, 30 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 8360772..0265f07 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libfile-map-perl (0.64-2) UNRELEASED; urgency=medium
 
   * Team upload.
   * Add gbp.conf to use pristine-tar by default.
+  * Add patch to fix test failures on hurd-i386.
 
  -- Bas Couwenberg   Sat, 25 Jun 2016 00:16:21 +0200
 
diff --git a/debian/patches/hurd.patch b/debian/patches/hurd.patch
new file mode 100644
index 000..0406e93
--- /dev/null
+++ b/debian/patches/hurd.patch
@@ -0,0 +1,28 @@
+Description: Fix test failures on hurd-i386.
+ Make madvise() no-op, not implemented on Hurd.
+ Skip threads tests, thread implementation problematic.
+Author: Bas Couwenberg 
+Forwarded: https://github.com/Leont/file-map/pull/6
+
+--- a/lib/File/Map.xs
 b/lib/File/Map.xs
+@@ -135,7 +135,7 @@ static size_t page_size() {
+ }
+ #endif
+ 
+-#ifdef VMS
++#if defined(VMS) || defined(__GNU__)
+ #define madvise(address, length, advice) 0
+ #endif
+ 
+--- a/t/20-threads.t
 b/t/20-threads.t
+@@ -5,7 +5,7 @@ use warnings;
+ use Config;
+ BEGIN {
+   # Yes, this is really necessary
+-  if ($Config{useithreads}) {
++  if ($Config{useithreads} && $^O ne 'gnu') {
+   require threads;
+   threads->import();
+   require Test::More;
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..27e280c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+hurd.patch

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

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


[libfile-map-perl] branch master updated (6b4eb50 -> 6249080)

2016-07-01 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository libfile-map-perl.

  from  6b4eb50   Add gbp.conf to use pristine-tar by default.
   new  6249080   Add patch to fix test failures on hurd-i386.

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


Summary of changes:
 debian/changelog  |  1 +
 debian/patches/hurd.patch | 28 
 debian/patches/series |  1 +
 3 files changed, 30 insertions(+)
 create mode 100644 debian/patches/hurd.patch
 create mode 100644 debian/patches/series

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

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


[pdl] tag debian/2.016-2 created (now e3d65eb)

2016-07-01 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to tag debian/2.016-2
in repository pdl.

at  e3d65eb   (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/pdl.git

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


[pdl] branch master updated (e78624e -> e3d65eb)

2016-07-01 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository pdl.

  from  e78624e   Add libfile-map-perl & libmodule-compile-perl to (build) 
dependencies.
   new  e3d65eb   Set distribution to unstable.

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


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

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

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


[pdl] 01/01: Set distribution to unstable.

2016-07-01 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository pdl.

commit e3d65ebfbd03db06266a261e2deb5b00e9be0280
Author: Bas Couwenberg 
Date:   Sat Jul 2 00:43:19 2016 +0200

Set distribution to unstable.
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7ac9cdd..6bc4cf8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-pdl (1:2.016-2) UNRELEASED; urgency=medium
+pdl (1:2.016-2) unstable; urgency=medium
 
   * Team upload.
   * Add libfile-map-perl & libmodule-compile-perl to (build) dependencies.
 
- -- Bas Couwenberg   Sat, 25 Jun 2016 15:07:20 +0200
+ -- Bas Couwenberg   Sat, 02 Jul 2016 00:42:57 +0200
 
 pdl (1:2.016-1) unstable; urgency=medium
 

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

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


[libmail-rfc822-address-perl] 01/01: Upload to unstable as 0.4-1 with urgency=low

2016-07-01 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libmail-rfc822-address-perl.

commit 124ce89b0fe4c4a738493a11ef41c1ddde0b28f9
Author: Axel Beckert 
Date:   Fri Jul 1 23:11:34 2016 +0200

Upload to unstable as 0.4-1 with urgency=low
---
 debian/changelog | 22 ++
 1 file changed, 10 insertions(+), 12 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 67dafd1..cd7b4a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,6 @@
-libmail-rfc822-address-perl (0.4-1) UNRELEASED; urgency=low
+libmail-rfc822-address-perl (0.4-1) unstable; urgency=low
+
+  * Team upload.
 
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
@@ -8,6 +10,12 @@ libmail-rfc822-address-perl (0.4-1) UNRELEASED; urgency=low
 svn.debian.org to anonscm.debian.org URL.
   * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
   * Change search.cpan.org based URIs to metacpan.org based URIs
+  * Update Vcs-Browser URL to cgit web frontend
+  * debian/control: Use HTTPS transport protocol for Vcs-Git URI
+
+  [ gregor herrmann ]
+  * Strip trailing slash from metacpan URLs.
+  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
 
   [ Axel Beckert ]
   * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
@@ -21,17 +29,7 @@ libmail-rfc822-address-perl (0.4-1) UNRELEASED; urgency=low
   * Fix spelling error in package description.
   * Fix lintian warning copyright-refers-to-symlink-license.
 
-  [ gregor herrmann ]
-  * Strip trailing slash from metacpan URLs.
-
-  [ Salvatore Bonaccorso ]
-  * Update Vcs-Browser URL to cgit web frontend
-  * debian/control: Use HTTPS transport protocol for Vcs-Git URI
-
-  [ gregor herrmann ]
-  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
-
- -- Ansgar Burchardt   Wed, 27 Jul 2011 18:45:29 +0200
+ -- Axel Beckert   Fri, 01 Jul 2016 23:03:36 +0200
 
 libmail-rfc822-address-perl (0.3-4) unstable; urgency=low
 

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

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


[libmail-rfc822-address-perl] branch master updated (63c642f -> 124ce89)

2016-07-01 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository libmail-rfc822-address-perl.

  from  63c642f   Fix lintian warning copyright-refers-to-symlink-license
   new  124ce89   Upload to unstable as 0.4-1 with urgency=low

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


Summary of changes:
 debian/changelog | 22 ++
 1 file changed, 10 insertions(+), 12 deletions(-)

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

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


[libmail-rfc822-address-perl] annotated tag debian/0.4-1 created (now 49e8f84)

2016-07-01 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to annotated tag debian/0.4-1
in repository libmail-rfc822-address-perl.

at  49e8f84   (tag)
   tagging  124ce89b0fe4c4a738493a11ef41c1ddde0b28f9 (commit)
  replaces  upstream/0.4
 tagged by  Axel Beckert
on  Fri Jul 1 23:16:46 2016 +0200

- Log -
libmail-rfc822-address-perl Debian release 0.4-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCAAGBQJXdt2+AAoJEC/5zVlhJha1e/YQAMB27BFZiyV83XfKneQ/GACi
gALDmmqTxVfPawLKohD2mO8TUxk19cNn+/44wPN/Y3PadHvIoy3J58ykFFKIWI5Y
8YCA2EfzRNI2l0CmmOLQaqv9No941y3hHly5ubjbrMpIbfbkjqM/qhR8wMH5ifyq
nn3peFhyQE6UvlSOAiVzSlkFqZUr6T45BT1C6neMibD5uOyMDIEfeLWyzXpjfeE2
z1/oI18NuT4PCbfNsrXrfuvejbauIDYZylxO4hrfGN6RIaBaO8RL1HISgZQ/5RYb
rKnxV77UK8iBs9dq3fDBOtJyydgdBD1KLXMf9terhAWblsV8x2T6zbfAE7AieB5i
BzXV5SImUJjqsKEFOA4R5d8mcE0NOFx83E75O70gsvLykwA0SqhCi4x/j2JGs/w9
e3IgLVRQWggeUrv+1YL3K45FWWkbGa0V2kAWyRd5xoC2VR2acBTRYEm9yfD9hlIZ
uTRna/KvaFyVEBkZVzO6aMcUlB0SqdgqVAW9FCU8F+wjX7MjcxKydoXDmIBiQBcj
6Si5MVyw6zY8YBN/s4liy/n4Ek+1QnRkWgKqo0udeNIX95uC+fPo9LPKnzVCOaEv
FseJP5QMGxTnQYsaSFWH4JMqoLG5f6vmBAw9hjugjV4FR+PyN5eGF0ZriOigtHmv
bUYng/Jvmn/zRcw66TRh
=R/FC
-END PGP SIGNATURE-

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

Axel Beckert (11):
  debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix 
dpkg-copyright"
  Add upstream website to debian/watch since that has a newer version
  Merge tag 'upstream/0.4'
  Update changelog for new upstream release
  Use developer's page as Homepage header as it's more uptodate
  Declare compliance with Debian Policy 3.9.8
  Bump debhelper compatibility and its versioned build-dependency to 9
  Mark package as autopkgtestable
  Fix spelling error in package description
  Fix lintian warning copyright-refers-to-symlink-license
  Upload to unstable as 0.4-1 with urgency=low

Gregor Herrmann (9):
  [svn-inject] Applying Debian modifications to trunk
  Document the takeover
  [packagecheck] fixed Vcs-(Svn|Browser)/Homepage field(s) in 
debian/control and/or URL in debian/watch and/or rmdir /usr/{lib|share}/perl5 
in debian/rules.
  * Add /me to Uploaders.
  d/control cleanup
  releasing 0.3-3
  Rename source package to libmail-rfc822-address-perl.
  * Minimize debian/rules.
  releasing version 0.3-4

Nathan Handler (2):
  [mass-commit] debian/watch: Modify to ignore development releases.
  Email change: nhandler -> nhand...@debian.org

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

Salvatore Bonaccorso (9):
  [packagecheck] fixed Vcs-(Git|Browser)/Homepage field(s) in 
debian/control and/or URL in debian/watch and/or rmdir /usr/{lib|share}/perl5 
in debian/rules.
  Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  update changelog
  Change search.cpan.org based URIs to metacpan.org based URIs
  update changelog
  Update Vcs-Browser URL to cgit web frontend
  update changelog
  debian/control: Use HTTPS transport protocol for Vcs-Git URI
  update changelog

gregor herrmann (4):
  Strip trailing slash from metacpan URLs.
  update changelog
  debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  update changelog

---

This annotated tag includes the following new commits:

   new  124ce89   Upload to unstable as 0.4-1 with urgency=low

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

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


[pkg-perl-tools] 02/02: update changelog

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

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

commit e4d2aef630ef35bf1b0d4bfa45a8f2792678ad3d
Author: gregor herrmann 
Date:   Sat Jul 2 00:18:43 2016 +0200

update changelog

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

diff --git a/debian/changelog b/debian/changelog
index 395b770..2401dd8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+pkg-perl-tools (0.33) UNRELEASED; urgency=medium
+
+  * scripts/import-orig: handle upstream versions with debian suffixes by
+using uscan's debian-uversion for dch in order to get the suffixed
+version into the new changelog header.
+
+ -- gregor herrmann   Sat, 02 Jul 2016 00:18:22 +0200
+
 pkg-perl-tools (0.32) unstable; urgency=medium
 
   [ intrigeri ]

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

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


[pkg-perl-tools] 01/02: scripts/import-orig: handle upstream versions with debian suffixes

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

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

commit d64deff0dc4cf3891574fbfe63cc0e98eea13264
Author: gregor herrmann 
Date:   Sat Jul 2 00:17:06 2016 +0200

scripts/import-orig: handle upstream versions with debian suffixes

by using uscan's debian-uversion for dch in order to get the suffixed
version into the new changelog header.
---
 scripts/import-orig | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/scripts/import-orig b/scripts/import-orig
index 0850b56..f7f3786 100755
--- a/scripts/import-orig
+++ b/scripts/import-orig
@@ -35,6 +35,7 @@ PKG="$(dpkg-parsechangelog --show-field Source)"
 USCAN="$(uscan --report-status --dehs|| true)"
 UVERSION="$(echo $USCAN | perl -nE 
'/([^<]+)<\/upstream-version>/ and say $1')"
 UVERSIONZERO="$(echo "$UVERSION" | perl -ne 'print if s/0+$//')"
+DEBUVERSION="$(echo $USCAN | perl -nE 
'/([^<]+)<\/debian-uversion>/ and say $1')"
 # in case of error, don't crash, just set to null string.
 UTAG=''
 UTAG="$(git tag | grep -x "v\?$UVERSION" || git tag | grep -- "-$UVERSION\$")" 
|| /bin/true
@@ -59,9 +60,9 @@ ${IMPORT_CMD} --no-interactive --pristine-tar 
${UTAG:+--upstream-vcs-tag="$UTAG"
 DVERSION="$(dpkg-parsechangelog --show-field Version)"
 # from uupdate
 eval $(echo "$DVERSION" | perl -ne '/^(?:(\d+):)?(.*)/; print "EPOCH=$1\n";')
-NEWVERSION="${UVERSION}-1"
+NEWVERSION="${DEBUVERSION}-1"
 if [ -n "$EPOCH" ] ; then
-   NEWVERSION="${EPOCH}:${UVERSION}-1"
+   NEWVERSION="${EPOCH}:${DEBUVERSION}-1"
 fi
 dch -v${NEWVERSION} --no-auto-nmu --mainttrailer --release-heuristic=changelog 
"Import upstream version ${UVERSION}"
 git add debian/changelog

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

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


[pkg-perl-tools] branch master updated (d60fc0c -> e4d2aef)

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

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

  from  d60fc0c   releasing package pkg-perl-tools version 0.32
   new  d64deff   scripts/import-orig: handle upstream versions with debian 
suffixes
   new  e4d2aef   update changelog

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


Summary of changes:
 debian/changelog| 8 
 scripts/import-orig | 5 +++--
 2 files changed, 11 insertions(+), 2 deletions(-)

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

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


[libmail-rfc822-address-perl] 08/09: Fix spelling error in package description

2016-07-01 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libmail-rfc822-address-perl.

commit 1a4d0ec73e2f075a0027d9967dc6ab18cf85c216
Author: Axel Beckert 
Date:   Fri Jul 1 23:01:37 2016 +0200

Fix spelling error in package description

Reported by Lintian
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 5483161..87010de 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,7 @@ libmail-rfc822-address-perl (0.4-1) UNRELEASED; urgency=low
   * Declare compliance with Debian Policy 3.9.8.
   * Bump debhelper compatibility and its versioned build-dependency to 9.
   * Mark package as autopkgtestable.
+  * Fix spelling error in package description.
 
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
diff --git a/debian/control b/debian/control
index 3be0d39..3ac8716 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Description: Perl extension for validating email addresses
  Mail::RFC822::Address validates email addresses against the grammar described
  in RFC 822 using regular expressions.  How to validate a user supplied email
  address is a FAQ (see perlfaq9): the only sure way to see if a supplied email
- address is genuine is to send an email to it and see if the user recieves it.
+ address is genuine is to send an email to it and see if the user receives it.
  The one useful check that can be performed on an address is to check that the
  email address is syntactically valid.  That is what this module does.
  .

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

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


[libmail-rfc822-address-perl] 06/09: Bump debhelper compatibility and its versioned build-dependency to 9

2016-07-01 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libmail-rfc822-address-perl.

commit 6182d6cca72ba333ee513b66f154f5c9a3c690d9
Author: Axel Beckert 
Date:   Fri Jul 1 22:59:11 2016 +0200

Bump debhelper compatibility and its versioned build-dependency to 9
---
 debian/changelog | 1 +
 debian/compat| 2 +-
 debian/control   | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f9aed09..bf384f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ libmail-rfc822-address-perl (0.4-1) UNRELEASED; urgency=low
   * Import upstream release 0.4. (Hasn't been published on CPAN.)
   * Use developer's page as Homepage header as it's more uptodate.
   * Declare compliance with Debian Policy 3.9.8.
+  * Bump debhelper compatibility and its versioned build-dependency to 9.
 
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index c4758cb..424f236 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: libmail-rfc822-address-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: perl
 Maintainer: Debian Perl Group 
 Uploaders: gregor herrmann 

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

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


[libmail-rfc822-address-perl] branch pristine-tar updated (930c0b7 -> 71c4a20)

2016-07-01 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch pristine-tar
in repository libmail-rfc822-address-perl.

  from  930c0b7   pristine-tar data for 
libmail-rfc822-address-perl_0.3.orig.tar.gz
   new  71c4a20   pristine-tar data for 
libmail-rfc822-address-perl_0.4.orig.tar.gz

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


Summary of changes:
 libmail-rfc822-address-perl_0.4.orig.tar.gz.delta | Bin 0 -> 926 bytes
 libmail-rfc822-address-perl_0.4.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libmail-rfc822-address-perl_0.4.orig.tar.gz.delta
 create mode 100644 libmail-rfc822-address-perl_0.4.orig.tar.gz.id

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

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


[libmail-rfc822-address-perl] 05/09: Declare compliance with Debian Policy 3.9.8

2016-07-01 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libmail-rfc822-address-perl.

commit 05c04680bf18aa7e7d564362421ae3074f4fcf06
Author: Axel Beckert 
Date:   Fri Jul 1 22:57:17 2016 +0200

Declare compliance with Debian Policy 3.9.8
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index bbcfafe..f9aed09 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ libmail-rfc822-address-perl (0.4-1) UNRELEASED; urgency=low
   * Add upstream website to debian/watch since that has a newer version.
   * Import upstream release 0.4. (Hasn't been published on CPAN.)
   * Use developer's page as Homepage header as it's more uptodate.
+  * Declare compliance with Debian Policy 3.9.8.
 
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
diff --git a/debian/control b/debian/control
index 41ec987..c4758cb 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl
 Maintainer: Debian Perl Group 
 Uploaders: gregor herrmann 
-Standards-Version: 3.8.4
+Standards-Version: 3.9.8
 Homepage: http://www.ex-parrot.com/~pdw/Mail-RFC822-Address.html
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libmail-rfc822-address-perl.git
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libmail-rfc822-address-perl.git

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

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


[libmail-rfc822-address-perl] 09/09: Fix lintian warning copyright-refers-to-symlink-license

2016-07-01 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libmail-rfc822-address-perl.

commit 63c642f46a2645fe06b1c3842a80d4b2d3fcaa77
Author: Axel Beckert 
Date:   Fri Jul 1 23:02:55 2016 +0200

Fix lintian warning copyright-refers-to-symlink-license
---
 debian/changelog | 1 +
 debian/copyright | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 87010de..67dafd1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,7 @@ libmail-rfc822-address-perl (0.4-1) UNRELEASED; urgency=low
   * Bump debhelper compatibility and its versioned build-dependency to 9.
   * Mark package as autopkgtestable.
   * Fix spelling error in package description.
+  * Fix lintian warning copyright-refers-to-symlink-license.
 
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
diff --git a/debian/copyright b/debian/copyright
index d21ce53..dc37628 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -36,4 +36,4 @@ License: GPL-1+
  any later version.
  .
  On Debian GNU/Linux systems, the complete text of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL'
+ Public License can be found in `/usr/share/common-licenses/GPL-1'

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

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


[libmail-rfc822-address-perl] 01/01: pristine-tar data for libmail-rfc822-address-perl_0.4.orig.tar.gz

2016-07-01 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch pristine-tar
in repository libmail-rfc822-address-perl.

commit 71c4a2033344673b1a0cba14912108f726d2fed5
Author: Axel Beckert 
Date:   Fri Jul 1 22:49:22 2016 +0200

pristine-tar data for libmail-rfc822-address-perl_0.4.orig.tar.gz
---
 libmail-rfc822-address-perl_0.4.orig.tar.gz.delta | Bin 0 -> 926 bytes
 libmail-rfc822-address-perl_0.4.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libmail-rfc822-address-perl_0.4.orig.tar.gz.delta 
b/libmail-rfc822-address-perl_0.4.orig.tar.gz.delta
new file mode 100644
index 000..392a374
Binary files /dev/null and b/libmail-rfc822-address-perl_0.4.orig.tar.gz.delta 
differ
diff --git a/libmail-rfc822-address-perl_0.4.orig.tar.gz.id 
b/libmail-rfc822-address-perl_0.4.orig.tar.gz.id
new file mode 100644
index 000..fdf48bb
--- /dev/null
+++ b/libmail-rfc822-address-perl_0.4.orig.tar.gz.id
@@ -0,0 +1 @@
+3c363d8721131d19eb2c35f4775a9426e34d140e

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

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


[libmail-rfc822-address-perl] annotated tag upstream/0.4 created (now f3548ed)

2016-07-01 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to annotated tag upstream/0.4
in repository libmail-rfc822-address-perl.

at  f3548ed   (tag)
   tagging  beafc0c37c3eb0199b7807dadcf95493ff885821 (commit)
 tagged by  Axel Beckert
on  Fri Jul 1 22:49:22 2016 +0200

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

iQIcBAABCAAGBQJXdtdSAAoJEC/5zVlhJha1qLUP/2+/UzdQ8w6608KQUCphsWLq
IR5R490t3FKW2QkBC3G4k3K136urpnP03hqXyBtZsJz4hZzb/0NLYIhbC/zgj7t/
j7tU3CSwVPzeGSfhVsn5zFemnVtI0S6Ua1WOjgGOJ9UEByoR/ggC7wTSOik+bPh4
JGscKCQvdJSaTJJ2YM2h0QVPQb+wi0NuF9m2IL/v53PIPvGwcxip1Cv6hH8E8Z6P
geDCcsB8mAHYDWRPjpOOyA87y+0EblOy/gRIAnNO6oBF20aeydNDMNVxCoOMmrUC
B7yELqwBqyUfGifyKi+r0CHVymxMEjjW3qirg2+u/RpVQ3cnr+yyt3OsZVeNXLFn
1bgtJFOcC7SxY8twnagiJO0VwjZVZ/dozX38qECf2X+Z2KVEYmH72tcajizjBmZy
Iuh4ZF8RH+3tsXeEtw5WRohqS51DP75ktlAAJ8VtczAcAPdn8nFYQiLhpZOIV7Ch
x9YVjDYERszxotVM2Av2MoKZvwCsoZZy3pHcpO561ADNpLCnUCOvy5M8g/xMbzIW
SWkc91byTV67Aer5Lba5pCVZORCBAY5jPlzcLUOZgL7HFAH67lwlIEmOC0ZZnej9
60aW3q+NcrwWrubMVPaX2IxK4V7a0zF6NTAe5VIvvX/TZUXQptqGvw1Tz9DNBqd0
ofPlCfa2fGXfCXF2JtZM
=pehm
-END PGP SIGNATURE-

Axel Beckert (1):
  Imported Upstream version 0.4

Gregor Herrmann (1):
  [svn-inject] Installing original source of mail-rfc822-address

---

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

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


[libmail-rfc822-address-perl] 02/09: Merge tag 'upstream/0.4'

2016-07-01 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libmail-rfc822-address-perl.

commit c844e91c474383affbdfd7a28df69d1b071523f9
Merge: b341b24 beafc0c
Author: Axel Beckert 
Date:   Fri Jul 1 22:49:28 2016 +0200

Merge tag 'upstream/0.4'

Upstream version 0.4

# gpg: Signature made Fri Jul  1 22:49:22 2016 CEST
# gpg:using RSA key 2FF9CD59612616B5
# gpg: please do a --check-trustdb
# gpg: Good signature from "Axel Beckert "
# gpg: aka "Axel Beckert (E-Mail + Jabber) "
# gpg: aka "Axel Beckert (Symlink) "
# gpg: aka "[jpeg image of size 3155]"
# gpg: aka "Axel Stefan Beckert"
# gpg: aka "Axel Beckert (FSFE Fellow) "
# gpg: aka "Axel Beckert (Debian Developer) 
"

 Address.pm | 10 ++
 Changes|  5 +
 test.pl|  4 +++-
 3 files changed, 14 insertions(+), 5 deletions(-)

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

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


[libmail-rfc822-address-perl] 03/09: Update changelog for new upstream release

2016-07-01 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libmail-rfc822-address-perl.

commit 35ca883245afb6456248b4a3abcc5f3034c4f57c
Author: Axel Beckert 
Date:   Fri Jul 1 22:51:34 2016 +0200

Update changelog for new upstream release
---
 debian/changelog | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ee2c75c..583bdef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libmail-rfc822-address-perl (0.3-5) UNRELEASED; urgency=low
+libmail-rfc822-address-perl (0.4-1) UNRELEASED; urgency=low
 
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
@@ -13,6 +13,7 @@ libmail-rfc822-address-perl (0.3-5) UNRELEASED; urgency=low
   * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
 copyright"
   * Add upstream website to debian/watch since that has a newer version.
+  * Import upstream release 0.4. (Hasn't been published on CPAN.)
 
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.

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

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


[libmail-rfc822-address-perl] 01/09: Add upstream website to debian/watch since that has a newer version

2016-07-01 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libmail-rfc822-address-perl.

commit b341b24cc331b69159084d2d07dd09e09fce94be
Author: Axel Beckert 
Date:   Fri Jul 1 22:45:37 2016 +0200

Add upstream website to debian/watch since that has a newer version
---
 debian/changelog | 1 +
 debian/watch | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index ef45d33..ee2c75c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ libmail-rfc822-address-perl (0.3-5) UNRELEASED; urgency=low
   [ Axel Beckert ]
   * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
 copyright"
+  * Add upstream website to debian/watch since that has a newer version.
 
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
diff --git a/debian/watch b/debian/watch
index 0a280b3..79f089d 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
 version=3
 https://metacpan.org/release/Mail-RFC822-Address  
.+/Mail-RFC822-Address-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+http://www.ex-parrot.com/~pdw/Mail-RFC822-Address.html 
.+/Mail-RFC822-Address-?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

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

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


[libmail-rfc822-address-perl] 04/09: Use developer's page as Homepage header as it's more uptodate

2016-07-01 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libmail-rfc822-address-perl.

commit f09bdea325aa6655d304d8ed09bcddafb55512e2
Author: Axel Beckert 
Date:   Fri Jul 1 22:52:44 2016 +0200

Use developer's page as Homepage header as it's more uptodate
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 583bdef..bbcfafe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ libmail-rfc822-address-perl (0.4-1) UNRELEASED; urgency=low
 copyright"
   * Add upstream website to debian/watch since that has a newer version.
   * Import upstream release 0.4. (Hasn't been published on CPAN.)
+  * Use developer's page as Homepage header as it's more uptodate.
 
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
diff --git a/debian/control b/debian/control
index 275209d..41ec987 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Build-Depends-Indep: perl
 Maintainer: Debian Perl Group 
 Uploaders: gregor herrmann 
 Standards-Version: 3.8.4
-Homepage: https://metacpan.org/release/Mail-RFC822-Address
+Homepage: http://www.ex-parrot.com/~pdw/Mail-RFC822-Address.html
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libmail-rfc822-address-perl.git
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libmail-rfc822-address-perl.git
 

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

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


[libmail-rfc822-address-perl] 07/09: Mark package as autopkgtestable

2016-07-01 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libmail-rfc822-address-perl.

commit d04f942448308cc472501538669ec72b31579784
Author: Axel Beckert 
Date:   Fri Jul 1 23:00:30 2016 +0200

Mark package as autopkgtestable
---
 debian/changelog | 1 +
 debian/control   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index bf384f7..5483161 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ libmail-rfc822-address-perl (0.4-1) UNRELEASED; urgency=low
   * Use developer's page as Homepage header as it's more uptodate.
   * Declare compliance with Debian Policy 3.9.8.
   * Bump debhelper compatibility and its versioned build-dependency to 9.
+  * Mark package as autopkgtestable.
 
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
diff --git a/debian/control b/debian/control
index 424f236..3be0d39 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Standards-Version: 3.9.8
 Homepage: http://www.ex-parrot.com/~pdw/Mail-RFC822-Address.html
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libmail-rfc822-address-perl.git
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libmail-rfc822-address-perl.git
+Testsuite: autopkgtest-pkg-perl
 
 Package: libmail-rfc822-address-perl
 Architecture: all

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

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


[libsys-virt-perl] 01/05: Merge tag 'upstream/2.0.0'

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

carnil pushed a commit to branch master
in repository libsys-virt-perl.

commit 6eb37a4e5fd69241b7365252c7d0263a69f0f7b7
Merge: 727882c 29a2e8a
Author: Salvatore Bonaccorso 
Date:   Fri Jul 1 19:53:09 2016 +0200

Merge tag 'upstream/2.0.0'

Upstream version 2.0.0

 Changes |  10 ++
 META.yml|   2 +-
 MYMETA.json |   6 +-
 MYMETA.yml  |   6 +-
 Makefile.PL |   2 +-
 README  |   2 +-
 Virt.xs | 248 ++--
 lib/Sys/Virt.pm |  46 +++-
 lib/Sys/Virt/Domain.pm  |  47 +
 lib/Sys/Virt/StoragePool.pm |  41 
 perl-Sys-Virt.spec  |   2 +-
 t/030-api-coverage.t|   3 +
 12 files changed, 371 insertions(+), 44 deletions(-)

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

___
Pkg-perl-cvs-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-virt-perl] 04/05: Drop one spelling error in manpage fixing patch (applied upstream)

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

carnil pushed a commit to branch master
in repository libsys-virt-perl.

commit 7c90ced34245263aa8460f3905c79826c4868b26
Author: Salvatore Bonaccorso 
Date:   Fri Jul 1 19:55:39 2016 +0200

Drop one spelling error in manpage fixing patch (applied upstream)
---
 debian/patches/fix-spelling-error-in-manpage.patch | 27 --
 debian/patches/series  |  1 -
 2 files changed, 28 deletions(-)

diff --git a/debian/patches/fix-spelling-error-in-manpage.patch 
b/debian/patches/fix-spelling-error-in-manpage.patch
deleted file mode 100644
index ac19a16..000
--- a/debian/patches/fix-spelling-error-in-manpage.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-Description: Fix spelling errors in manpage
-Origin: vendor
-Author: Salvatore Bonaccorso 
-Last-Update: 2016-01-02
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=110845
-Bug: https://rt.cpan.org/Ticket/Display.html?id=110845
-
 a/lib/Sys/Virt.pm
-+++ b/lib/Sys/Virt.pm
-@@ -1494,7 +1494,7 @@ constants described later in this docume
- a subroutine reference that will receive the events.
- 
- All callbacks receive a C connection as the first parameter
--and a C object indiciating the domain on which the
-+and a C object indicating the domain on which the
- event occurred as the second parameter. Subsequent parameters vary
- according to the event type
- 
-@@ -1558,7 +1558,7 @@ constants described later in this docume
- a subroutine reference that will receive the events.
- 
- All callbacks receive a C connection as the first parameter
--and a C object indiciating the network on which the
-+and a C object indicating the network on which the
- event occurred as the second parameter. Subsequent parameters vary
- according to the event type
- 
diff --git a/debian/patches/series b/debian/patches/series
index 913f3f4..e7d5609 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-fix-spelling-error-in-manpage.patch
 fix-more-spelling-error-in-manpage.patch

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

___
Pkg-perl-cvs-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-virt-perl] 05/05: Refresh fix-more-spelling-error-in-manpage.patch patch

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

carnil pushed a commit to branch master
in repository libsys-virt-perl.

commit 522b0bd1147cc747212677b5e11bc2a013af7f37
Author: Salvatore Bonaccorso 
Date:   Fri Jul 1 19:57:09 2016 +0200

Refresh fix-more-spelling-error-in-manpage.patch patch
---
 debian/patches/fix-more-spelling-error-in-manpage.patch | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/patches/fix-more-spelling-error-in-manpage.patch 
b/debian/patches/fix-more-spelling-error-in-manpage.patch
index 1d21fd0..0deb2a7 100644
--- a/debian/patches/fix-more-spelling-error-in-manpage.patch
+++ b/debian/patches/fix-more-spelling-error-in-manpage.patch
@@ -1,9 +1,9 @@
 Description: Fix spelling errors in various manpages
 Origin: vendor
-Author: Salvatore Bonaccorso 
-Last-Update: 2016-04-18
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=113875
 Bug: https://rt.cpan.org/Ticket/Display.html?id=113875
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=113875
+Author: Salvatore Bonaccorso 
+Last-Update: 2016-07-01
 
 --- a/lib/Sys/Virt.pm
 +++ b/lib/Sys/Virt.pm
@@ -27,7 +27,7 @@ Bug: https://rt.cpan.org/Ticket/Display.html?id=113875
  parameter is currently unused and defaults to zero. The
 --- a/lib/Sys/Virt/Domain.pm
 +++ b/lib/Sys/Virt/Domain.pm
-@@ -1290,7 +1290,7 @@ Obtain information about the state of al
+@@ -1333,7 +1333,7 @@ Obtain information about the state of al
  guest domain. The returned list will have one element for each vCPU,
  where each elements contains a hash reference. The keys in the hash
  are, C the vCPU number, C the physical CPU on which the
@@ -36,7 +36,7 @@ Bug: https://rt.cpan.org/Ticket/Display.html?id=113875
  time of the vCPU, C the running state and C giving
  the allowed shedular placement. The value for C is a
  string representing a bitmask against physical CPUs, 8 cpus per
-@@ -1352,7 +1352,7 @@ documented later, and defaults to 0 if o
+@@ -1395,7 +1395,7 @@ documented later, and defaults to 0 if o
  =item my @stats = $dom->get_cpu_stats($startCpu, $numCpus, $flags=0)
  
  Requests the guests host physical CPU usage statistics, starting
@@ -45,7 +45,7 @@ Bug: https://rt.cpan.org/Ticket/Display.html?id=113875
  is -1 and C<$numCpus> is 1, then the utilization across all CPUs
  is returned. Returns an array of hash references, each element
  containing stats for one CPU.
-@@ -1448,7 +1448,7 @@ The elapsed time in milliseconds
+@@ -1491,7 +1491,7 @@ The elapsed time in milliseconds
  
  =item Sys::Virt::Domain::JOB_TIME_ELAPSED_NET
  

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

___
Pkg-perl-cvs-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-virt-perl] 01/01: pristine-tar data for libsys-virt-perl_2.0.0.orig.tar.gz

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

carnil pushed a commit to branch pristine-tar
in repository libsys-virt-perl.

commit 8808b812d847509d68fe60cb4587f94dd44797ed
Author: Salvatore Bonaccorso 
Date:   Fri Jul 1 19:53:09 2016 +0200

pristine-tar data for libsys-virt-perl_2.0.0.orig.tar.gz
---
 libsys-virt-perl_2.0.0.orig.tar.gz.delta | Bin 0 -> 3115 bytes
 libsys-virt-perl_2.0.0.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libsys-virt-perl_2.0.0.orig.tar.gz.delta 
b/libsys-virt-perl_2.0.0.orig.tar.gz.delta
new file mode 100644
index 000..cdc8ecd
Binary files /dev/null and b/libsys-virt-perl_2.0.0.orig.tar.gz.delta differ
diff --git a/libsys-virt-perl_2.0.0.orig.tar.gz.id 
b/libsys-virt-perl_2.0.0.orig.tar.gz.id
new file mode 100644
index 000..93dcfb6
--- /dev/null
+++ b/libsys-virt-perl_2.0.0.orig.tar.gz.id
@@ -0,0 +1 @@
+9636ad984d11b2b495979b5f2d001c3951e0f4a5

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

___
Pkg-perl-cvs-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-virt-perl] branch pristine-tar updated (8f9edbd -> 8808b81)

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

carnil pushed a change to branch pristine-tar
in repository libsys-virt-perl.

  from  8f9edbd   pristine-tar data for libsys-virt-perl_1.3.5.orig.tar.gz
   new  8808b81   pristine-tar data for libsys-virt-perl_2.0.0.orig.tar.gz

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


Summary of changes:
 libsys-virt-perl_2.0.0.orig.tar.gz.delta | Bin 0 -> 3115 bytes
 libsys-virt-perl_2.0.0.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libsys-virt-perl_2.0.0.orig.tar.gz.delta
 create mode 100644 libsys-virt-perl_2.0.0.orig.tar.gz.id

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

___
Pkg-perl-cvs-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-virt-perl] 02/05: Update debian/changelog

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

carnil pushed a commit to branch master
in repository libsys-virt-perl.

commit 94c4decc3f96f0bc52af5bc501f612fb2573e74c
Author: Salvatore Bonaccorso 
Date:   Fri Jul 1 19:53:09 2016 +0200

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index 1ab8a51..fdc2c57 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libsys-virt-perl (2.0.0-1) UNRELEASED; urgency=medium
+
+  * Import upstream version 2.0.0
+
+ -- Salvatore Bonaccorso   Fri, 01 Jul 2016 19:53:09 +0200
+
 libsys-virt-perl (1.3.5-1) unstable; urgency=medium
 
   [ gregor herrmann ]

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

___
Pkg-perl-cvs-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-virt-perl] branch master updated (727882c -> 522b0bd)

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

carnil pushed a change to branch master
in repository libsys-virt-perl.

  from  727882c   Prepare changelog for release
  adds  68d5c5c   Bump to 1.3.6 for next release
  adds  018d8f6   Change next version to 2.0.0
  adds  83af5e9   Add VIR_MIGRATE_PARAM_AUTO_CONVERGE_INITIAL|INCREMENT 
constants
  adds  6ada1a2   Add VIR_DOMAIN_JOB_AUTO_CONVERGE_THROTTLE constant
  adds  182b299   Add storage pool events
  adds  ea91d81   Add virDomainGetGuestVcpus and virDomainSetGuestVcpus APIs
  adds  2e7e4fc   Prefer virTypedParameterPtr over virTypedParameter *
  adds  7b184db   get/set_memory_parameters: Favour virTypedParameter over 
virMemoryParameter
  adds  455eff2   Set date for 2.0.0 release
  adds  29a2e8a   Imported Upstream version 2.0.0
   new  6eb37a4   Merge tag 'upstream/2.0.0'
   new  94c4dec   Update debian/changelog
   new  ad47acc   Bump versioned Build-Depends on libvirt-dev to (>= 2.0.0~)
   new  7c90ced   Drop one spelling error in manpage fixing patch (applied 
upstream)
   new  522b0bd   Refresh fix-more-spelling-error-in-manpage.patch patch

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


Summary of changes:
 Changes|  10 +
 META.yml   |   2 +-
 MYMETA.json|   6 +-
 MYMETA.yml |   6 +-
 Makefile.PL|   2 +-
 README |   2 +-
 Virt.xs| 248 ++---
 debian/changelog   |   6 +
 debian/control |   2 +-
 .../fix-more-spelling-error-in-manpage.patch   |  12 +-
 debian/patches/fix-spelling-error-in-manpage.patch |  27 ---
 debian/patches/series  |   1 -
 lib/Sys/Virt.pm|  46 +++-
 lib/Sys/Virt/Domain.pm |  47 
 lib/Sys/Virt/StoragePool.pm|  41 
 perl-Sys-Virt.spec |   2 +-
 t/030-api-coverage.t   |   3 +
 17 files changed, 384 insertions(+), 79 deletions(-)
 delete mode 100644 debian/patches/fix-spelling-error-in-manpage.patch

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

___
Pkg-perl-cvs-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-virt-perl] 03/05: Bump versioned Build-Depends on libvirt-dev to (>= 2.0.0~)

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

carnil pushed a commit to branch master
in repository libsys-virt-perl.

commit ad47acc3c07a649c56a338ff06baf99e651706b0
Author: Salvatore Bonaccorso 
Date:   Fri Jul 1 19:54:31 2016 +0200

Bump versioned Build-Depends on libvirt-dev to (>= 2.0.0~)
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index e7c42e5..fd0a26b 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends:
  libtest-pod-coverage-perl,
  libtest-pod-perl,
  libvirt-daemon,
- libvirt-dev (>= 1.3.5~),
+ libvirt-dev (>= 2.0.0~),
  libxml-xpath-perl,
  perl,
  pkg-config

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

___
Pkg-perl-cvs-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-virt-perl] annotated tag upstream/2.0.0 created (now b9739bc)

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

carnil pushed a change to annotated tag upstream/2.0.0
in repository libsys-virt-perl.

at  b9739bc   (tag)
   tagging  29a2e8a4b7f8c924b519db1ee56d421c1c3636b0 (commit)
  replaces  upstream/1.3.5
 tagged by  Salvatore Bonaccorso
on  Fri Jul 1 19:53:09 2016 +0200

- Log -
Upstream version 2.0.0

Daniel P. Berrange (7):
  Bump to 1.3.6 for next release
  Change next version to 2.0.0
  Add VIR_MIGRATE_PARAM_AUTO_CONVERGE_INITIAL|INCREMENT constants
  Add VIR_DOMAIN_JOB_AUTO_CONVERGE_THROTTLE constant
  Add storage pool events
  Add virDomainGetGuestVcpus and virDomainSetGuestVcpus APIs
  Set date for 2.0.0 release

Michal Privoznik (2):
  Prefer virTypedParameterPtr over virTypedParameter *
  get/set_memory_parameters: Favour virTypedParameter over 
virMemoryParameter

Salvatore Bonaccorso (1):
  Imported Upstream version 2.0.0

---

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

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


[libdigest-bcrypt-perl] annotated tag debian/1.205-1 created (now 5fcd26c)

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

gregoa pushed a change to annotated tag debian/1.205-1
in repository libdigest-bcrypt-perl.

at  5fcd26c   (tag)
   tagging  e60389f4e00312c1b346fe1e2636b98c965bcb00 (commit)
  replaces  upstream/1.205
 tagged by  gregor herrmann
on  Fri Jul 1 18:38:16 2016 +0200

- Log -
tagging package libdigest-bcrypt-perl version debian/1.205-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJXdpx4XxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGTkwP/0ACLK3Uko3Pntd7CXgxthkZ
6f4+U619Jsw40OLJQ4D/IsSFnUdP3dVcbZoyhvI2aJCoM1Xt/QQWyuIABWzVLquX
0ENiaSZ9QfGyL1uNDtxmSxtsl6ciB2/MuuePZHQ6KKsMy+VxxiRisTAgSoYAJGQ7
dxQWh7YMluYJL7pZ4mQt1A69DZHPNjUYm70xlu+8HxV1ZDRLx/EyLLAK2rJaNEk1
vqn+r2QwcTY3h6u24Nx6yejKDkZvtXlPxmhpF9hynoBb1n1yC4WRpu6/7k2F75tS
UTINXQ8TaG59QFYCDvw1pwe2FsHFmi4U1TaHz7Nxoo4TVwkAKa5FMowrVPN4kKi1
2Sw74Sb6sSbQQls3maw9Wu2hLkF/NN3EHlifEMEcj+dRJZWgdm/Xu5u6Pwjt7oGC
bBzzm/TsFTymi4d7CCOvTQo/EqP+6KPDrHr/zRRQdnKkytisgwEYl2d8EObKD0bQ
q34cnpDYEOsOZea3Qz2kSRko2WStOpfzF77yUHP4S6tK/YunG6I3p2lzW3zM1mpB
9OIIbsJ2YDNeZZV4h7kEACjZBzArPlqml47Zurk4B0u+eCA1hPkRif2+3+VeOtVk
Ooh+OCiGKChycZeCBtvMMsPYo6pwpazp41OhI2KyGE08D9Jy/vsq4CwAsmL03Kjt
icle0F392t+s6Xv20n6x
=ouu9
-END PGP SIGNATURE-

Christoph Berg (2):
  Initial packaging by dh-make-perl 0.84
  releasing package libdigest-bcrypt-perl version 1.0.1-1

gregor herrmann (12):
  Merge tag 'upstream/1.204'
  Update debian/changelog
  Update debian/upstream/metadata after import.
  New upstream maintainer
  Update build dependencies.
  Mention module name in long description.
  Declare compliance with Debian Policy 3.9.8.
  Update Vcs-Git URL in debian/control.
  releasing package libdigest-bcrypt-perl version 1.204-1
  Merge tag 'upstream/1.205'
  Update debian/changelog
  releasing package libdigest-bcrypt-perl version 1.205-1

---

This annotated tag includes the following new commits:

   new  c466c3d   Merge tag 'upstream/1.205'
   new  1d67549   Update debian/changelog
   new  e60389f   releasing package libdigest-bcrypt-perl version 1.205-1

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


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

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


[libdigest-bcrypt-perl] annotated tag upstream/1.205 created (now 06c3c55)

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

gregoa pushed a change to annotated tag upstream/1.205
in repository libdigest-bcrypt-perl.

at  06c3c55   (tag)
   tagging  984cde7894336268d8b4c5fe20fa4b3e9da63a42 (commit)
  replaces  upstream/1.204
 tagged by  gregor herrmann
on  Fri Jul 1 18:32:30 2016 +0200

- Log -
Upstream version 1.205

Chase Whitener (34):
  add travisCI badge to readme
  Reworded a bit of the POD. alphabetized functions. Moved POD to bottom. 
Alphabetized functions in POD.
  Ordered the README.md after renaming it from README.markdown. Fixed some 
grammar
  add gitattributes
  testing updates, dzil updates
  added TravisCI testing for more Perl versions
  correction to dzil config file
  Fix the missing development deps for Travis
  fixed up release 1.200_001
  Generated makefile from dzil
  added in the usual author tests and fixed a few minor things
  fix notest option on cpanm
  fixed the remove Makefile before test hopefully
  remove 5.8 from testing as some DZil modules can only be on 5.10+
  released 1.201
  version bump
  auto-committed by dist.ini
  Added the parameters on new. hash or hashref.  Closes #1
  documented the changes for ->new
  move cost and salt to an attributes section
  noted the move of the attributes
  version bump
  auto-committed by dist.ini
  Fixed test that errantly relied on Perl error messages
  auto-committed by dist.ini
  version bump
  auto-committed by dist.ini
  got rid of Digest::base requirement since Digest is already required
  Dzil-ified
  fixed up TravisCI
  Fixed a minor md issue
  version bump
  add cpanfile. use [Starter] rather than [Basic]
  update changes file

James Aitken (40):
  first commit
  Real first commit
  Add tests
  Add the actual module
  Add documentation
  Don't be an idiot with dates
  Update .gitignore
  Whitespace fixes
  Add markdown readme
  Links should go to metacpan
  Fix release date
  Clarify which module does all the work
  Update Readme
  Improve error handling, minor documentation fixes
  Add tests for improved error handling
  Update changes and bump version ready for release
  Create a META.json as well as a META.yml
  Standardise error messages
  Re-organise order of methods so documentation reads better
  Update changes ready for release.
  Remove errant whitespace
  Update readme for GitHub
  Change b64digest method to return a MIME compatible base64 string
  Clarify that bcrypt base64 isn't just a character swapped base64
  Update tests to reflect changes to methods
  Simplify and improve tests
  Remove defined or operator to restore perl <5.10 compatibility
  Update CHANGES ready for release
  Update dist.ini ready for release
  Update GitHub readme
  Add note to see also Data::Entropy::Algorithms
  Update readme for GitHub
  Bump version
  Update GitHub readme
  Add an extra test - just because I can.
  Update dist.ini with my pluginbundle
  Fix some spacing
  Add support for Travis CI
  Update CHANGES
  Actually put something in the Travis config file...

gregor herrmann (1):
  Imported Upstream version 1.205

---

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/libdigest-bcrypt-perl.git

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


[libdigest-bcrypt-perl] branch pristine-tar updated (9a90833 -> 1567369)

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

gregoa pushed a change to branch pristine-tar
in repository libdigest-bcrypt-perl.

  from  9a90833   pristine-tar data for 
libdigest-bcrypt-perl_1.204.orig.tar.gz
   new  1567369   pristine-tar data for 
libdigest-bcrypt-perl_1.205.orig.tar.gz

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


Summary of changes:
 libdigest-bcrypt-perl_1.205.orig.tar.gz.delta | Bin 0 -> 1717 bytes
 libdigest-bcrypt-perl_1.205.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libdigest-bcrypt-perl_1.205.orig.tar.gz.delta
 create mode 100644 libdigest-bcrypt-perl_1.205.orig.tar.gz.id

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

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


[libdigest-bcrypt-perl] 03/03: releasing package libdigest-bcrypt-perl version 1.205-1

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

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

commit e60389f4e00312c1b346fe1e2636b98c965bcb00
Author: gregor herrmann 
Date:   Fri Jul 1 18:38:16 2016 +0200

releasing package libdigest-bcrypt-perl version 1.205-1
---
 debian/changelog | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0e37048..b28eb66 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-libdigest-bcrypt-perl (1.205-1) UNRELEASED; urgency=medium
+libdigest-bcrypt-perl (1.205-1) unstable; urgency=medium
 
-  * Import upstream version 1.205
+  * Team upload.
+  * Import upstream version 1.205.
 
- -- gregor herrmann   Fri, 01 Jul 2016 18:32:30 +0200
+ -- gregor herrmann   Fri, 01 Jul 2016 18:37:11 +0200
 
 libdigest-bcrypt-perl (1.204-1) unstable; urgency=medium
 

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

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


[libdigest-bcrypt-perl] 01/01: pristine-tar data for libdigest-bcrypt-perl_1.205.orig.tar.gz

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

gregoa pushed a commit to branch pristine-tar
in repository libdigest-bcrypt-perl.

commit 1567369ad1b5032b6d337c3d1a931e986f81f40b
Author: gregor herrmann 
Date:   Fri Jul 1 18:32:30 2016 +0200

pristine-tar data for libdigest-bcrypt-perl_1.205.orig.tar.gz
---
 libdigest-bcrypt-perl_1.205.orig.tar.gz.delta | Bin 0 -> 1717 bytes
 libdigest-bcrypt-perl_1.205.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libdigest-bcrypt-perl_1.205.orig.tar.gz.delta 
b/libdigest-bcrypt-perl_1.205.orig.tar.gz.delta
new file mode 100644
index 000..32a83e1
Binary files /dev/null and b/libdigest-bcrypt-perl_1.205.orig.tar.gz.delta 
differ
diff --git a/libdigest-bcrypt-perl_1.205.orig.tar.gz.id 
b/libdigest-bcrypt-perl_1.205.orig.tar.gz.id
new file mode 100644
index 000..3c4dc52
--- /dev/null
+++ b/libdigest-bcrypt-perl_1.205.orig.tar.gz.id
@@ -0,0 +1 @@
+4cc5c5ea1f0338788f4e22c5f7abaab1d80ec7e2

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

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


[libdigest-bcrypt-perl] 01/03: Merge tag 'upstream/1.205'

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

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

commit c466c3d277922e30a633c0f5b8823507459c3ecb
Merge: 85f03f1 984cde7
Author: gregor herrmann 
Date:   Fri Jul 1 18:32:30 2016 +0200

Merge tag 'upstream/1.205'

Upstream version 1.205

 Changes   |   6 +-
 MANIFEST  |  13 +-
 META.json | 483 +-
 META.yml  | 362 -
 Makefile.PL   |  23 +-
 README| 185 +
 README.md | 199 --
 cpanfile  |  27 ++
 dist.ini  |  69 ++---
 lib/Digest/Bcrypt.pm  |   5 +-
 t/00-report-prereqs.dd|  54 
 t/00-report-prereqs.t | 183 +
 xt/author/00-compile.t|  54 
 xt/{release => author}/pod-coverage.t |   0
 xt/author/pod-spell.t |   2 +-
 xt/release/changes_has_content.t  |  41 +++
 xt/release/kwalitee.t |   9 +
 xt/release/pause-permissions.t|  13 -
 18 files changed, 1446 insertions(+), 282 deletions(-)

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

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


[libdigest-bcrypt-perl] branch master updated (85f03f1 -> e60389f)

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

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

  from  85f03f1   releasing package libdigest-bcrypt-perl version 1.204-1
  adds  c9339e0   first commit
  adds  7d3e274   Real first commit
  adds  e191c5f   Add tests
  adds  3693212   Add the actual module
  adds  ff50ba7   Add documentation
  adds  511e40c   Don't be an idiot with dates
  adds  23f2361   Update .gitignore
  adds  2799cdc   Whitespace fixes
  adds  fb5318b   Add markdown readme
  adds  e71cba4   Links should go to metacpan
  adds  3f4b22b   Fix release date
  adds  ae2c67f   Clarify which module does all the work
  adds  b0fb944   Update Readme
  adds  f191b03   Improve error handling, minor documentation fixes
  adds  c8b2bdf   Add tests for improved error handling
  adds  2ab6ed0   Update changes and bump version ready for release
  adds  7f564c9   Create a META.json as well as a META.yml
  adds  2228cfa   Standardise error messages
  adds  5a3d20c   Re-organise order of methods so documentation reads better
  adds  c53bce6   Update changes ready for release.
  adds  fbbd13f   Remove errant whitespace
  adds  6a0372a   Update readme for GitHub
  adds  2e13a01   Change b64digest method to return a MIME compatible 
base64 string
  adds  6f28240   Clarify that bcrypt base64 isn't just a character swapped 
base64
  adds  bbd305d   Update tests to reflect changes to methods
  adds  c9516ad   Simplify and improve tests
  adds  f797013   Remove defined or operator to restore perl <5.10 
compatibility
  adds  75a7717   Update CHANGES ready for release
  adds  3e9dd5f   Update dist.ini ready for release
  adds  101d46b   Update GitHub readme
  adds  556842f   Add note to see also Data::Entropy::Algorithms
  adds  f2b8f13   Update readme for GitHub
  adds  d0c57b7   Bump version
  adds  35724fe   Update GitHub readme
  adds  1e78644   Add an extra test - just because I can.
  adds  f2ee704   Update dist.ini with my pluginbundle
  adds  e1fd35a   Fix some spacing
  adds  7bfe6ff   Add support for Travis CI
  adds  0127a4d   Update CHANGES
  adds  0b3fcf4   Actually put something in the Travis config file...
  adds  6e6f0f0   add travisCI badge to readme
  adds  8bdd15f   Reworded a bit of the POD. alphabetized functions. Moved 
POD to bottom. Alphabetized functions in POD.
  adds  f132cc2   Ordered the README.md after renaming it from 
README.markdown. Fixed some grammar
  adds  32fe8da   add gitattributes
  adds  68f61d7   testing updates, dzil updates
  adds  1e94f05   added TravisCI testing for more Perl versions
  adds  2e9751c   correction to dzil config file
  adds  b71e9ae   Fix the missing development deps for Travis
  adds  44595bf   fixed up release 1.200_001
  adds  331978a   Generated makefile from dzil
  adds  57ba381   added in the usual author tests and fixed a few minor 
things
  adds  27fd02c   fix notest option on cpanm
  adds  7e10641   fixed the remove Makefile before test hopefully
  adds  a3baef7   remove 5.8 from testing as some DZil modules can only be 
on 5.10+
  adds  a0f2887   released 1.201
  adds  081c2c4   version bump
  adds  b52b986   auto-committed by dist.ini
  adds  9428085   Added the parameters on new. hash or hashref.  Closes #1
  adds  6f5d184   documented the changes for ->new
  adds  deb1ec6   move cost and salt to an attributes section
  adds  da6013d   noted the move of the attributes
  adds  c067f77   version bump
  adds  2a2577a   auto-committed by dist.ini
  adds  917486a   Fixed test that errantly relied on Perl error messages
  adds  73e02d1   auto-committed by dist.ini
  adds  ce84e76   version bump
  adds  f3b3f0d   auto-committed by dist.ini
  adds  67ebe1a   got rid of Digest::base requirement since Digest is 
already required
  adds  1f988c6   Dzil-ified
  adds  fabc01e   fixed up TravisCI
  adds  919a204   Fixed a minor md issue
  adds  4bb0e71   version bump
  adds  996f180   add cpanfile. use [Starter] rather than [Basic]
  adds  97d8e49   update changes file
  adds  984cde7   Imported Upstream version 1.205
   new  c466c3d   Merge tag 'upstream/1.205'
   new  1d67549   Update debian/changelog
   new  e60389f   releasing package libdigest-bcrypt-perl version 1.205-1

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


Summary of changes:
 Changes   |   6 +-
 MANIFEST  |  13 +-
 META.json | 483 

[libdigest-bcrypt-perl] 02/03: Update debian/changelog

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

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

commit 1d67549e89bae987bb70369e400bc94b9ccfb13e
Author: gregor herrmann 
Date:   Fri Jul 1 18:32:30 2016 +0200

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index dcc1b80..0e37048 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libdigest-bcrypt-perl (1.205-1) UNRELEASED; urgency=medium
+
+  * Import upstream version 1.205
+
+ -- gregor herrmann   Fri, 01 Jul 2016 18:32:30 +0200
+
 libdigest-bcrypt-perl (1.204-1) unstable; urgency=medium
 
   * Team upload.

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

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


[libdatetime-perl] 06/06: releasing package libdatetime-perl version 2:1.33-1

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

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

commit 80797e026f6cdc63ce3e93421a988b73aad71d8b
Author: gregor herrmann 
Date:   Fri Jul 1 18:10:54 2016 +0200

releasing package libdatetime-perl version 2:1.33-1
---
 debian/changelog | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f962c34..a77ab8f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,12 @@
-libdatetime-perl (2:1.33-1) UNRELEASED; urgency=medium
+libdatetime-perl (2:1.33-1) unstable; urgency=medium
 
   * debian/upstream/metadata: use HTTPS for GitHub URLs.
-  * Import upstream version 1.33
+  * Import upstream version 1.33.
+  * Update debian/upstream/metadata (GitHub URLs).
+  * Update (build) dependencies.
+  * Ignore a file for autopkgtest's syntax test.
 
- -- gregor herrmann   Fri, 01 Jul 2016 17:30:48 +0200
+ -- gregor herrmann   Fri, 01 Jul 2016 18:07:52 +0200
 
 libdatetime-perl (2:1.27-1) unstable; urgency=medium
 

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

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


[libdatetime-perl] branch master updated (2844951 -> 80797e0)

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

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

  from  2844951   update changelog
  adds  f43689a   Bump version after release
  adds  2f3cac6   Test with Perl 5.24
  adds  007c657   Use 5.24 for coverage
  adds  2cd51bd   Corrected comment in from_epoch
  adds  7b52afe   Add fractional epoch test (failing if NV == double)
  adds  737283a   Don't use the stringified representation in from_epoch to 
detect floating point values.
  adds  f8fd0c1   Add Changes
  adds  f609472   Remove some unused vars
  adds  7413b1e   v1.28
  adds  d6e08db   Bump version after release
  adds  5985d51   Add Makefile.PL
  adds  95294a3   Ignore DateTime.bs file
  adds  1db5d1e   remove dead code; tests run successfully
  adds  a53dd60   Merge pull request #16 from viviparous/master
  adds  620a641   Remove unused var in inc::LeapSecondsHeader
  adds  2a06c17   Add Test::Vars to tidyall.ini
  adds  af9c4eb   Remove unused var from DateTime::Duration
  adds  1c4bf4b   Bump version to account for trial release
  adds  4c95f3d   Bump version to account for trial release
  adds  937d23b   Warn when a locale is passed to $dt->set
  adds  c61b65d   Bump version to account for trial release
  adds  4ef21e5   Add support for truncate( to=> 'quarter' )
  adds  43306ff   Improve truncation to quarter tests
  adds  18160a2   Add Changes for truncate fix
  adds  df478d9   Add trial releases from use-pcc to Changes in master
  adds  b76c074   Clarify what trial release changes are not included in 
1.32
  adds  0388d5a   Add conflicts metadata for DateTime::Format::Mail <= 
0.0402
  adds  ab0e536   v1.32
  adds  2c48f88   Bump version after release
  adds  2012554   Fix typo in Changes
  adds  9787ad7   Fix docs around setting locales and require 
DateTime::Locale 1.05 and DT::TZ 2.00
  adds  fc95a74   v1.33
  adds  05f6328   Imported Upstream version 1.33
   new  330bd92   Merge tag 'upstream/1.33'
   new  c83495b   Update debian/changelog
   new  13d2553   Update debian/upstream/metadata (GitHub URLs).
   new  2bfc4c9   Update (build) dependencies.
   new  3e5a012   Ignore a file for autopkgtest's syntax test.
   new  80797e0   releasing package libdatetime-perl version 2:1.33-1

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


Summary of changes:
 CONTRIBUTING.md  |   6 +-
 Changes  |  57 ++
 INSTALL  |  14 +-
 MANIFEST |   6 +-
 META.json| 215 
 META.yml | 196 +++
 Makefile.PL  |  51 -
 README.md|  95 -
 cpanfile |  11 +-
 debian/changelog |   8 +-
 debian/control   |  14 +-
 debian/tests/pkg-perl/syntax-skip|   3 +
 debian/upstream/metadata |   4 +-
 dist.ini |   8 +
 inc/LeapSecondsHeader.pm |   2 -
 lib/DateTime.pm  | 131 +++--
 lib/DateTime/Conflicts.pm|  39 
 lib/DateTime/Duration.pm |   6 +-
 lib/DateTime/Helpers.pm  |   2 +-
 lib/DateTime/Infinite.pm |   4 +-
 lib/DateTime/LeapSecond.pm   |   4 +-
 lib/DateTime/PP.pm   |   2 +-
 lib/DateTime/PPExtra.pm  |   2 +-
 ppport.h | 366 +--
 t/00-report-prereqs.dd   |  11 +-
 t/00-report-prereqs.t|  10 +-
 t/04epoch.t  |  10 +
 t/16truncate.t   |  70 +++
 t/zzz-check-breaks.t |  34 
 tidyall.ini  |  12 ++
 xt/author/eol.t  |   4 +-
 xt/author/no-tabs.t  |   4 +-
 xt/author/pod-coverage.t |  10 +-
 xt/author/pod-spell.t|  88 +
 xt/{release => author}/portability.t |   0
 xt/author/pp-04epoch.t   |  10 +
 xt/author/pp-16truncate.t|  70 +++
 xt/release/cpan-changes.t|   9 +-
 xt/release/tidyall.t |  11 +-
 39 files changed, 1136 insertions(+), 463 deletions(-)
 create mode 100644 debian/tests/pkg-perl/syntax-skip
 create mode 100644 lib/DateTime/Conflicts.pm
 create mode 100644 t/zzz-check-breaks.t
 rename xt/{release => author}/portability.t (100%)

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


[libdatetime-perl] annotated tag upstream/1.33 created (now 0e31f63)

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

gregoa pushed a change to annotated tag upstream/1.33
in repository libdatetime-perl.

at  0e31f63   (tag)
   tagging  05f6328a4035df202b93fa30074baa689d9451b9 (commit)
  replaces  upstream/1.27
 tagged by  gregor herrmann
on  Fri Jul 1 17:30:48 2016 +0200

- Log -
Upstream version 1.33

Dave Rolsky (27):
  Bump version after release
  Test with Perl 5.24
  Use 5.24 for coverage
  Add Changes
  Remove some unused vars
  v1.28
  Bump version after release
  Add Makefile.PL
  Ignore DateTime.bs file
  Merge pull request #16 from viviparous/master
  Remove unused var in inc::LeapSecondsHeader
  Add Test::Vars to tidyall.ini
  Remove unused var from DateTime::Duration
  Bump version to account for trial release
  Bump version to account for trial release
  Warn when a locale is passed to $dt->set
  Bump version to account for trial release
  Improve truncation to quarter tests
  Add Changes for truncate fix
  Add trial releases from use-pcc to Changes in master
  Clarify what trial release changes are not included in 1.32
  Add conflicts metadata for DateTime::Format::Mail <= 0.0402
  v1.32
  Bump version after release
  Fix typo in Changes
  Fix docs around setting locales and require DateTime::Locale 1.05 and 
DT::TZ 2.00
  v1.33

Michael Conrad (1):
  Add support for truncate( to=> 'quarter' )

chansen (3):
  Corrected comment in from_epoch
  Add fractional epoch test (failing if NV == double)
  Don't use the stringified representation in from_epoch

gregor herrmann (1):
  Imported Upstream version 1.33

viviparous (1):
  remove dead code; tests run successfully

---

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

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


[libdatetime-perl] 01/01: pristine-tar data for libdatetime-perl_1.33.orig.tar.gz

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

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

commit a982b240c36b5e4b5356a799c4aca23c7e6bc91d
Author: gregor herrmann 
Date:   Fri Jul 1 17:30:48 2016 +0200

pristine-tar data for libdatetime-perl_1.33.orig.tar.gz
---
 libdatetime-perl_1.33.orig.tar.gz.delta | Bin 0 -> 5218 bytes
 libdatetime-perl_1.33.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libdatetime-perl_1.33.orig.tar.gz.delta 
b/libdatetime-perl_1.33.orig.tar.gz.delta
new file mode 100644
index 000..25eaa5b
Binary files /dev/null and b/libdatetime-perl_1.33.orig.tar.gz.delta differ
diff --git a/libdatetime-perl_1.33.orig.tar.gz.id 
b/libdatetime-perl_1.33.orig.tar.gz.id
new file mode 100644
index 000..5573a34
--- /dev/null
+++ b/libdatetime-perl_1.33.orig.tar.gz.id
@@ -0,0 +1 @@
+1bb53a6fa2e95690d9e0dfbc8bbf6d0e06d76230

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

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


[libdatetime-perl] 04/06: Update (build) dependencies.

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

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

commit 2bfc4c9fb11dd2c6d21deaa8d5bef48929a39f7d
Author: gregor herrmann 
Date:   Fri Jul 1 17:57:13 2016 +0200

Update (build) dependencies.
---
 debian/control | 14 +-
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 9fe2163..55d3a08 100644
--- a/debian/control
+++ b/debian/control
@@ -15,13 +15,16 @@ Priority: optional
 # don't build-depend on libdatetime-format-strptime-perl which depends
 # on libdatetime-perl again
 Build-Depends: debhelper (>= 9.20120312),
-   libdatetime-locale-perl,
-   libdatetime-timezone-perl (>= 1:1.74),
+   libcpan-meta-check-perl (>= 0.011),
+   libdatetime-locale-perl (>= 1.05),
+   libdatetime-timezone-perl (>= 1:2.00),
+   libdist-checkconflicts-perl,
libparams-validate-perl,
libtest-fatal-perl,
libtest-warnings-perl,
libtry-tiny-perl,
-   perl
+   perl,
+   perl (>= 5.15.7) | libcpan-meta-requirements-perl
 Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libdatetime-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdatetime-perl.git
@@ -32,10 +35,11 @@ Architecture: any
 Depends: ${misc:Depends},
  ${perl:Depends},
  ${shlibs:Depends},
- libdatetime-locale-perl,
- libdatetime-timezone-perl (>= 1:1.74),
+ libdatetime-locale-perl (>= 1.05),
+ libdatetime-timezone-perl (>= 1:2.00),
  libparams-validate-perl,
  libtry-tiny-perl
+Breaks: libdatetime-format-mail-perl (<< 0.4020++)
 Description: module for manipulating dates, times and timestamps
  DateTime is a Perl module which aims to provide a complete, correct, and easy
  to use date/time object implementation. It provides an easy way to manipulate

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

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


[libdatetime-perl] annotated tag debian/1.33-1 created (now 7bd02c0)

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

gregoa pushed a change to annotated tag debian/1.33-1
in repository libdatetime-perl.

at  7bd02c0   (tag)
   tagging  80797e026f6cdc63ce3e93421a988b73aad71d8b (commit)
  replaces  debian/1.27-1
 tagged by  gregor herrmann
on  Fri Jul 1 18:10:54 2016 +0200

- Log -
tagging package libdatetime-perl version debian/1.33-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJXdpYOXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGdUwP/2451fWaLYQuOx0gtEilmCp1
fW1IK2cA75Qk5wMPfapxrLSwRyISdUXHu6bzyWFBGmR0Z3i03lwWyIswAfFRza64
akPWrh4NW2RVNkrhvDgyLPI7bA+n5q5+aBn1+Tm/N+VzltkD43WpAqvTnaMxhy25
57WHa41VCm6R8hG9kXFDX1fV09kcaZejddTXCNZE5PFm6J1oOUSuJipmqFqgDqtK
kN6DKQXDMWjKEuHi/8kIK/NpcEfiBjEL1h9TJXcHEOdQeCr3OyK9aWFSm9LQC1l9
zu6XPetDTJBEpEeANvV7qEpKchuk5qfA/brWjfBd+8MebPsiW2RFP5nt0SMnT7g5
wlLGruO4n95j+XFUbMK+gVA9wocg2RWId/jHwwTdk2tQzeeFkKAG6n6rUL4BBnxN
537fVERIC1EUNV/ShLT5brxoW71RZExnpMajPLtgpflSNBbyXhKq6HrISNCMHANw
PqPkF5aVPuozRjf2RVWDGh8Dg1LPw2gqz7Nbg0ZZErgvk2a7n3+EAEhIG0dPOpVt
RBMB1I/la3AvK+9/B1+LVjDjPgt9sWRgkMzxhJacE8OXV2hdhUvihAo6twIvwCVd
0t7vOw1J7iWGaBi0H8IqfVhUu1LgfM5AVLQJ/CUfWxCNCE0lvhprqrbkZ0Y47erJ
iPXAY547r3fX/z1pNphH
=A1lA
-END PGP SIGNATURE-

Dave Rolsky (27):
  Bump version after release
  Test with Perl 5.24
  Use 5.24 for coverage
  Add Changes
  Remove some unused vars
  v1.28
  Bump version after release
  Add Makefile.PL
  Ignore DateTime.bs file
  Merge pull request #16 from viviparous/master
  Remove unused var in inc::LeapSecondsHeader
  Add Test::Vars to tidyall.ini
  Remove unused var from DateTime::Duration
  Bump version to account for trial release
  Bump version to account for trial release
  Warn when a locale is passed to $dt->set
  Bump version to account for trial release
  Improve truncation to quarter tests
  Add Changes for truncate fix
  Add trial releases from use-pcc to Changes in master
  Clarify what trial release changes are not included in 1.32
  Add conflicts metadata for DateTime::Format::Mail <= 0.0402
  v1.32
  Bump version after release
  Fix typo in Changes
  Fix docs around setting locales and require DateTime::Locale 1.05 and 
DT::TZ 2.00
  v1.33

Michael Conrad (1):
  Add support for truncate( to=> 'quarter' )

chansen (3):
  Corrected comment in from_epoch
  Add fractional epoch test (failing if NV == double)
  Don't use the stringified representation in from_epoch

gregor herrmann (9):
  debian/upstream/metadata: use HTTPS for GitHub URLs.
  update changelog
  Imported Upstream version 1.33
  Merge tag 'upstream/1.33'
  Update debian/changelog
  Update debian/upstream/metadata (GitHub URLs).
  Update (build) dependencies.
  Ignore a file for autopkgtest's syntax test.
  releasing package libdatetime-perl version 2:1.33-1

viviparous (1):
  remove dead code; tests run successfully

---

This annotated tag includes the following new commits:

   new  330bd92   Merge tag 'upstream/1.33'
   new  c83495b   Update debian/changelog
   new  13d2553   Update debian/upstream/metadata (GitHub URLs).
   new  2bfc4c9   Update (build) dependencies.
   new  3e5a012   Ignore a file for autopkgtest's syntax test.
   new  80797e0   releasing package libdatetime-perl version 2:1.33-1

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


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

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


[libdatetime-perl] 05/06: Ignore a file for autopkgtest's syntax test.

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

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

commit 3e5a0124c7d0d89eee6c845833f067c599ffbdf8
Author: gregor herrmann 
Date:   Fri Jul 1 17:59:45 2016 +0200

Ignore a file for autopkgtest's syntax test.
---
 debian/tests/pkg-perl/syntax-skip | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/tests/pkg-perl/syntax-skip 
b/debian/tests/pkg-perl/syntax-skip
new file mode 100644
index 000..92a729f
--- /dev/null
+++ b/debian/tests/pkg-perl/syntax-skip
@@ -0,0 +1,3 @@
+# needs Dist::CheckConflicts, but this doesn't make lots of sense at runtime
+# alternatively we could just not install DateTime/Conflicts.pm ...  
+DateTime/Conflicts.pm

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

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


[libdatetime-perl] branch pristine-tar updated (7b2af2d -> a982b24)

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

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

  from  7b2af2d   pristine-tar data for libdatetime-perl_1.27.orig.tar.gz
   new  a982b24   pristine-tar data for libdatetime-perl_1.33.orig.tar.gz

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


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

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

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


[libdatetime-perl] 02/06: Update debian/changelog

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

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

commit c83495bbe8396cb4c76fedc40300a67902dbefa0
Author: gregor herrmann 
Date:   Fri Jul 1 17:30:48 2016 +0200

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index 49bcc28..f962c34 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-libdatetime-perl (2:1.27-2) UNRELEASED; urgency=medium
+libdatetime-perl (2:1.33-1) UNRELEASED; urgency=medium
 
   * debian/upstream/metadata: use HTTPS for GitHub URLs.
+  * Import upstream version 1.33
 
- -- gregor herrmann   Wed, 29 Jun 2016 11:37:02 +0200
+ -- gregor herrmann   Fri, 01 Jul 2016 17:30:48 +0200
 
 libdatetime-perl (2:1.27-1) unstable; urgency=medium
 

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

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


[libdatetime-perl] 01/06: Merge tag 'upstream/1.33'

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

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

commit 330bd92940fd7eeb694dd6b684eea4f727729a97
Merge: 2844951 05f6328
Author: gregor herrmann 
Date:   Fri Jul 1 17:30:48 2016 +0200

Merge tag 'upstream/1.33'

Upstream version 1.33

 CONTRIBUTING.md  |   6 +-
 Changes  |  57 ++
 INSTALL  |  14 +-
 MANIFEST |   6 +-
 META.json| 215 
 META.yml | 196 +++
 Makefile.PL  |  51 -
 README.md|  95 -
 cpanfile |  11 +-
 dist.ini |   8 +
 inc/LeapSecondsHeader.pm |   2 -
 lib/DateTime.pm  | 131 +++--
 lib/DateTime/Conflicts.pm|  39 
 lib/DateTime/Duration.pm |   6 +-
 lib/DateTime/Helpers.pm  |   2 +-
 lib/DateTime/Infinite.pm |   4 +-
 lib/DateTime/LeapSecond.pm   |   4 +-
 lib/DateTime/PP.pm   |   2 +-
 lib/DateTime/PPExtra.pm  |   2 +-
 ppport.h | 366 +--
 t/00-report-prereqs.dd   |  11 +-
 t/00-report-prereqs.t|  10 +-
 t/04epoch.t  |  10 +
 t/16truncate.t   |  70 +++
 t/zzz-check-breaks.t |  34 
 tidyall.ini  |  12 ++
 xt/author/eol.t  |   4 +-
 xt/author/no-tabs.t  |   4 +-
 xt/author/pod-coverage.t |  10 +-
 xt/author/pod-spell.t|  88 +
 xt/{release => author}/portability.t |   0
 xt/author/pp-04epoch.t   |  10 +
 xt/author/pp-16truncate.t|  70 +++
 xt/release/cpan-changes.t|   9 +-
 xt/release/tidyall.t |  11 +-
 35 files changed, 1116 insertions(+), 454 deletions(-)

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

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


[libdatetime-perl] 03/06: Update debian/upstream/metadata (GitHub URLs).

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

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

commit 13d25531862082369987e202d46e6b190edb70b3
Author: gregor herrmann 
Date:   Fri Jul 1 17:36:04 2016 +0200

Update debian/upstream/metadata (GitHub URLs).
---
 debian/upstream/metadata | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index 84f9608..e6ed447 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -4,5 +4,5 @@ Bug-Database: 
https://rt.cpan.org/Public/Dist/Display.html?Name=DateTime
 Bug-Submit: bug-datet...@rt.cpan.org
 Contact: Dave Rolsky 
 Name: DateTime
-Repository: https://github.com/autarch/DateTime.pm.git
-Repository-Browse: https://github.com/autarch/DateTime.pm
+Repository: https://github.com/houseabsolute/DateTime.pm.git
+Repository-Browse: https://github.com/houseabsolute/DateTime.pm

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

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


[libdatetime-format-mail-perl] branch pristine-tar updated (0b3a521 -> c6abf49)

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

gregoa pushed a change to branch pristine-tar
in repository libdatetime-format-mail-perl.

  from  0b3a521   pristine-tar data for 
libdatetime-format-mail-perl_0.4020.orig.tar.gz
   new  c6abf49   pristine-tar data for 
libdatetime-format-mail-perl_0.4030.orig.tar.gz

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


Summary of changes:
 libdatetime-format-mail-perl_0.4030.orig.tar.gz.delta | Bin 0 -> 1530 bytes
 libdatetime-format-mail-perl_0.4030.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libdatetime-format-mail-perl_0.4030.orig.tar.gz.delta
 create mode 100644 libdatetime-format-mail-perl_0.4030.orig.tar.gz.id

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

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


[libdatetime-format-mail-perl] 06/06: releasing package libdatetime-format-mail-perl version 0.4030-1

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

gregoa pushed a commit to branch master
in repository libdatetime-format-mail-perl.

commit 3c9c6b79fcccb10cb17343d9370e4c4fef4612ea
Author: gregor herrmann 
Date:   Fri Jul 1 18:05:38 2016 +0200

releasing package libdatetime-format-mail-perl version 0.4030-1
---
 debian/changelog | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9d2b694..4a70362 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libdatetime-format-mail-perl (0.4030-1) UNRELEASED; urgency=medium
+libdatetime-format-mail-perl (0.4030-1) unstable; urgency=medium
 
   [ Salvatore Bonaccorso ]
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
@@ -6,9 +6,12 @@ libdatetime-format-mail-perl (0.4030-1) UNRELEASED; 
urgency=medium
   [ gregor herrmann ]
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
   * debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS.
-  * Import upstream version 0.4030
+  * Import upstream version 0.4030.
+  * Update years of upstream and packaging copyright.
+  * Make (build) dependency on libdatetime-perl versioned.
+  * Declare compliance with Debian Policy 3.9.8.
 
- -- gregor herrmann   Fri, 01 Jul 2016 18:00:47 +0200
+ -- gregor herrmann   Fri, 01 Jul 2016 18:03:45 +0200
 
 libdatetime-format-mail-perl (0.4020-1) unstable; urgency=medium
 

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

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


[libdatetime-format-mail-perl] 01/06: Merge tag 'upstream/0.4030'

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

gregoa pushed a commit to branch master
in repository libdatetime-format-mail-perl.

commit 45c0dd552282b226093a4eee5dbb1c57f26564eb
Merge: 56a71a3 92c1948
Author: gregor herrmann 
Date:   Fri Jul 1 18:00:47 2016 +0200

Merge tag 'upstream/0.4030'

Upstream version 0.4030

 Changes | 6 ++
 LICENSE | 6 +++---
 MANIFEST| 6 +++---
 META.json   | 6 +++---
 META.yml| 6 +++---
 Makefile.PL | 9 -
 dist.ini| 2 +-
 lib/DateTime/Format/Mail.pm | 6 +++---
 t/00-report-prereqs.dd  | 2 +-
 t/{release-pod-coverage.t => author-pod-coverage.t} | 4 ++--
 t/{release-pod-syntax.t => author-pod-syntax.t} | 5 +++--
 11 files changed, 32 insertions(+), 26 deletions(-)

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

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


[libdatetime-format-mail-perl] 01/01: pristine-tar data for libdatetime-format-mail-perl_0.4030.orig.tar.gz

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

gregoa pushed a commit to branch pristine-tar
in repository libdatetime-format-mail-perl.

commit c6abf4903efb4c88180fffc58c148a1bf66c0149
Author: gregor herrmann 
Date:   Fri Jul 1 18:00:47 2016 +0200

pristine-tar data for libdatetime-format-mail-perl_0.4030.orig.tar.gz
---
 libdatetime-format-mail-perl_0.4030.orig.tar.gz.delta | Bin 0 -> 1530 bytes
 libdatetime-format-mail-perl_0.4030.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libdatetime-format-mail-perl_0.4030.orig.tar.gz.delta 
b/libdatetime-format-mail-perl_0.4030.orig.tar.gz.delta
new file mode 100644
index 000..dfc659e
Binary files /dev/null and 
b/libdatetime-format-mail-perl_0.4030.orig.tar.gz.delta differ
diff --git a/libdatetime-format-mail-perl_0.4030.orig.tar.gz.id 
b/libdatetime-format-mail-perl_0.4030.orig.tar.gz.id
new file mode 100644
index 000..d233451
--- /dev/null
+++ b/libdatetime-format-mail-perl_0.4030.orig.tar.gz.id
@@ -0,0 +1 @@
+b953e12e63ba9e63e7785aa74fbce4136949480e

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

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


[libdatetime-format-mail-perl] annotated tag debian/0.4030-1 created (now 5af9438)

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

gregoa pushed a change to annotated tag debian/0.4030-1
in repository libdatetime-format-mail-perl.

at  5af9438   (tag)
   tagging  3c9c6b79fcccb10cb17343d9370e4c4fef4612ea (commit)
  replaces  debian/0.4020-1
 tagged by  gregor herrmann
on  Fri Jul 1 18:05:38 2016 +0200

- Log -
tagging package libdatetime-format-mail-perl version debian/0.4030-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJXdpTSXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoG5kMQAJ0I+9ik1nSbib8m2aTkjISa
ZjpEueqf5VF/EJ40bv3cFwa3A/SiXV2qbdVBla5E6sUc9G/dqa2/wF71qUFMGZyH
z3qKrCLprADmb3aUHSjMr9B5InXxlrZAgkWOWNXMMd82cRJX04D9odl5lrLMqcoK
3Ip3hNwU4Gr89ywATnK0FQh/cFUd4qmzH9KuQWCRx5yGWI7ZMm8PZFZfNOaia6Qm
ccNgReHrgbinwm1KxjrOPzVlz1oj3I94VUDTxIScv24lCN2Gh051ugO9OYkWo4Qk
BXeRZH8JCMT2XTv3iM0/R23F/YI2EQk+C4iFEF5y3xKdBXm3jKv2cV+mRAJtzJpC
7yne2h5RlhG17rOCrUa4apRwIV6E0AZbE0tTkPm2Q+dOPJHoV/j02I0YPTjPVIHb
IH/pekvUPwX0O3nymTIRlo9XSG+NU48U8IeRlbl7//GCH/sEoJbrlRLlWjEkSf1o
CxM54sKZFFIr7ZNweNZeO2V6Lbui+5lkUth9GAwhvsFVQeN1NU1XNKzeuZn0vnjd
rARnLDfzL57fWSuK70FjVWrhvOg/9tz+2OfaS5NvLtl0tvRGNS1YbIx0UGj5pRDI
vd6uP7/XFFfTHP+LwDrH89s90WEqXxJWQz2h3pgfYm/rTE4IHZqAXucdYmJ0S+0A
/8OWHcophKmJ30LxLJHO
=wVsi
-END PGP SIGNATURE-

Dave Rolsky (1):
  Use DateTime->set_locale instead of ->set to change the locale

Philippe Bruhat (BooK) (1):
  Changes for version 0.403

Salvatore Bonaccorso (2):
  debian/control: Use HTTPS transport protocol for Vcs-Git URI
  update changelog

gregor herrmann (11):
  debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  update changelog
  debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS.
  update changelog
  Imported Upstream version 0.4030
  Merge tag 'upstream/0.4030'
  Update debian/changelog
  Update years of upstream and packaging copyright.
  Make (build) dependency on libdatetime-perl versioned.
  Declare compliance with Debian Policy 3.9.8.
  releasing package libdatetime-format-mail-perl version 0.4030-1

---

This annotated tag includes the following new commits:

   new  45c0dd5   Merge tag 'upstream/0.4030'
   new  d121599   Update debian/changelog
   new  545571e   Update years of upstream and packaging copyright.
   new  c9c9afd   Make (build) dependency on libdatetime-perl versioned.
   new  8945474   Declare compliance with Debian Policy 3.9.8.
   new  3c9c6b7   releasing package libdatetime-format-mail-perl version 
0.4030-1

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


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

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


[libdatetime-format-mail-perl] annotated tag upstream/0.4030 created (now 95e0b0f)

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

gregoa pushed a change to annotated tag upstream/0.4030
in repository libdatetime-format-mail-perl.

at  95e0b0f   (tag)
   tagging  92c19482532bf84bc9998014eb962d6fa0a0e5a7 (commit)
  replaces  upstream/0.4020
 tagged by  gregor herrmann
on  Fri Jul 1 18:00:47 2016 +0200

- Log -
Upstream version 0.4030

Dave Rolsky (1):
  Use DateTime->set_locale instead of ->set to change the locale

Philippe Bruhat (BooK) (1):
  Changes for version 0.403

gregor herrmann (1):
  Imported Upstream version 0.4030

---

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/libdatetime-format-mail-perl.git

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


[libdatetime-format-mail-perl] 05/06: Declare compliance with Debian Policy 3.9.8.

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

gregoa pushed a commit to branch master
in repository libdatetime-format-mail-perl.

commit 894547478febe8dbe5d329d87bad40bcc0d10b69
Author: gregor herrmann 
Date:   Fri Jul 1 18:03:38 2016 +0200

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

diff --git a/debian/control b/debian/control
index 1f9036c..653fe01 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9~),
perl
 Build-Depends-Indep: libdatetime-perl (>= 2:1.04),
  libparams-validate-perl
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libdatetime-format-mail-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libdatetime-format-mail-perl.git
 Homepage: https://metacpan.org/release/DateTime-Format-Mail

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

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


[libdatetime-format-mail-perl] 04/06: Make (build) dependency on libdatetime-perl versioned.

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

gregoa pushed a commit to branch master
in repository libdatetime-format-mail-perl.

commit c9c9afd7dbe084b9994f043a4f302b2452a656fd
Author: gregor herrmann 
Date:   Fri Jul 1 18:03:16 2016 +0200

Make (build) dependency on libdatetime-perl versioned.
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index a491b44..1f9036c 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9~),
perl
-Build-Depends-Indep: libdatetime-perl,
+Build-Depends-Indep: libdatetime-perl (>= 2:1.04),
  libparams-validate-perl
 Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libdatetime-format-mail-perl.git
@@ -17,7 +17,7 @@ Homepage: https://metacpan.org/release/DateTime-Format-Mail
 
 Package: libdatetime-format-mail-perl
 Architecture: all
-Depends: libdatetime-perl,
+Depends: libdatetime-perl (>= 2:1.04),
  libparams-validate-perl,
  ${misc:Depends},
  ${perl:Depends}

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

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


[libdatetime-format-mail-perl] branch master updated (56a71a3 -> 3c9c6b7)

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

gregoa pushed a change to branch master
in repository libdatetime-format-mail-perl.

  from  56a71a3   update changelog
  adds  a4f54c5   Use DateTime->set_locale instead of ->set to change the 
locale
  adds  9182511   Changes for version 0.403
  adds  92c1948   Imported Upstream version 0.4030
   new  45c0dd5   Merge tag 'upstream/0.4030'
   new  d121599   Update debian/changelog
   new  545571e   Update years of upstream and packaging copyright.
   new  c9c9afd   Make (build) dependency on libdatetime-perl versioned.
   new  8945474   Declare compliance with Debian Policy 3.9.8.
   new  3c9c6b7   releasing package libdatetime-format-mail-perl version 
0.4030-1

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


Summary of changes:
 Changes | 6 ++
 LICENSE | 6 +++---
 MANIFEST| 6 +++---
 META.json   | 6 +++---
 META.yml| 6 +++---
 Makefile.PL | 9 -
 debian/changelog| 8 ++--
 debian/control  | 6 +++---
 debian/copyright| 4 ++--
 dist.ini| 2 +-
 lib/DateTime/Format/Mail.pm | 6 +++---
 t/00-report-prereqs.dd  | 2 +-
 t/{release-pod-coverage.t => author-pod-coverage.t} | 4 ++--
 t/{release-pod-syntax.t => author-pod-syntax.t} | 5 +++--
 14 files changed, 43 insertions(+), 33 deletions(-)
 rename t/{release-pod-coverage.t => author-pod-coverage.t} (68%)
 rename t/{release-pod-syntax.t => author-pod-syntax.t} (56%)

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

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


[libdatetime-format-mail-perl] 03/06: Update years of upstream and packaging copyright.

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

gregoa pushed a commit to branch master
in repository libdatetime-format-mail-perl.

commit 545571ecea9045a945f661f32b45bd2109f03db3
Author: gregor herrmann 
Date:   Fri Jul 1 18:02:15 2016 +0200

Update years of upstream and packaging copyright.
---
 debian/copyright | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 005f4d0..c2f1486 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,12 +5,12 @@ Upstream-Name: DateTime-Format-Mail
 
 Files: *
 Copyright: 2003, Iain Truskett
- 2015, Philippe Bruhat (BooK) 
+ 2016, Philippe Bruhat (BooK) 
 License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: 2006, Jaldhar H. Vyas 
- 2006-2015, gregor herrmann 
+ 2006-2016, gregor herrmann 
  2007, Damyan Ivanov 
  2007, Gunnar Wolf 
  2013, Axel Beckert 

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

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


[libdatetime-format-mail-perl] 02/06: Update debian/changelog

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

gregoa pushed a commit to branch master
in repository libdatetime-format-mail-perl.

commit d1215998052a567985f54bbe8e139b21ae360a49
Author: gregor herrmann 
Date:   Fri Jul 1 18:00:47 2016 +0200

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index 529be4a..9d2b694 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libdatetime-format-mail-perl (0.4020-2) UNRELEASED; urgency=medium
+libdatetime-format-mail-perl (0.4030-1) UNRELEASED; urgency=medium
 
   [ Salvatore Bonaccorso ]
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
@@ -6,8 +6,9 @@ libdatetime-format-mail-perl (0.4020-2) UNRELEASED; 
urgency=medium
   [ gregor herrmann ]
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
   * debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS.
+  * Import upstream version 0.4030
 
- -- Salvatore Bonaccorso   Sat, 30 Jan 2016 20:03:51 +0100
+ -- gregor herrmann   Fri, 01 Jul 2016 18:00:47 +0200
 
 libdatetime-format-mail-perl (0.4020-1) unstable; urgency=medium
 

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

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


[libdatetime-locale-perl] branch pristine-tar updated (08cdc59 -> 9dec219)

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

gregoa pushed a change to branch pristine-tar
in repository libdatetime-locale-perl.

  from  08cdc59   pristine-tar data for 
libdatetime-locale-perl_1.03.orig.tar.gz
   new  9dec219   pristine-tar data for 
libdatetime-locale-perl_1.05.orig.tar.gz

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


Summary of changes:
 libdatetime-locale-perl_1.05.orig.tar.gz.delta | Bin 0 -> 27624 bytes
 libdatetime-locale-perl_1.05.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libdatetime-locale-perl_1.05.orig.tar.gz.delta
 create mode 100644 libdatetime-locale-perl_1.05.orig.tar.gz.id

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

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


[libdatetime-locale-perl] annotated tag debian/1.05-1 created (now 74037df)

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

gregoa pushed a change to annotated tag debian/1.05-1
in repository libdatetime-locale-perl.

at  74037df   (tag)
   tagging  ecbaedace9be0c2915658afad59f787c274e04b4 (commit)
  replaces  debian/1.03-1
 tagged by  gregor herrmann
on  Fri Jul 1 17:49:07 2016 +0200

- Log -
tagging package libdatetime-locale-perl version debian/1.05-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJXdpDzXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGrRkP/jFhRGNz6yt0QjYBpctpnsjB
D1mjMKXfYrrjxzuXc0GX0SRVV0os3kWfjm0R26E6BSPE1I0JArEf9i6s9O6gNlMz
Y6fXX52NMugHIfQa2pcBzWigbB7F9VtYHW6fT+tUpbu/9SKKx8mCo0c3Watw80z6
pY188diZ0KuIBReHBk+JKK1wop2sHQ3RywC8lZ4caJVK1vNQS9HlWGBENnma8LYi
Y7LgH7QKmb9+wwG+BHibvRCkbqV75Lmcv29YhGmgMi7CLOLvdwQ40AdO89xC6lvA
/FTtJzIJYwOpXsXVslPOvLmFuY2dTE5MKmvh5bY9BTepp+j3LPukww4M5yXJ6Hvn
Fs8qWkN6LC8B+Iwvbl67iqL17KA/7y2YcoA1as1rNzvfGboQ3+URQo9zi28WljVU
EHj64J+5R4N9ro8MOZ9ifWzkz3GtTlkdWiqItd71fiOo+D1wIsAtcLtN4JZmUWDu
+fORhCCbAYl+qHXCSO3tNMwzU/+wr2Nw+oG9AMI0msSlYBlFyK1Rj3Zt6WeaVS+w
YCJx64eapmJ7Fr6Co/EdWyEBGigeEzF6L1rD9veV5oE+9OlFA/r8IXo8sgPine2W
TwtDYlYyFbu39k6ae4EsbIWRF8m+BaYhFs8bGW6e8WR/so7tdOkYvaOVL8eYq1Mk
xwrRIAcYAlpWJDoeAK2Y
=pyC5
-END PGP SIGNATURE-

Dave Rolsky (12):
  Bump version after release
  Merge pull request #1 from karenetheridge/topic/no_lmu
  Tidy all
  Test with Perl 5.24
  Use 5.24 for coverage
  Update generated files
  Skip some things for tidy checks
  Doc List::Util change
  v1.04
  Bump version after release
  Don't read locale data from DATA - instead load DATA into a string at 
module load time
  v1.05

Karen Etheridge (1):
  switch from List::MoreUtils::uniq to List::Util::uniq

Martín Ferrari (1):
  Remove myself from Uploaders.

gregor herrmann (12):
  debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  update changelog
  debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS.
  update changelog
  debian/upstream/metadata: use HTTPS for GitHub URLs.
  update changelog
  Imported Upstream version 1.05
  Merge tag 'upstream/1.05'
  Update debian/changelog
  Update years of packaging copyright.
  Update (build) dependencies.
  releasing package libdatetime-locale-perl version 1:1.05-1

---

This annotated tag includes the following new commits:

   new  bb8044d   Merge tag 'upstream/1.05'
   new  768f9e8   Update debian/changelog
   new  89778b2   Update years of packaging copyright.
   new  f8e6f64   Update (build) dependencies.
   new  ecbaeda   releasing package libdatetime-locale-perl version 1:1.05-1

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


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

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

[libdatetime-locale-perl] 05/05: releasing package libdatetime-locale-perl version 1:1.05-1

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

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

commit ecbaedace9be0c2915658afad59f787c274e04b4
Author: gregor herrmann 
Date:   Fri Jul 1 17:49:07 2016 +0200

releasing package libdatetime-locale-perl version 1:1.05-1
---
 debian/changelog | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 48a75b7..870ce0c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libdatetime-locale-perl (1:1.05-1) UNRELEASED; urgency=medium
+libdatetime-locale-perl (1:1.05-1) unstable; urgency=medium
 
   [ gregor herrmann ]
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
@@ -9,9 +9,11 @@ libdatetime-locale-perl (1:1.05-1) UNRELEASED; urgency=medium
 
   [ gregor herrmann ]
   * debian/upstream/metadata: use HTTPS for GitHub URLs.
-  * Import upstream version 1.05
+  * Import upstream version 1.05.
+  * Update years of packaging copyright.
+  * Update (build) dependencies.
 
- -- gregor herrmann   Fri, 01 Jul 2016 17:39:08 +0200
+ -- gregor herrmann   Fri, 01 Jul 2016 17:46:22 +0200
 
 libdatetime-locale-perl (1:1.03-1) unstable; urgency=medium
 

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

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


[libdatetime-locale-perl] branch master updated (6ad8321 -> ecbaeda)

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

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

  from  6ad8321   update changelog
  adds  268fe1f   Bump version after release
  adds  8bc4b93   switch from List::MoreUtils::uniq to List::Util::uniq
  adds  60f62c1   Merge pull request #1 from karenetheridge/topic/no_lmu
  adds  0d7ca46   Tidy all
  adds  d23f094   Test with Perl 5.24
  adds  b1dd4ca   Use 5.24 for coverage
  adds  606ce6c   Update generated files
  adds  b471246   Skip some things for tidy checks
  adds  e260a56   Doc List::Util change
  adds  fdaae9b   v1.04
  adds  ca3659a   Bump version after release
  adds  e1a4063   Don't read locale data from DATA - instead load DATA into 
a string at module load time
  adds  30c1a84   v1.05
  adds  381472b   Imported Upstream version 1.05
   new  bb8044d   Merge tag 'upstream/1.05'
   new  768f9e8   Update debian/changelog
   new  89778b2   Update years of packaging copyright.
   new  f8e6f64   Update (build) dependencies.
   new  ecbaeda   releasing package libdatetime-locale-perl version 1:1.05-1

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


Summary of changes:
 CONTRIBUTING.md|  17 +-
 Changes|  17 +
 INSTALL|  14 +-
 MANIFEST   |  22 +-
 META.json  | 715 +++--
 META.yml   | 502 ---
 Makefile.PL|   8 +-
 README.md  |   8 +-
 cpanfile   |  16 +-
 debian/changelog   |   7 +-
 debian/control |   6 +-
 debian/copyright   |   2 +-
 lib/DateTime/Locale.pm |  10 +-
 lib/DateTime/Locale/Base.pm|   9 +-
 lib/DateTime/Locale/Catalog.pm |   4 +-
 lib/DateTime/Locale/Conflicts.pm   |   2 +-
 lib/DateTime/Locale/Data.pm|  18 +-
 lib/DateTime/Locale/FromData.pm|   4 +-
 lib/DateTime/Locale/Util.pm|   4 +-
 perlcriticrc   |  12 +-
 t/00-report-prereqs.dd |  18 +-
 t/00-report-prereqs.t  |  10 +-
 t/release-cpan-changes.t   |  19 -
 t/release-meta-json.t  |  12 -
 t/release-tidyall.t|  17 -
 tidyall.ini|  33 +-
 t/author-00-compile.t => xt/author/00-compile.t|   8 -
 t/author-eol.t => xt/author/eol.t  |  20 +-
 t/author-no-tabs.t => xt/author/no-tabs.t  |  20 +-
 t/author-pod-spell.t => xt/author/pod-spell.t  |  13 +-
 t/author-pod-syntax.t => xt/author/pod-syntax.t|   8 -
 t/release-portability.t => xt/author/portability.t |   8 -
 .../author/test-all-my-deps.t  |   8 -
 xt/release/cpan-changes.t  |  10 +
 xt/release/meta-json.t |   4 +
 xt/release/tidyall.t   |  15 +
 36 files changed, 823 insertions(+), 797 deletions(-)
 delete mode 100644 t/release-cpan-changes.t
 delete mode 100644 t/release-meta-json.t
 delete mode 100644 t/release-tidyall.t
 rename t/author-00-compile.t => xt/author/00-compile.t (90%)
 rename t/author-eol.t => xt/author/eol.t (98%)
 rename t/author-no-tabs.t => xt/author/no-tabs.t (98%)
 rename t/author-pod-spell.t => xt/author/pod-spell.t (97%)
 rename t/author-pod-syntax.t => xt/author/pod-syntax.t (52%)
 rename t/release-portability.t => xt/author/portability.t (54%)
 rename t/author-test-all-my-deps.t => xt/author/test-all-my-deps.t (85%)
 create mode 100644 xt/release/cpan-changes.t
 create mode 100644 xt/release/meta-json.t
 create mode 100644 xt/release/tidyall.t

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

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


[libdatetime-locale-perl] 03/05: Update years of packaging copyright.

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

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

commit 89778b2f710d2d16568d77dce267f2337defd3e7
Author: gregor herrmann 
Date:   Fri Jul 1 17:42:29 2016 +0200

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

diff --git a/debian/copyright b/debian/copyright
index bf1b8c5..fb7c968 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -65,7 +65,7 @@ Files: debian/*
 Copyright: 2003-2007, Piotr Roszatycki 
  2009, Jonathan Yu 
  2009, Martín Ferrari 
- 2009-2015, gregor herrmann 
+ 2009-2016, gregor herrmann 
  2011, Fabrizio Regalli 
  2016, Lucas Kanashiro 
 License: Artistic or GPL-1+

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

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

[libdatetime-locale-perl] 01/05: Merge tag 'upstream/1.05'

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

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

commit bb8044df15c0ebab8c81795042d424fc38590037
Merge: 6ad8321 381472b
Author: gregor herrmann 
Date:   Fri Jul 1 17:39:08 2016 +0200

Merge tag 'upstream/1.05'

Upstream version 1.05

 CONTRIBUTING.md|  17 +-
 Changes|  17 +
 INSTALL|  14 +-
 MANIFEST   |  22 +-
 META.json  | 715 +++--
 META.yml   | 502 ---
 Makefile.PL|   8 +-
 README.md  |   8 +-
 cpanfile   |  16 +-
 lib/DateTime/Locale.pm |  10 +-
 lib/DateTime/Locale/Base.pm|   9 +-
 lib/DateTime/Locale/Catalog.pm |   4 +-
 lib/DateTime/Locale/Conflicts.pm   |   2 +-
 lib/DateTime/Locale/Data.pm|  18 +-
 lib/DateTime/Locale/FromData.pm|   4 +-
 lib/DateTime/Locale/Util.pm|   4 +-
 perlcriticrc   |  12 +-
 t/00-report-prereqs.dd |  18 +-
 t/00-report-prereqs.t  |  10 +-
 t/release-cpan-changes.t   |  19 -
 t/release-meta-json.t  |  12 -
 t/release-tidyall.t|  17 -
 tidyall.ini|  33 +-
 t/author-00-compile.t => xt/author/00-compile.t|   8 -
 t/author-eol.t => xt/author/eol.t  |  20 +-
 t/author-no-tabs.t => xt/author/no-tabs.t  |  20 +-
 t/author-pod-spell.t => xt/author/pod-spell.t  |  13 +-
 t/author-pod-syntax.t => xt/author/pod-syntax.t|   8 -
 t/release-portability.t => xt/author/portability.t |   8 -
 .../author/test-all-my-deps.t  |   8 -
 xt/release/cpan-changes.t  |  10 +
 xt/release/meta-json.t |   4 +
 xt/release/tidyall.t   |  15 +
 33 files changed, 814 insertions(+), 791 deletions(-)

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

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


[libdatetime-locale-perl] annotated tag upstream/1.05 created (now c6b21ab)

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

gregoa pushed a change to annotated tag upstream/1.05
in repository libdatetime-locale-perl.

at  c6b21ab   (tag)
   tagging  381472b40527ca406224f535f51fc443f8962d63 (commit)
  replaces  upstream/1.03
 tagged by  gregor herrmann
on  Fri Jul 1 17:39:08 2016 +0200

- Log -
Upstream version 1.05

Dave Rolsky (12):
  Bump version after release
  Merge pull request #1 from karenetheridge/topic/no_lmu
  Tidy all
  Test with Perl 5.24
  Use 5.24 for coverage
  Update generated files
  Skip some things for tidy checks
  Doc List::Util change
  v1.04
  Bump version after release
  Don't read locale data from DATA - instead load DATA into a string at 
module load time
  v1.05

Karen Etheridge (1):
  switch from List::MoreUtils::uniq to List::Util::uniq

gregor herrmann (1):
  Imported Upstream version 1.05

---

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/libdatetime-locale-perl.git

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


[libdatetime-locale-perl] 02/05: Update debian/changelog

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

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

commit 768f9e83ad38e4915f148d66b1f56a8915a6a54a
Author: gregor herrmann 
Date:   Fri Jul 1 17:39:08 2016 +0200

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index a251641..48a75b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libdatetime-locale-perl (1:1.03-2) UNRELEASED; urgency=medium
+libdatetime-locale-perl (1:1.05-1) UNRELEASED; urgency=medium
 
   [ gregor herrmann ]
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
@@ -9,8 +9,9 @@ libdatetime-locale-perl (1:1.03-2) UNRELEASED; urgency=medium
 
   [ gregor herrmann ]
   * debian/upstream/metadata: use HTTPS for GitHub URLs.
+  * Import upstream version 1.05
 
- -- gregor herrmann   Fri, 20 May 2016 12:03:37 +0200
+ -- gregor herrmann   Fri, 01 Jul 2016 17:39:08 +0200
 
 libdatetime-locale-perl (1:1.03-1) unstable; urgency=medium
 

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

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


[libdatetime-locale-perl] 04/05: Update (build) dependencies.

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

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

commit f8e6f642e1c00a8c0ff2ccabccabd1ad1a9917c7
Author: gregor herrmann 
Date:   Fri Jul 1 17:46:07 2016 +0200

Update (build) dependencies.
---
 debian/control | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 8047e34..3a41c3b 100644
--- a/debian/control
+++ b/debian/control
@@ -11,8 +11,8 @@ Priority: extra
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: perl,
  libdist-checkconflicts-perl,
- liblist-moreutils-perl,
  libparams-validate-perl,
+ libscalar-list-utils-perl (>= 1:1.45) | perl (>= 5.25),
  libtest-fatal-perl,
  libtest-output-perl,
  libtest-requires-perl,
@@ -26,8 +26,8 @@ Package: libdatetime-locale-perl
 Architecture: all
 Depends: ${misc:Depends},
  ${perl:Depends},
- liblist-moreutils-perl,
- libparams-validate-perl
+ libparams-validate-perl,
+ libscalar-list-utils-perl (>= 1:1.45) | perl (>= 5.25)
 Description: Perl extension providing localization support for DateTime
  DateTime::Locale extends DateTime by providing localization support. It also
  provides some functions for getting information on available locales and is

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

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


[libdatetime-locale-perl] 01/01: pristine-tar data for libdatetime-locale-perl_1.05.orig.tar.gz

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

gregoa pushed a commit to branch pristine-tar
in repository libdatetime-locale-perl.

commit 9dec219191327d253b9a5001d6927981d6a84fb0
Author: gregor herrmann 
Date:   Fri Jul 1 17:39:08 2016 +0200

pristine-tar data for libdatetime-locale-perl_1.05.orig.tar.gz
---
 libdatetime-locale-perl_1.05.orig.tar.gz.delta | Bin 0 -> 27624 bytes
 libdatetime-locale-perl_1.05.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libdatetime-locale-perl_1.05.orig.tar.gz.delta 
b/libdatetime-locale-perl_1.05.orig.tar.gz.delta
new file mode 100644
index 000..cd512fb
Binary files /dev/null and b/libdatetime-locale-perl_1.05.orig.tar.gz.delta 
differ
diff --git a/libdatetime-locale-perl_1.05.orig.tar.gz.id 
b/libdatetime-locale-perl_1.05.orig.tar.gz.id
new file mode 100644
index 000..ee820b0
--- /dev/null
+++ b/libdatetime-locale-perl_1.05.orig.tar.gz.id
@@ -0,0 +1 @@
+84814a5db025057c65ed2ed1e76c343e83a2ab52

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

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


[libdate-manip-perl] 01/01: pristine-tar data for libdate-manip-perl_6.54.orig.tar.gz

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

gregoa pushed a commit to branch pristine-tar
in repository libdate-manip-perl.

commit 5a9615a66e65826d248417845b700cc6d738e398
Author: gregor herrmann 
Date:   Fri Jul 1 17:22:14 2016 +0200

pristine-tar data for libdate-manip-perl_6.54.orig.tar.gz
---
 libdate-manip-perl_6.54.orig.tar.gz.delta | Bin 0 -> 33018 bytes
 libdate-manip-perl_6.54.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libdate-manip-perl_6.54.orig.tar.gz.delta 
b/libdate-manip-perl_6.54.orig.tar.gz.delta
new file mode 100644
index 000..27b132b
Binary files /dev/null and b/libdate-manip-perl_6.54.orig.tar.gz.delta differ
diff --git a/libdate-manip-perl_6.54.orig.tar.gz.id 
b/libdate-manip-perl_6.54.orig.tar.gz.id
new file mode 100644
index 000..9edcb15
--- /dev/null
+++ b/libdate-manip-perl_6.54.orig.tar.gz.id
@@ -0,0 +1 @@
+dc2241275bb3e71cbcdd2b7ff68c4fc41258e761

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

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


[libdate-manip-perl] 02/04: Update debian/changelog

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

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

commit cb9f6ef0b3c34c6206558d5d3941574b82e0bc2f
Author: gregor herrmann 
Date:   Fri Jul 1 17:22:15 2016 +0200

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index f7016d1..a927efa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-libdate-manip-perl (6.53-2) UNRELEASED; urgency=medium
+libdate-manip-perl (6.54-1) UNRELEASED; urgency=medium
 
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
+  * Import upstream version 6.54
 
- -- gregor herrmann   Fri, 20 May 2016 12:03:31 +0200
+ -- gregor herrmann   Fri, 01 Jul 2016 17:22:15 +0200
 
 libdate-manip-perl (6.53-1) unstable; urgency=medium
 

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

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


[libdate-manip-perl] 03/04: Refresh spelling.patch.

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

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

commit 183bf2461852f6815646d23add0e0affad012349
Author: gregor herrmann 
Date:   Fri Jul 1 17:26:12 2016 +0200

Refresh spelling.patch.
---
 debian/patches/spelling.patch | 17 +++--
 1 file changed, 3 insertions(+), 14 deletions(-)

diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
index 347e062..e982da0 100644
--- a/debian/patches/spelling.patch
+++ b/debian/patches/spelling.patch
@@ -1,21 +1,10 @@
 Description: fix a spelling mistake
 Origin: vendor
-Author: gregor herrmann 
-Last-Update: 2016-04-30
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=114095
 Bug: https://rt.cpan.org/Ticket/Display.html?id=114095
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=114095 (not this 
version, part of the original has been applied)
+Author: gregor herrmann 
+Last-Update: 2016-07-01
 
 a/internal/gen_dm5abbrevs
-+++ b/internal/gen_dm5abbrevs
-@@ -86,7 +86,7 @@
- This module is not intended to be used directly. Date::Manip 5.xx
- will load it as needed.
- 
--This module contains all of the time zone abbrevations from
-+This module contains all of the time zone abbreviations from
- Date::Manip 6.xx copied backwards to 5.xx to provide slightly
- better support for time zones.
- 
 --- a/lib/Date/Manip/DM5abbrevs.pm
 +++ b/lib/Date/Manip/DM5abbrevs.pm
 @@ -17,7 +17,7 @@

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

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


[libdate-manip-perl] branch master updated (2a1266d -> f4afad0)

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

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

  from  2a1266d   update changelog
  adds  cab9258   Imported Upstream version 6.54
   new  6ea5cfa   Merge tag 'upstream/6.54'
   new  cb9f6ef   Update debian/changelog
   new  183bf24   Refresh spelling.patch.
   new  f4afad0   releasing package libdate-manip-perl version 6.54-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:
 MANIFEST   |   11 +
 META.json  | 1750 ---
 META.yml   | 1740 +++---
 Makefile.PL| 1750 ---
 debian/changelog   |6 +-
 debian/patches/spelling.patch  |   17 +-
 internal/TODO  |6 +-
 internal/build.yaml|1 +
 internal/data.abbrev.pl| 2389 
 internal/data.alias.pl |  832 ++-
 internal/data.offset.pl| 2875 
 internal/gen_dm5abbrevs|6 +-
 internal/module.isp|   31 +-
 internal/tzdata|  293 ++-
 lib/Date/Manip.pm  |2 +-
 lib/Date/Manip/Base.pm |2 +-
 lib/Date/Manip/Changes6.pod|   40 +-
 lib/Date/Manip/Config.pod  |   27 +
 lib/Date/Manip/DM5.pm  |2 +-
 lib/Date/Manip/DM5abbrevs.pm   |2 +-
 lib/Date/Manip/DM6.pm  |2 +-
 lib/Date/Manip/Date.pm |2 +-
 lib/Date/Manip/Delta.pm|2 +-
 lib/Date/Manip/History.pod |   57 +-
 lib/Date/Manip/Lang/catalan.pm |2 +-
 lib/Date/Manip/Lang/danish.pm  |2 +-
 lib/Date/Manip/Lang/dutch.pm   |2 +-
 lib/Date/Manip/Lang/english.pm |2 +-
 lib/Date/Manip/Lang/finnish.pm |2 +-
 lib/Date/Manip/Lang/french.pm  |2 +-
 lib/Date/Manip/Lang/german.pm  |2 +-
 lib/Date/Manip/Lang/index.pm   |2 +-
 lib/Date/Manip/Lang/italian.pm |2 +-
 lib/Date/Manip/Lang/norwegian.pm   |2 +-
 lib/Date/Manip/Lang/polish.pm  |2 +-
 lib/Date/Manip/Lang/portugue.pm|2 +-
 lib/Date/Manip/Lang/romanian.pm|2 +-
 lib/Date/Manip/Lang/russian.pm |2 +-
 lib/Date/Manip/Lang/spanish.pm |2 +-
 lib/Date/Manip/Lang/swedish.pm |2 +-
 lib/Date/Manip/Lang/turkish.pm |2 +-
 lib/Date/Manip/Obj.pm  |2 +-
 lib/Date/Manip/Offset/off000.pm|8 +-
 lib/Date/Manip/Offset/off001.pm|8 +-
 lib/Date/Manip/Offset/off002.pm|8 +-
 lib/Date/Manip/Offset/off003.pm|8 +-
 lib/Date/Manip/Offset/off004.pm|8 +-
 lib/Date/Manip/Offset/off005.pm|8 +-
 lib/Date/Manip/Offset/off006.pm|8 +-
 lib/Date/Manip/Offset/off007.pm|8 +-
 lib/Date/Manip/Offset/off008.pm|8 +-
 lib/Date/Manip/Offset/off009.pm|8 +-
 lib/Date/Manip/Offset/off010.pm|8 +-
 lib/Date/Manip/Offset/off011.pm|8 +-
 lib/Date/Manip/Offset/off012.pm|8 +-
 lib/Date/Manip/Offset/off013.pm|8 +-
 lib/Date/Manip/Offset/off014.pm|8 +-
 lib/Date/Manip/Offset/off015.pm|8 +-
 lib/Date/Manip/Offset/off016.pm|8 +-
 lib/Date/Manip/Offset/off017.pm|8 +-
 lib/Date/Manip/Offset/off018.pm|8 +-
 lib/Date/Manip/Offset/off019.pm|8 +-
 lib/Date/Manip/Offset/off020.pm|8 +-
 lib/Date/Manip/Offset/off021.pm|8 +-
 lib/Date/Manip/Offset/off022.pm|8 +-
 lib/Date/Manip/Offset/off023.pm|8 +-
 lib/Date/Manip/Offset/off024.pm|8 +-
 lib/Date/Manip/Offset/off025.pm|8 +-
 lib/Date/Manip/Offset/off026.pm|8 +-
 lib/Date/Manip/Offset/off027.pm|8 +-
 lib/Date/Manip/Offset/off028.pm|8 +-
 lib/Date/Manip/Offset/off029.pm|8 +-
 lib/Date/Manip/Offset/off030.pm   

[libdate-manip-perl] branch pristine-tar updated (5a3a9c6 -> 5a9615a)

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

gregoa pushed a change to branch pristine-tar
in repository libdate-manip-perl.

  from  5a3a9c6   pristine-tar data for libdate-manip-perl_6.53.orig.tar.gz
   new  5a9615a   pristine-tar data for libdate-manip-perl_6.54.orig.tar.gz

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


Summary of changes:
 libdate-manip-perl_6.54.orig.tar.gz.delta | Bin 0 -> 33018 bytes
 libdate-manip-perl_6.54.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libdate-manip-perl_6.54.orig.tar.gz.delta
 create mode 100644 libdate-manip-perl_6.54.orig.tar.gz.id

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

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


[libdate-manip-perl] annotated tag upstream/6.54 created (now 6176543)

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

gregoa pushed a change to annotated tag upstream/6.54
in repository libdate-manip-perl.

at  6176543   (tag)
   tagging  cab92583e20bc832a1e9b04fae4f0be62cee713e (commit)
  replaces  upstream/6.53
 tagged by  gregor herrmann
on  Fri Jul 1 17:22:15 2016 +0200

- Log -
Upstream version 6.54

gregor herrmann (1):
  Imported Upstream version 6.54

---

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/libdate-manip-perl.git

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


[libdate-manip-perl] 04/04: releasing package libdate-manip-perl version 6.54-1

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

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

commit f4afad071fac91c9e024ccffaa05997fbed1c090
Author: gregor herrmann 
Date:   Fri Jul 1 17:29:47 2016 +0200

releasing package libdate-manip-perl version 6.54-1
---
 debian/changelog | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a927efa..694e5eb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-libdate-manip-perl (6.54-1) UNRELEASED; urgency=medium
+libdate-manip-perl (6.54-1) unstable; urgency=medium
 
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
-  * Import upstream version 6.54
+  * Import upstream version 6.54.
+  * Refresh spelling.patch.
 
- -- gregor herrmann   Fri, 01 Jul 2016 17:22:15 +0200
+ -- gregor herrmann   Fri, 01 Jul 2016 17:26:43 +0200
 
 libdate-manip-perl (6.53-1) unstable; urgency=medium
 

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

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


[libdate-manip-perl] annotated tag debian/6.54-1 created (now 5712383)

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

gregoa pushed a change to annotated tag debian/6.54-1
in repository libdate-manip-perl.

at  5712383   (tag)
   tagging  f4afad071fac91c9e024ccffaa05997fbed1c090 (commit)
  replaces  debian/6.53-1
 tagged by  gregor herrmann
on  Fri Jul 1 17:29:47 2016 +0200

- Log -
tagging package libdate-manip-perl version debian/6.54-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJXdoxrXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoG+IsQAJSpFqytL+3rIccRWj9wNUD1
6Vbq2obGxW1Jjg5j4FKOFJvo9ZjwYYZbXrNMZmvxrXlIlyLLvfbrN4xFiH/1pjRc
teMzeSM45xXE/fX0nhUmw78wLfrnJ1IrPQiN++poN08gsmMJJ16B6sB0C0viOpDa
bPBTyH1X9TkWedC9ROfBeSf7JaXlJzXE7BAHdX9mCLSGiqnmh1TDa3PyHPq7olGx
GbWpQAZ2PzOrSXf5ymnCz81lJ19xMStlDHZl4/Shae8OkrUMSgD2hxLb/R7DCbqe
NgOnC7nUWXc5VhxyyI5IwVJgOBlNca73RVT5V5xQYLzCMTQ7rtAQmqEIqRPkW6tK
6rN2fcP8t+6llgoLC+7ocJq0eFOpu8ii4Em0SxlhFUCCh2CsKuD+TaJs0mcIMY9X
2o5qWe/sQuW0AuGiGI6NKDLmitJ8UspQsgw9iAMYYZqVsgrg/qhZvVZy3TUnL8nT
zgIXO4uPA7Eowu9sKUquWZhu7yPbl1viCiapWNO6P+D/1ajvrwlbXeSydIIsPL+L
a6XtkA/GhH+K0izkWePqpe6D99LfQCIE0/HUPgD7MDyVBqvcaWPn8ybxqV4WUv/0
JbQdgjeFDKONyIwhO0JlFIavwkaJkxSIloU5U9wP0Iiq/UvTdpBUx5VrXe9menYx
SMGgS3o4jU3oYW9iYBL/
=UpjI
-END PGP SIGNATURE-

gregor herrmann (7):
  debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  update changelog
  Imported Upstream version 6.54
  Merge tag 'upstream/6.54'
  Update debian/changelog
  Refresh spelling.patch.
  releasing package libdate-manip-perl version 6.54-1

---

This annotated tag includes the following new commits:

   new  6ea5cfa   Merge tag 'upstream/6.54'
   new  cb9f6ef   Update debian/changelog
   new  183bf24   Refresh spelling.patch.
   new  f4afad0   releasing package libdate-manip-perl version 6.54-1

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


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

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


[libdate-manip-perl] 01/04: Merge tag 'upstream/6.54'

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

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

commit 6ea5cfa27ebc9f56ac071803af19dcdb048ac904
Merge: 2a1266d cab9258
Author: gregor herrmann 
Date:   Fri Jul 1 17:22:15 2016 +0200

Merge tag 'upstream/6.54'

Upstream version 6.54

 MANIFEST   |   11 +
 META.json  | 1750 ---
 META.yml   | 1740 +++---
 Makefile.PL| 1750 ---
 internal/TODO  |6 +-
 internal/build.yaml|1 +
 internal/data.abbrev.pl| 2389 
 internal/data.alias.pl |  832 ++-
 internal/data.offset.pl| 2875 
 internal/gen_dm5abbrevs|6 +-
 internal/module.isp|   31 +-
 internal/tzdata|  293 ++-
 lib/Date/Manip.pm  |2 +-
 lib/Date/Manip/Base.pm |2 +-
 lib/Date/Manip/Changes6.pod|   40 +-
 lib/Date/Manip/Config.pod  |   27 +
 lib/Date/Manip/DM5.pm  |2 +-
 lib/Date/Manip/DM5abbrevs.pm   |2 +-
 lib/Date/Manip/DM6.pm  |2 +-
 lib/Date/Manip/Date.pm |2 +-
 lib/Date/Manip/Delta.pm|2 +-
 lib/Date/Manip/History.pod |   57 +-
 lib/Date/Manip/Lang/catalan.pm |2 +-
 lib/Date/Manip/Lang/danish.pm  |2 +-
 lib/Date/Manip/Lang/dutch.pm   |2 +-
 lib/Date/Manip/Lang/english.pm |2 +-
 lib/Date/Manip/Lang/finnish.pm |2 +-
 lib/Date/Manip/Lang/french.pm  |2 +-
 lib/Date/Manip/Lang/german.pm  |2 +-
 lib/Date/Manip/Lang/index.pm   |2 +-
 lib/Date/Manip/Lang/italian.pm |2 +-
 lib/Date/Manip/Lang/norwegian.pm   |2 +-
 lib/Date/Manip/Lang/polish.pm  |2 +-
 lib/Date/Manip/Lang/portugue.pm|2 +-
 lib/Date/Manip/Lang/romanian.pm|2 +-
 lib/Date/Manip/Lang/russian.pm |2 +-
 lib/Date/Manip/Lang/spanish.pm |2 +-
 lib/Date/Manip/Lang/swedish.pm |2 +-
 lib/Date/Manip/Lang/turkish.pm |2 +-
 lib/Date/Manip/Obj.pm  |2 +-
 lib/Date/Manip/Offset/off000.pm|8 +-
 lib/Date/Manip/Offset/off001.pm|8 +-
 lib/Date/Manip/Offset/off002.pm|8 +-
 lib/Date/Manip/Offset/off003.pm|8 +-
 lib/Date/Manip/Offset/off004.pm|8 +-
 lib/Date/Manip/Offset/off005.pm|8 +-
 lib/Date/Manip/Offset/off006.pm|8 +-
 lib/Date/Manip/Offset/off007.pm|8 +-
 lib/Date/Manip/Offset/off008.pm|8 +-
 lib/Date/Manip/Offset/off009.pm|8 +-
 lib/Date/Manip/Offset/off010.pm|8 +-
 lib/Date/Manip/Offset/off011.pm|8 +-
 lib/Date/Manip/Offset/off012.pm|8 +-
 lib/Date/Manip/Offset/off013.pm|8 +-
 lib/Date/Manip/Offset/off014.pm|8 +-
 lib/Date/Manip/Offset/off015.pm|8 +-
 lib/Date/Manip/Offset/off016.pm|8 +-
 lib/Date/Manip/Offset/off017.pm|8 +-
 lib/Date/Manip/Offset/off018.pm|8 +-
 lib/Date/Manip/Offset/off019.pm|8 +-
 lib/Date/Manip/Offset/off020.pm|8 +-
 lib/Date/Manip/Offset/off021.pm|8 +-
 lib/Date/Manip/Offset/off022.pm|8 +-
 lib/Date/Manip/Offset/off023.pm|8 +-
 lib/Date/Manip/Offset/off024.pm|8 +-
 lib/Date/Manip/Offset/off025.pm|8 +-
 lib/Date/Manip/Offset/off026.pm|8 +-
 lib/Date/Manip/Offset/off027.pm|8 +-
 lib/Date/Manip/Offset/off028.pm|8 +-
 lib/Date/Manip/Offset/off029.pm|8 +-
 lib/Date/Manip/Offset/off030.pm|8 +-
 lib/Date/Manip/Offset/off031.pm|8 +-
 lib/Date/Manip/Offset/off032.pm|8 +-
 lib/Date/Manip/Offset/off033.pm|8 +-
 lib/Date/Manip/Offset/off034.pm|8 +-
 lib/Date/Manip/Offset/off035.pm|8 +-
 lib/Date/Manip/Offset/off036.pm|8 +-
 lib/Date/Manip/Offset/off037.pm|8 +-
 lib/Date/Manip/Offset/off038.pm   

[libcpanel-json-xs-perl] 01/05: Merge tag 'upstream/3.0217'

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

gregoa pushed a commit to branch master
in repository libcpanel-json-xs-perl.

commit 71ac51f7340d6ef57106b2f7636f73d69706ff48
Merge: fb653f4 954c7ef
Author: gregor herrmann 
Date:   Fri Jul 1 17:11:08 2016 +0200

Merge tag 'upstream/3.0217'

Upstream version 3.0217

 Changes| 27 +
 META.json  | 11 +-
 META.yml   | 13 ++--
 Makefile.PL|  1 -
 README |  6 ++
 SIGNATURE  | 38 +--
 XS.pm  |  8 +++-
 XS.xs  | 59 +-
 bin/cpanel_json_xs | 27 +++--
 t/03_types.t   |  6 --
 t/110_bignum.t |  2 +-
 t/117_numbers.t| 11 --
 t/11_pc_expo.t |  9 ++---
 t/20_unknown.t |  5 +++--
 t/96_mojo.t|  3 ++-
 t/z_pod-spelling.t |  2 ++
 typemap|  9 ++---
 17 files changed, 173 insertions(+), 64 deletions(-)

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

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


[libcpanel-json-xs-perl] annotated tag debian/3.0217-1 created (now d0f8f45)

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

gregoa pushed a change to annotated tag debian/3.0217-1
in repository libcpanel-json-xs-perl.

at  d0f8f45   (tag)
   tagging  4c09659c337b6d8d628c9cb6e7993e6cff4d9d05 (commit)
  replaces  upstream/3.0217
 tagged by  gregor herrmann
on  Fri Jul 1 17:20:35 2016 +0200

- Log -
tagging package libcpanel-json-xs-perl version debian/3.0217-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJXdopDXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGBDYP/Ag4HV0ager9yptDSsIE3leR
vFfOn5cMGJajRTGBs4g4vd1lZhOUq5t1yP0HtELPEem/tBcQ93ljaOiW0Qd0tTKT
OJGKCEgupbaycM4qp7FhgwpFwHhwjAfOf9Q/H7XoEpDrRpUlH3+a75V46dN0/Bnj
BGvVzt28+ZWvfirX+Elw9+sNcwSuAh6Qg4hrpzKe8vL0FrFCFTXjnvBM2MLMJs89
zVspYtfVk0JS0UVQjqIXpUtEN/ig6QSsl2eVuS8ubEAxmRKv6zdttzQZQEUJc2y2
gJvwsNEr/CH93jjfPRChJxi1PkdEzP05plKR277fEtOf5QvzR62+pX9xoukJ1Euq
DkZU2WWMW6537W0RsKhKpu76dCFB4el2P75zLXIymsX9aWxISKJWhm/Ya2LI+boW
bEteHeiCBXKPKtMBx3lRFgxAyu1WSfI1HdP1BhVtrDLxY9OKwY7rCrIeIc6rvn5Q
eAntKbAv5c7i8z4fofbVtGlopgIIL7m8Ucj/kW12iSyp45Fl6K9XsAaUf/NwspR2
W+krO05ryTwFlBwkAScfm1KkZdBL9OWiFulSVZRQjvSck19HSV5l7zag1tyYrWmi
LfUfOYgkVQOI/1jepiurS4v7QpsYP2OMq0Ktage5jz5e3rTb1zVI7oKUQHyYkwSH
n0YMkuoThpHZYe91mXWq
=5cBB
-END PGP SIGNATURE-

Florian Schlichting (9):
  Initial packaging by dh-make-perl
  Initial packaging by maintainer
  Fix a typo in the POD
  Fix example interpreter path
  Merge tag 'upstream/3.0103'
  Import Upstream version 3.0103
  Merge tag 'upstream/3.0104'
  Add build-dependencies on JSON, JSON::XS and Test::LeakTrace to enable 
more tests
  Update changelog for release

Lucas Kanashiro (5):
  Merge tag 'upstream/3.0205'
  Update debian/changelog
  Update upstream contact in metadata
  Update upstream copyright and contact in debian/copyright
  Releasing libcpanel-json-xs-perl version 3.0205-1

Salvatore Bonaccorso (4):
  Update Vcs-Browser URL to cgit web frontend
  update changelog
  debian/control: Use HTTPS transport protocol for Vcs-Git URI
  update changelog

gregor herrmann (35):
  Merge tag 'upstream/2.3404'
  New upstream release.
  Drop pod-spelling.patch, applied upstream.
  releasing package libcpanel-json-xs-perl version 2.3404-1
  Add debian/upstream/metadata
  Update debian/changelog
  Merge tag 'upstream/3.0115'
  Update debian/changelog
  Reformat debian/control with cme
  Mark package as autopkgtest-able.
  Declare compliance with Debian Policy 3.9.6.
  releasing package libcpanel-json-xs-perl version 3.0115-1
  Add libmojolicious-perl to Build-Depends-Indep.
  releasing package libcpanel-json-xs-perl version 3.0205-1
  Merge tag 'upstream/3.0207'
  Update debian/changelog
  releasing package libcpanel-json-xs-perl version 3.0207-1
  Merge tag 'upstream/3.0210'
  Update debian/changelog
  releasing package libcpanel-json-xs-perl version 3.0210-1
  Merge tag 'upstream/3.0211'
  Update debian/changelog
  releasing package libcpanel-json-xs-perl version 3.0211-1
  Merge tag 'upstream/3.0213'
  Update debian/changelog
  Declare compliance with Debian Policy 3.9.8.
  debian/rules: set bindnow linker flag.
  releasing package libcpanel-json-xs-perl version 3.0213-1
  debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  update changelog
  Merge tag 'upstream/3.0217'
  Update debian/changelog
  Add stanza for bin/cpanel_json_xs to debian/copyright.
  Add debian/duck-overrides for a website with a certificate problem.
  releasing package libcpanel-json-xs-perl version 3.0217-1

---

This annotated tag includes the following new commits:

   new  71ac51f   Merge tag 'upstream/3.0217'
   new  c05ea26   Update debian/changelog
   new  f2f4b76   Add stanza for bin/cpanel_json_xs to debian/copyright.
   new  cb6786e   Add debian/duck-overrides for a website with a 
certificate problem.
   new  4c09659   releasing package libcpanel-json-xs-perl version 3.0217-1

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


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

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


[libcpanel-json-xs-perl] 01/01: pristine-tar data for libcpanel-json-xs-perl_3.0217.orig.tar.gz

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

gregoa pushed a commit to branch pristine-tar
in repository libcpanel-json-xs-perl.

commit f49e6f2a29f008512251b3e15a22e3b6cc28788d
Author: gregor herrmann 
Date:   Fri Jul 1 17:11:08 2016 +0200

pristine-tar data for libcpanel-json-xs-perl_3.0217.orig.tar.gz
---
 libcpanel-json-xs-perl_3.0217.orig.tar.gz.delta | Bin 0 -> 3637 bytes
 libcpanel-json-xs-perl_3.0217.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libcpanel-json-xs-perl_3.0217.orig.tar.gz.delta 
b/libcpanel-json-xs-perl_3.0217.orig.tar.gz.delta
new file mode 100644
index 000..d3680d8
Binary files /dev/null and b/libcpanel-json-xs-perl_3.0217.orig.tar.gz.delta 
differ
diff --git a/libcpanel-json-xs-perl_3.0217.orig.tar.gz.id 
b/libcpanel-json-xs-perl_3.0217.orig.tar.gz.id
new file mode 100644
index 000..b0b84d7
--- /dev/null
+++ b/libcpanel-json-xs-perl_3.0217.orig.tar.gz.id
@@ -0,0 +1 @@
+c548d8f87ae820b55c281ecc6cbe150e01bf2c67

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

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


[libcpanel-json-xs-perl] branch pristine-tar updated (2bcba5e -> f49e6f2)

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

gregoa pushed a change to branch pristine-tar
in repository libcpanel-json-xs-perl.

  from  2bcba5e   pristine-tar data for 
libcpanel-json-xs-perl_3.0213.orig.tar.gz
   new  f49e6f2   pristine-tar data for 
libcpanel-json-xs-perl_3.0217.orig.tar.gz

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


Summary of changes:
 libcpanel-json-xs-perl_3.0217.orig.tar.gz.delta | Bin 0 -> 3637 bytes
 libcpanel-json-xs-perl_3.0217.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libcpanel-json-xs-perl_3.0217.orig.tar.gz.delta
 create mode 100644 libcpanel-json-xs-perl_3.0217.orig.tar.gz.id

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

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


[libcpanel-json-xs-perl] annotated tag upstream/3.0217 created (now 9bedbda)

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

gregoa pushed a change to annotated tag upstream/3.0217
in repository libcpanel-json-xs-perl.

at  9bedbda   (tag)
   tagging  954c7ef5fe7266473af40ee6a61d57fbaee4eb1b (commit)
  replaces  upstream/3.0213
 tagged by  gregor herrmann
on  Fri Jul 1 17:11:08 2016 +0200

- Log -
Upstream version 3.0217

Christopher J. Madsen (1):
  t/20_unknown.t fails if older JSON::PP installed (#69)

David Golden (1):
  Encode integer NOK scalars as floats

Reini Urban (11):
  cpanel_json_xs: add yaml-tiny
  fix t/z_pod-spelling.t: Cpanel
  3.0213_01: fix 5.6 and 5.8 NOK edgecases
  3.0213_02: Remove unneeded Pod::Usage dependency
  Fix off-by-one IV_MIN -> NV overflow in decode_json
  Fix NV encode with -Dusequadmath
  3.0214: Fix the tests for quadmath
  Improve errormsg with class-based method calls
  3.0215: Fix test 117 (pghmcfc)
  3.0216: fix test 117 for 5.10.0
  3.0217 release

gregor herrmann (1):
  Imported Upstream version 3.0217

---

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/libcpanel-json-xs-perl.git

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


[libcpanel-json-xs-perl] 03/05: Add stanza for bin/cpanel_json_xs to debian/copyright.

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

gregoa pushed a commit to branch master
in repository libcpanel-json-xs-perl.

commit f2f4b768060547a0e6366ee796cfc04d77f7067e
Author: gregor herrmann 
Date:   Fri Jul 1 17:14:54 2016 +0200

Add stanza for bin/cpanel_json_xs to debian/copyright.
---
 debian/copyright | 5 +
 1 file changed, 5 insertions(+)

diff --git a/debian/copyright b/debian/copyright
index 226399c..f76cb60 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -9,6 +9,11 @@ Copyright: 2007-2011, Marc Lehmann  
http://home.schmorp.de/
  2015, Reini Urban 
 License: Artistic or GPL-1+
 
+Files: bin/cpanel_json_xs
+Copyright: 2008, Marc Lehmann 
+ 2016, Cpanel Inc
+License: Artistic or GPL-1+
+
 Files: ppport.h
 Copyright: 2004-2010, Marcus Holland-Moritz 
  2001, Paul Marquess  (Version 2.x)

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

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


[libcpanel-json-xs-perl] 02/05: Update debian/changelog

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

gregoa pushed a commit to branch master
in repository libcpanel-json-xs-perl.

commit c05ea26fe03b28e9d0966334f3be317b834cf8c8
Author: gregor herrmann 
Date:   Fri Jul 1 17:11:09 2016 +0200

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index 0563daa..a96d2fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-libcpanel-json-xs-perl (3.0213-2) UNRELEASED; urgency=medium
+libcpanel-json-xs-perl (3.0217-1) UNRELEASED; urgency=medium
 
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
+  * Import upstream version 3.0217
 
- -- gregor herrmann   Fri, 20 May 2016 12:03:01 +0200
+ -- gregor herrmann   Fri, 01 Jul 2016 17:11:09 +0200
 
 libcpanel-json-xs-perl (3.0213-1) unstable; urgency=medium
 

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

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


[libcpanel-json-xs-perl] 04/05: Add debian/duck-overrides for a website with a certificate problem.

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

gregoa pushed a commit to branch master
in repository libcpanel-json-xs-perl.

commit cb6786e838282fc0c048da18ee2430c2af03d3db
Author: gregor herrmann 
Date:   Fri Jul 1 17:18:38 2016 +0200

Add debian/duck-overrides for a website with a certificate problem.
---
 debian/duck-overrides | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/duck-overrides b/debian/duck-overrides
new file mode 100644
index 000..40456b5
--- /dev/null
+++ b/debian/duck-overrides
@@ -0,0 +1,2 @@
+# invalid certificate
+http://home.schmorp.de/

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

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


[libcpanel-json-xs-perl] 05/05: releasing package libcpanel-json-xs-perl version 3.0217-1

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

gregoa pushed a commit to branch master
in repository libcpanel-json-xs-perl.

commit 4c09659c337b6d8d628c9cb6e7993e6cff4d9d05
Author: gregor herrmann 
Date:   Fri Jul 1 17:20:35 2016 +0200

releasing package libcpanel-json-xs-perl version 3.0217-1
---
 debian/changelog | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a96d2fe..c6a8ecc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,12 @@
-libcpanel-json-xs-perl (3.0217-1) UNRELEASED; urgency=medium
+libcpanel-json-xs-perl (3.0217-1) unstable; urgency=medium
 
+  * Team upload.
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
-  * Import upstream version 3.0217
+  * Import upstream version 3.0217.
+  * Add stanza for bin/cpanel_json_xs to debian/copyright.
+  * Add debian/duck-overrides for a website with a certificate problem.
 
- -- gregor herrmann   Fri, 01 Jul 2016 17:11:09 +0200
+ -- gregor herrmann   Fri, 01 Jul 2016 17:19:19 +0200
 
 libcpanel-json-xs-perl (3.0213-1) unstable; urgency=medium
 

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

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


[libcpanel-json-xs-perl] branch master updated (fb653f4 -> 4c09659)

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

gregoa pushed a change to branch master
in repository libcpanel-json-xs-perl.

  from  fb653f4   update changelog
  adds  8d6bd43   cpanel_json_xs: add yaml-tiny
  adds  a641a9b   fix t/z_pod-spelling.t: Cpanel
  adds  8a3da11   Encode integer NOK scalars as floats
  adds  5624e39   3.0213_01: fix 5.6 and 5.8 NOK edgecases
  adds  a90a33e   3.0213_02: Remove unneeded Pod::Usage dependency
  adds  839c6db   Fix off-by-one IV_MIN -> NV overflow in decode_json
  adds  ad072b4   Fix NV encode with -Dusequadmath
  adds  f16404e   3.0214: Fix the tests for quadmath
  adds  f7ff938   Improve errormsg with class-based method calls
  adds  0b3e859   3.0215: Fix test 117 (pghmcfc)
  adds  5028271   3.0216: fix test 117 for 5.10.0
  adds  31f3e0b   t/20_unknown.t fails if older JSON::PP installed (#69)
  adds  00455f2   3.0217 release
  adds  954c7ef   Imported Upstream version 3.0217
   new  71ac51f   Merge tag 'upstream/3.0217'
   new  c05ea26   Update debian/changelog
   new  f2f4b76   Add stanza for bin/cpanel_json_xs to debian/copyright.
   new  cb6786e   Add debian/duck-overrides for a website with a 
certificate problem.
   new  4c09659   releasing package libcpanel-json-xs-perl version 3.0217-1

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


Summary of changes:
 Changes   | 27 +++
 META.json | 11 +-
 META.yml  | 13 ++--
 Makefile.PL   |  1 -
 README|  6 ++
 SIGNATURE | 38 -
 XS.pm |  8 ++-
 XS.xs | 59 ++-
 bin/cpanel_json_xs| 27 +--
 debian/changelog  |  8 +--
 debian/copyright  |  5 +
 debian/duck-overrides |  2 ++
 t/03_types.t  |  6 --
 t/110_bignum.t|  2 +-
 t/117_numbers.t   | 11 --
 t/11_pc_expo.t|  9 +---
 t/20_unknown.t|  5 +++--
 t/96_mojo.t   |  3 ++-
 t/z_pod-spelling.t|  2 ++
 typemap   |  9 +---
 20 files changed, 186 insertions(+), 66 deletions(-)
 create mode 100644 debian/duck-overrides

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

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


[libcpan-checksums-perl] annotated tag upstream/2.12 created (now 1b90ecb)

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

gregoa pushed a change to annotated tag upstream/2.12
in repository libcpan-checksums-perl.

at  1b90ecb   (tag)
   tagging  4d49dc0e22de7926f2d43078795a0fe89bd4aae0 (commit)
  replaces  upstream/2.10
 tagged by  gregor herrmann
on  Fri Jul 1 16:51:47 2016 +0200

- Log -
Upstream version 2.12

Andreas Koenig (10):
  ready to release 2.09
  switching from svn to git and release testing
  Version 2.10; no functional change
  bump the Module::Signature version that decides whether to test or not to 
test
  Extend checksums with those for uncompressed files also to .tgz and .tbz
  Make Changes file ready for release 2.11
  never let t/00signature.t actually fail
  Release gears: shorten the release target in the Makefile
  Fix recalc being too lazy
  Ready to release 2.12

Petr Písař (1):
  Try to connect to pool.sks-keyservers.net

gregor herrmann (1):
  Imported Upstream version 2.12

k (95):
  initial import
  Starting to use SVN
  more SVN preparations
  remove |Makefile
  remove other runtime files
  Rev property!
  applied a patch by Steve Peters to support sha256
  want to sign the distro
  refactored the new function add_digests out of the long loop
  add support for bzip2
  Oops, checked in all the RCS directories
  tests rewrote comment in CHECKSUMS file
  Property set for release after_12
  just silencing svn
  removing automatic files
  oops, there was a chmod still
  Property set for release after_16
  oh my god, how many unneeded files did I check in???
  is this the last RCS relict?
  Property set for release after_19
  last change of the reference file
  Property set for release after_21
  sort the keys
  the latest CHECKSUMS file after sorting
  Property set for release after_24
  Touching the Makefile.PL caused irritating behaviour, will try without; 
we can add 1 instead of 1.1 now to the VERSION because we reach at greater than 
1.018 which was the last release
  we had an updatedir.t~ in the CHECKSUMS file, removed now
  Property set for release after_27
  finally I discovered how version_diff was intended to work initially: 
after a forced checkin the make must die because it still only knows about the 
old version
  Property set for release after_29
  rename ChangeLog to ChangeLog.svn: do not like to set expectations to the 
other format
  Property set for release after_31
  blah
  dependencies; GMT
  add release target to Makefile
  svn complains after make test that the CHECKSUMS file is not checked in; 
is svn right about that?
  Property set for release after_36
  new dist_test target
  Property set for release after_38
  adding Chagelog.svn
  witch testscript to use Test::More
  add the standard pot.t
  blah
  add a Todo file
  blah
  better error handling during updatedir
  prepare next release
  Property set for release after_47
  blah
  guarantee atomicity: concurrent writes are consistent
  blah
  add a license to the manpage
  thanks to pod coverage found a few missing things in the docu
  add some more of my usual makefile.pl voodoo
  refactoring updatedir without functional change: separate the generation 
of the directory reference
  more refactoring without functional change: rename variable cksum to 
old_ddump and split out _read_old_ddump
  more refactoring without functional change: rename variable cksum to 
old_ddump and split out _read_old_ddump
  allow the reuse of a previously calculated md5 when the sha256 already 
matches
  allow reuse of old -un{gz,bz2} checksum if the plain one has already 
proven file is unchanged
  just test metadata, autogenerated
  Property set for release after_60
  make 5.005 compatible
  prepare release
  Property set for release after_63
  eliminate forward slashes from test
  automatic side effect of last testrun
  prepare for a move of the file Checksums.pm to lib/CPAN
  actually mv the file Checksums.pm to lib/CPAN
  ready for the next release
  prepare a new release
  prepare a new release
  prepare a new release
  prepare a new release
  prepare a new release
  prepare a new release
  autogen
  add missing binmode() for Windows (courtesy Elliot Shank)
  prepare a release
  prepare a release
  call binmode as a function not a method
  up some version numbers on rereqs just to be on the safe side
  prepare next release
  prepare next release
  whitespace
  ready for the next release
  ready for another relase
  remove a test that relies on the number of blocks a file occupies
  add MYMETA.yml to 

[libcpan-checksums-perl] annotated tag debian/2.12-1 created (now 6b28362)

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

gregoa pushed a change to annotated tag debian/2.12-1
in repository libcpan-checksums-perl.

at  6b28362   (tag)
   tagging  dde02c572a802146b26c2f4dd492ecd23927df24 (commit)
  replaces  debian/2.09-1
 tagged by  gregor herrmann
on  Fri Jul 1 16:59:30 2016 +0200

- Log -
tagging package libcpan-checksums-perl version debian/2.12-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJXdoVSXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGmMoQAJMm3kFXf3/pDPPFPwNw0qxR
CmqcOM2lAEsguW2Bs7No70Yu2/GlKwY24Su2fF/BPYV6CKWcQN9NMlZDnu+qp5Lc
/IU1mzQDajRGz3SdrF9OB33EhTXAR14Bn+HidRyDwIX5B2kUKX3RSma0QBJsOc4S
LlJh+A+aoC/gpLaB8exBLn5dv0Seo5AMlGhSOLWNmleXdZxC8qWcdGq4ykBtpjdB
+CaYaUeZlQPyipdy2fED2x+MZi3Cg95PbbsWfeGKmWJsVaf2PV68QEvMS44m7y1a
shJHOu0/z5bCm3CtSy/579heqDgeskpS8byEBXMVea6c8lASRbE/XsiR5RgkSZQF
P5xxbpZeDaxYak/2baH18vbQQtskXjR3Klvu5HjzycpK5xfeN4ctACG+Qj0KJSAo
kfaJnbbCAtuC8z6TrwJstJH42bv00dEe4CB++jJMRVZdHB4FSGOat/MNzJHmx/wS
LoOdFVuJZUP498knIb559L7kKMjIyuMnPxmHkSPXL3t1mM/FVo61n6G/6uuTUDCE
CEACQf6cV/VLfjuo3KJK0PvHP7jjcmqQsEyukrTrXv4HOEpHu+o25DJupZQc4sTu
4Mm55YEkPe6x+wMdV2PsyGm5bFoS5Wc2DoKwHjOp/hT06w/dTs00PTyA7R2M56OO
Oyxk6xw8ePFZNh4npNn2
=YlWQ
-END PGP SIGNATURE-

Andreas Koenig (10):
  ready to release 2.09
  switching from svn to git and release testing
  Version 2.10; no functional change
  bump the Module::Signature version that decides whether to test or not to 
test
  Extend checksums with those for uncompressed files also to .tgz and .tbz
  Make Changes file ready for release 2.11
  never let t/00signature.t actually fail
  Release gears: shorten the release target in the Makefile
  Fix recalc being too lazy
  Ready to release 2.12

Petr Písař (1):
  Try to connect to pool.sks-keyservers.net

Salvatore Bonaccorso (4):
  Update Vcs-Browser URL to cgit web frontend
  update changelog
  debian/control: Use HTTPS transport protocol for Vcs-Git URI
  update changelog

gregor herrmann (22):
  Add debian/upstream/metadata
  Update debian/changelog
  Merge tag 'upstream/2.10'
  Imported Upstream version 2.10
  Update debian/changelog
  Add debian/upstream/metadata
  Update debian/changelog
  update changelog
  debian/rules: use 'wildcard' instead of 'shell echo'.
  update changelog
  debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  update changelog
  debian/upstream/metadata: use HTTPS for GitHub URLs.
  update changelog
  Imported Upstream version 2.12
  Merge tag 'upstream/2.12'
  Update debian/changelog
  Reformat debian/control with cme
  Mark package as autopkgtest-able.
  Declare compliance with Debian Policy 3.9.8.
  Bump debhelper compatibility level to 9.
  releasing package libcpan-checksums-perl version 2.12-1

k (95):
  initial import
  Starting to use SVN
  more SVN preparations
  remove |Makefile
  remove other runtime files
  Rev property!
  applied a patch by Steve Peters to support sha256
  want to sign the distro
  refactored the new function add_digests out of the long loop
  add support for bzip2
  Oops, checked in all the RCS directories
  tests rewrote comment in CHECKSUMS file
  Property set for release after_12
  just silencing svn
  removing automatic files
  oops, there was a chmod still
  Property set for release after_16
  oh my god, how many unneeded files did I check in???
  is this the last RCS relict?
  Property set for release after_19
  last change of the reference file
  Property set for release after_21
  sort the keys
  the latest CHECKSUMS file after sorting
  Property set for release after_24
  Touching the Makefile.PL caused irritating behaviour, will try without; 
we can add 1 instead of 1.1 now to the VERSION because we reach at greater than 
1.018 which was the last release
  we had an updatedir.t~ in the CHECKSUMS file, removed now
  Property set for release after_27
  finally I discovered how version_diff was intended to work initially: 
after a forced checkin the make must die because it still only knows about the 
old version
  Property set for release after_29
  rename ChangeLog to ChangeLog.svn: do not like to set expectations to the 
other format
  Property set for release after_31
  blah
  dependencies; GMT
  add release target to Makefile
  svn complains after make test that the CHECKSUMS file is not checked in; 
is svn right about that?
  Property set for release after_36
  new dist_test target
  Property set for release after_38
  adding Chagelog.svn
  witch testscript to use Test::More
 

[libcpan-checksums-perl] 05/07: Declare compliance with Debian Policy 3.9.8.

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

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

commit f16377e7823743bfaf359ee4374f95336499ca8f
Author: gregor herrmann 
Date:   Fri Jul 1 16:56:05 2016 +0200

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

diff --git a/debian/control b/debian/control
index aa2f764..b23ee77 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends-Indep: perl,
  libdata-compare-perl,
  libtest-pod-perl,
  libtest-pod-coverage-perl
-Standards-Version: 3.9.5
+Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libcpan-checksums-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libcpan-checksums-perl.git
 Homepage: https://metacpan.org/release/CPAN-Checksums

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

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


[libcpan-checksums-perl] 01/01: pristine-tar data for libcpan-checksums-perl_2.12.orig.tar.gz

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

gregoa pushed a commit to branch pristine-tar
in repository libcpan-checksums-perl.

commit 1b75379ea8d7d5bdd572cad1504af2d398ea3354
Author: gregor herrmann 
Date:   Fri Jul 1 16:51:47 2016 +0200

pristine-tar data for libcpan-checksums-perl_2.12.orig.tar.gz
---
 libcpan-checksums-perl_2.12.orig.tar.gz.delta | Bin 0 -> 1390 bytes
 libcpan-checksums-perl_2.12.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libcpan-checksums-perl_2.12.orig.tar.gz.delta 
b/libcpan-checksums-perl_2.12.orig.tar.gz.delta
new file mode 100644
index 000..392a19f
Binary files /dev/null and b/libcpan-checksums-perl_2.12.orig.tar.gz.delta 
differ
diff --git a/libcpan-checksums-perl_2.12.orig.tar.gz.id 
b/libcpan-checksums-perl_2.12.orig.tar.gz.id
new file mode 100644
index 000..ca210ba
--- /dev/null
+++ b/libcpan-checksums-perl_2.12.orig.tar.gz.id
@@ -0,0 +1 @@
+2897f85f9f7b8f3ca5300e316140c58473b95255

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

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


[libcpan-checksums-perl] 07/07: releasing package libcpan-checksums-perl version 2.12-1

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

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

commit dde02c572a802146b26c2f4dd492ecd23927df24
Author: gregor herrmann 
Date:   Fri Jul 1 16:59:30 2016 +0200

releasing package libcpan-checksums-perl version 2.12-1
---
 debian/changelog | 12 +++-
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a3c461b..a58e3d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,6 @@
-libcpan-checksums-perl (2.12-1) UNRELEASED; urgency=medium
+libcpan-checksums-perl (2.12-1) unstable; urgency=medium
 
-  IGNORE-VERSION: 2.10-1
-  "no functional changes"
+  * Team upload.
 
   [ Salvatore Bonaccorso ]
   * Update Vcs-Browser URL to cgit web frontend
@@ -17,9 +16,12 @@ libcpan-checksums-perl (2.12-1) UNRELEASED; urgency=medium
   [ gregor herrmann ]
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
   * debian/upstream/metadata: use HTTPS for GitHub URLs.
-  * Import upstream version 2.12
+  * Import upstream version 2.12.
+  * Mark package as autopkgtest-able.
+  * Declare compliance with Debian Policy 3.9.8.
+  * Bump debhelper compatibility level to 9.
 
- -- gregor herrmann   Fri, 01 Jul 2016 16:51:47 +0200
+ -- gregor herrmann   Fri, 01 Jul 2016 16:58:11 +0200
 
 libcpan-checksums-perl (2.09-1) unstable; urgency=low
 

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

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


  1   2   >