[dh-make-perl] 01/02: copy d/changelog into Changes

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

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

commit bf7a697a2d7897439ea24315af4d3e038929f4e5
Author: gregor herrmann 
Date:   Sat Jul 2 13:44:25 2016 +0200

copy d/changelog into Changes

Gbp-Dch: Ignore
---
 Changes | 58 --
 1 file changed, 56 insertions(+), 2 deletions(-)

diff --git a/Changes b/Changes
index 516cac0..01a88e6 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,60 @@
-0.91 (2016-xx-xx)
+0.91 (2016-07-02)
 
-  * -
+  [ gregor herrmann ]
+  * debian/source/format: switch to '3.0 (native)'.
+Cf. the thread at 
https://lists.debian.org/debian-perl/2016/03/msg00038.html
+for the history and pros/cons of having a non-native vs. a native package.
+  * Drop debian/{watch,upstream-signing-key.pgp,source/include-binaries}.
+Not needed for a native package.
+  * Add a lintian override for latest-debian-changelog-entry-changed-to-
+native.
+  * Debian::Control::FromCPAN: find_debs_for_modules(): exit version loop.
+When searching for versioned dependency, the method issues the warning
+"$module package in APT ($d) does not satisfy $dep" even when higher
+versions are available. Exit the loop as soon as we have a high enough
+version.
+  * Issue a warning in build_package if local::lib usage is detected.
+local::lib sets the installation path (by default to $HOME/perl5) via
+PERL_MB_OPT/PERL_MM_OPT which is not what we want in the built
+package. Messing with the environment is a bit too brittle, so we
+issue a fat warning and give recommendations for deactivating the
+local::lib environment temporarily.
+Thanks to Jacob L Anawalt for the bug report. (Closes: #820395)
+  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
+  * DhMakePerl::Utils: when checking for core modules, look at current
+perl.
+Various helpers which check if a module is in Perl core or starting from
+which version only looked at the first Perl version. This ignored cases
+where a package was removed from core at some point.
+Change those methods to return if a module is not currently in Perl core.
+Thanks to Peter Valdemar Mørch for the bug report. (Closes: #788198)
+  * DhMakePerl::Command::Packaging: don't enforce 9.20120312~ for
+debhelper in arch:any packages anymore. There is no older version in
+the archive anymore.
+
+  [ Sean Whitton ]
+  * Strip comments when reading control files.  (Closes: #823708)
+Otherwise, control files containing comments cause a parse failure.
+
+  [ Salvatore Bonaccorso ]
+  * Use HTTPS transport protocol for Format URI in copyright file.
+Refresh or create new copyright files using HTTPS transport protocol for
+the Format URI to the copyright format specification.
+Adjust tests to use HTTPS transport protocol as well in the Format
+fields.
+  * Use HTTPS transport protocol for various URLs in POD
+
+  [ Nick Morrott ]
+  * DhMakePerl::Command::Packaging:
+- remove trailing whitespace from Artistic 2.0 license text
+- remove trailing whitespace from copyright DISCLAIMER text
+
+  [ gregor herrmann ]
+  * Update copyright holder list for DhMakePerl::Command::Packaging.
+  * Split package into dh-make-perl and libdebian-source-perl.
+The latter contains generally useful Perl modules.
+Thanks to Sean Whitton for the bug report.
+(Closes: #823067)
 
 0.90 (2016-04-06)
 

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

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

[dh-make-perl] 02/02: releasing package dh-make-perl version 0.91

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

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

commit 8ef584cf754002bf688709724fa948797d7548e1
Author: gregor herrmann 
Date:   Sat Jul 2 13:51:27 2016 +0200

releasing package dh-make-perl version 0.91
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 46f13d0..d8b0d79 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-dh-make-perl (0.91) UNRELEASED; urgency=medium
+dh-make-perl (0.91) unstable; urgency=medium
 
   [ gregor herrmann ]
   * debian/source/format: switch to '3.0 (native)'.
@@ -56,7 +56,7 @@ dh-make-perl (0.91) UNRELEASED; urgency=medium
 Thanks to Sean Whitton for the bug report.
 (Closes: #823067)
 
- -- gregor herrmann   Wed, 06 Apr 2016 17:35:59 +0200
+ -- gregor herrmann   Sat, 02 Jul 2016 13:45:02 +0200
 
 dh-make-perl (0.90-1) unstable; urgency=medium
 

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

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


[dh-make-perl] branch master updated (33addff -> 8ef584c)

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

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

  from  33addff   update changelog
   new  bf7a697   copy d/changelog into Changes
   new  8ef584c   releasing package dh-make-perl version 0.91

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


Summary of changes:
 Changes  | 58 ++--
 debian/changelog |  4 ++--
 2 files changed, 58 insertions(+), 4 deletions(-)

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

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


[dh-make-perl] annotated tag debian/0.91 created (now b6e28cf)

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

gregoa pushed a change to annotated tag debian/0.91
in repository dh-make-perl.

at  b6e28cf   (tag)
   tagging  e30af10be2fbf08622d78b2170814aa515b9c6bc (tag)
length  1121 bytes
 tagged by  gregor herrmann
on  Sat Jul 2 13:52:58 2016 +0200

- Log -
tag dh-make-perl release 0.91
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJXd6ssXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGS7wP/3Z7ldZCLF25zIAjtUJKyao4
SBBGhduogHHEFQshvX6q5sIHDSiqa7t3gFUq5yRoOajxkhkDxIu6kDwLTfxXr+pV
FIQYbEK+Ak4PmyrihTzX6HyOyEGQywuFd178cVOuepnlbtgU2a0kmavtFESWS7/L
dxK9lWn1GQnxG8YAEKUrKnQCS3i6crjo5qLL9+/2vcFon16wFAt9cyb55jNwRgaW
k3qY+g02qpDafaK63bjPLq3JR9vP8R0ma7NuZpVgakk78rMytu8zt5IyntZgG3ju
xY1ZIFGqd2W1nTqwIic6bVamRXKNisANRfBz6TGbPww2T9Wu5EpTbC+15PoeY+m2
gStSZellMCsvkxZMBdmubublQ+EEDTC3hUZGHsr8TY9FjemDY/oG+ERonWjEwcmP
J/oaT+S3ASrnuibttMcIdVCGEIiRq61f3CmmZ2WMjs9NXNZu8A0ySJ4LxtLeoCWn
CY6k+Xta1E9hldEvmEKOwWg2qCnrV9lYus1AiJ1UIVzgqYgMCu8DJJdF4pbaKdDd
GuWOJtstnmkfaWVe8jG6bVDUxkU8OiwFaJUn2KKqWukAjrDFuf6lZt/TdX+pWqsD
pA0OAPwI0p10dCO+9qYZHH2THEp21sKb5H6vraH/JLUn6vHyxBS0GvYNwUEKIdkp
iQiwhAl0a/1dzmEgDEA5
=dj8N
-END PGP SIGNATURE-
---

This annotated tag includes the following new commits:

   new  bf7a697   copy d/changelog into Changes
   new  8ef584c   releasing package dh-make-perl version 0.91

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

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


[dh-make-perl] 01/01: bump version to 0.92

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

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

commit 5ec04626f0eb70a3f8df721307fcb6fe1e852a5c
Author: gregor herrmann 
Date:   Sat Jul 2 13:55:21 2016 +0200

bump version to 0.92

Gbp-Dch: Ignore
---
 Changes | 2 ++
 lib/Debian/AptContents.pm   | 2 +-
 lib/Debian/Control.pm   | 2 +-
 lib/Debian/Control/FromCPAN.pm  | 2 +-
 lib/Debian/Control/Stanza.pm| 2 +-
 lib/Debian/Control/Stanza/Binary.pm | 2 +-
 lib/Debian/Control/Stanza/CommaSeparated.pm | 2 +-
 lib/Debian/Control/Stanza/Source.pm | 2 +-
 lib/Debian/Dependencies.pm  | 2 +-
 lib/Debian/Dependency.pm| 2 +-
 lib/Debian/DpkgLists.pm | 2 +-
 lib/Debian/Rules.pm | 2 +-
 lib/Debian/WNPP/Bug.pm  | 2 +-
 lib/Debian/WNPP/Query.pm| 2 +-
 lib/DhMakePerl.pm   | 2 +-
 lib/DhMakePerl/Command/Packaging.pm | 2 +-
 lib/DhMakePerl/Command/dump_config.pm   | 2 +-
 lib/DhMakePerl/Command/help.pm  | 2 +-
 lib/DhMakePerl/Command/locate.pm| 2 +-
 lib/DhMakePerl/Command/make.pm  | 2 +-
 lib/DhMakePerl/Command/refresh.pm   | 2 +-
 lib/DhMakePerl/Command/refresh_cache.pm | 2 +-
 lib/DhMakePerl/Config.pm| 2 +-
 lib/DhMakePerl/PodParser.pm | 2 +-
 lib/DhMakePerl/Utils.pm | 2 +-
 25 files changed, 26 insertions(+), 24 deletions(-)

diff --git a/Changes b/Changes
index 01a88e6..80f9e74 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+0.92 (2016-xx-xx)
+
 0.91 (2016-07-02)
 
   [ gregor herrmann ]
diff --git a/lib/Debian/AptContents.pm b/lib/Debian/AptContents.pm
index c59f5c0..410abdb 100644
--- a/lib/Debian/AptContents.pm
+++ b/lib/Debian/AptContents.pm
@@ -3,7 +3,7 @@ package Debian::AptContents;
 use strict;
 use warnings;
 
-our $VERSION = '0.91';
+our $VERSION = '0.92';
 
 =head1 NAME
 
diff --git a/lib/Debian/Control.pm b/lib/Debian/Control.pm
index 4244766..3f5e590 100644
--- a/lib/Debian/Control.pm
+++ b/lib/Debian/Control.pm
@@ -52,7 +52,7 @@ use base 'Class::Accessor';
 use strict;
 use warnings;
 
-our $VERSION = '0.91';
+our $VERSION = '0.92';
 
 __PACKAGE__->mk_accessors(qw( source binary binary_tie _parser ));
 
diff --git a/lib/Debian/Control/FromCPAN.pm b/lib/Debian/Control/FromCPAN.pm
index cdc1872..2e27193 100644
--- a/lib/Debian/Control/FromCPAN.pm
+++ b/lib/Debian/Control/FromCPAN.pm
@@ -16,7 +16,7 @@ package Debian::Control::FromCPAN;
 use strict;
 use warnings;
 
-our $VERSION = '0.91';
+our $VERSION = '0.92';
 
 use Carp qw(croak);
 
diff --git a/lib/Debian/Control/Stanza.pm b/lib/Debian/Control/Stanza.pm
index 1dac5e9..b345642 100644
--- a/lib/Debian/Control/Stanza.pm
+++ b/lib/Debian/Control/Stanza.pm
@@ -25,7 +25,7 @@ require v5.10.0;
 use strict;
 use warnings;
 
-our $VERSION = '0.91';
+our $VERSION = '0.92';
 
 use base qw( Class::Accessor Tie::IxHash );
 
diff --git a/lib/Debian/Control/Stanza/Binary.pm 
b/lib/Debian/Control/Stanza/Binary.pm
index 554344a..39c947b 100644
--- a/lib/Debian/Control/Stanza/Binary.pm
+++ b/lib/Debian/Control/Stanza/Binary.pm
@@ -87,7 +87,7 @@ package Debian::Control::Stanza::Binary;
 use strict;
 use warnings;
 
-our $VERSION = '0.91';
+our $VERSION = '0.92';
 
 use base 'Debian::Control::Stanza';
 
diff --git a/lib/Debian/Control/Stanza/CommaSeparated.pm 
b/lib/Debian/Control/Stanza/CommaSeparated.pm
index b0af9c5..effa6c9 100644
--- a/lib/Debian/Control/Stanza/CommaSeparated.pm
+++ b/lib/Debian/Control/Stanza/CommaSeparated.pm
@@ -9,7 +9,7 @@ Debian::Control::Stanza::CommaSeparated - comma separated 
debian/control field a
 use strict;
 use warnings;
 
-our $VERSION = '0.91';
+our $VERSION = '0.92';
 
 use Array::Unique;
 use Text::ParseWords qw(quotewords);
diff --git a/lib/Debian/Control/Stanza/Source.pm 
b/lib/Debian/Control/Stanza/Source.pm
index 70e23ba..cb2ff7e 100644
--- a/lib/Debian/Control/Stanza/Source.pm
+++ b/lib/Debian/Control/Stanza/Source.pm
@@ -77,7 +77,7 @@ package Debian::Control::Stanza::Source;
 use strict;
 use warnings;
 
-our $VERSION = '0.91';
+our $VERSION = '0.92';
 
 use base qw(Debian::Control::Stanza);
 
diff --git a/lib/Debian/Dependencies.pm b/lib/Debian/Dependencies.pm
index 0741d91..07ac03d 100644
--- a/lib/Debian/Dependencies.pm
+++ b/lib/Debian/Dependencies.pm
@@ -3,7 +3,7 @@ package Debian::Dependencies;
 use strict;
 use warnings;
 
-our $VERSION = '0.91';
+our $VERSION = '0.92';
 
 use AptPkg::Config;
 use Debian::Dependency;
diff --git a/lib/Debian/Dependency.pm b/lib/Debian/Dependency.pm
index 5a03284..c8fdf2e 100644
--- a/lib/Debian/Dependency.pm
+++ b/lib/Debian/Dependency.pm
@@ -3,7 +3,7 @@ package Debian::Dependency;
 use strict;
 use warnings;
 
-our $VERSION = '0.91';
+our $VERSION 

[dh-make-perl] branch master updated (8ef584c -> 5ec0462)

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

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

  from  8ef584c   releasing package dh-make-perl version 0.91
   new  5ec0462   bump version to 0.92

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:
 Changes | 2 ++
 lib/Debian/AptContents.pm   | 2 +-
 lib/Debian/Control.pm   | 2 +-
 lib/Debian/Control/FromCPAN.pm  | 2 +-
 lib/Debian/Control/Stanza.pm| 2 +-
 lib/Debian/Control/Stanza/Binary.pm | 2 +-
 lib/Debian/Control/Stanza/CommaSeparated.pm | 2 +-
 lib/Debian/Control/Stanza/Source.pm | 2 +-
 lib/Debian/Dependencies.pm  | 2 +-
 lib/Debian/Dependency.pm| 2 +-
 lib/Debian/DpkgLists.pm | 2 +-
 lib/Debian/Rules.pm | 2 +-
 lib/Debian/WNPP/Bug.pm  | 2 +-
 lib/Debian/WNPP/Query.pm| 2 +-
 lib/DhMakePerl.pm   | 2 +-
 lib/DhMakePerl/Command/Packaging.pm | 2 +-
 lib/DhMakePerl/Command/dump_config.pm   | 2 +-
 lib/DhMakePerl/Command/help.pm  | 2 +-
 lib/DhMakePerl/Command/locate.pm| 2 +-
 lib/DhMakePerl/Command/make.pm  | 2 +-
 lib/DhMakePerl/Command/refresh.pm   | 2 +-
 lib/DhMakePerl/Command/refresh_cache.pm | 2 +-
 lib/DhMakePerl/Config.pm| 2 +-
 lib/DhMakePerl/PodParser.pm | 2 +-
 lib/DhMakePerl/Utils.pm | 2 +-
 25 files changed, 26 insertions(+), 24 deletions(-)

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

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


[liblist-moreutils-perl] branch master updated (529ed69 -> d5401d8)

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

carnil pushed a change to branch master
in repository liblist-moreutils-perl.

  from  529ed69   update changelog
  adds  2578a78   regression test for after() XS stack handling bug
  adds  15306e9   after: avoid negative return values
  adds  b80b765   .travis.yml: remove OS X tests and add 5.22
  adds  1e2210a   LMU::Test::Functions - add explicit test for thesis in 
RT#110998
  adds  8ff7ef8   LMU::Test::Functions - add test for RT#113117
  adds  df13089   MoreUtils.xs: Fix RT#113117 - XS's minmax() sometimes 
return undef (perl >= 5.20)
  adds  2a5bb93   LMU::Test::Functions - add regression test for RT#80385
  adds  1b75bcf   MoreUtils.xs: Fix RT#80385 - part() output references 
input in XS, not in PP
  adds  7fcb982   staticize func insert_after
  adds  ca7845d   add PERL_NO_GET_CONTEXT for efficiency
  adds  5e3e357   t/lib/LMU/Test/Functions.pm: test Modification of 
non-creatable array on part using like instead of ok
  adds  3101643   lib: bump version to 0.414_001 for dev-release
  adds  0ea7bf9   Makefile.PL, lib/List/MoreUtils.pm: Update some perl/cpan 
ecosystem URI's
  adds  3d944a4   lib: Update copyright year
  adds  6524ee0   Makefile.PL: prove Sandbox instead of .git to decide 
whether developer mode or not
  adds  262daf8   Changes: add noteworthy distribution changes
  adds  036d4b0   Changes, lib/: bump version to 0.415 to do release
  adds  7654daa   Imported Upstream version 0.415
   new  f22ac71   Merge tag 'upstream/0.415'
   new  edffcea   Update debian/changelog
   new  f65a13e   Update copyright years for upstream files
   new  fe89c4a   Update copyright years for included Config::AutoConf
   new  d5401d8   Update debian/changelog file

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|  17 ++
 META.json  |   7 +-
 META.yml   |   7 +-
 Makefile.PL|   4 +-
 MoreUtils.xs   |  44 ++---
 debian/changelog   |   9 +-
 debian/copyright   |   4 +-
 inc/inc_Capture-Tiny/Capture/Tiny.pm   | 250 -
 inc/inc_Config-AutoConf/Config/AutoConf.pm |  72 ++---
 lib/List/MoreUtils.pm  |  12 +-
 lib/List/MoreUtils/Contributing.pod|   2 +-
 lib/List/MoreUtils/PP.pm   |   4 +-
 lib/List/MoreUtils/XS.pm   |   4 +-
 t/lib/LMU/Test/Functions.pm|  67 
 14 files changed, 296 insertions(+), 207 deletions(-)

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

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


[liblist-moreutils-perl] 02/05: Update debian/changelog

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

carnil pushed a commit to branch master
in repository liblist-moreutils-perl.

commit edffcea34fa4ca9e1b3fb11dbe2a5acf882623cb
Author: Salvatore Bonaccorso 
Date:   Sat Jul 2 16:31:30 2016 +0200

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index e109c09..4e25989 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-liblist-moreutils-perl (0.413-2) UNRELEASED; urgency=medium
+liblist-moreutils-perl (0.415-1) UNRELEASED; urgency=medium
 
   [ Salvatore Bonaccorso ]
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
@@ -7,7 +7,10 @@ liblist-moreutils-perl (0.413-2) UNRELEASED; urgency=medium
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
   * debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS.
 
- -- Salvatore Bonaccorso   Sat, 30 Jan 2016 20:04:59 +0100
+  [ Salvatore Bonaccorso ]
+  * Import upstream version 0.415
+
+ -- Salvatore Bonaccorso   Sat, 02 Jul 2016 16:31:30 +0200
 
 liblist-moreutils-perl (0.413-1) unstable; urgency=medium
 

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

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


[liblist-moreutils-perl] 01/01: pristine-tar data for liblist-moreutils-perl_0.415.orig.tar.gz

2016-07-02 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 liblist-moreutils-perl.

commit 246a0fea301eca164135c48efec1e2b28f6f37e0
Author: Salvatore Bonaccorso 
Date:   Sat Jul 2 16:31:29 2016 +0200

pristine-tar data for liblist-moreutils-perl_0.415.orig.tar.gz
---
 liblist-moreutils-perl_0.415.orig.tar.gz.delta | Bin 0 -> 2219 bytes
 liblist-moreutils-perl_0.415.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/liblist-moreutils-perl_0.415.orig.tar.gz.delta 
b/liblist-moreutils-perl_0.415.orig.tar.gz.delta
new file mode 100644
index 000..aa3c5a7
Binary files /dev/null and b/liblist-moreutils-perl_0.415.orig.tar.gz.delta 
differ
diff --git a/liblist-moreutils-perl_0.415.orig.tar.gz.id 
b/liblist-moreutils-perl_0.415.orig.tar.gz.id
new file mode 100644
index 000..e710ee0
--- /dev/null
+++ b/liblist-moreutils-perl_0.415.orig.tar.gz.id
@@ -0,0 +1 @@
+db933343b7df74f4e52bf9d128403bfe6d9a2ee5

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

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


[liblist-moreutils-perl] 03/05: Update copyright years for upstream files

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

carnil pushed a commit to branch master
in repository liblist-moreutils-perl.

commit f65a13e5a4d640b592ce94e70c411cef0c8a075b
Author: Salvatore Bonaccorso 
Date:   Sat Jul 2 16:36:06 2016 +0200

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

diff --git a/debian/copyright b/debian/copyright
index 22e42d2..b624f8e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -6,7 +6,7 @@ Files: *
 Copyright:
  2004-2010, Tassilo von Parseval 
  2011, Aaron Crane
- 2013-2015, Jens Rehsack
+ 2013-2016, Jens Rehsack
 License: Artistic or GPL-1+
 
 Files: debian/*

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

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


[liblist-moreutils-perl] 01/05: Merge tag 'upstream/0.415'

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

carnil pushed a commit to branch master
in repository liblist-moreutils-perl.

commit f22ac71fa2f5035e47bbb0ad167c5757ead2e80e
Merge: 529ed69 7654daa
Author: Salvatore Bonaccorso 
Date:   Sat Jul 2 16:31:29 2016 +0200

Merge tag 'upstream/0.415'

Upstream version 0.415

 Changes|  17 ++
 META.json  |   7 +-
 META.yml   |   7 +-
 Makefile.PL|   4 +-
 MoreUtils.xs   |  44 ++---
 inc/inc_Capture-Tiny/Capture/Tiny.pm   | 250 -
 inc/inc_Config-AutoConf/Config/AutoConf.pm |  72 ++---
 lib/List/MoreUtils.pm  |  12 +-
 lib/List/MoreUtils/Contributing.pod|   2 +-
 lib/List/MoreUtils/PP.pm   |   4 +-
 lib/List/MoreUtils/XS.pm   |   4 +-
 t/lib/LMU/Test/Functions.pm|  67 
 12 files changed, 287 insertions(+), 203 deletions(-)

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

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


[liblist-moreutils-perl] 05/05: Update debian/changelog file

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

carnil pushed a commit to branch master
in repository liblist-moreutils-perl.

commit d5401d8c0c47bb11f0626721d0302d73a2bf9acd
Author: Salvatore Bonaccorso 
Date:   Sat Jul 2 16:37:13 2016 +0200

Update debian/changelog file

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

diff --git a/debian/changelog b/debian/changelog
index 4e25989..d42811c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ liblist-moreutils-perl (0.415-1) UNRELEASED; urgency=medium
 
   [ Salvatore Bonaccorso ]
   * Import upstream version 0.415
+  * Update copyright years for upstream files
+  * Update copyright years for included Config::AutoConf
 
  -- Salvatore Bonaccorso   Sat, 02 Jul 2016 16:31:30 +0200
 

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

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


[liblist-moreutils-perl] 04/05: Update copyright years for included Config::AutoConf

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

carnil pushed a commit to branch master
in repository liblist-moreutils-perl.

commit fe89c4add07730413689431c003d05047f3a4424
Author: Salvatore Bonaccorso 
Date:   Sat Jul 2 16:36:22 2016 +0200

Update copyright years for included Config::AutoConf
---
 debian/copyright | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/copyright b/debian/copyright
index b624f8e..64c1959 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -30,7 +30,7 @@ Copyright: 2009, David Golden
 License: Apache-2.0
 
 Files: inc/inc_Config-AutoConf/Config/AutoConf.pm
-Copyright: 2004-2015, Alberto Simões and Jens Rehsack
+Copyright: 2004-2016, Alberto Simões and Jens Rehsack
 License: Artistic or GPL-1+
 
 License: Artistic

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

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

[liblist-moreutils-perl] annotated tag upstream/0.415 created (now 180db17)

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

carnil pushed a change to annotated tag upstream/0.415
in repository liblist-moreutils-perl.

at  180db17   (tag)
   tagging  7654daa681c2473ecfc06ac59da512018e7504a1 (commit)
  replaces  upstream/0.413
 tagged by  Salvatore Bonaccorso
on  Sat Jul 2 16:31:29 2016 +0200

- Log -
Upstream version 0.415

Jens Rehsack (11):
  .travis.yml: remove OS X tests and add 5.22
  LMU::Test::Functions - add explicit test for thesis in RT#110998
  LMU::Test::Functions - add test for RT#113117
  MoreUtils.xs: Fix RT#113117 - XS's minmax() sometimes return undef (perl 
>= 5.20)
  t/lib/LMU/Test/Functions.pm: test Modification of non-creatable array on 
part using like instead of ok
  lib: bump version to 0.414_001 for dev-release
  Makefile.PL, lib/List/MoreUtils.pm: Update some perl/cpan ecosystem URI's
  lib: Update copyright year
  Makefile.PL: prove Sandbox instead of .git to decide whether developer 
mode or not
  Changes: add noteworthy distribution changes
  Changes, lib/: bump version to 0.415 to do release

Paul A. Liebert (2):
  LMU::Test::Functions - add regression test for RT#80385
  MoreUtils.xs: Fix RT#80385 - part() output references input in XS, not in 
PP

Reini Urban (1):
  after: avoid negative return values

Salvatore Bonaccorso (1):
  Imported Upstream version 0.415

Tony Cook (1):
  regression test for after() XS stack handling bug

bulk88 (2):
  staticize func insert_after
  add PERL_NO_GET_CONTEXT for efficiency

---

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

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


[liblist-moreutils-perl] branch pristine-tar updated (ecbf8ca -> 246a0fe)

2016-07-02 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 liblist-moreutils-perl.

  from  ecbf8ca   pristine-tar data for 
liblist-moreutils-perl_0.413.orig.tar.gz
   new  246a0fe   pristine-tar data for 
liblist-moreutils-perl_0.415.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:
 liblist-moreutils-perl_0.415.orig.tar.gz.delta | Bin 0 -> 2219 bytes
 liblist-moreutils-perl_0.415.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 liblist-moreutils-perl_0.415.orig.tar.gz.delta
 create mode 100644 liblist-moreutils-perl_0.415.orig.tar.gz.id

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

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


[liblist-moreutils-perl] 04/08: Drop unneeded patch makefile-author.patch (resolved in different way upstream)

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

carnil pushed a commit to branch master
in repository liblist-moreutils-perl.

commit fa34b23536c37588c7a5d73df2f7b17f6aea
Author: Salvatore Bonaccorso 
Date:   Sat Jul 2 16:48:19 2016 +0200

Drop unneeded patch makefile-author.patch (resolved in different way 
upstream)
---
 debian/patches/makefile-author.patch | 35 ---
 debian/patches/series|  1 -
 2 files changed, 36 deletions(-)

diff --git a/debian/patches/makefile-author.patch 
b/debian/patches/makefile-author.patch
deleted file mode 100644
index cc175f2..000
--- a/debian/patches/makefile-author.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-Description: there might be more people than the author who have a .git 
directory.
-Origin: vendor
-Forwarded: not-needed
-Author: gregor herrmann 
-Last-Update: 2015-06-26
-
 a/Makefile.PL
-+++ b/Makefile.PL
-@@ -64,16 +64,16 @@
- 
- use inc::Config::AutoConf::LMU ();
- 
--if ( -d ".git" )
--{
--eval "use Sandbox::Tumble ();";
--$@ and die $@;
--eval "use File::Path ();";
--File::Path->import;
---d 't/xs'   and rmtree('t/xs');
---d 't/pureperl' and rmtree('t/pureperl');
--Sandbox::Tumble->tumble(qw(t));
--}
-+#if ( -d ".git" )
-+#{
-+#eval "use Sandbox::Tumble ();";
-+#$@ and die $@;
-+#eval "use File::Path ();";
-+#File::Path->import;
-+#-d 't/xs'   and rmtree('t/xs');
-+#-d 't/pureperl' and rmtree('t/pureperl');
-+#Sandbox::Tumble->tumble(qw(t));
-+#}
- 
- inc::Config::AutoConf::LMU->_set_argv(@ARGV);# XXX hack because we cannot 
construct for global use
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index f82c761..000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-makefile-author.patch

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

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


[liblist-moreutils-perl] 05/08: Update debian/changelog file

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

carnil pushed a commit to branch master
in repository liblist-moreutils-perl.

commit c7ac4377f0ed15390ad894bc6feb12417fce2570
Author: Salvatore Bonaccorso 
Date:   Sat Jul 2 16:50:33 2016 +0200

Update debian/changelog file

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

diff --git a/debian/changelog b/debian/changelog
index ecc1740..9c37cc9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,8 @@ liblist-moreutils-perl (0.415-1) UNRELEASED; urgency=medium
 Test::More is already satisfied in wheezy. Make only a Build-Depends to
 perl (unversioned).
   * Declare compliance with Debian policy 3.9.8
+  * Drop unneeded patch makefile-author.patch (resolved in different way
+upstream)
 
  -- Salvatore Bonaccorso   Sat, 02 Jul 2016 16:31:30 +0200
 

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

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


[liblist-moreutils-perl] branch master updated (d5401d8 -> ad7671b)

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

carnil pushed a change to branch master
in repository liblist-moreutils-perl.

  from  d5401d8   Update debian/changelog file
   new  512d038   Simplify Build-Depends on just only perl
   new  46a751e   Declare compliance with Debian policy 3.9.8
   new  cee7054   Update debian/changelog file
   new  fa34b23   Drop unneeded patch makefile-author.patch (resolved in 
different way upstream)
   new  c7ac437   Update debian/changelog file
   new  50a6491   debian/rules: Build enabling all hardening flags
   new  03986dd   Add patch to fix spelling errors in Contributing POD
   new  ad7671b   Update debian/changelog file

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


Summary of changes:
 debian/changelog   |  9 ++
 debian/control |  4 +--
 debian/patches/fix-spelling-error-in-manpage.patch | 27 +
 debian/patches/makefile-author.patch   | 35 --
 debian/patches/series  |  2 +-
 debian/rules   |  2 ++
 6 files changed, 41 insertions(+), 38 deletions(-)
 create mode 100644 debian/patches/fix-spelling-error-in-manpage.patch
 delete mode 100644 debian/patches/makefile-author.patch

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

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


[liblist-moreutils-perl] 02/08: Declare compliance with Debian policy 3.9.8

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

carnil pushed a commit to branch master
in repository liblist-moreutils-perl.

commit 46a751e08d31bc92245d12f5adb457e9e8d78775
Author: Salvatore Bonaccorso 
Date:   Sat Jul 2 16:46:14 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 b0a8593..06c8ff3 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Priority: optional
 Build-Depends: debhelper (>= 9.20120312~),
libexporter-tiny-perl,
perl
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/liblist-moreutils-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/liblist-moreutils-perl.git
 Homepage: https://metacpan.org/release/List-MoreUtils

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

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


[liblist-moreutils-perl] 01/08: Simplify Build-Depends on just only perl

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

carnil pushed a commit to branch master
in repository liblist-moreutils-perl.

commit 512d0384e027604e755a25848e87fac287e1c9ba
Author: Salvatore Bonaccorso 
Date:   Sat Jul 2 16:44:56 2016 +0200

Simplify Build-Depends on just only perl

The alternative version used as well to enforce the right version for
Test::More is already satisfied in wheezy. Make only a Build-Depends to
perl (unversioned).
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 3eb492e..b0a8593 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9.20120312~),
libexporter-tiny-perl,
-   perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
+   perl
 Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/liblist-moreutils-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/liblist-moreutils-perl.git

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

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


[liblist-moreutils-perl] 07/08: Add patch to fix spelling errors in Contributing POD

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

carnil pushed a commit to branch master
in repository liblist-moreutils-perl.

commit 03986dd858ec26dc4323585e7bad763591fee7af
Author: Salvatore Bonaccorso 
Date:   Sat Jul 2 17:02:26 2016 +0200

Add patch to fix spelling errors in Contributing POD
---
 debian/patches/fix-spelling-error-in-manpage.patch | 27 ++
 debian/patches/series  |  1 +
 2 files changed, 28 insertions(+)

diff --git a/debian/patches/fix-spelling-error-in-manpage.patch 
b/debian/patches/fix-spelling-error-in-manpage.patch
new file mode 100644
index 000..996ac85
--- /dev/null
+++ b/debian/patches/fix-spelling-error-in-manpage.patch
@@ -0,0 +1,27 @@
+Description: Fix some spelling errors in POD
+Origin: vendor
+Author: Salvatore Bonaccorso 
+Last-Update: 2016-07-02
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=115807
+Bug: https://rt.cpan.org/Ticket/Display.html?id=115807
+
+--- a/lib/List/MoreUtils/Contributing.pod
 b/lib/List/MoreUtils/Contributing.pod
+@@ -11,7 +11,7 @@ and then come back.
+ 
+ The current distribution is a balance between finishing the history and
+ claiming for future requirements. Therefore some components will receive
+-a rewrite on purpose - others wont.
++a rewrite on purpose - others won't.
+ 
+ For the moment - it's not the primary goal to clean up the configuration
+ stage, until the primary goals and prerequisites are done.
+@@ -35,7 +35,7 @@ Secondary goals are harmonizing the func
+ (see RT#102673), tidying the infrastructure of the distribution and remove
+ unnecessary complexity (while protecting the necessary).
+ 
+-One example of removing unnessesary infrastructure could be to move
++One example of removing unnecessary infrastructure could be to move
+ L and L into authoring mode, when
+ imrpoved test for RT#93207 could be reasonably done by a module which
+ is recommended for test. The recommendation of
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..8810115
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-spelling-error-in-manpage.patch

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

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


[liblist-moreutils-perl] 06/08: debian/rules: Build enabling all hardening flags

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

carnil pushed a commit to branch master
in repository liblist-moreutils-perl.

commit 50a6491b65fa2f77035c78f54370c670db10f990
Author: Salvatore Bonaccorso 
Date:   Sat Jul 2 16:54:31 2016 +0200

debian/rules: Build enabling all hardening flags
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index e84d441..efc3425 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/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/liblist-moreutils-perl.git

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


[liblist-moreutils-perl] 03/08: Update debian/changelog file

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

carnil pushed a commit to branch master
in repository liblist-moreutils-perl.

commit cee7054664657fb9b3a347ed85b55195da7774cf
Author: Salvatore Bonaccorso 
Date:   Sat Jul 2 16:46:33 2016 +0200

Update debian/changelog file

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

diff --git a/debian/changelog b/debian/changelog
index d42811c..ecc1740 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,11 @@ liblist-moreutils-perl (0.415-1) UNRELEASED; urgency=medium
   * Import upstream version 0.415
   * Update copyright years for upstream files
   * Update copyright years for included Config::AutoConf
+  * Simplify Build-Depends on just only perl.
+The alternative version used as well to enforce the right version for
+Test::More is already satisfied in wheezy. Make only a Build-Depends to
+perl (unversioned).
+  * Declare compliance with Debian policy 3.9.8
 
  -- Salvatore Bonaccorso   Sat, 02 Jul 2016 16:31:30 +0200
 

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

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


[liblist-moreutils-perl] 08/08: Update debian/changelog file

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

carnil pushed a commit to branch master
in repository liblist-moreutils-perl.

commit ad7671bbb5351f038d7dea7698ba6202428a46f7
Author: Salvatore Bonaccorso 
Date:   Sat Jul 2 17:03:08 2016 +0200

Update debian/changelog file

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

diff --git a/debian/changelog b/debian/changelog
index 9c37cc9..1c82905 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,8 @@ liblist-moreutils-perl (0.415-1) UNRELEASED; urgency=medium
   * Declare compliance with Debian policy 3.9.8
   * Drop unneeded patch makefile-author.patch (resolved in different way
 upstream)
+  * debian/rules: Build enabling all hardening flags
+  * Add patch to fix spelling errors in Contributing POD
 
  -- Salvatore Bonaccorso   Sat, 02 Jul 2016 16:31:30 +0200
 

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

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


[libmemcached-libmemcached-perl] 02/03: Make build reproducible. Thanks to Chris Lamb and Sebastien Delafond for the patch! (Closes: #829295)

2016-07-02 Thread Intrigeri
This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch master
in repository libmemcached-libmemcached-perl.

commit 7f9eb739660f75ba3e03fa099d7e3c157d4d040a
Author: intrigeri 
Date:   Sat Jul 2 08:49:19 2016 +

Make build reproducible. Thanks to Chris Lamb and Sebastien Delafond for 
the patch! (Closes: #829295)
---
 debian/patches/reproducible-build.patch | 34 +
 debian/patches/series   |  1 +
 2 files changed, 35 insertions(+)

diff --git a/debian/patches/reproducible-build.patch 
b/debian/patches/reproducible-build.patch
new file mode 100644
index 000..12c403d
--- /dev/null
+++ b/debian/patches/reproducible-build.patch
@@ -0,0 +1,34 @@
+Description: Make the build reproducible
+Author: Chris Lamb 
+
+--- libmemcached-libmemcached-perl-1.001801+dfsg.orig/t/lib/ExtUtils/ParseXS.pm
 libmemcached-libmemcached-perl-1.001801+dfsg/t/lib/ExtUtils/ParseXS.pm
+@@ -741,7 +741,7 @@ EOF
+   process_keyword("POSTCALL|OUTPUT|ALIAS|ATTRS|PROTOTYPE|OVERLOAD");
+   
+   _output($var_types{$_}, $args_match{$_}, $_, $DoSetMagic)
+-  for grep $in_out{$_} =~ /OUT$/, keys %in_out;
++  for grep $in_out{$_} =~ /OUT$/, sort keys %in_out;
+   
+   # all OUTPUT done, so now push the return value on the stack
+   if ($gotRETVAL && $RETVAL_code) {
+@@ -867,7 +867,8 @@ EOF
+ if (%XsubAliases) {
+   $XsubAliases{$pname} = 0
+   unless defined $XsubAliases{$pname} ;
+-  while ( ($name, $value) = each %XsubAliases) {
++  foreach my $name (sort keys %XsubAliases) {
++  my $value = $XsubAliases{$name};
+   push(@InitFileCode, Q(<<"EOF"));
+ #cv = newXS(\"$name\", XS_$Full_func_name, file);
+ #XSANY.any_i32 = $value ;
+@@ -884,7 +885,8 @@ EOF
+ EOF
+ }
+ elsif ($interface) {
+-  while ( ($name, $value) = each %Interfaces) {
++  foreach my $name (sort keys %Interfaces) {
++  my $value = $Interfaces{$name};
+   $name = "$Package\::$name" unless $name =~ /::/;
+   push(@InitFileCode, Q(<<"EOF"));
+ #cv = newXS(\"$name\", XS_$Full_func_name, file);
diff --git a/debian/patches/series b/debian/patches/series
index 419b6e9..aa61884 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 use-system-libmemcached.patch
 spelling.patch
+reproducible-build.patch

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

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


[libmemcached-libmemcached-perl] 01/03: Declare compliance with Standards-Version 3.9.8.

2016-07-02 Thread Intrigeri
This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch master
in repository libmemcached-libmemcached-perl.

commit a216607cba66dd3239a9f2b85b485320fcdfb670
Author: intrigeri 
Date:   Sat Jul 2 08:51:04 2016 +

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

diff --git a/debian/control b/debian/control
index f1175df..24aa2cf 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 9.20120312~),
  libpod-coverage-perl,
  libtest-pod-perl,
  libtest-pod-coverage-perl
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libmemcached-libmemcached-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libmemcached-libmemcached-perl.git
 Homepage: https://metacpan.org/release/Memcached-libmemcached

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

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


[libmemcached-libmemcached-perl] branch master updated (47db2c0 -> 46e4320)

2016-07-02 Thread Intrigeri
This is an automated email from the git hooks/post-receive script.

intrigeri pushed a change to branch master
in repository libmemcached-libmemcached-perl.

  from  47db2c0   update changelog
   new  a216607   Declare compliance with Standards-Version 3.9.8.
   new  7f9eb73   Make build reproducible. Thanks to Chris Lamb and 
Sebastien Delafond for the patch! (Closes: #829295)
   new  46e4320   libmemcached-libmemcached-perl (1.001801+dfsg-2)

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


Summary of changes:
 debian/changelog| 12 ++--
 debian/control  |  2 +-
 debian/patches/reproducible-build.patch | 34 +
 debian/patches/series   |  1 +
 4 files changed, 46 insertions(+), 3 deletions(-)
 create mode 100644 debian/patches/reproducible-build.patch

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

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


[libmemcached-libmemcached-perl] annotated tag debian/1.001801+dfsg-2 created (now 9e2f27b)

2016-07-02 Thread Intrigeri
This is an automated email from the git hooks/post-receive script.

intrigeri pushed a change to annotated tag debian/1.001801+dfsg-2
in repository libmemcached-libmemcached-perl.

at  9e2f27b   (tag)
   tagging  46e4320718d1320e31f45af548f03b70f79c8b9c (commit)
  replaces  debian/1.001801+dfsg-1
 tagged by  intrigeri
on  Sat Jul 2 09:04:43 2016 +

- Log -
libmemcached-libmemcached-perl Debian release 1.001801+dfsg-2
-BEGIN PGP SIGNATURE-

iQIcBAABCgAGBQJXd4OrAAoJEOxtg78p/CqOr4YP/1kSBDhAJtbpoeVCto+ISF6/
E0K6+UXu/eSwCec5wnNsOuhb6oVnSfoXUk6BqqbB8ycVfXliKkDWd9ka/uur1Wnv
IHvZCWgxaaqB4oLQQsZYeL5UHCBbYqELLNoZkK5P5bGdstWG3Seno5br8392KCVL
RRH62grA5VAv2VcVtfwZvghFoDp9qNJMHXB9olzJO0f/kl2ukjyM0ipVc9gc/oDQ
LN0IYGumGxD4hF0OEP80vuKhdItllwADXPM15hoQpIHeB3ocA1mK/HXhTWBgkYt3
BvxzPrOni8SUlHTYJ5gTzvUkdjGmp/LZlkayULm/O3Q4O25snHmF59+f4/uzv42N
UB2ICgDOVM9NZ49CxO6tqIB/5oBo2sUvSj29v/b/TR/iY90f/1m8ifF4tGq7D4vM
VJwtxFzUPh0nmpXkFvjK+4A7On9al27uyEbTB1Lqw9EkCqsa7AM+zY5/7fqxJhtQ
e3bfRXY0F8xpLNCRmvK4vAtLsPfvkXKOAsuDIb3cDssUA8BJzTr/pyz2a2Z3i93r
dITUOOvgBWeOeq1A0Bonc4WVxyhR+ATIALxb5FsyAH6pC9pH5BPQXopoYz9s94js
nfTjVFmNBsr0UlYR7W+HNvdhacJPoCf4eiEZ+q+ikRVLF6aHd+cDFwBHQJG+Ui9q
s1vrdw/qhsXXHoodoOjf
=3Yxw
-END PGP SIGNATURE-

gregor herrmann (4):
  debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  update changelog
  debian/upstream/metadata: use HTTPS for GitHub URLs.
  update changelog

intrigeri (3):
  Declare compliance with Standards-Version 3.9.8.
  Make build reproducible. Thanks to Chris Lamb and Sebastien Delafond for 
the patch! (Closes: #829295)
  libmemcached-libmemcached-perl (1.001801+dfsg-2)

---

This annotated tag includes the following new commits:

   new  a216607   Declare compliance with Standards-Version 3.9.8.
   new  7f9eb73   Make build reproducible. Thanks to Chris Lamb and 
Sebastien Delafond for the patch! (Closes: #829295)
   new  46e4320   libmemcached-libmemcached-perl (1.001801+dfsg-2)

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


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

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


[libmemcached-libmemcached-perl] 03/03: libmemcached-libmemcached-perl (1.001801+dfsg-2)

2016-07-02 Thread Intrigeri
This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch master
in repository libmemcached-libmemcached-perl.

commit 46e4320718d1320e31f45af548f03b70f79c8b9c
Author: intrigeri 
Date:   Sat Jul 2 08:58:10 2016 +

libmemcached-libmemcached-perl (1.001801+dfsg-2)

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

diff --git a/debian/changelog b/debian/changelog
index 2cdda74..ef95f2a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,17 @@
-libmemcached-libmemcached-perl (1.001801+dfsg-2) UNRELEASED; urgency=medium
+libmemcached-libmemcached-perl (1.001801+dfsg-2) unstable; urgency=medium
 
+  * Team upload.
+
+  [ gregor herrmann ]
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
   * debian/upstream/metadata: use HTTPS for GitHub URLs.
 
- -- gregor herrmann   Fri, 20 May 2016 12:06:40 +0200
+  [ intrigeri ]
+  * Declare compliance with Standards-Version 3.9.8.
+  * Make build reproducible. Thanks to Chris Lamb and Sebastien Delafond
+for the patch! (Closes: #829295)
+
+ -- intrigeri   Sat, 02 Jul 2016 08:57:48 +
 
 libmemcached-libmemcached-perl (1.001801+dfsg-1) unstable; urgency=low
 

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

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


[libextutils-parsexs-perl] 02/05: Declare compliance with Standards-Version 3.9.8.

2016-07-02 Thread Intrigeri
This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch master
in repository libextutils-parsexs-perl.

commit 2155e7c94b4271fd6a05c5a37bf08ae92d20fb7f
Author: intrigeri 
Date:   Sat Jul 2 09:10:04 2016 +

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

diff --git a/debian/control b/debian/control
index 8fe548b..1065b50 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libextutils-parsexs-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libextutils-parsexs-perl.git
 Homepage: https://metacpan.org/release/ExtUtils-ParseXS

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

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


[libextutils-parsexs-perl] annotated tag debian/3.300000-2 created (now 1810cbb)

2016-07-02 Thread Intrigeri
This is an automated email from the git hooks/post-receive script.

intrigeri pushed a change to annotated tag debian/3.30-2
in repository libextutils-parsexs-perl.

at  1810cbb   (tag)
   tagging  445d63293c7dfa675127e813abad5b28297b47db (commit)
  replaces  debian/3.30-1
 tagged by  intrigeri
on  Sat Jul 2 09:20:12 2016 +

- Log -
libextutils-parsexs-perl Debian release 3.30-2
-BEGIN PGP SIGNATURE-

iQIcBAABCgAGBQJXd4dMAAoJEOxtg78p/CqOy+4P/jAWuyAdgjDdxNCF6BEEsSUy
TFLYStxd8c63b9LECTBfonNwt5hPBrs4bYCQ2XU1mB4gqi7GRNUHLE6acYAHVr3K
G8Lp8aDlgb99FYt5mm5kMEnWjayxAColKcEEC+sEI/wA5GRfKOsR85umb+14fJhW
mpY4fDBWF5xFcEqnSn/lMc7/tHWgk4xp/reLRfdt/VqzfeKUa+dTj55XVV24i3si
Zo0flvBZInb3Laz/LSPazjahdMIBPiAQZaqfJORYw9sdUzSMBwcFm/RWOVt0DUZf
c5SWs5bylJDy51/ui4Y34Yg5gAkV+DZkhrFycR+SWSXIOjrRsebZLm6GnRvWi0pW
Yz6n+bJWeWBRQFwtfgpJRmTnUV6+fEPj1mECis9sM1yvq5opIvMj9rd2mNijtOOu
szgc2LHarqNtdUKvVi4huvTUmheYqwJi8CT/3ezcDkRmqwdaBLqzaHA6fUbLnxRE
NxZIOTdT3RQym2RHGqJ19L3+fDTT45KSIsOlr6S9qVd8bVliqR7itXMORnhIgiPv
UaEhmYYXh1E4DhAOd5RNCSCF+uQq50kYtQzQK0WFV+ZuzC+kZ0o9eotKO3DxtfXB
UMoWpk2K+LMYgDM2h2bDdW4qDc67nm22yiD1aLaHz4O52MxDxvNYpqlv+nhrSb5y
LR7QNzKNpB2XaIL0D5s4
=/DCB
-END PGP SIGNATURE-

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

gregor herrmann (2):
  debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  update changelog

intrigeri (5):
  Make the output reproducible. Thanks to Chris Lamb  for 
the patch! (Closes: #829295)
  Declare compliance with Standards-Version 3.9.8.
  Bump debhelper compatibility level to 9, and adjust versioned 
Build-Depends accordingly.
  Enable the autopkgtest-pkg-perl test suite.
  libextutils-parsexs-perl (3.30-2)

---

This annotated tag includes the following new commits:

   new  1c48e4a   Make the output reproducible. Thanks to Chris Lamb 
 for the patch! (Closes: #829295)
   new  2155e7c   Declare compliance with Standards-Version 3.9.8.
   new  a9be5a8   Bump debhelper compatibility level to 9, and adjust 
versioned Build-Depends accordingly.
   new  1f8d4fe   Enable the autopkgtest-pkg-perl test suite.
   new  445d632   libextutils-parsexs-perl (3.30-2)

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


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

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


[libextutils-parsexs-perl] branch master updated (53149ba -> 445d632)

2016-07-02 Thread Intrigeri
This is an automated email from the git hooks/post-receive script.

intrigeri pushed a change to branch master
in repository libextutils-parsexs-perl.

  from  53149ba   update changelog
   new  1c48e4a   Make the output reproducible. Thanks to Chris Lamb 
 for the patch! (Closes: #829295)
   new  2155e7c   Declare compliance with Standards-Version 3.9.8.
   new  a9be5a8   Bump debhelper compatibility level to 9, and adjust 
versioned Build-Depends accordingly.
   new  1f8d4fe   Enable the autopkgtest-pkg-perl test suite.
   new  445d632   libextutils-parsexs-perl (3.30-2)

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


Summary of changes:
 debian/changelog  | 14 --
 debian/compat |  2 +-
 debian/control|  5 +++--
 debian/patches/Make-the-output-reproducible.patch | 21 +
 debian/patches/series |  1 +
 5 files changed, 38 insertions(+), 5 deletions(-)
 create mode 100644 debian/patches/Make-the-output-reproducible.patch
 create mode 100644 debian/patches/series

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

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


[libextutils-parsexs-perl] 04/05: Enable the autopkgtest-pkg-perl test suite.

2016-07-02 Thread Intrigeri
This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch master
in repository libextutils-parsexs-perl.

commit 1f8d4fe34491a91d72d186baca7063e419149255
Author: intrigeri 
Date:   Sat Jul 2 09:13:05 2016 +

Enable the autopkgtest-pkg-perl test suite.
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index d8be7b7..44f8256 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,7 @@ Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libextutils-parsexs-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libextutils-parsexs-perl.git
 Homepage: https://metacpan.org/release/ExtUtils-ParseXS
+Testsuite: autopkgtest-pkg-perl
 
 Package: libextutils-parsexs-perl
 Architecture: all

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

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


[libextutils-parsexs-perl] 03/05: Bump debhelper compatibility level to 9, and adjust versioned Build-Depends accordingly.

2016-07-02 Thread Intrigeri
This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch master
in repository libextutils-parsexs-perl.

commit a9be5a8090b351a75e67bd535bc7172a791959d0
Author: intrigeri 
Date:   Sat Jul 2 09:10:34 2016 +

Bump debhelper compatibility level to 9, and adjust versioned Build-Depends 
accordingly.
---
 debian/compat  | 2 +-
 debian/control | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index 1065b50..d8be7b7 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Uploaders: AGOSTINI Yves ,
Dominic Hargreaves ,
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 8)
+Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: perl
 Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libextutils-parsexs-perl.git

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

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


[libextutils-parsexs-perl] 01/05: Make the output reproducible. Thanks to Chris Lamb <la...@debian.org> for the patch! (Closes: #829295)

2016-07-02 Thread Intrigeri
This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch master
in repository libextutils-parsexs-perl.

commit 1c48e4a47b16976865ced3c75c255d6fe47ea1bb
Author: intrigeri 
Date:   Sat Jul 2 09:09:04 2016 +

Make the output reproducible. Thanks to Chris Lamb  for 
the patch! (Closes: #829295)
---
 debian/patches/Make-the-output-reproducible.patch | 21 +
 debian/patches/series |  1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/Make-the-output-reproducible.patch 
b/debian/patches/Make-the-output-reproducible.patch
new file mode 100644
index 000..bc4d654
--- /dev/null
+++ b/debian/patches/Make-the-output-reproducible.patch
@@ -0,0 +1,21 @@
+Author: Chris Lamb 
+Subject: Make the output reproducible.
+Bug-Debian: https://bugs.debian.org/829295
+Forwarded: https://rt.perl.org/Ticket/Display.html?id=128517
+---
+ lib/ExtUtils/ParseXS.pm | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/lib/ExtUtils/ParseXS.pm b/lib/ExtUtils/ParseXS.pm
+index f67a82d..c17372a 100644
+--- a/lib/ExtUtils/ParseXS.pm
 b/lib/ExtUtils/ParseXS.pm
+@@ -686,7 +686,7 @@ EOF
+ var => $_,
+ do_setmagic => $self->{DoSetMagic},
+ do_push => undef,
+-  } ) for grep $self->{in_out}->{$_} =~ /OUT$/, keys %{ $self->{in_out} };
++  } ) for grep $self->{in_out}->{$_} =~ /OUT$/, sort keys %{ 
$self->{in_out} };
+ 
+   my $prepush_done;
+   # all OUTPUT done, so now push the return value on the stack
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..26dcb87
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+Make-the-output-reproducible.patch

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

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


[libextutils-parsexs-perl] 05/05: libextutils-parsexs-perl (3.300000-2)

2016-07-02 Thread Intrigeri
This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch master
in repository libextutils-parsexs-perl.

commit 445d63293c7dfa675127e813abad5b28297b47db
Author: intrigeri 
Date:   Sat Jul 2 09:11:51 2016 +

libextutils-parsexs-perl (3.30-2)

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

diff --git a/debian/changelog b/debian/changelog
index 5413204..81fc765 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,6 @@
-libextutils-parsexs-perl (3.30-2) UNRELEASED; urgency=medium
+libextutils-parsexs-perl (3.30-2) unstable; urgency=medium
+
+  * Team upload.
 
   [ Salvatore Bonaccorso ]
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
@@ -6,7 +8,15 @@ libextutils-parsexs-perl (3.30-2) UNRELEASED; 
urgency=medium
   [ gregor herrmann ]
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
 
- -- Salvatore Bonaccorso   Sat, 30 Jan 2016 20:04:16 +0100
+  [ intrigeri ]
+  * Make the output reproducible.
+Thanks to Chris Lamb  for the patch! (Closes: #829295)
+  * Declare compliance with Standards-Version 3.9.8.
+  * Bump debhelper compatibility level to 9, and adjust versioned
+Build-Depends accordingly.
+  * Enable the autopkgtest-pkg-perl test suite.
+
+ -- intrigeri   Sat, 02 Jul 2016 09:11:11 +
 
 libextutils-parsexs-perl (3.30-1) unstable; urgency=medium
 

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

___
Pkg-perl-cvs-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: Revert "update changelog"

2016-07-02 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 93f2d99dba588c5c9641b4d01343d8d3f24832ce
Author: gregor herrmann 
Date:   Sat Jul 2 17:53:23 2016 +0200

Revert "update changelog"

This reverts commit e4d2aef630ef35bf1b0d4bfa45a8f2792678ad3d.
---
 debian/changelog | 8 
 1 file changed, 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2401dd8..395b770 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,3 @@
-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] branch master updated (e4d2aef -> 66bf2e8)

2016-07-02 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  e4d2aef   update changelog
   new  93f2d99   Revert "update changelog"
   new  66bf2e8   Revert "scripts/import-orig: handle upstream versions 
with debian suffixes"

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, 2 insertions(+), 11 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


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

2016-07-02 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 66bf2e8a6472e59f15c48469c589a52a9e1296b3
Author: gregor herrmann 
Date:   Sat Jul 2 17:53:26 2016 +0200

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

This reverts commit d64deff0dc4cf3891574fbfe63cc0e98eea13264.
---
 scripts/import-orig | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/scripts/import-orig b/scripts/import-orig
index f7f3786..0850b56 100755
--- a/scripts/import-orig
+++ b/scripts/import-orig
@@ -35,7 +35,6 @@ 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
@@ -60,9 +59,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="${DEBUVERSION}-1"
+NEWVERSION="${UVERSION}-1"
 if [ -n "$EPOCH" ] ; then
-   NEWVERSION="${EPOCH}:${DEBUVERSION}-1"
+   NEWVERSION="${EPOCH}:${UVERSION}-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


[libdbd-csv-perl] branch master updated (5e923de -> 5fa7090)

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

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

  from  5e923de   update changelog
  adds  d1325b7   initial import of DBD::CSV 0.1001 from CPAN
  adds  643dc28   import DBD::CSV 0.1002 from CPAN
  adds  3ec96d0   import DBD::CSV 0.1010 from CPAN
  adds  71fa151   import DBD::CSV 0.1012 from CPAN
  adds  c63fcb7   import DBD::CSV 0.1013 from CPAN
  adds  10a443a   import DBD::CSV 0.1014 from CPAN
  adds  81fa2b6   import DBD::CSV 0.1015 from CPAN
  adds  313d3ef   import DBD::CSV 0.1016 from CPAN
  adds  df2c128   import DBD::CSV 0.1019 from CPAN
  adds  df84180   import DBD::CSV 0.1020 from CPAN
  adds  29efb36   import DBD::CSV 0.1021 from CPAN
  adds  20569a4   import DBD::CSV 0.1022 from CPAN
  adds  88ee62c   import DBD::CSV 0.1023 from CPAN
  adds  6e12b40   import DBD::CSV 0.1024 from CPAN
  adds  ea569f3   import DBD::CSV 0.1025 from CPAN
  adds  b5744ba   import DBD::CSV 0.1027 from CPAN
  adds  bd71f9f   import DBD::CSV 0.1028 from CPAN
  adds  4e4218d   import DBD::CSV 0.1029 from CPAN
  adds  dbfa120   import DBD::CSV 0.1030 from CPAN
  adds  5daa003   import DBD::CSV 0.2001 from CPAN
  adds  bb3f574   import DBD::CSV 0.2002 from CPAN
  adds  53203b0   import DBD::CSV 0.21 from CPAN
  adds  9c8d08e   import DBD::CSV 0.22 from CPAN
  adds  6ccc1ca   version 0.23
  adds  c9c43ff   new docs for 0.23
  adds  2871d8a   Let's take over step by step
  adds  77b4681   Remove most of Adabas & pNET, MySQL and mSQL
  adds  56e3ab8   Code cleanup (perlcritic, style, layout) Split csv 
handles for input (no eol default) and output (default "\r\n") Updated info 
URL's Implement f_exp Cleaned up tests (next step of many) Some tests now use 
Test::More (they will use it all eventually) Cut down README. No need to be a 
duplicate module pod Pod check and coverage META generation and check 
MinimumVersion check example/passwd.pl file modes
  adds  ff60592   conversion stuff. just for keeps
  adds  e06ede5   Last nit before push to git
  adds  053e3f1   get rid of static global variables $dbdriver and $mdriver
  adds  44109cc   renumber tests, so first 2 chars are unique add/modify 
comment line (where possible right now) to tell what is tested
  adds  7e7d8ac   Next step in test cleanup. Some are now Test::More 
->connect (...) centralized, so I don't need the globals
  adds  e78ee53   Two more to Test::More $::COL_ now subs: two more globals 
gone
  adds  ae841cf   one more Test::More note that this conversion revealed an 
error in the original test suite that did hide a flaw in DBD::File
  adds  b7a1c44   Use latest versions in the Bundle
  adds  242a389   More Test::More
  adds  7d52d30   more Test::More
  adds  1c32c22   bind_params () fixed in DBD::File more Test::More
  adds  bd6e18a   cleanup and rename t/ak-dbd.t more Test::More rename 
t/csv.t
  adds  d414e61   New tests, removed duplicate or useless tests
  adds  8284492   Added TODO to documentation Renames example to examples 
Added clean to Makefile.PL
  adds  d40316c   Raised minimum perl version to 5.005_03
  adds  75f02fc   All is Test::More now. Only t/70_csv to be finished Hah, 
big cleanup time for t/lib.pl
  adds  ceac237   more TODO
  adds  e9e1c08   required version dynamic
  adds  eca7c49   do all tests in development environment
  adds  ec32062   All tests now strict and fully Test::More :)
  adds  02b43ec   PRECISION is documented in DBD::File to be unsupported 
and it is quite useless in CSV
  adds  5b47a21   Allow Text::CSV_XS options in connect () Use 
Text::CSV_XS::error_diag () for failing connects
  adds  e8b67dc   Support TYPE, PRECISION and NULLABLE statement attributes 
TYPE still ha to be converted to ANSI types
  adds  58c0f8a   more tests. needed changes in DBD::File too
  adds  676ff69   I'm dirty, lets confess that
  adds  efef4a4   RT#33764: $! is not an indicator of failure
  adds  76bfe11   Done and tested
  adds  f41b72a   Bundle update now DBI-1.608 is close Release will have to 
wait for SQL::Statement agreement
  adds  7260393   New tests for f_ext
  adds  2f6a323   Added f_schema
  adds  de6f97e   fix pod
  adds  dc4be6a   Add test case for 43010 (John Bazik)
  adds  4d4847d   f_schema changes
  adds  365d524   Add csv_null Add csv_* to pass to the parser
  adds  9d5c9dd   NULL tests require NULL enabled (not that it now works, 
but without it, it surely would not)
  adds  915880b   More NULL tests
  adds  c699ebd   Case sensitivity tests
  adds  58b9c8c   Add rt20550
  adds  3d117c2   Basic driver setup, perl version requirement same as 
meta, todo
  adds  97351b7   tidy
  adds  9527284   Only fetch when handle is defined Catch errors a nicer 
way 

[libdbd-csv-perl] annotated tag upstream/0.4900 created (now 1d7ce59)

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

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

at  1d7ce59   (tag)
   tagging  2b9decd03df87d27b653ad171b501e89cc910a9d (commit)
  replaces  upstream/0.4800
 tagged by  gregor herrmann
on  Sat Jul 2 17:54:43 2016 +0200

- Log -
Upstream version 0.4900

Guillermo O. Freschi (1):
  Minor spelling corrections.

H.Merijn Brand (181):
  Let's take over step by step
  Remove most of Adabas & pNET, MySQL and mSQL
  Code cleanup (perlcritic, style, layout)
  conversion stuff. just for keeps
  Last nit before push to git
  get rid of static global variables $dbdriver and $mdriver
  renumber tests, so first 2 chars are unique
  Next step in test cleanup.
  Two more to Test::More
  one more Test::More
  Use latest versions in the Bundle
  More Test::More
  more Test::More
  bind_params () fixed in DBD::File
  cleanup and rename t/ak-dbd.t
  New tests, removed duplicate or useless tests
  Added TODO to documentation
  Raised minimum perl version to 5.005_03
  All is Test::More now. Only t/70_csv to be finished
  more TODO
  required version dynamic
  do all tests in development environment
  All tests now strict and fully Test::More :)
  PRECISION is documented in DBD::File to be unsupported
  Allow Text::CSV_XS options in connect ()
  Support TYPE, PRECISION and NULLABLE statement attributes
  more tests. needed changes in DBD::File too
  I'm dirty, lets confess that
  RT#33764: $! is not an indicator of failure
  Done and tested
  Bundle update now DBI-1.608 is close
  New tests for f_ext
  Added f_schema
  fix pod
  Add test case for 43010 (John Bazik)
  f_schema changes
  Add csv_null
  NULL tests require NULL enabled
  More NULL tests
  Case sensitivity tests
  Add rt20550
  Basic driver setup, perl version requirement same as meta, todo
  tidy
  Only fetch when handle is defined
  Changes
  Pod nits
  Update changes to require Text::CSV_XS 0.43 (0.65 recommended)
  more tests
  Test for RT#46627
  temp fix for DBD::File requires the sth to be re-prepared for check
  Update Bundle
  Closed RT tickets
  Implemented raw_header (RT#44583)
  SQL::Statement is not enough
  getpwuid has not yet been implemented on Win32
  CASE tests for now TODO
  META.yml does not overrule Makefile.PL for cpansmokers
  Oops, of course I meant a literal dot
  Now that SQL::Statement is out, release and profit!
  test stuff
  Go 0.25!
  tidy Changelog
  Adjustments for windows (RT#50544)
  *all* \W chars are illegal (also #, diacriticals etc)
  Fix field types after execute (RT#51090, vgdoqd)
  Fix for NULL joins. Requires SQL::Statement 1.23 (RT#43010, JBAZIK)
  RT test files
  Doc-fix typo in link (Detlef Pilzecker)
  Doc-fix small typo's
  Check for latest/installed/recommended module versions
  No three-arg-open in 5.6.0
  no locks
  Upped copyright to 2010
  Move t/00_minimumversion.t to xt/
  Update bundle versions
  Make SQL creation statements more ANSI compliant
  Dropped YAML spec to 1.0
  Sync up with SQL::Statement 1.25
  more diag
  0.28 is out since 16 Mar 2010
  Test case for UTF-8 field names in sandbox
  The git URL in META.yml was mine, not the clonable one
  Add empty CLONE method to prevent warning when cloning threads
  Minimum perl 5.8.1
  Support for f_encoding
  charnames used in test
  Update bundle
  Document f_encoding
  No decode needed
  Documentation updates
  Text-CSV_XS 0.73 released
  Add Jens as source of help :)
  DBD::File 0.38 was included in DBI-1.610_90 f_encoding was added later
  Fix some quotation
  command is an attribute, not a method
  More insert tests
  Add note about $DBI_SQL_NANO
  First step in preparation to DBD::File-0.39
  Next step towards DBD::File-0.39
  Show relevant versions as diag () in test output
  Force cleanup of data-folder in test
  Additional changes for DBD::File-0.39 from Jens
  Changes from Jens for DBD::File-0.39
  Start each test clean
  Sandbox files checked in
  for testing with DBI and S::S from repo
  much more perl-ish and flexible blead-repo test-settings
  It is ok for f_dir to return fully qualified path
  Should not open THE SAME table twice with different encoding
  It is totally acceptable for DBD::File to store tables in lc file names
  csv_tables is an alias for f_meta
  All tests pass for DBD::File-0.38 AND for 0.39
  We're ready for DBD::File-0.39
  testcase (modified) for RT#58039
  Removed 

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

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

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

commit a4f1534946aa64083f1cc1134dccf9cb1e237289
Author: gregor herrmann 
Date:   Sat Jul 2 17:54:43 2016 +0200

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

diff --git a/libdbd-csv-perl_0.4900.orig.tar.gz.delta 
b/libdbd-csv-perl_0.4900.orig.tar.gz.delta
new file mode 100644
index 000..e72927e
Binary files /dev/null and b/libdbd-csv-perl_0.4900.orig.tar.gz.delta differ
diff --git a/libdbd-csv-perl_0.4900.orig.tar.gz.id 
b/libdbd-csv-perl_0.4900.orig.tar.gz.id
new file mode 100644
index 000..8878b6b
--- /dev/null
+++ b/libdbd-csv-perl_0.4900.orig.tar.gz.id
@@ -0,0 +1 @@
+fdbbe52bb78f97cbc570fa634301a4d19716dc5e

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

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


[libdbd-csv-perl] branch pristine-tar updated (11b722d -> a4f1534)

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

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

  from  11b722d   pristine-tar data for libdbd-csv-perl_0.4800.orig.tar.gz
   new  a4f1534   pristine-tar data for libdbd-csv-perl_0.4900.orig.tar.gz

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


Summary of changes:
 libdbd-csv-perl_0.4900.orig.tar.gz.delta | Bin 0 -> 2406 bytes
 libdbd-csv-perl_0.4900.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libdbd-csv-perl_0.4900.orig.tar.gz.delta
 create mode 100644 libdbd-csv-perl_0.4900.orig.tar.gz.id

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

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


[libdbd-csv-perl] annotated tag debian/0.4900-1 created (now e716373)

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

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

at  e716373   (tag)
   tagging  5fa7090a6772993b7396af6a0bcac2a8553f4c2a (commit)
  replaces  upstream/0.4900
 tagged by  gregor herrmann
on  Sat Jul 2 18:02:14 2016 +0200

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

iQJ8BAABCgBmBQJXd+WGXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGgDQP/33QphAQaBmPAMyPedIfJCCV
Ya/RAn25T4KyrI0mIWQzHTGBUpP3oVI0agQWOSmRjU0MSE3Pw6eBXQjCoJfHtoge
+MyC7Muzt/bbb143+9gxSq+/DTREKxdjuSVmtuQUMf73NnIkxvFiLubsA5/N+U2h
OyDWlsy+ih3nTK6slyVfgN+O79Y2aux0v+GLGtuWujr/PEO60IILm7sjKby6uNwA
jvMTlPILyxGeFl/tlbD0Iy/e3HLiThpDmzNMWHFKUzSK4TR4dTrh7Bc8td5uxDUn
JoTcOiOdsOtJ3fabbTezwNpSE4TJeWQgxPSYi+euEFe21AVXho83SADagHey6fhx
40RnCtQ2nYgVw+RpGHVKatIGyCyBPU7TFoFU+5KGCvqficsfx96IEUMNELRiluOf
fxVNwyVtkp0FUWBWBQbxIjmUoDV3jRP+zmVnuqo4552DBVp/VHosv49Nyr6zl45d
eZ+j+5aiFPUuHz5BjTJqnkCn3lfUjn8EKheGmynOeBLyrnQIVxH4U5iYgrQY2O1U
f2Dbv6XCUNmD97ymJE8fJ4ZWp2FAjyUl0CVYk6p1oKSIoqjdRBqu7LYluRaA0JSs
MhzyCBWVS7HG/qLZjlRmD3Z5m8TtztVf20vm527CksV1fzJQxJEeu/gyD4q+l97U
sidQZu+RmPDV1Fnu+7Uh
=kgc9
-END PGP SIGNATURE-

Ansgar Burchardt (11):
  * Add dependency on perl-dbdapi-* (see #577209).
  Revert r56404; not required for arch:all packages
  * New upstream release.
  Update my email address.
  debian/control: Convert Vcs-* fields to Git.
  Merge commit 'upstream/0.3300'
  Drop patch perlpath.patch: applied upstream.
  debian/copyright: Update years of copyright.
  Update (build-)dependencies.
  Bump Standards-Version to 3.9.2 (no changes).
  changelog for 0.3300-1

Axel Beckert (1):
  Remove trailing whitespace

Carlo U. Segre (2):
  prep for uploading
  Removed myself from Uploaders where I was simply a sponsor

Damyan Ivanov (1):
  * Fixed watch file to match the change in upstream versioning without

Gregor Herrmann (44):
  * Moved debhelper to Build-Depends.
  * Use $(CURDIR) [make] instead of $(PWD) [sh] to fix issues with sudo.
  add missing XS-Vcs-Browser field to debian/control
  Add missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.
  Change XS-Vcs-* to Vcs-* in all trunk/*/debian/control files
  mass-change: rmdir /usr/{lib,share}/perl5 only if they exist as a 
preparation for perl5.10
  add bug number to changelog
  * debian/watch: use dist-based URL.
  debian/copyright: add upstream source location.
  debian/rules:
  reformat changelog entries
  remove perl-doc from Build-Depends-Indep
  s/UNRELEASED/unstable/
  (Build) depend on libtext-csv-xs-perl instead of libtext-csv-perl (the
  * debian/control: change my email address.
  Refresh debian/rules, no functional changes.
  Set urgency to medium because of the fix for the FTBFS bug.
  [mass commit] switch Vcs-Browser from from WebSVN to ViewSVN
  [mass-commit] add ${misc:Depends} to Depends field in debian/control if 
it's missing
  Activate more tests.
  Add patch minimumversion.patch to pass Perl::MinimumVersio test; add quilt
  Add patch perlpath.patch to fix hashbang.
  add bug closer
  releasing version 0.2600-1
  back to UNRELEASED, TODO added to changelog
  * New upstream release 0.28.
  Remove minimumversion patch, the test was moves to xt/. Remove build
  Convert to source format 3.0 (quilt). Remove quilt framework.
  Bump versioned (build) dependencies according to new upstream
  debian/copyright: update years of upstream and packaging copyright; update
  WAITS-FOR: libdbi-perl 1.611
  DBI: s/1.611/1.610.90/
  add bug closer
  releasing version 0.2800-1
  Bump versioned (build) dependencies as per upstream.
  Update patch headers.
  Add patch to fix a spelling mistake.
  releasing version 0.2900-1
  Bump versioned (build) dependency on libsql-statement-perl to 1.27
  indent WAITS-FOR
  WAITS-FOR syntax
  sort
  Add perl (>= 5.10.1) as an alternative build dependency for Test::More.
  releasing version 0.3100-1

Gunnar Wolf (9):
  Load libdbd-csv-perl-0.2100 into packages/libdbd-csv-perl/trunk.
  Added watch files to many packages which lacked them
  Reflected that we added debian/watch
  New upstream version
  Updated standards-version
  Added bug closing information
  Adding the XS-Vcs-Svn field to all of our modules'
  Corrected wrong URL in the XS-Vcs-Svn field :-/ Thanks, Raphael
  Removing myself as an uploader from all packages which have other human 
uploaders

Joey Hess (1):
  update Vcs-Svn lines for new locations

Jonathan Yu (9):
  Update watch with 

[libdbd-csv-perl] 05/07: Declare compliance with Debian Policy 3.9.8.

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

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

commit 404aafcbbca8c68da07edd25fb4ba394d8a5201b
Author: gregor herrmann 
Date:   Sat Jul 2 17:59:20 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 a76ef58..5f7eca8 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends-Indep: libdbi-perl (>= 1.628),
  libtest-pod-perl,
  libtext-csv-xs-perl (>= 1.11),
  perl
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libdbd-csv-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdbd-csv-perl.git
 Homepage: https://metacpan.org/release/DBD-CSV

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

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


[libdbd-csv-perl] 01/07: Merge tag 'upstream/0.4900'

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

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

commit 846034f40fc51d2818664a4d40377fa622fba33c
Merge: 5e923de 2b9decd
Author: gregor herrmann 
Date:   Sat Jul 2 17:54:43 2016 +0200

Merge tag 'upstream/0.4900'

Upstream version 0.4900

 CONTRIBUTING.md | 27 +
 ChangeLog   | 10 
 MANIFEST|  7 +--
 MANIFEST.SKIP   |  2 +
 META.json   | 93 +++--
 META.yml| 13 ++--
 Makefile.PL |  2 +-
 README  |  2 +-
 lib/Bundle/DBD/CSV.pm   | 12 ++--
 lib/DBD/CSV.pm  | 22 +--
 lib/DBI/Test/Case/DBD/CSV/t10_base.pm   | 56 -
 lib/DBI/Test/Case/DBD/CSV/t11_dsnlist.pm| 64 
 lib/DBI/Test/Case/DBD/CSV/t20_createdrop.pm | 68 -
 lib/DBI/Test/Case/DBD/CSV/t85_error.pm  | 83 -
 lib/DBI/Test/DBD/CSV/Conf.pm|  9 ---
 lib/DBI/Test/DBD/CSV/List.pm| 16 -
 t/42_bindparam.t|  2 +-
 t/51_commit.t   |  2 +-
 t/80_rt.t   |  2 +-
 t/85_error.t|  2 +-
 t/lib.pl| 34 ++-
 21 files changed, 130 insertions(+), 398 deletions(-)

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

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


[libdbd-csv-perl] 02/07: Update debian/changelog

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

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

commit c80f9e6e355eca20b8723d8b596e26c43f51bcb0
Author: gregor herrmann 
Date:   Sat Jul 2 17:54:44 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 4b210bb..96a565a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libdbd-csv-perl (0.4800-2) UNRELEASED; urgency=medium
+libdbd-csv-perl (0.4900-1) UNRELEASED; urgency=medium
 
   [ gregor herrmann ]
   * Rename autopkgtest configuration file(s) as per new pkg-perl-
@@ -9,8 +9,9 @@ libdbd-csv-perl (0.4800-2) UNRELEASED; urgency=medium
 
   [ gregor herrmann ]
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
+  * Import upstream version 0.4900
 
- -- gregor herrmann   Sat, 24 Oct 2015 13:45:05 +0200
+ -- gregor herrmann   Sat, 02 Jul 2016 17:54:44 +0200
 
 libdbd-csv-perl (0.4800-1) unstable; urgency=medium
 

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

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


[libdbd-csv-perl] 07/07: releasing package libdbd-csv-perl version 0.4900-1

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

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

commit 5fa7090a6772993b7396af6a0bcac2a8553f4c2a
Author: gregor herrmann 
Date:   Sat Jul 2 18:02:14 2016 +0200

releasing package libdbd-csv-perl version 0.4900-1
---
 debian/changelog | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 96a565a..db51677 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libdbd-csv-perl (0.4900-1) UNRELEASED; urgency=medium
+libdbd-csv-perl (0.4900-1) unstable; urgency=medium
 
   [ gregor herrmann ]
   * Rename autopkgtest configuration file(s) as per new pkg-perl-
@@ -9,9 +9,13 @@ libdbd-csv-perl (0.4900-1) UNRELEASED; urgency=medium
 
   [ gregor herrmann ]
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
-  * Import upstream version 0.4900
+  * Import upstream version 0.4900.
+  * Update years of upstream and packaging copyright.
+  * Install new upstream CONTRIBUTING document.
+  * Declare compliance with Debian Policy 3.9.8.
+  * Bump debhelper compatibility level to 9.
 
- -- gregor herrmann   Sat, 02 Jul 2016 17:54:44 +0200
+ -- gregor herrmann   Sat, 02 Jul 2016 17:59:46 +0200
 
 libdbd-csv-perl (0.4800-1) unstable; urgency=medium
 

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

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


[libdbd-csv-perl] 03/07: Update years of upstream and packaging copyright.

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

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

commit d5c7244ac2259f5a54773d839ca853967afe3fe5
Author: gregor herrmann 
Date:   Sat Jul 2 17:57:24 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 021cc14..6898d28 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -6,7 +6,7 @@ Source: https://metacpan.org/release/DBD-CSV
 Files: *
 Copyright: 1998-2004, Jochen Wiedmann 
  2004-2009, Jeff Zucker 
- 2009-2015, H.Merijn Brand 
+ 2009-2016, H.Merijn Brand 
 License: Artistic or GPL-1+
 
 Files: debian/*
@@ -16,7 +16,7 @@ Copyright: 1998, Craig Sanders 
  2004, Christian Hammers 
  2004, Frank Lichtenheld 
  2004-2005, Gunnar Wolf 
- 2006-2015, gregor herrmann 
+ 2006-2016, gregor herrmann 
  2009-2010, Jonathan Yu 
  2010-2011, Ansgar Burchardt 
  2010, Nicholas Bamber 

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

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


[libdbd-csv-perl] 04/07: Install new upstream CONTRIBUTING document.

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

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

commit 3f573acf35cd7f07b77f1cbfa1b1e3890b2b59a7
Author: gregor herrmann 
Date:   Sat Jul 2 17:57:42 2016 +0200

Install new upstream CONTRIBUTING document.
---
 debian/libdbd-csv-perl.docs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/libdbd-csv-perl.docs b/debian/libdbd-csv-perl.docs
new file mode 100644
index 000..a1892e3
--- /dev/null
+++ b/debian/libdbd-csv-perl.docs
@@ -0,0 +1 @@
+CONTRIBUTING.md

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

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


[libdbd-csv-perl] 06/07: Bump debhelper compatibility level to 9.

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

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

commit 4720b28e093d3c119583f28651738bcc09982bd9
Author: gregor herrmann 
Date:   Sat Jul 2 17:59:20 2016 +0200

Bump debhelper compatibility level to 9.
---
 debian/compat  | 2 +-
 debian/control | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index 5f7eca8..23a70c6 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: gregor herrmann ,
Xavier Guimard 
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 8)
+Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: libdbi-perl (>= 1.628),
  libsql-statement-perl (>= 1.405),
  libtest-pod-coverage-perl,

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

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


[libhttp-browserdetect-perl] branch pristine-tar updated (84a2563 -> e854b95)

2016-07-02 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 libhttp-browserdetect-perl.

  from  84a2563   pristine-tar data for 
libhttp-browserdetect-perl_3.10.orig.tar.gz
   new  e854b95   pristine-tar data for 
libhttp-browserdetect-perl_3.14.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:
 libhttp-browserdetect-perl_3.14.orig.tar.gz.delta | Bin 0 -> 1452 bytes
 libhttp-browserdetect-perl_3.14.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libhttp-browserdetect-perl_3.14.orig.tar.gz.delta
 create mode 100644 libhttp-browserdetect-perl_3.14.orig.tar.gz.id

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

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


[libhttp-browserdetect-perl] 03/03: releasing package libhttp-browserdetect-perl version 3.14-1

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

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

commit 310f656b1d2dfc4d8fb884bf260ae41a382ccf82
Author: gregor herrmann 
Date:   Sat Jul 2 21:36:28 2016 +0200

releasing package libhttp-browserdetect-perl version 3.14-1
---
 debian/changelog | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4b08fa9..ab275fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libhttp-browserdetect-perl (3.14-1) UNRELEASED; urgency=medium
+libhttp-browserdetect-perl (3.14-1) unstable; urgency=medium
 
   [ gregor herrmann ]
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
@@ -8,9 +8,9 @@ libhttp-browserdetect-perl (3.14-1) UNRELEASED; urgency=medium
   * Remove myself from Uploaders.
 
   [ gregor herrmann ]
-  * Import upstream version 3.14
+  * Import upstream version 3.14.
 
- -- gregor herrmann   Sat, 02 Jul 2016 21:33:41 +0200
+ -- gregor herrmann   Sat, 02 Jul 2016 21:34:48 +0200
 
 libhttp-browserdetect-perl (3.10-1) unstable; urgency=medium
 

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

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


[libhttp-browserdetect-perl] annotated tag debian/3.14-1 created (now db6622b)

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

gregoa pushed a change to annotated tag debian/3.14-1
in repository libhttp-browserdetect-perl.

at  db6622b   (tag)
   tagging  310f656b1d2dfc4d8fb884bf260ae41a382ccf82 (commit)
  replaces  upstream/3.14
 tagged by  gregor herrmann
on  Sat Jul 2 21:36:28 2016 +0200

- Log -
tagging package libhttp-browserdetect-perl version debian/3.14-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJXeBe8XxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGPkoP+QGy9FpuLnjoJZJO/FoGcfvX
LM/ynvDdy0HRsm4dCzbvDEJ/cb3RUgI49LOZzZMKzbQxk5MA5NKwXwl2e01CQcBJ
WETLE4iK8x9gEKEZWqchxA4rbZn4KJlxaSZ+4HRHnhfF3T2Gd5X5K/ImDjD36Lmy
xxSQsPuddbfH/VLHqdS1zZG21gbQ+fKCCn+U0Ks9rzkljChOMtTb8LtnM6B2v0ad
Oy+vqs99CGLJclLfbMmFgf/7QFlC6FQH/0YMV5i1CC/uxk/QedSSpcJprJtXDmZm
n+VyWDtrdtn/Q3tXV3x01Y9JUzXwTjELbVqO6ZjKNpEWDs1cT6L3/zjB9VLRGMPf
NojnOwXEGWiUa/8ADGynUq9YQXZJyCwWIh+vMwopEVbeIvWzVoyPf8WGF7FYWDMS
FfWHipjDvkd7eXnWFKxY6kseTSdcJVaazviYPRecvgJpeXVmwFQqnwVfL2Gm+ySl
ukcgrrZHBADa10M0mM2AUFV7oXmoOmRPWeyvnu0WR/6IzdtWiAicAsPVijCTj8LI
hN29VELohXH13iVuxIUtjpWwbc78+oo8snZH1lDN+/5rfcM6HWDAInrmHAkQ00xy
IohW7xTzouu7p9CG3BBE/vYeWpIiBMqnw55yE3VggWlJe/XHQ7sGcetgtAKEDQm9
Ttr58mXj4AewUynFWBy3
=l9Bo
-END PGP SIGNATURE-

Angel Abad (76):
  Merge commit 'upstream/1.27'
  debian/changelog: Update file
  Merge commit 'upstream/1.28'
  debian/changelog: Update file
  Merge commit 'upstream/1.29'
  debian/changelog: Update file
  Merge commit 'upstream/1.30'
  debian/changelog: Update file
  Merge commit 'upstream/1.31'
  debian/changelog: Update file
  Merge commit 'upstream/1.32'
  debian/changelog: Update file
  Merge commit 'upstream/1.34'
  debian/changelog: Update file
  Merge commit 'upstream/1.35'
  debian/changelog: Update file
  Merge commit 'upstream/1.36'
  debian/changelog: Update file
  Merge commit 'upstream/1.37'
  debian/changelog: Update file
  Merge commit 'upstream/1.38'
  debian/changelog: Update file
  Merge commit 'upstream/1.39'
  debian/changelog: Update file
  mass updated Angel Abad's email address
  Merge commit 'upstream/1.40'
  debian/copyright: Update debian/* years
  debian/changelog: Update file
  Merge commit 'upstream/1.41'
  debian/changelog: Update file
  Merge tag 'upstream/1.42'
  debian/copyright: Update format to copyright-format 1.0
  debian/copyright: Update upstream years
  Bump Standards-Version to 3.9.3
  debian/changelog: Update file
  Merge tag 'upstream/1.52'
  debian/control: Build-Depends on libtest-failwarnings-perl and 
libtest-nowarnings-perl
  debian/copyright: Update debian years
  Bump Standards-Version to 3.9.4 (no changes)
  Update changelog
  Merge tag 'upstream/1.55'
  Bump Debhelper compat level 9
  debian/control: Update file
  debian/copyright: Update file
  Update changelog
  Merge tag 'upstream/1.59'
  Update changelog
  Merge tag 'upstream/1.60'
  Update Changelog
  Merge tag 'upstream/1.64'
  Update changelog
  Merge tag 'upstream/1.65'
  Update changelog
  Merge tag 'upstream/1.68'
  debian/copyright: Update debian/* section
  Update changelog
  Merge tag 'upstream/1.69'
  Update changelog
  Merge tag 'upstream/1.70'
  debian/copyright: Update debian/* years
  Update changelog
  Merge tag 'upstream/1.71'
  debian/copyright: Update upstream years.
  Update changelog
  Merge tag 'upstream/1.73'
  Update changelog
  Merge tag 'upstream/1.75'
  Update changelog
  Merge tag 'upstream/2.02'
  debian/copyright: Update debian/* years
  Update changelog
  Merge tag 'upstream/2.05'
  Update changelog
  Merge tag 'upstream/3.10'
  Declare compliance with Debian policy 3.9.8
  releasing package libhttp-browserdetect-perl version 3.10-1

Angel Abad Contreras (7):
  New upstream release 1.13
  * New upstream release
  * New upstream release
  * New upstream release
  debian/compat to 8
  New upstream release
  New upstream release

Ansgar Burchardt (6):
  * New upstream release.
  * New upstream release.
  * New upstream release.
  Update my email address.
  * New upstream release.
  debian/control: Convert Vcs-* fields to Git.

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

Gregor Herrmann (18):
  [svn-inject] Applying Debian modifications to trunk
  [takeover-for-pkg-perl] 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.
  * New upstream release.
  * 

[libhttp-browserdetect-perl] 01/03: Merge tag 'upstream/3.14'

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

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

commit 73ddc066644e06dc13dba141ace3042e4097d955
Merge: 64993d9 be0a061
Author: gregor herrmann 
Date:   Sat Jul 2 21:33:41 2016 +0200

Merge tag 'upstream/3.14'

Upstream version 3.14

 Build.PL  |4 +-
 Changes   |   36 +
 MANIFEST  |2 +-
 META.json |7 +-
 META.yml  |4 +-
 Makefile.PL   |4 +-
 cpanfile  |1 -
 dist.ini  |2 +-
 lib/HTTP/BrowserDetect.pm |  950 ++-
 t/more-useragents.json|  276 +-
 t/release-tidyall.t   |7 +-
 t/useragents.json | 2211 ++---
 12 files changed, 2652 insertions(+), 852 deletions(-)

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

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


[libnet-stomp-perl] branch master updated (242cb8a -> e778bc6)

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

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

  from  242cb8a   update changelog
   new  c102443   Add debian/upstream/metadata
   new  d076180   Update debian/changelog
  adds  8c38e6d   Imported Upstream version 0.57
   new  8e146d5   Merge tag 'upstream/0.57'
   new  091d126   Update debian/changelog
   new  f4c32cd   Upstream update contact.
   new  028c218   Declare compliance with Debian Policy 3.9.8.
   new  636b657   Drop unneeded version constraints.
   new  fae38f3   Bump debhelper compatibility level to 9.
   new  e778bc6   releasing package libnet-stomp-perl version 0.57-1

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


Summary of changes:
 CHANGES   |  4 
 MANIFEST  |  4 ++--
 META.json |  8 
 META.yml  |  8 
 README|  8 
 debian/changelog  | 14 +++---
 debian/compat |  2 +-
 debian/control|  8 
 debian/copyright  |  2 +-
 debian/upstream/metadata  |  4 
 lib/Net/Stomp.pm  | 32 +++-
 lib/Net/Stomp/Frame.pm|  2 +-
 lib/Net/Stomp/StupidLogger.pm |  2 +-
 t/receiving-frames.t  |  2 +-
 t/reconnect.t |  5 +
 t/sending-frames.t| 22 ++
 16 files changed, 100 insertions(+), 27 deletions(-)
 create mode 100644 debian/upstream/metadata

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

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


[libnet-stomp-perl] 01/09: Add debian/upstream/metadata

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

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

commit c102443ca695ca11f308ab7e246a7722d277a477
Author: gregor herrmann 
Date:   Sat Jul 2 22:43:50 2016 +0200

Add debian/upstream/metadata
---
 debian/upstream/metadata | 5 +
 1 file changed, 5 insertions(+)

diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 000..a25a232
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,5 @@
+---
+Archive: CPAN
+Contact: Leon Brocard ,, Thom May ,, 
Michael
+  S. Fischer ,, Ash Berlin 
+Name: Net-Stomp

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

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


[libhtml-formfu-perl] 01/10: Merge tag 'upstream/2.03000'

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

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

commit 38d2c720fd7701c341d8670b615b9b3b41ca87a3
Merge: d0ffcd9 ef640e4
Author: gregor herrmann 
Date:   Sat Jul 2 20:59:18 2016 +0200

Merge tag 'upstream/2.03000'

Upstream version 2.03000

 Changes| 456 +++--
 LICENSE|   6 +-
 MANIFEST   |  11 +-
 MANIFEST.SKIP  |   1 -
 META.json  | 109 +
 META.yml   |  14 +-
 Makefile.PL|  21 +-
 README |   6 +-
 bin/html_formfu_deploy.pl  |   7 +-
 bin/html_formfu_dumpconf.pl|  24 +-
 dist.ini   |  46 ++-
 lib/HTML/FormFu.pm |  64 +--
 lib/HTML/FormFu/Attribute.pm   |  14 +-
 lib/HTML/FormFu/Constants.pm   |   5 +-
 lib/HTML/FormFu/Constraint.pm  |  15 +-
 lib/HTML/FormFu/Constraint/ASCII.pm|   9 +-
 lib/HTML/FormFu/Constraint/AllOrNone.pm|  15 +-
 lib/HTML/FormFu/Constraint/AutoSet.pm  |  12 +-
 lib/HTML/FormFu/Constraint/Bool.pm |   9 +-
 lib/HTML/FormFu/Constraint/Callback.pm |  10 +-
 lib/HTML/FormFu/Constraint/CallbackOnce.pm |  18 +-
 lib/HTML/FormFu/Constraint/DateTime.pm |  15 +-
 lib/HTML/FormFu/Constraint/DependOn.pm |  15 +-
 lib/HTML/FormFu/Constraint/Email.pm|  74 +++-
 lib/HTML/FormFu/Constraint/Equal.pm|  13 +-
 lib/HTML/FormFu/Constraint/File.pm |  25 +-
 lib/HTML/FormFu/Constraint/File/MIME.pm|  17 +-
 lib/HTML/FormFu/Constraint/File/MaxSize.pm |  11 +-
 lib/HTML/FormFu/Constraint/File/MinSize.pm |  13 +-
 lib/HTML/FormFu/Constraint/File/Size.pm|   9 +-
 lib/HTML/FormFu/Constraint/Integer.pm  |  11 +-
 lib/HTML/FormFu/Constraint/Length.pm   |   9 +-
 lib/HTML/FormFu/Constraint/MaxLength.pm|  11 +-
 lib/HTML/FormFu/Constraint/MaxRange.pm |  11 +-
 lib/HTML/FormFu/Constraint/MinLength.pm|  11 +-
 lib/HTML/FormFu/Constraint/MinMaxFields.pm |  13 +-
 lib/HTML/FormFu/Constraint/MinRange.pm |  11 +-
 lib/HTML/FormFu/Constraint/Number.pm   |   9 +-
 lib/HTML/FormFu/Constraint/Printable.pm|  11 +-
 lib/HTML/FormFu/Constraint/Range.pm|   9 +-
 lib/HTML/FormFu/Constraint/Regex.pm|  15 +-
 lib/HTML/FormFu/Constraint/Repeatable/Any.pm   |   9 +-
 lib/HTML/FormFu/Constraint/Required.pm |  11 +-
 lib/HTML/FormFu/Constraint/Set.pm  |   9 +-
 lib/HTML/FormFu/Constraint/SingleValue.pm  |   9 +-
 lib/HTML/FormFu/Constraint/Word.pm |  11 +-
 lib/HTML/FormFu/Deflator.pm|  10 +-
 lib/HTML/FormFu/Deflator/Callback.pm   |  10 +-
 lib/HTML/FormFu/Deflator/CompoundDateTime.pm   |  23 +-
 lib/HTML/FormFu/Deflator/CompoundSplit.pm  |  43 +-
 lib/HTML/FormFu/Deflator/FormatNumber.pm   |  13 +-
 lib/HTML/FormFu/Deflator/PathClassFile.pm  |  17 +-
 lib/HTML/FormFu/Deflator/Strftime.pm   |   9 +-
 lib/HTML/FormFu/Deploy.pm  |   6 +-
 lib/HTML/FormFu/Element.pm |  55 +--
 lib/HTML/FormFu/Element/Blank.pm   |  15 +-
 lib/HTML/FormFu/Element/Block.pm   |  21 +-
 lib/HTML/FormFu/Element/Button.pm  |  19 +-
 lib/HTML/FormFu/Element/Checkbox.pm|  17 +-
 lib/HTML/FormFu/Element/Checkboxgroup.pm   |  27 +-
 lib/HTML/FormFu/Element/ComboBox.pm|  30 +-
 lib/HTML/FormFu/Element/ContentButton.pm   |  13 +-
 lib/HTML/FormFu/Element/Date.pm|  82 ++--
 lib/HTML/FormFu/Element/DateTime.pm|  27 +-
 lib/HTML/FormFu/Element/Email.pm   |  17 +-
 lib/HTML/FormFu/Element/Fieldset.pm|  15 +-
 lib/HTML/FormFu/Element/File.pm|  19 +-
 lib/HTML/FormFu/Element/Hidden.pm  |  15 +-
 lib/HTML/FormFu/Element/Hr.pm  |  13 +-
 lib/HTML/FormFu/Element/Image.pm   |  17 +-
 lib/HTML/FormFu/Element/Label.pm   |  11 +-
 lib/HTML/FormFu/Element/Multi.pm   |  13 +-
 lib/HTML/FormFu/Element/Number.pm  |  11 +-
 lib/HTML/FormFu/Element/Password.pm|  15 +-
 lib/HTML/FormFu/Element/Radio.pm   |  15 +-
 

[libmultidimensional-perl] branch master updated (005db1b -> 26f5f68)

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

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

  from  005db1b   update changelog
   new  656a90f   Add debian/upstream/metadata
   new  1067525   Update debian/changelog
  adds  4a1ed86   Initial version
  adds  60a39f2   Add Changes
  adds  efce208   Explicitly declare $VERSION as package-global
  adds  8ecf9a4   Steal FLORAs DZIL XS module setup
  adds  f2417e8   Use PodWeaver Encoding plugin
  adds  b6ec064   Shut up a warning
  adds  7e0c7d5   Don't disallow explicit joining
  adds  af51723   v0.002
  adds  ed1ce14   Fix coding style
  adds  49c8fa7   BOOT is only ever called once
  adds  61bf4c0   Call ExtUtils::Depends from the built Makefile.PL, not 
when building it
  adds  a85f12b   Use NextRelease plugin
  adds  9b36a9d   Add Github meta resources
  adds  7ac809b   Don't allow any dirty files
  adds  065d7bf   Changes
  adds  0d83355   More test cases, use tested code as test description
  adds  86e4d3a   Perl 5.8 fixes
  adds  39069e2   Commit the updated Changes from NextRelease
  adds  8317d89   v0.004
  adds  7fdecb7   Make work with perl < 5.8.8
  adds  3f3372a   Provide hv_fetchs for perls that don't have it
  adds  dbbf28b   v0.005
  adds  a8b601b   Push as well as commit after updating Changes
  adds  5443a17   Add B::Hooks::OP::Check to ConfigureRequires
  adds  9b490a2   Specify Test::More version for done_testing()
  adds  9a5ffd0   v0.006
  adds  ded9ac3   Fix code before declaration in multidimensional.xs
  adds  09d92f6   v0.007
  adds  4290a60   Require fixed version of Lexical::SealRequireHints
  adds  43d113b   Require fixed version of B::Hooks::OP::Check
  adds  8bb4bab   Make sure errors fire at compile time
  adds  9b3ae21   Test string eval
  adds  f8d78ce   Use META.{yml,json} version 2
  adds  6ae64ff   v0.008
  adds  10b5780   Require fixed version of CPAN::Meta (RT#70916)
  adds  01ba708   v0.009
  adds  283a845   Generate default versions of META.yml and .json
  adds  dc1b83e   Ignore (MY)META.*
  adds  4a876ef   v0.010
  adds  24f9167   POD typos (multidmensional, emualtion)
  adds  0259a5d   Merge pull request #1 from dolmen/master
  adds  623b9ea   Add changes entry
  adds  eb24b9e   v0.011
  adds  2d37da4   Exclude Makefile.PL from GatherDir instead of pruning it
  adds  59fb92c   Use "multidimensional/disabled" as the hints hash key
  adds  fe5595d   Fix hint hash key typo in Changes
  adds  8e27376   Fix building on -DPERL_OP_PARENT perls (RT#114395)
  adds  01a8f1a   Imported Upstream version 0.012
   new  d79a1bb   Merge tag 'upstream/0.012'
   new  660d5f1   Update debian/changelog
   new  d2b954a   Declare compliance with Debian Policy 3.9.8.
   new  68a2c0b   Remove version constraint from libb-hooks-op-check-perl.
   new  c1e253c   Set bindnow linker flag in debian/rules.
   new  26f5f68   releasing package libmultidimensional-perl version 0.012-1

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


Summary of changes:
 Changes  |  4 +++
 LICENSE  |  2 +-
 MANIFEST |  5 +--
 META.json| 13 
 META.yml | 29 +
 Makefile.PL  | 85 ++--
 README   |  4 ++-
 debian/changelog | 15 ++---
 debian/control   | 23 +++--
 debian/rules |  2 ++
 debian/upstream/metadata |  6 
 dist.ini |  5 +--
 lib/multidimensional.pm  | 13 +++-
 multidimensional.xs  | 12 ---
 t/author-pod-coverage.t  | 15 +
 t/author-pod-syntax.t| 15 +
 t/release-pod-coverage.t | 21 
 t/release-pod-syntax.t   | 15 -
 18 files changed, 157 insertions(+), 127 deletions(-)
 create mode 100644 debian/upstream/metadata
 create mode 100644 t/author-pod-coverage.t
 create mode 100644 t/author-pod-syntax.t
 delete mode 100644 t/release-pod-coverage.t
 delete mode 100644 t/release-pod-syntax.t

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

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


[libmultidimensional-perl] 02/08: Update debian/changelog

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

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

commit 10675257c9abe2c5eac28eaf020c7fc8d893fc31
Author: gregor herrmann 
Date:   Sat Jul 2 22:18:31 2016 +0200

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index 14c2851..dd13b78 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,7 @@ libmultidimensional-perl (0.011-1) UNRELEASED; urgency=low
 
   [ gregor herrmann ]
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
+  * Add debian/upstream/metadata
 
  -- Florian Schlichting   Fri, 29 Mar 2013 21:22:59 +0100
 

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

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


[libmultidimensional-perl] 07/08: Set bindnow linker flag in debian/rules.

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

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

commit c1e253c67f1ffb86fb329d3c091669ee64862915
Author: gregor herrmann 
Date:   Sat Jul 2 22:26:47 2016 +0200

Set bindnow linker flag in debian/rules.
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

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

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

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


[libmultidimensional-perl] 06/08: Remove version constraint from libb-hooks-op-check-perl.

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

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

commit 68a2c0be519142383842beef1dc0c0c6912d4c9f
Author: gregor herrmann 
Date:   Sat Jul 2 22:21:17 2016 +0200

Remove version constraint from libb-hooks-op-check-perl.

Already satisfied in oldstable.
---
 debian/control | 21 -
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index fd87516..52f5347 100644
--- a/debian/control
+++ b/debian/control
@@ -1,13 +1,14 @@
 Source: libmultidimensional-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group 
 Uploaders: Florian Schlichting 
+Section: perl
+Testsuite: autopkgtest-pkg-perl
+Priority: optional
 Build-Depends: debhelper (>= 9.20120312),
- libb-hooks-op-check-perl (>= 0.19),
- libextutils-depends-perl,
- liblexical-sealrequirehints-perl,
- perl
+   libb-hooks-op-check-perl,
+   libextutils-depends-perl,
+   liblexical-sealrequirehints-perl,
+   perl
 Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libmultidimensional-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libmultidimensional-perl.git
@@ -15,9 +16,11 @@ Homepage: https://metacpan.org/release/multidimensional
 
 Package: libmultidimensional-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
- libb-hooks-op-check-perl (>= 0.19),
- liblexical-sealrequirehints-perl
+Depends: ${misc:Depends},
+ ${perl:Depends},
+ ${shlibs:Depends},
+ libb-hooks-op-check-perl,
+ liblexical-sealrequirehints-perl
 Description: Perl pragma to disable multidimensional array emulation
  Perl's multidimensional array emulation stems from the days before the
  language had references, but these days it mostly serves to bite you

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

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


[libmultidimensional-perl] 01/01: pristine-tar data for libmultidimensional-perl_0.012.orig.tar.gz

2016-07-02 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 libmultidimensional-perl.

commit d7c20ba5596d63b668e23a5f5b89bc183808288a
Author: gregor herrmann 
Date:   Sat Jul 2 22:18:53 2016 +0200

pristine-tar data for libmultidimensional-perl_0.012.orig.tar.gz
---
 libmultidimensional-perl_0.012.orig.tar.gz.delta | Bin 0 -> 1306 bytes
 libmultidimensional-perl_0.012.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libmultidimensional-perl_0.012.orig.tar.gz.delta 
b/libmultidimensional-perl_0.012.orig.tar.gz.delta
new file mode 100644
index 000..f4c3213
Binary files /dev/null and b/libmultidimensional-perl_0.012.orig.tar.gz.delta 
differ
diff --git a/libmultidimensional-perl_0.012.orig.tar.gz.id 
b/libmultidimensional-perl_0.012.orig.tar.gz.id
new file mode 100644
index 000..3a10616
--- /dev/null
+++ b/libmultidimensional-perl_0.012.orig.tar.gz.id
@@ -0,0 +1 @@
+3acde47a1f0c235143604659d62dcbe23029ef8a

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

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


[libmultidimensional-perl] 01/08: Add debian/upstream/metadata

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

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

commit 656a90f0c23b75799141f960330bd90ef74c65ac
Author: gregor herrmann 
Date:   Sat Jul 2 22:18:30 2016 +0200

Add debian/upstream/metadata
---
 debian/upstream/metadata | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 000..f2fe631
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,6 @@
+---
+Archive: CPAN
+Contact: Dagfinn Ilmari Mannsåker 
+Name: multidimensional
+Repository: https://github.com/ilmari/multidimensional.git
+Repository-Browse: https://github.com/ilmari/multidimensional

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

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

[libmultidimensional-perl] branch pristine-tar updated (c37f74b -> d7c20ba)

2016-07-02 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 libmultidimensional-perl.

  from  c37f74b   pristine-tar data for 
libmultidimensional-perl_0.011.orig.tar.gz
   new  d7c20ba   pristine-tar data for 
libmultidimensional-perl_0.012.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:
 libmultidimensional-perl_0.012.orig.tar.gz.delta | Bin 0 -> 1306 bytes
 libmultidimensional-perl_0.012.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libmultidimensional-perl_0.012.orig.tar.gz.delta
 create mode 100644 libmultidimensional-perl_0.012.orig.tar.gz.id

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

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


[libmultidimensional-perl] 05/08: Declare compliance with Debian Policy 3.9.8.

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

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

commit d2b954a57421f50ec0bd9b454079adafda657dd2
Author: gregor herrmann 
Date:   Sat Jul 2 22:20:58 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 bc7f2e3..fd87516 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 9.20120312),
  libextutils-depends-perl,
  liblexical-sealrequirehints-perl,
  perl
-Standards-Version: 3.9.4
+Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libmultidimensional-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libmultidimensional-perl.git
 Homepage: https://metacpan.org/release/multidimensional

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

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


[libemail-valid-perl] annotated tag debian/1.200-1 created (now 8ebaa7a)

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

gregoa pushed a change to annotated tag debian/1.200-1
in repository libemail-valid-perl.

at  8ebaa7a   (tag)
   tagging  c396eafd5cfdf997cd9e736d58e99a0fbe27ae64 (commit)
  replaces  debian/1.198-1
 tagged by  gregor herrmann
on  Sat Jul 2 20:47:57 2016 +0200

- Log -
tagging package libemail-valid-perl version debian/1.200-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJXeAxdXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGf1AP/3bnX2dF93mFBVKBr9S0q01O
Mye3E3how/kblt6Wz1WgsJivCwXdmo+eO2Nz+8G9xtT1bsHziowXrL/0puj+rGIS
ATwNj4ij1Dq4ozkYR2kDQYMh3oQcbD/Zk0pD8RiiRHWEIFEJGhEZwZAUU6xPC9Y8
SWHZ/dmg8mtWE8vtHrQ5ovCRfrJTR3bPS5mZ5xyIAg7spfwmJBRkijCNXnrSsREU
tcRuwf8aG2+lohcsUs9KA+XOX7oHcy6rj1wUHumXQ4fOPeUE3JDmKoNJLvFWCExo
7PX1NE+BPyJSxu6u4d3es2VfZT8ubQZ6RapeLTLeEfqqjCAHBgBTGf7RN0JRgqdW
YZv+3sARjQ2olW+q9MZht7O16I4mvvUNpgFexqcKN7NVrP/WjMhg0wTrTWl5E9pD
GbeTpLAREPw6Ne+VZhFIYYfYSxtRkWP3xJ/P3nzTls37fyXuec77+lZ3CuBKZcXd
ObG0Nj+MMZ2t6Gx8MX+jlRjj2jiWLcaA1HAkFBRO+GTzJAXfZNheePSiEW6/KCdB
N+nazB6zKStqNq9xMM7TutN2Y32Xr5zyQD5kmqeySje4f0edx0RWyW7T0T5hiyNG
GohUoyJzHE2k1Kl0acbYH3BM1kgDkO+xRejVjPSm6sRuJXk3OIql8vnBouZo1jzZ
+MvEMvTkDM/PpMvr/BYZ
=ita8
-END PGP SIGNATURE-

Mohammad S Anwar (1):
  Made 'SEE ALSO' entries a clickable link in the pod document of 
Email::Valid

Neil Bowers (3):
  Made first mention of various external modules be L<> linked
  Added link to RFC822 to SEE ALSO
  Various typo and formatting fixes

Ricardo Signes (4):
  changelog for next release
  v1.199
  skip more tld tests w/o TLD
  v1.200

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

Steve Bertrand (1):
  added check against invalid TLDs (per IETF) in tld(), added tests

Troy Morehouse (1):
  Fix for undef dns mx query

gregor herrmann (9):
  debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  update changelog
  Imported Upstream version 1.200
  Merge tag 'upstream/1.200'
  Update debian/changelog
  Update years of packaging copyright.
  Declare compliance with Debian Policy 3.9.8.
  Update build dependencies.
  releasing package libemail-valid-perl version 1.200-1

---

This annotated tag includes the following new commits:

   new  a45749b   Merge tag 'upstream/1.200'
   new  18198ac   Update debian/changelog
   new  b69f3be   Update years of packaging copyright.
   new  4a2dd0b   Declare compliance with Debian Policy 3.9.8.
   new  f73bc9a   Update build dependencies.
   new  c396eaf   releasing package libemail-valid-perl version 1.200-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/libemail-valid-perl.git

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


[libemail-valid-perl] 06/06: releasing package libemail-valid-perl version 1.200-1

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

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

commit c396eafd5cfdf997cd9e736d58e99a0fbe27ae64
Author: gregor herrmann 
Date:   Sat Jul 2 20:47:57 2016 +0200

releasing package libemail-valid-perl version 1.200-1
---
 debian/changelog | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4293451..b483a6a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,13 +1,16 @@
-libemail-valid-perl (1.200-1) UNRELEASED; urgency=medium
+libemail-valid-perl (1.200-1) unstable; urgency=medium
 
   [ Salvatore Bonaccorso ]
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
 
   [ gregor herrmann ]
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
-  * Import upstream version 1.200
+  * Import upstream version 1.200.
+  * Update years of packaging copyright.
+  * Declare compliance with Debian Policy 3.9.8.
+  * Update build dependencies.
 
- -- gregor herrmann   Sat, 02 Jul 2016 20:40:45 +0200
+ -- gregor herrmann   Sat, 02 Jul 2016 20:46:03 +0200
 
 libemail-valid-perl (1.198-1) unstable; urgency=medium
 

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

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


[libemail-valid-perl] 03/06: Update years of packaging copyright.

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

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

commit b69f3be58dc7dd86c555652dcbd4d23f9490539c
Author: gregor herrmann 
Date:   Sat Jul 2 20:45:12 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 3c382d6..e1aef20 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -12,7 +12,7 @@ Copyright: 2000, 2001, 2005, 2006, Ron Lee 
  2004, 2005, Gunnar Wolf 
  2004, Marc 'HE' Brockschmidt 
  2004, Marc Brockschmidt 
- 2006-2015, gregor herrmann 
+ 2006-2016, gregor herrmann 
  2006, Don Armstrong 
  2006, Krzysztof Krzyzaniak (eloy) ,
  2010, Chris Butler 

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

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


[libemail-valid-perl] 01/06: Merge tag 'upstream/1.200'

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

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

commit a45749ba0ba3c03b36d0ee61c3e59c00848f0506
Merge: 9f7bb80 0144278
Author: gregor herrmann 
Date:   Sat Jul 2 20:40:45 2016 +0200

Merge tag 'upstream/1.200'

Upstream version 1.200

 Changes  | 11 +
 MANIFEST |  2 +-
 META.json| 76 
 META.yml | 76 
 README   |  4 +-
 dist.ini |  1 +
 lib/Email/Valid.pm   | 94 
 t/00-report-prereqs.t|  2 +-
 t/valid.t| 25 ++-
 xt/release/changes_has_content.t |  2 +-
 10 files changed, 175 insertions(+), 118 deletions(-)

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

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


[libemail-valid-perl] branch master updated (9f7bb80 -> c396eaf)

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

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

  from  9f7bb80   update changelog
  adds  be07e77   Made 'SEE ALSO' entries a clickable link in the pod 
document of Email::Valid
  adds  5b6f723   Fix for undef dns mx query
  adds  6bbc9d6   Made first mention of various external modules be L<> 
linked
  adds  0d31424   Added link to RFC822 to SEE ALSO
  adds  d73f0f7   Various typo and formatting fixes
  adds  b5ed0ea   added check against invalid TLDs (per IETF) in tld(), 
added tests
  adds  b9262fa   changelog for next release
  adds  0e379c3   v1.199
  adds  82819f2   skip more tld tests w/o TLD
  adds  c2303a1   v1.200
  adds  0144278   Imported Upstream version 1.200
   new  a45749b   Merge tag 'upstream/1.200'
   new  18198ac   Update debian/changelog
   new  b69f3be   Update years of packaging copyright.
   new  4a2dd0b   Declare compliance with Debian Policy 3.9.8.
   new  f73bc9a   Update build dependencies.
   new  c396eaf   releasing package libemail-valid-perl version 1.200-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  | 11 +
 MANIFEST |  2 +-
 META.json| 76 
 META.yml | 76 
 README   |  4 +-
 debian/changelog |  8 +++-
 debian/control   |  5 +--
 debian/copyright |  2 +-
 dist.ini |  1 +
 lib/Email/Valid.pm   | 94 
 t/00-report-prereqs.t|  2 +-
 t/valid.t| 25 ++-
 xt/release/changes_has_content.t |  2 +-
 13 files changed, 184 insertions(+), 124 deletions(-)

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

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


[libemail-valid-perl] branch pristine-tar updated (386ead6 -> 57a02c9)

2016-07-02 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 libemail-valid-perl.

  from  386ead6   pristine-tar data for 
libemail-valid-perl_1.198.orig.tar.gz
   new  57a02c9   pristine-tar data for 
libemail-valid-perl_1.200.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:
 libemail-valid-perl_1.200.orig.tar.gz.delta | Bin 0 -> 1520 bytes
 libemail-valid-perl_1.200.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libemail-valid-perl_1.200.orig.tar.gz.delta
 create mode 100644 libemail-valid-perl_1.200.orig.tar.gz.id

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

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


[libeval-closure-perl] 02/07: Update debian/changelog

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

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

commit 1d4b87589d738078a205decb3e7a49b5c32d35bb
Author: gregor herrmann 
Date:   Sat Jul 2 20:49:12 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 7778c16..5f455f3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libeval-closure-perl (0.13-2) UNRELEASED; urgency=medium
+libeval-closure-perl (0.14-1) UNRELEASED; urgency=medium
 
   [ Salvatore Bonaccorso ]
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
@@ -6,8 +6,9 @@ libeval-closure-perl (0.13-2) 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 0.14
 
- -- Salvatore Bonaccorso   Sat, 30 Jan 2016 20:04:13 +0100
+ -- gregor herrmann   Sat, 02 Jul 2016 20:49:12 +0200
 
 libeval-closure-perl (0.13-1) unstable; urgency=medium
 

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

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


[libeval-closure-perl] 06/07: Bump debhelper compatibility level to 9.

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

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

commit 260dd7f48d7dd6b6d800141e14cd62559f31bf77
Author: gregor herrmann 
Date:   Sat Jul 2 20:53:30 2016 +0200

Bump debhelper compatibility level to 9.
---
 debian/compat  | 2 +-
 debian/control | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index 705b764..d5ad3a8 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Alessandro Ghedini 
 Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Build-Depends: debhelper (>= 8)
+Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: perl,
  libdevel-lexalias-perl (>= 0.05),
  libpadwalker-perl,

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

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


[libeval-closure-perl] 04/07: Update (build) dependencies.

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

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

commit 1cb7c3aaa9afb071f53d3bc445ac7301de7fd596
Author: gregor herrmann 
Date:   Sat Jul 2 20:51:20 2016 +0200

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

diff --git a/debian/control b/debian/control
index f6b9a66..0eac2ec 100644
--- a/debian/control
+++ b/debian/control
@@ -11,8 +11,7 @@ Build-Depends-Indep: perl,
  libsub-exporter-perl,
  libtest-fatal-perl,
  libtest-output-perl,
- libtest-requires-perl,
- libtry-tiny-perl
+ libtest-requires-perl
 Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libeval-closure-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libeval-closure-perl.git
@@ -22,8 +21,7 @@ Package: libeval-closure-perl
 Architecture: all
 Depends: ${misc:Depends},
  ${perl:Depends},
- libsub-exporter-perl,
- libtry-tiny-perl
+ libsub-exporter-perl
 Recommends: libdevel-lexalias-perl (>= 0.05)
 Description: Perl module to safely and cleanly create closures via string eval
  String eval is often used for dynamic code generation. For instance, Moose

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

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


[libeval-closure-perl] 05/07: Declare compliance with Debian Policy 3.9.8.

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

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

commit 60462eff11d691feece98342eee8b8763b60f42a
Author: gregor herrmann 
Date:   Sat Jul 2 20:52:10 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 0eac2ec..705b764 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends-Indep: perl,
  libtest-fatal-perl,
  libtest-output-perl,
  libtest-requires-perl
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libeval-closure-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libeval-closure-perl.git
 Homepage: https://metacpan.org/release/Eval-Closure

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

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


[libeval-closure-perl] 07/07: releasing package libeval-closure-perl version 0.14-1

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

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

commit 0a369b8fc0b74caf7aa49d0d64b578c0d98bf93a
Author: gregor herrmann 
Date:   Sat Jul 2 20:57:25 2016 +0200

releasing package libeval-closure-perl version 0.14-1
---
 debian/changelog | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5f455f3..1714afa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,6 @@
-libeval-closure-perl (0.14-1) UNRELEASED; urgency=medium
+libeval-closure-perl (0.14-1) unstable; urgency=medium
+
+  * Team upload.
 
   [ Salvatore Bonaccorso ]
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
@@ -7,8 +9,12 @@ libeval-closure-perl (0.14-1) UNRELEASED; urgency=medium
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
   * debian/upstream/metadata: use HTTPS for GitHub URLs.
   * Import upstream version 0.14
+  * Update years of upstream copyright.
+  * Update (build) dependencies.
+  * Declare compliance with Debian Policy 3.9.8.
+  * Bump debhelper compatibility level to 9.
 
- -- gregor herrmann   Sat, 02 Jul 2016 20:49:12 +0200
+ -- gregor herrmann   Sat, 02 Jul 2016 20:54:41 +0200
 
 libeval-closure-perl (0.13-1) unstable; urgency=medium
 

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

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


[libeval-closure-perl] 01/01: pristine-tar data for libeval-closure-perl_0.14.orig.tar.gz

2016-07-02 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 libeval-closure-perl.

commit c9ba114738a1d1bab5b488b3d261a849d1a0261d
Author: gregor herrmann 
Date:   Sat Jul 2 20:49:12 2016 +0200

pristine-tar data for libeval-closure-perl_0.14.orig.tar.gz
---
 libeval-closure-perl_0.14.orig.tar.gz.delta | Bin 0 -> 1912 bytes
 libeval-closure-perl_0.14.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libeval-closure-perl_0.14.orig.tar.gz.delta 
b/libeval-closure-perl_0.14.orig.tar.gz.delta
new file mode 100644
index 000..fa85645
Binary files /dev/null and b/libeval-closure-perl_0.14.orig.tar.gz.delta differ
diff --git a/libeval-closure-perl_0.14.orig.tar.gz.id 
b/libeval-closure-perl_0.14.orig.tar.gz.id
new file mode 100644
index 000..eb92d54
--- /dev/null
+++ b/libeval-closure-perl_0.14.orig.tar.gz.id
@@ -0,0 +1 @@
+beeb3a8a130c032f2efe8008501aed55e37e4e30

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

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


[libeval-closure-perl] annotated tag upstream/0.14 created (now c6373c5)

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

gregoa pushed a change to annotated tag upstream/0.14
in repository libeval-closure-perl.

at  c6373c5   (tag)
   tagging  f4c662bb461835c780654097ba197d759edc7b67 (commit)
  replaces  upstream/0.13
 tagged by  gregor herrmann
on  Sat Jul 2 20:49:12 2016 +0200

- Log -
Upstream version 0.14

Jesse Luehrs (5):
  Merge pull request #8 from dolmen/optimisations
  only disallow variables with a leading '&'
  changelog
  travis
  changelog

Olivier Mengué (7):
  Use index() instead of regexp
  Use index() instead of regexp
  Reuse @capture_keys instead of querying keys one more time
  Remove unneeded sort
  Return early in case of invalid $source
  _clean_eval: return a list instead of a short lived array ref
  Drop minor use of Try::Tiny

gregor herrmann (1):
  Imported Upstream version 0.14

---

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

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

[libeval-closure-perl] branch pristine-tar updated (4de0a32 -> c9ba114)

2016-07-02 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 libeval-closure-perl.

  from  4de0a32   pristine-tar data for 
libeval-closure-perl_0.13.orig.tar.gz
   new  c9ba114   pristine-tar data for 
libeval-closure-perl_0.14.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:
 libeval-closure-perl_0.14.orig.tar.gz.delta | Bin 0 -> 1912 bytes
 libeval-closure-perl_0.14.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libeval-closure-perl_0.14.orig.tar.gz.delta
 create mode 100644 libeval-closure-perl_0.14.orig.tar.gz.id

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

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


[libhttp-browserdetect-perl] annotated tag upstream/3.14 created (now db24f61)

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

gregoa pushed a change to annotated tag upstream/3.14
in repository libhttp-browserdetect-perl.

at  db24f61   (tag)
   tagging  be0a061234ffadcf4ae4e846095a5dc8de93ecc1 (commit)
  replaces  upstream/3.10
 tagged by  gregor herrmann
on  Sat Jul 2 21:33:41 2016 +0200

- Log -
Upstream version 3.14

Andrew Moise (30):
  Make "mobile" false when "tablet" is true. Update docs and tests
  - Add browsers: Pubsub (Safari RSS reader), ADM (Android Download
  First cut at robot versioning
  Broader acceptance of IPv6 addresses
  Misc changes to test support scripts, then add new functionality
  Correct detection of robot versions in most cases
  Add specific detection of Kindle Fire
  Add robot_version and robot_beta when generating useragents test file
  Detect /^curl/ as well as /libcurl/ for curl library
  Add work to Changes file
  Add webcrawler change and emphasize robot version detection
  Add an explicit test for Kindle Fire
  Detect +https: as well as +http: when looking for a robot's
  Stop include the version with robot_string() when we detect a robot
  Add detection of robots with "verify" or "analyze" in the name.
  Fix robot_version() documentation not to make formatting garbage
  Start returning undef instead of 0 for robot() if there's no robot
  Update Changes
  * Start detecting Brew OS
  Start detecting Polaris mobile browser
  Rearrange tests; if something looks like Mozilla but isn't, we
  UCBrowser adjustments:
  Fix whitespace on an empty line from the previous commit
  Detect ucbrowserx.y.z when determining version for ucbrowser (in
  Add many UCBrowser test cases
  Update Changes
  Detect "Kindle Fire" in the model string as meaning a Kindle Fire
  Try to correctly set kindlefire() for anything that's recognizably
  Add and update tests for new Kindle Fire detection
  Update Changes

Olaf Alders (25):
  Adds Nicolas Doye to Pod acknowledgements.
  Merge pull request #122 from andrewmoise/tablets-not-mobile
  Tidy.
  Bumps version to 3.00
  v3.00
  Merge pull request #123 from andrewmoise/robot-features
  Tidy
  Bumps version to 3.10
  v3.10
  Merge pull request #125 from oalders/kindle-tests
  Tidy and bump version to 3.11
  v3.11
  Merge pull request #126 from oalders/misc-robot-fixes
  Tidy and bump version to 3.12
  v3.12
  Merge pull request #127 from oalders/teleca-brew-polaris
  Tidy
  Clean up quotes.
  Bumps version to 3.13
  v3.13
  Merge pull request #128 from oalders/ucbrowser
  Merge pull request #130 from oalders/kindle-fire
  Tidy
  Bumps version to 3.14
  v3.14

gregor herrmann (1):
  Imported Upstream version 3.14

---

No new revisions were added by this update.

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

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


[libhttp-browserdetect-perl] 02/03: Update debian/changelog

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

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

commit dccf92bee9f85f7556aaf25cc730dbe1945ee191
Author: gregor herrmann 
Date:   Sat Jul 2 21:33:41 2016 +0200

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index 7e421b4..4b08fa9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libhttp-browserdetect-perl (3.10-2) UNRELEASED; urgency=medium
+libhttp-browserdetect-perl (3.14-1) UNRELEASED; urgency=medium
 
   [ gregor herrmann ]
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
@@ -7,7 +7,10 @@ libhttp-browserdetect-perl (3.10-2) UNRELEASED; urgency=medium
   [ Martín Ferrari ]
   * Remove myself from Uploaders.
 
- -- gregor herrmann   Fri, 20 May 2016 12:05:27 +0200
+  [ gregor herrmann ]
+  * Import upstream version 3.14
+
+ -- gregor herrmann   Sat, 02 Jul 2016 21:33:41 +0200
 
 libhttp-browserdetect-perl (3.10-1) unstable; urgency=medium
 

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

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

[libhttp-browserdetect-perl] 01/01: pristine-tar data for libhttp-browserdetect-perl_3.14.orig.tar.gz

2016-07-02 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 libhttp-browserdetect-perl.

commit e854b9543c823104b47f635101d61f62728c1e1c
Author: gregor herrmann 
Date:   Sat Jul 2 21:33:41 2016 +0200

pristine-tar data for libhttp-browserdetect-perl_3.14.orig.tar.gz
---
 libhttp-browserdetect-perl_3.14.orig.tar.gz.delta | Bin 0 -> 1452 bytes
 libhttp-browserdetect-perl_3.14.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libhttp-browserdetect-perl_3.14.orig.tar.gz.delta 
b/libhttp-browserdetect-perl_3.14.orig.tar.gz.delta
new file mode 100644
index 000..ad98c60
Binary files /dev/null and b/libhttp-browserdetect-perl_3.14.orig.tar.gz.delta 
differ
diff --git a/libhttp-browserdetect-perl_3.14.orig.tar.gz.id 
b/libhttp-browserdetect-perl_3.14.orig.tar.gz.id
new file mode 100644
index 000..bbaa882
--- /dev/null
+++ b/libhttp-browserdetect-perl_3.14.orig.tar.gz.id
@@ -0,0 +1 @@
+66153e5a41108b24187ea5e2f68a44d910b6d113

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

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


[libhttp-browserdetect-perl] branch master updated (64993d9 -> 310f656)

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

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

  from  64993d9   Remove myself from Uploaders.
  adds  e6db9c5   Adds Nicolas Doye to Pod acknowledgements.
  adds  1ec56f7   Make "mobile" false when "tablet" is true. Update docs 
and tests to match.
  adds  d60a8c8   Merge pull request #122 from 
andrewmoise/tablets-not-mobile
  adds  9586b6a   Tidy.
  adds  4615a5e   Bumps version to 3.00
  adds  86883ab   v3.00
  adds  245e0e0   - Add browsers: Pubsub (Safari RSS reader), ADM 
(Android Download   Manager), ImageSearcherPro (iOS app) - Add robots: 
Google favicon, malware (shellcode), phplib,   Verisign IPS agent, Nutch, 
thumbtack-thunderdome - Distinguish Bingbot from MSNbot - Only detect 
wget based on the beginning of the user-agent
  adds  05a0905   First cut at robot versioning
  adds  07c0c6a   Broader acceptance of IPv6 addresses
  adds  5559f0d   Misc changes to test support scripts, then add new 
functionality to regression testing
  adds  e6af2da   Correct detection of robot versions in most cases
  adds  950fcf6   Add specific detection of Kindle Fire
  adds  4a90c62   Add robot_version and robot_beta when generating 
useragents test file
  adds  7275515   Detect /^curl/ as well as /libcurl/ for curl library
  adds  7f93c18   Add work to Changes file
  adds  2ced550   Add webcrawler change and emphasize robot version 
detection
  adds  fe078d6   Merge pull request #123 from andrewmoise/robot-features
  adds  be059a8   Tidy
  adds  5b27742   Bumps version to 3.10
  adds  1a301ef   v3.10
  adds  5e81bb5   Add an explicit test for Kindle Fire
  adds  cf76c91   Merge pull request #125 from oalders/kindle-tests
  adds  10df0e2   Tidy and bump version to 3.11
  adds  55136c5   v3.11
  adds  0f92da6   Detect +https: as well as +http: when looking for a 
robot's URL. Add some test cases for robots (including one with +https:).
  adds  4616e3c   Stop include the version with robot_string() when we 
detect a robot based on +http following a text string.
  adds  5f2ae0a   Add detection of robots with "verify" or "analyze" in the 
name.
  adds  743c5b5   Fix robot_version() documentation not to make formatting 
garbage in doc output, and also make documentation of all the 
version()/major()/minor()/beta() documentation sections consistent.
  adds  4388c9a   Start returning undef instead of 0 for robot() if there's 
no robot (to match with os() and browser() and friends). Fixes issue #120.
  adds  2ecb7ae   Update Changes
  adds  62588ca   Merge pull request #126 from oalders/misc-robot-fixes
  adds  d45d175   Tidy and bump version to 3.12
  adds  9d6e7e5   v3.12
  adds  cb4b68b* Start detecting Brew OS  * Fix detecting Netfront as 
Netscape in some cases  * Start recognizing Teleca as an alias for Obigo  * 
Start detecting versions of Teleca / Obigo  * Note in documentation that 'wap' 
doesn't mean WAP only
  adds  bdb95d0   Start detecting Polaris mobile browser
  adds  ce54d59   Merge pull request #127 from oalders/teleca-brew-polaris
  adds  87c33f5   Tidy
  adds  f138d87   Clean up quotes.
  adds  704c390   Bumps version to 3.13
  adds  b1255fe   v3.13
  adds  ac1d337   Rearrange tests; if something looks like Mozilla but 
isn't, we now test for what it really is *before* we test for Mozilla, instead 
of testing for Mozilla first but having a big list of exceptions that we skip 
over.
  adds  80a406b   UCBrowser adjustments: * Detect UCBrowser before Safari 
and Mozilla * Set device for UCBrowser * Set mobile for any UA with "mobile" in 
it (which activates it   for several UCBrowser cases)
  adds  d789110   Fix whitespace on an empty line from the previous commit
  adds  51d3766   Detect ucbrowserx.y.z when determining version for 
ucbrowser (in addition to ucbrowser/x.y.z with the slash).
  adds  4dac4c0   Add many UCBrowser test cases
  adds  30ad482   Update Changes
  adds  df073e2   Merge pull request #128 from oalders/ucbrowser
  adds  7028cb9   Detect "Kindle Fire" in the model string as meaning a 
Kindle Fire (not just "KF.*").
  adds  a9b9763   Try to correctly set kindlefire() for anything that's 
recognizably a Kindle Fire, and otherwise leave the tablet/mobile/desktop tests 
as the Kindle Fire device is configured to request them.
  adds  f70afd9   Add and update tests for new Kindle Fire detection
  adds  3a0a8c3   Update Changes
  adds  2971cf8   Merge pull request #130 from oalders/kindle-fire
  adds  ce47995   Tidy
  adds  358dcc5   Bumps version to 3.14
  adds  cfdd614   v3.14
  adds  be0a061   Imported Upstream version 3.14
   new  73ddc06   Merge tag 'upstream/3.14'
   new  dccf92b   Update debian/changelog
   new  

[libmultidimensional-perl] 03/08: Merge tag 'upstream/0.012'

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

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

commit d79a1bb2626b3fa6ef51322951b744989703ada1
Merge: 1067525 01a8f1a
Author: gregor herrmann 
Date:   Sat Jul 2 22:18:53 2016 +0200

Merge tag 'upstream/0.012'

Upstream version 0.012

 Changes  |  4 +++
 LICENSE  |  2 +-
 MANIFEST |  5 +--
 META.json| 13 
 META.yml | 29 +
 Makefile.PL  | 85 ++--
 README   |  4 ++-
 dist.ini |  5 +--
 lib/multidimensional.pm  | 13 +++-
 multidimensional.xs  | 12 ---
 t/author-pod-coverage.t  | 15 +
 t/author-pod-syntax.t| 15 +
 t/release-pod-coverage.t | 21 
 t/release-pod-syntax.t   | 15 -
 14 files changed, 126 insertions(+), 112 deletions(-)

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

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


[libmultidimensional-perl] 08/08: releasing package libmultidimensional-perl version 0.012-1

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

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

commit 26f5f6897f75e87140ca780e3df8cbd1f4b6aa46
Author: gregor herrmann 
Date:   Sat Jul 2 22:28:49 2016 +0200

releasing package libmultidimensional-perl version 0.012-1
---
 debian/changelog | 17 ++---
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7c6bf53..ed8ca96 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,6 @@
-libmultidimensional-perl (0.012-1) UNRELEASED; urgency=low
+libmultidimensional-perl (0.012-1) unstable; urgency=low
 
-  IGNORE-VERSION: 0.011
-  # nothing but fix_pod_typo.patch
+  * Team upload.
 
   [ Salvatore Bonaccorso ]
   * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
@@ -24,10 +23,14 @@ libmultidimensional-perl (0.012-1) UNRELEASED; urgency=low
 
   [ gregor herrmann ]
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
-  * Add debian/upstream/metadata
-  * Import upstream version 0.012
-
- -- gregor herrmann   Sat, 02 Jul 2016 22:18:54 +0200
+  * Add debian/upstream/metadata.
+  * Import upstream version 0.012.
+  * Declare compliance with Debian Policy 3.9.8.
+  * Remove version constraint from libb-hooks-op-check-perl.
+Already satisfied in oldstable.
+  * Set bindnow linker flag in debian/rules.
+
+ -- gregor herrmann   Sat, 02 Jul 2016 22:21:46 +0200
 
 libmultidimensional-perl (0.010-1) unstable; urgency=low
 

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

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


[libmultidimensional-perl] 04/08: Update debian/changelog

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

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

commit 660d5f12c4a6b88a26484e78cd6889309bcee3d1
Author: gregor herrmann 
Date:   Sat Jul 2 22:18:54 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 dd13b78..7c6bf53 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libmultidimensional-perl (0.011-1) UNRELEASED; urgency=low
+libmultidimensional-perl (0.012-1) UNRELEASED; urgency=low
 
   IGNORE-VERSION: 0.011
   # nothing but fix_pod_typo.patch
@@ -25,8 +25,9 @@ libmultidimensional-perl (0.011-1) UNRELEASED; urgency=low
   [ gregor herrmann ]
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
   * Add debian/upstream/metadata
+  * Import upstream version 0.012
 
- -- Florian Schlichting   Fri, 29 Mar 2013 21:22:59 +0100
+ -- gregor herrmann   Sat, 02 Jul 2016 22:18:54 +0200
 
 libmultidimensional-perl (0.010-1) unstable; urgency=low
 

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

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


[libmultidimensional-perl] annotated tag debian/0.012-1 created (now 9943509)

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

gregoa pushed a change to annotated tag debian/0.012-1
in repository libmultidimensional-perl.

at  9943509   (tag)
   tagging  26f5f6897f75e87140ca780e3df8cbd1f4b6aa46 (commit)
  replaces  upstream/0.012
 tagged by  gregor herrmann
on  Sat Jul 2 22:28:49 2016 +0200

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

iQJ8BAABCgBmBQJXeCQBXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoG4A8P/1uhiNfk2AzTa/tRGk5+eVAP
gHdtLY3vPxWWDTbpPNpnXK214VtYavag6U4RFSJixjfL4GBsG1M/AKFbk1/bw8if
+Go054dIeySB/zarCidH7c8aBNfMc8Yzn0cy5AO0fLkimQOBlFTcrEfQpfzXtHKR
GTKm2npmQrPSqC6lfC5bTeVx/pYxWbRdQ2CiS+q7y7psEvbS3cNy/tndHvECTRHq
/EMEwEfnOGTC1YSlioKUn9H4oJqVUyKhxWHU4EfKrb8hfSokddSVeUIZ2bqWKkK1
KHJhGNLh+NEPTJsNPEgTvJQ4hd2HSIAKDPpsMIBkC/PCofqddcESp2Cg2tf7lw+Z
UB43RtETbGukqjmSusESbdQLIMN/g4+5i4MfJE3JFDSrSxH1yVSOlohiSwuZhRL4
c/yV+BkG+O/U34mYwi7HL6bEgU3OhkQMK7TUuYd3cFr7lTh1SUebp71IotMzF6IB
xFSx+oMWYr2h3CbIKtvTIkPF7ZlDvGKUTH3acmeuQCFX55PSmAPco61QP4A/OHKm
ljHpVX4RSKDnfFsqy2WET0d0U5axIR1IB56UR8k9BrnMXUtbPIP6ZDMBBZR5Q1QX
l9XIBRtY6Eu/4Fn4K6WX+tenQQWovJVbC+w92WUKzC3hPTdcubwtj1Rf0FXhsula
OF4fFiYdEWpLH9JpoYzb
=6BXU
-END PGP SIGNATURE-

Florian Schlichting (10):
  Initial packaging by dh-make-perl
  initial packaging by maintainer
  fix pod typos not spotted by lintian
  Merge tag 'upstream/0.011'
  Imported Upstream version 0.011
  Dropped fix_pod_typo.patch, applied upstream
  Email change: Florian Schlichting -> f...@debian.org
  Bumped Standards-Version to 3.9.4 (no change)
  IGNORE 0.011: nothing but fix_pod_typo.patch
  fix IGNORE-VERSION changelog header

Salvatore Bonaccorso (8):
  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 (15):
  typo in short description
  Strip trailing slash from metacpan URLs.
  update changelog
  Fix typo in long description.
  update changelog
  debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  update changelog
  Add debian/upstream/metadata
  Update debian/changelog
  Merge tag 'upstream/0.012'
  Update debian/changelog
  Declare compliance with Debian Policy 3.9.8.
  Remove version constraint from libb-hooks-op-check-perl.
  Set bindnow linker flag in debian/rules.
  releasing package libmultidimensional-perl version 0.012-1

---

This annotated tag includes the following new commits:

   new  656a90f   Add debian/upstream/metadata
   new  1067525   Update debian/changelog
   new  d79a1bb   Merge tag 'upstream/0.012'
   new  660d5f1   Update debian/changelog
   new  d2b954a   Declare compliance with Debian Policy 3.9.8.
   new  68a2c0b   Remove version constraint from libb-hooks-op-check-perl.
   new  c1e253c   Set bindnow linker flag in debian/rules.
   new  26f5f68   releasing package libmultidimensional-perl version 0.012-1

The 8 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/libmultidimensional-perl.git

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


[libmultidimensional-perl] annotated tag upstream/0.012 created (now c154643)

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

gregoa pushed a change to annotated tag upstream/0.012
in repository libmultidimensional-perl.

at  c154643   (tag)
   tagging  01a8f1aebf9cba17790e93965b380f6bb61f463d (commit)
  replaces  upstream/0.011
 tagged by  gregor herrmann
on  Sat Jul 2 22:18:53 2016 +0200

- Log -
Upstream version 0.012

Dagfinn Ilmari Mannsåker (42):
  Initial version
  Add Changes
  Explicitly declare $VERSION as package-global
  Steal FLORAs DZIL XS module setup
  Use PodWeaver Encoding plugin
  v0.002
  Fix coding style
  Call ExtUtils::Depends from the built Makefile.PL, not when building it
  Use NextRelease plugin
  Add Github meta resources
  Don't allow any dirty files
  Changes
  More test cases, use tested code as test description
  Perl 5.8 fixes
  Commit the updated Changes from NextRelease
  v0.004
  Make work with perl < 5.8.8
  Provide hv_fetchs for perls that don't have it
  v0.005
  Push as well as commit after updating Changes
  Add B::Hooks::OP::Check to ConfigureRequires
  Specify Test::More version for done_testing()
  v0.006
  v0.007
  Require fixed version of Lexical::SealRequireHints
  Require fixed version of B::Hooks::OP::Check
  Make sure errors fire at compile time
  Test string eval
  Use META.{yml,json} version 2
  v0.008
  Require fixed version of CPAN::Meta (RT#70916)
  v0.009
  Generate default versions of META.yml and .json
  Ignore (MY)META.*
  v0.010
  Merge pull request #1 from dolmen/master
  Add changes entry
  v0.011
  Exclude Makefile.PL from GatherDir instead of pruning it
  Use "multidimensional/disabled" as the hints hash key
  Fix hint hash key typo in Changes
  Fix building on -DPERL_OP_PARENT perls (RT#114395)

Florian Ragwitz (3):
  Shut up a warning
  Don't disallow explicit joining
  BOOT is only ever called once

Jan Dubois (1):
  Fix code before declaration in multidimensional.xs

Olivier Mengué (1):
  POD typos (multidmensional, emualtion)

gregor herrmann (1):
  Imported Upstream version 0.012

---

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

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

[libpdf-create-perl] 03/04: Don't install example script into /usr/bin.

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

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

commit 6baa90fbfbdd6f2d898de16f76e93c548bea59fa
Author: gregor herrmann 
Date:   Sat Jul 2 23:28:09 2016 +0200

Don't install example script into /usr/bin.
---
 debian/rules | 9 +
 1 file changed, 9 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..27cf76c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,13 @@
 #!/usr/bin/make -f
 
+PACKAGE = $(shell dh_listpackages)
+TMP = $(CURDIR)/debian/$(PACKAGE)
+
 %:
dh $@
+
+override_dh_auto_install:
+   dh_auto_install
+   # installed as an example
+   $(RM) -v $(TMP)/usr/bin/verify-char-width
+   rmdir --parents --ignore-fail-on-non-empty --verbose $(TMP)/usr/bin

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

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


[libpdf-create-perl] annotated tag debian/1.32-1 created (now 4b9ffe1)

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

gregoa pushed a change to annotated tag debian/1.32-1
in repository libpdf-create-perl.

at  4b9ffe1   (tag)
   tagging  f9e890b401cbd8f23006ddbccc15547ca5778cce (commit)
  replaces  debian/1.31-1
 tagged by  gregor herrmann
on  Sat Jul 2 23:29:46 2016 +0200

- Log -
tagging package libpdf-create-perl version debian/1.32-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJXeDJKXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoG1XoQAJ0cIZ3vVihw3L8V3S+W1Pf0
9RNU+amwX6+0UTe2P/ntQjtTN5G3mjeE0NbGK/swvnZWTuXWv15rJ2TxJhoXV46f
FJ3BIaLTvqT4JjuBRYp2EGZlp22VinRfXNrTsZcAumDygadOQdx5YeIK0ngDKYiU
aOMDXa45rwBmKoR2fPRMcHkPHcQvidEPNrsk4z3Xm+PhiTmUG3Rlx/VWztgsm1Id
EAmMxPFIBS1s+/bRyOVOA5KSp4oILF80Nae++wLAe42nPXS10A73Wy5ijWT7QdS6
+lCDImuArgSAR57qllXHpsTvPUrqm5f6YwZd7rKqRnc6iE7sTNKPslioi88w72CE
iz63Rv6+0wFiYFCYor/6bPwFDY0N6UuY9OJE9Wl/y5tWnirAc3rjo70VlDa53f1E
jE2652CmMOx9hD9IeM99f/5DMam3q4Thz9NTk4nkUNEJrW6TwPVxGuIaVOjEXwIo
jcUA/mNXBZOyDXfx+1cxD8ahGwSeJKqAELgyHOHJ8C7HTBbnSItIfWzncsr2VXns
XnJT0vW32i7fFvOKY57F+ChjVkQrjlc5UirDBJW/3Yqehb0gB/Po+i6naUUJNYLQ
KW+0H/WNyiF89uDsr1w7X4W8LwCen7RwyvqSwpq2bptEJH18/XGLJxvaiuN6ngVd
m7qpMvVOMCUDHvbVXpQI
=pofi
-END PGP SIGNATURE-

gregor herrmann (9):
  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 1.32
  Merge tag 'upstream/1.32'
  Update debian/changelog
  Don't install example script into /usr/bin.
  releasing package libpdf-create-perl version 1.32-1

---

This annotated tag includes the following new commits:

   new  7359809   Merge tag 'upstream/1.32'
   new  c214d36   Update debian/changelog
   new  6baa90f   Don't install example script into /usr/bin.
   new  f9e890b   releasing package libpdf-create-perl version 1.32-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/libpdf-create-perl.git

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


[libpdf-create-perl] 01/01: pristine-tar data for libpdf-create-perl_1.32.orig.tar.gz

2016-07-02 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 libpdf-create-perl.

commit 53eff5afb618d928bed7022937452d63fa60321e
Author: gregor herrmann 
Date:   Sat Jul 2 23:21:10 2016 +0200

pristine-tar data for libpdf-create-perl_1.32.orig.tar.gz
---
 libpdf-create-perl_1.32.orig.tar.gz.delta | Bin 0 -> 4428 bytes
 libpdf-create-perl_1.32.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libpdf-create-perl_1.32.orig.tar.gz.delta 
b/libpdf-create-perl_1.32.orig.tar.gz.delta
new file mode 100644
index 000..307090b
Binary files /dev/null and b/libpdf-create-perl_1.32.orig.tar.gz.delta differ
diff --git a/libpdf-create-perl_1.32.orig.tar.gz.id 
b/libpdf-create-perl_1.32.orig.tar.gz.id
new file mode 100644
index 000..99e6d4e
--- /dev/null
+++ b/libpdf-create-perl_1.32.orig.tar.gz.id
@@ -0,0 +1 @@
+e5ef3fba33302f464007f1b283dc98294102ee25

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

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


[libpdf-create-perl] 01/04: Merge tag 'upstream/1.32'

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

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

commit 735980936696720a196af3af49dd541cc0190b58
Merge: cd398a9 5236f5c
Author: gregor herrmann 
Date:   Sat Jul 2 23:21:10 2016 +0200

Merge tag 'upstream/1.32'

Upstream version 1.32

 Changes   |  3 +++
 META.json | 16 
 META.yml  | 16 
 Makefile.PL   | 15 ---
 eg/verify-char-width  |  0
 lib/PDF/Create.pm |  4 ++--
 lib/PDF/Create/Outline.pm |  2 +-
 lib/PDF/Create/Page.pm|  4 ++--
 lib/PDF/Font.pm   |  8 
 lib/PDF/Image/GIF.pm  |  2 +-
 lib/PDF/Image/JPEG.pm |  2 +-
 share/helvetica.json  | 22 +++---
 12 files changed, 49 insertions(+), 45 deletions(-)

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

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


[libpdf-create-perl] annotated tag upstream/1.32 created (now b6af859)

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

gregoa pushed a change to annotated tag upstream/1.32
in repository libpdf-create-perl.

at  b6af859   (tag)
   tagging  5236f5c8bcf788f00ad31326fe3d1cbd02db256f (commit)
  replaces  upstream/1.31
 tagged by  gregor herrmann
on  Sat Jul 2 23:21:10 2016 +0200

- Log -
Upstream version 1.32

gregor herrmann (1):
  Imported Upstream version 1.32

---

No new revisions were added by this update.

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

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


[libpdf-create-perl] branch pristine-tar updated (297c5f4 -> 53eff5a)

2016-07-02 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 libpdf-create-perl.

  from  297c5f4   pristine-tar data for libpdf-create-perl_1.31.orig.tar.gz
   new  53eff5a   pristine-tar data for libpdf-create-perl_1.32.orig.tar.gz

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


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

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

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


[libpdf-create-perl] branch master updated (cd398a9 -> f9e890b)

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

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

  from  cd398a9   update changelog
  adds  5236f5c   Imported Upstream version 1.32
   new  7359809   Merge tag 'upstream/1.32'
   new  c214d36   Update debian/changelog
   new  6baa90f   Don't install example script into /usr/bin.
   new  f9e890b   releasing package libpdf-create-perl version 1.32-1

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


Summary of changes:
 Changes   |  3 +++
 META.json | 16 
 META.yml  | 16 
 Makefile.PL   | 15 ---
 debian/changelog  |  6 --
 debian/rules  |  9 +
 eg/verify-char-width  |  0
 lib/PDF/Create.pm |  4 ++--
 lib/PDF/Create/Outline.pm |  2 +-
 lib/PDF/Create/Page.pm|  4 ++--
 lib/PDF/Font.pm   |  8 
 lib/PDF/Image/GIF.pm  |  2 +-
 lib/PDF/Image/JPEG.pm |  2 +-
 share/helvetica.json  | 22 +++---
 14 files changed, 62 insertions(+), 47 deletions(-)
 mode change 100755 => 100644 eg/verify-char-width

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

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


[libpdf-create-perl] 02/04: Update debian/changelog

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

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

commit c214d366b944b8c98aeec336c8181e8a567d62ba
Author: gregor herrmann 
Date:   Sat Jul 2 23:21:10 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 52ff9dd..dd159ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-libpdf-create-perl (1.31-2) UNRELEASED; urgency=medium
+libpdf-create-perl (1.32-1) UNRELEASED; urgency=medium
 
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
   * debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS.
+  * Import upstream version 1.32
 
- -- gregor herrmann   Fri, 20 May 2016 12:08:16 +0200
+ -- gregor herrmann   Sat, 02 Jul 2016 23:21:10 +0200
 
 libpdf-create-perl (1.31-1) unstable; urgency=medium
 

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

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


[libpdf-create-perl] 04/04: releasing package libpdf-create-perl version 1.32-1

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

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

commit f9e890b401cbd8f23006ddbccc15547ca5778cce
Author: gregor herrmann 
Date:   Sat Jul 2 23:29:46 2016 +0200

releasing package libpdf-create-perl version 1.32-1
---
 debian/changelog | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index dd159ce..c0c204e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,11 @@
-libpdf-create-perl (1.32-1) UNRELEASED; urgency=medium
+libpdf-create-perl (1.32-1) unstable; urgency=medium
 
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
   * debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS.
-  * Import upstream version 1.32
+  * Import upstream version 1.32.
+  * Don't install example script into /usr/bin.
 
- -- gregor herrmann   Sat, 02 Jul 2016 23:21:10 +0200
+ -- gregor herrmann   Sat, 02 Jul 2016 23:28:33 +0200
 
 libpdf-create-perl (1.31-1) unstable; urgency=medium
 

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

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


[libeval-closure-perl] 01/07: Merge tag 'upstream/0.14'

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

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

commit c82a20d762d23ba0c3b6bc9b3a47e2d33dca978a
Merge: 630e1a9 f4c662b
Author: gregor herrmann 
Date:   Sat Jul 2 20:49:12 2016 +0200

Merge tag 'upstream/0.14'

Upstream version 0.14

 Changes   |   3 +
 LICENSE   |   6 +-
 MANIFEST  |   8 +-
 META.json | 167 --
 META.yml  | 146 -
 Makefile.PL   |  12 +--
 README|   6 +-
 lib/Eval/Closure.pm   |  46 ++
 t/00-compile.t|  12 ++-
 xt/{release => author}/no-tabs.t  |   2 +-
 xt/{release => author}/pod-coverage.t |   0
 xt/{release => author}/pod-syntax.t   |   1 +
 xt/release/eol.t  |  23 -
 13 files changed, 258 insertions(+), 174 deletions(-)

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

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


[libeval-closure-perl] annotated tag debian/0.14-1 created (now 931f44a)

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

gregoa pushed a change to annotated tag debian/0.14-1
in repository libeval-closure-perl.

at  931f44a   (tag)
   tagging  0a369b8fc0b74caf7aa49d0d64b578c0d98bf93a (commit)
  replaces  upstream/0.14
 tagged by  gregor herrmann
on  Sat Jul 2 20:57:25 2016 +0200

- Log -
tagging package libeval-closure-perl version debian/0.14-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJXeA6VXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGTocQAJRNDxmrAp2DTuNxfXuGP5Hd
MP96clM4IB5BGAE7onTIgKz8e/iSHeUIzpxmLHhrrjfgU3x/fEdHPbH2e0ITmfIB
r4RGYytOE9QsW87qehpdc4nb3gm8XaQh9sBjo48Q8gE1EHv19gl43dkgPYtOxjvA
SaghlZxekx0/ObqjuynQkNsvjLUTGe9qrhgukrAccv3y0Rg5vbCYLNqhnU0mc47S
kW1P/2Rovx+KzRV9ilUF5YoFPhmbBHD1wPvaLs5wgO+x/+kw2/qLo8X/W02vkYGX
2h5ID5trEIGqWovsol2n1OAgzvv1ytlJmZ5hmXu2YdWDWFPnW6PheYh33Bnwa/V6
phBcNqHAsYZb6bQw629SUeyJXIuRRbBxmT1r5N/nmuoqZsBN3yXfqyZ8KF6L+A1+
q1clkg5O7cVrSdcCzY5/G1DxGVvbS8whbhqk9W9no/md2HUyIVGUUB9mZCOpAbvv
hZ5KEjuCHY7Hyw8q0O+fNF+sUbK5T2k2hrqH8A9jjfs95Dpbz8Gyc/Hyxv007J2M
3wFBGla/VyZ3QNYcAEmaa6cy8XtSgvpDlMhAX7vYHbaXETuc+9kG6QBAJmjEoMfO
Y7GVQERvMEThR2rKIv13POntogxtVqoPDoEScQY4V3u6PQna6XBo5PPysA//tG22
049ZWTU5Q18I3Vn8vvAg
=E5kz
-END PGP SIGNATURE-

Alessandro Ghedini (22):
  [svn-inject] Applying Debian modifications (0.03-1) to trunk
  release to unstable
  New upstream release
  release to unstable
  new upstream release
  Bump Standards-Version to 3.9.2 (no changes needed)
  release to unstable
  Merge tag 'upstream/0.07'
  New upstream release
  Bump upstream copyright year
  Finalize changelog
  Email change: Alessandro Ghedini -> gh...@debian.org
  Merge tag 'upstream/0.10'
  New upstream release
  Update d/copyright to Copyright-Format 1.0
  Bump Standards-Version to 3.9.4 (no changes needed)
  Update upstream copyright years
  Finalize changelog
  Merge tag 'upstream/0.11'
  New upstream release
  Build-Depends and Recommends libdevel-lexalias-perl
  Finalize changelog

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

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

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 (26):
  Remove debian/source/local-options; abort-on-upstream-changes and 
unapply-patches are default in dpkg-source since 1.16.1.
  Merge tag 'upstream/0.08'
  New upstream release.
  releasing version 0.08-1
  Strip trailing slash from metacpan URLs.
  update changelog
  Add debian/upstream/metadata
  Update debian/changelog
  Merge tag 'upstream/0.13'
  Update debian/changelog
  Reformat debian/control with cme
  Mark package as autopkgtest-able.
  Declare compliance with Debian Policy 3.9.6.
  Update years of upstream copyright.
  releasing package libeval-closure-perl version 0.13-1
  debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  update changelog
  debian/upstream/metadata: use HTTPS for GitHub URLs.
  update changelog
  Merge tag 'upstream/0.14'
  Update debian/changelog
  Update years of upstream copyright.
  Update (build) dependencies.
  Declare compliance with Debian Policy 3.9.8.
  Bump debhelper compatibility level to 9.
  releasing package libeval-closure-perl version 0.14-1

---

This annotated tag includes the following new commits:

   new  c82a20d   Merge tag 'upstream/0.14'
   new  1d4b875   Update debian/changelog
   new  c841d78   Update years of upstream copyright.
   new  1cb7c3a   Update (build) dependencies.
   new  60462ef   Declare compliance with Debian Policy 3.9.8.
   new  260dd7f   Bump debhelper compatibility level to 9.
   new  0a369b8   releasing package libeval-closure-perl version 0.14-1

The 7 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/libeval-closure-perl.git


  1   2   3   >