[libkavorka-perl] 02/04: Modernize Vcs-* fields: Use git subdir (not cgit). Add .git suffix for Vcs-Git URL.

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

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

commit 0b606f5c54afc899f213f7d7e0d72a978881f652
Author: Jonas Smedegaard 
Date:   Tue Jan 31 15:53:43 2017 +0100

Modernize Vcs-* fields: Use git subdir (not cgit). Add .git suffix for 
Vcs-Git URL.
---
 debian/control.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control.in b/debian/control.in
index c2848cd..113a3c7 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -5,8 +5,8 @@ Build-Depends: @cdbs@
 Maintainer: Debian Perl Group 
 Uploaders: Jonas Smedegaard 
 Standards-Version: 3.9.8
-Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libkavorka-perl
-Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libkavorka-perl.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libkavorka-perl.git
+Vcs-Browser: 
https://anonscm.debian.org/git/pkg-perl/packages/libkavorka-perl.git
 Homepage: https://metacpan.org/release/Kavorka
 
 Package: libkavorka-perl

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

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


[libkavorka-perl] 01/04: Update watch file: Tighten version regex.

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

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

commit 664dd7d7b2224e467e8960a8e98ac09534ebdbf7
Author: Jonas Smedegaard 
Date:   Tue Jan 31 15:52:53 2017 +0100

Update watch file: Tighten version regex.
---
 debian/watch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/watch b/debian/watch
index 7574e5f..9aaa77d 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 # run "uscan --report" to check or "gpb import-orig --uscan" to update
 version=4
-https://metacpan.org/release/Kavorka .*/Kavorka-([\d.]+)\.tar\.gz
+https://metacpan.org/release/Kavorka .*/Kavorka-(\d[\d.]*)\.tar\.gz

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

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


[libkavorka-perl] branch master updated (822223b -> bc87e0e)

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

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

  from  83b   Prepare for release: Update changelog, control file, and 
copyright hints.
   new  664dd7d   Update watch file: Tighten version regex.
   new  0b606f5   Modernize Vcs-* fields: Use git subdir (not cgit). Add 
.git suffix for Vcs-Git URL.
   new  5c55d9e   Update copyright info: Extend coverage of Debian 
packaging.
   new  bc87e0e   Update changelog, control file, and copyright hints.

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


Summary of changes:
 debian/changelog   | 10 ++
 debian/control |  4 ++--
 debian/control.in  |  4 ++--
 debian/copyright   |  2 +-
 debian/copyright_hints |  4 ++--
 debian/rules   |  2 +-
 debian/watch   |  2 +-
 7 files changed, 19 insertions(+), 9 deletions(-)

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

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


[libkavorka-perl] 03/04: Update copyright info: Extend coverage of Debian packaging.

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

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

commit 5c55d9e60d209e67943c3335fbddd7f8d59c33a3
Author: Jonas Smedegaard 
Date:   Tue Jan 31 15:54:06 2017 +0100

Update copyright info: Extend coverage of Debian packaging.
---
 debian/copyright | 2 +-
 debian/rules | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 639a141..475cb13 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -46,7 +46,7 @@ Comment:
  CC-BY-SA_UK-2.0 licensing skipped: Unneeded, and would be 2k chars.
 
 Files: debian/*
-Copyright: 2015-2016, Jonas Smedegaard 
+Copyright: 2015-2017, Jonas Smedegaard 
 License-Grant:
  This program is free software; you can redistribute it and/or modify it
  under the terms of the GNU General Public License as published by the
diff --git a/debian/rules b/debian/rules
index c10a23b..1fb595e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 # -*- mode: makefile; coding: utf-8 -*-
-# Copyright 2015-2016, Jonas Smedegaard 
+# Copyright 2015-2017, Jonas Smedegaard 
 # Description: Main Debian packaging script for Kavorka
 #
 # This program is free software; you can redistribute it and/or modify

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

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


[libkavorka-perl] 04/04: Update changelog, control file, and copyright hints.

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

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

commit bc87e0e5062665142059d6183a8c78cbbad33ac6
Author: Jonas Smedegaard 
Date:   Tue Jan 31 15:57:28 2017 +0100

Update changelog, control file, and copyright hints.
---
 debian/changelog   | 10 ++
 debian/control |  4 ++--
 debian/copyright_hints |  4 ++--
 3 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 15ca596..02fe0b6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+libkavorka-perl (0.036-3) UNRELEASED; urgency=medium
+
+  * Update watch file: Tighten version regex.
+  * Modernize Vcs-* fields:
++ Use git subdir (not cgit).
++ Add .git suffix for Vcs-Git URL.
+  * Update copyright info: Extend coverage of Debian packaging.
+
+ -- Jonas Smedegaard   Tue, 31 Jan 2017 15:54:50 +0100
+
 libkavorka-perl (0.036-2) unstable; urgency=medium
 
   * Declare compliance with Debian Policy 3.9.8.
diff --git a/debian/control b/debian/control
index fc1c300..37a95ae 100644
--- a/debian/control
+++ b/debian/control
@@ -30,8 +30,8 @@ Build-Depends: cdbs,
 Maintainer: Debian Perl Group 
 Uploaders: Jonas Smedegaard 
 Standards-Version: 3.9.8
-Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libkavorka-perl
-Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libkavorka-perl.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libkavorka-perl.git
+Vcs-Browser: 
https://anonscm.debian.org/git/pkg-perl/packages/libkavorka-perl.git
 Homepage: https://metacpan.org/release/Kavorka
 
 Package: libkavorka-perl
diff --git a/debian/copyright_hints b/debian/copyright_hints
index a63a101..7991898 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -153,11 +153,11 @@ Copyright: -format/1.0/
   This software is copyright (c) 2014 by Aaron James Trevena.
   This software is copyright (c) 2014 by Toby Inkster.
   Unknown
-License: GPL-1 and/or Artistic-1.0
+License: Artistic-1.0 and/or GPL-1
  FIXME
 
 Files: debian/rules
-Copyright: 2015-2016, Jonas Smedegaard 
+Copyright: 2015-2017, Jonas Smedegaard 
 License: GPL-3+
  FIXME
 

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

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


[libpod-weaver-section-generatesection-perl] branch master updated (367bb62 -> 0503f35)

2017-01-31 Thread Carnë Draug
This is an automated email from the git hooks/post-receive script.

carandraug-guest pushed a change to branch master
in repository libpod-weaver-section-generatesection-perl.

  from  367bb62   back to UNRELEASED, NOTES added to d/changelog
   new  0503f35   Add Comment: on d/copyright about the GPL-3+ licence

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


Summary of changes:
 debian/changelog | 11 ---
 debian/copyright | 10 ++
 2 files changed, 2 insertions(+), 19 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libpod-weaver-section-generatesection-perl.git

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


[libpod-weaver-section-generatesection-perl] 01/01: Add Comment: on d/copyright about the GPL-3+ licence

2017-01-31 Thread Carnë Draug
This is an automated email from the git hooks/post-receive script.

carandraug-guest pushed a commit to branch master
in repository libpod-weaver-section-generatesection-perl.

commit 0503f35af2cd0554fd482d6fe8a65e12c545a0ae
Author: Carnë Draug 
Date:   Mon Jan 30 17:37:38 2017 +

Add Comment: on d/copyright about the GPL-3+ licence
---
 debian/changelog | 11 ---
 debian/copyright | 10 ++
 2 files changed, 2 insertions(+), 19 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 00f72fa..c907e6d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,10 +2,6 @@ libpod-weaver-section-generatesection-perl (1.02-1) 
UNRELEASED; urgency=low
 
   NOTES:
   - packaging:
-+ d/copyright: the GPL-3+ stanza could be shortened to look like the GPL-1+
-  stanza (but it's fine the way it is)
-+ d/copyright: duck(1) suggests to use https://www.gnu.org/licenses/
-  (instead of http:// )
 + does it make sense to install
   ./usr/share/man/man3/Pod::Weaver::Section::README.3pm.gz and
   ./usr/share/perl5/Pod/Weaver/Section/README.pod in the binary package?
@@ -15,13 +11,6 @@ libpod-weaver-section-generatesection-perl (1.02-1) 
UNRELEASED; urgency=low
   I: libpod-weaver-section-generatesection-perl: spelling-error-in-manpage 
usr/share/man/man3/Pod::Weaver::Section::GenerateSection.3pm.gz allows to 
allows one to
   I: libpod-weaver-section-generatesection-perl: spelling-error-in-manpage 
usr/share/man/man3/Pod::Weaver::Section::README.3pm.gz ommited omitted
   I: libpod-weaver-section-generatesection-perl: spelling-error-in-manpage 
usr/share/man/man3/Pod::Weaver::Section::README.3pm.gz allows to allows one to
-  - upstream:
-+ in d/copyright you write "GPL-3+". i.e. "or (at your option) any later
-  version". the only place in the sources where I found this "or later"
-  clause is in the comments at the top of 
lib/Pod/Weaver/Section/GenerateSection.pm,
-  everything else just says "Licensed under the GNU GPL version 3"
-  (without the "or later" addition). this is a bit confusing/misleading
-  ...
 
   * Initial Release. (Closes: #853191)
 
diff --git a/debian/copyright b/debian/copyright
index 82cc701..87e9c2d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -6,6 +6,8 @@ Upstream-Name: Pod-Weaver-Section-GenerateSection
 Files: *
 Copyright: 2013-2016, Carnë Draug 
 License: GPL-3+
+Comment: The distribution metadata refers to gpl_3 but the actual perl
+ module itself has the "or (at your option) any later version" clause.
 
 Files: debian/*
 Copyright: 2017, Carnë Draug 
@@ -33,13 +35,5 @@ License: GPL-3+
  the Free Software Foundation, either version 3 of the License, or
  (at your option) any later version.
  .
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU General Public License for more details.
- .
- You should have received a copy of the GNU General Public License
- along with Dynare.  If not, see .
- .
  On Debian systems, the full text of the GNU General Public License
  version 3 can be found in the file `/usr/share/common-licenses/GPL-3'.
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libpod-weaver-section-generatesection-perl.git

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

[libpod-weaver-section-contributors-perl] branch master created (now 6410de1)

2017-01-31 Thread Carnë Draug
This is an automated email from the git hooks/post-receive script.

carandraug-guest pushed a change to branch master
in repository libpod-weaver-section-contributors-perl.

at  6410de1   releasing package libpod-weaver-section-contributors-perl 
version 0.009-1

This branch includes the following new commits:

   new  3d85310   Initial packaging by dh-make-perl 0.94
   new  0571958   Edit short and long package description
   new  70cabd6   d/copyright: fix encoding on copyright holder name
   new  6410de1   releasing package libpod-weaver-section-contributors-perl 
version 0.009-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/libpod-weaver-section-contributors-perl.git

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


[libpod-weaver-section-contributors-perl] branch pristine-tar created (now a01ed58)

2017-01-31 Thread Carnë Draug
This is an automated email from the git hooks/post-receive script.

carandraug-guest pushed a change to branch pristine-tar
in repository libpod-weaver-section-contributors-perl.

at  a01ed58   pristine-tar data for 
libpod-weaver-section-contributors-perl_0.009.orig.tar.gz

This branch includes the following new commits:

   new  a01ed58   pristine-tar data for 
libpod-weaver-section-contributors-perl_0.009.orig.tar.gz

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


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libpod-weaver-section-contributors-perl.git

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


[libpod-weaver-section-contributors-perl] 01/01: pristine-tar data for libpod-weaver-section-contributors-perl_0.009.orig.tar.gz

2017-01-31 Thread Carnë Draug
This is an automated email from the git hooks/post-receive script.

carandraug-guest pushed a commit to branch pristine-tar
in repository libpod-weaver-section-contributors-perl.

commit a01ed580b23c9a539ea7487c5918bd4c2deb380b
Author: Carnë Draug 
Date:   Tue Jan 31 19:14:34 2017 +

pristine-tar data for 
libpod-weaver-section-contributors-perl_0.009.orig.tar.gz
---
 ...ver-section-contributors-perl_0.009.orig.tar.gz.delta | Bin 0 -> 1460 bytes
 ...weaver-section-contributors-perl_0.009.orig.tar.gz.id |   1 +
 2 files changed, 1 insertion(+)

diff --git a/libpod-weaver-section-contributors-perl_0.009.orig.tar.gz.delta 
b/libpod-weaver-section-contributors-perl_0.009.orig.tar.gz.delta
new file mode 100644
index 000..647abdd
Binary files /dev/null and 
b/libpod-weaver-section-contributors-perl_0.009.orig.tar.gz.delta differ
diff --git a/libpod-weaver-section-contributors-perl_0.009.orig.tar.gz.id 
b/libpod-weaver-section-contributors-perl_0.009.orig.tar.gz.id
new file mode 100644
index 000..e139d24
--- /dev/null
+++ b/libpod-weaver-section-contributors-perl_0.009.orig.tar.gz.id
@@ -0,0 +1 @@
+08441955b94898ee504fbe739bca63a95bc5adbb

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libpod-weaver-section-contributors-perl.git

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

[libpod-weaver-section-contributors-perl] tag upstream/0.009 created (now 6b22676)

2017-01-31 Thread Carnë Draug
This is an automated email from the git hooks/post-receive script.

carandraug-guest pushed a change to tag upstream/0.009
in repository libpod-weaver-section-contributors-perl.

at  6b22676   (commit)
No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libpod-weaver-section-contributors-perl.git

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


[libpod-weaver-section-contributors-perl] 04/04: releasing package libpod-weaver-section-contributors-perl version 0.009-1

2017-01-31 Thread Carnë Draug
This is an automated email from the git hooks/post-receive script.

carandraug-guest pushed a commit to branch master
in repository libpod-weaver-section-contributors-perl.

commit 6410de106eec4f4f0f46fd60e80918b82d953348
Author: Carnë Draug 
Date:   Tue Jan 31 19:24:07 2017 +

releasing package libpod-weaver-section-contributors-perl version 0.009-1
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c6c6e4e..f2f3088 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-libpod-weaver-section-contributors-perl (0.009-1) UNRELEASED; urgency=low
+libpod-weaver-section-contributors-perl (0.009-1) unstable; urgency=low
 
   * Initial Release. (Closes: #853215)
 
- -- Carnë Draug   Tue, 31 Jan 2017 19:14:34 +
+ -- Carnë Draug   Tue, 31 Jan 2017 19:23:44 +

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libpod-weaver-section-contributors-perl.git

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

[libpod-weaver-section-contributors-perl] 02/04: Edit short and long package description

2017-01-31 Thread Carnë Draug
This is an automated email from the git hooks/post-receive script.

carandraug-guest pushed a commit to branch master
in repository libpod-weaver-section-contributors-perl.

commit 0571958aebb4b2d6e9791a45c303de6e08714442
Author: Carnë Draug 
Date:   Tue Jan 31 19:17:05 2017 +

Edit short and long package description
---
 debian/control | 23 +--
 1 file changed, 5 insertions(+), 18 deletions(-)

diff --git a/debian/control b/debian/control
index 5e84327..31a40a9 100644
--- a/debian/control
+++ b/debian/control
@@ -22,21 +22,8 @@ Depends: ${misc:Depends}, ${perl:Depends},
  libmoose-perl,
  libpod-elemental-perl,
  libpod-weaver-perl
-Description: section listing contributors
- This section adds a listing of the documents contributors. It expects a
- contributors input parameter to be an arrayref of strings. If no contributors
- parameter is given, it will do nothing. Otherwise, it produces a hunk like
- this:
- .
- =head1 CONTRIBUTORS
- .
- Contributor One 
- .
- Contributor Two 
- .
- To support distributions with multiple modules, it is also able to derive a
- list of contributors in a file basis by looking at comments on each module.
- Names of contributors on the source, will only appear on the POD of those
- modules.
- .
- This description was automagically extracted from the module by dh-make-perl.
+Description: Pod::Weaver plugin for a section listing contributors
+ Pod::Weaver::Section::Contributors provides a Pod::Weaver plugin to
+ generate a section listing modules contributors.  These can be named
+ on the source of individual modules as well as on the pod weaver and
+ dist zilla configuration files.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libpod-weaver-section-contributors-perl.git

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

[libpod-weaver-section-contributors-perl] 03/04: d/copyright: fix encoding on copyright holder name

2017-01-31 Thread Carnë Draug
This is an automated email from the git hooks/post-receive script.

carandraug-guest pushed a commit to branch master
in repository libpod-weaver-section-contributors-perl.

commit 70cabd6cac22d4862654de836223be5f4993aea5
Author: Carnë Draug 
Date:   Tue Jan 31 19:20:50 2017 +

d/copyright: fix encoding on copyright holder name
---
 debian/copyright | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/copyright b/debian/copyright
index 8b57764..ac19097 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -16,7 +16,7 @@ Copyright: 2014, Keedi Kim - 김도형 
 License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: 2017, Carnë Draug 
+Copyright: 2017, Carnë Draug 
 License: Artistic or GPL-1+
 
 License: Artistic

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libpod-weaver-section-contributors-perl.git

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

[libpod-weaver-section-contributors-perl] 01/04: Initial packaging by dh-make-perl 0.94

2017-01-31 Thread Carnë Draug
This is an automated email from the git hooks/post-receive script.

carandraug-guest pushed a commit to branch master
in repository libpod-weaver-section-contributors-perl.

commit 3d853100f28a4ccc8d5fd42cbd8d63d674acddb7
Author: Carnë Draug 
Date:   Tue Jan 31 19:14:34 2017 +

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

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..c6c6e4e
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libpod-weaver-section-contributors-perl (0.009-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #853215)
+
+ -- Carnë Draug   Tue, 31 Jan 2017 19:14:34 +
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..5e84327
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,42 @@
+Source: libpod-weaver-section-contributors-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group 
+Uploaders: Carnë Draug 
+Build-Depends: debhelper (>= 9)
+Build-Depends-Indep: liblist-moreutils-perl,
+ libmoose-perl,
+ libpod-elemental-perl,
+ libpod-weaver-perl,
+ perl
+Standards-Version: 3.9.8
+Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libpod-weaver-section-contributors-perl.git
+Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libpod-weaver-section-contributors-perl.git
+Homepage: https://metacpan.org/release/Pod-Weaver-Section-Contributors
+Testsuite: autopkgtest-pkg-perl
+
+Package: libpod-weaver-section-contributors-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ liblist-moreutils-perl,
+ libmoose-perl,
+ libpod-elemental-perl,
+ libpod-weaver-perl
+Description: section listing contributors
+ This section adds a listing of the documents contributors. It expects a
+ contributors input parameter to be an arrayref of strings. If no contributors
+ parameter is given, it will do nothing. Otherwise, it produces a hunk like
+ this:
+ .
+ =head1 CONTRIBUTORS
+ .
+ Contributor One 
+ .
+ Contributor Two 
+ .
+ To support distributions with multiple modules, it is also able to derive a
+ list of contributors in a file basis by looking at comments on each module.
+ Names of contributors on the source, will only appear on the POD of those
+ modules.
+ .
+ This description was automagically extracted from the module by dh-make-perl.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..8b57764
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,36 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://metacpan.org/release/Pod-Weaver-Section-Contributors
+Upstream-Contact: Keedi Kim - 김도형 
+Upstream-Name: Pod-Weaver-Section-Contributors
+DISCLAIMER: This copyright info was automatically extracted
+ from the perl module. It may not be accurate, so you better
+ check the module sources in order to ensure the module for its
+ inclusion in Debian or for general legal information. Please,
+ if licensing information is incorrectly generated, file a bug
+ on dh-make-perl.
+ NOTE: Don't forget to remove this disclaimer once you are happy
+ with this file.
+
+Files: *
+Copyright: 2014, Keedi Kim - 김도형 
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2017, Carnë Draug 
+License: Artistic or GPL-1+
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+   dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 000..150bb50
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,7 @@
+---
+Archive:

[libpod-weaver-plugin-ensureuniquesections-perl] branch pristine-tar created (now e990e10)

2017-01-31 Thread Carnë Draug
This is an automated email from the git hooks/post-receive script.

carandraug-guest pushed a change to branch pristine-tar
in repository libpod-weaver-plugin-ensureuniquesections-perl.

at  e990e10   pristine-tar data for 
libpod-weaver-plugin-ensureuniquesections-perl_0.163250.orig.tar.gz

This branch includes the following new commits:

   new  e990e10   pristine-tar data for 
libpod-weaver-plugin-ensureuniquesections-perl_0.163250.orig.tar.gz

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


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

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


[libpod-weaver-plugin-ensureuniquesections-perl] 02/06: Edit short and long package description

2017-01-31 Thread Carnë Draug
This is an automated email from the git hooks/post-receive script.

carandraug-guest pushed a commit to branch master
in repository libpod-weaver-plugin-ensureuniquesections-perl.

commit 10d440551caf2840c1a3f6c1c65474cb6d4b67b1
Author: Carnë Draug 
Date:   Tue Jan 31 19:31:01 2017 +

Edit short and long package description
---
 debian/control | 21 +++--
 1 file changed, 7 insertions(+), 14 deletions(-)

diff --git a/debian/control b/debian/control
index a21c307..bf862ec 100644
--- a/debian/control
+++ b/debian/control
@@ -30,17 +30,10 @@ Depends: ${misc:Depends}, ${perl:Depends},
  libmoosex-has-sugar-perl,
  libpod-weaver-perl,
  libtext-trim-perl
-Description: Ensure that POD has no duplicate section headers.
- Pod::Weaver::Plugin::EnsureUniqueSections simply ensures that the POD after
- weaving has no duplicate top-level section headers. This can help you if you
- are converting from writing all your own POD to generating it with
- Pod::Weaver. If you begin generating a section with Pod::Weaver but you
- forget to delete the manually written section of the same name, this plugin
- will warn you.
- .
- By default, this module does some tricks to detect similar headers, such as
- AUTHOR and AUTHORS. You can turn this off by setting strict = 1 in
- weaver.ini, in which case only exactly identical headers will be considered
- duplicates of each other.
- .
- This description was automagically extracted from the module by dh-make-perl.
+Description: Pod::Weaver plugin to check for duplicate Pod section headers
+ Pod::Weaver::Plugin::EnsureUniqueSections is a Pod::Weaver plugin to
+ ensure that the Pod after weaving has no duplicate top-level section
+ headers.  This can help you if you are converting from writing all
+ your own POD to generating it with Pod::Weaver.  If you begin
+ generating a section with Pod::Weaver but you forget to delete the
+ manually written section of the same name, this plugin will warn you.

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

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

[libpod-weaver-plugin-ensureuniquesections-perl] 01/06: Initial packaging by dh-make-perl 0.94

2017-01-31 Thread Carnë Draug
This is an automated email from the git hooks/post-receive script.

carandraug-guest pushed a commit to branch master
in repository libpod-weaver-plugin-ensureuniquesections-perl.

commit 92c61d36288ba310f3b731a56cc9d54825e03c3d
Author: Carnë Draug 
Date:   Tue Jan 31 19:29:55 2017 +

Initial packaging by dh-make-perl 0.94
---
 debian/changelog   |  5 +++
 debian/compat  |  1 +
 debian/control | 46 ++
 debian/copyright   | 36 +
 ...eaver-plugin-ensureuniquesections-perl.examples |  1 +
 debian/rules   |  4 ++
 debian/source/format   |  1 +
 debian/upstream/metadata   |  6 +++
 debian/watch   |  2 +
 9 files changed, 102 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..0a7b0e0
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libpod-weaver-plugin-ensureuniquesections-perl (0.163250-1) UNRELEASED; 
urgency=low
+
+  * Initial Release. (Closes: #853212)
+
+ -- Carnë Draug   Tue, 31 Jan 2017 19:29:55 +
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..a21c307
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,46 @@
+Source: libpod-weaver-plugin-ensureuniquesections-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group 
+Uploaders: Carnë Draug 
+Build-Depends: debhelper (>= 9)
+Build-Depends-Indep: liblingua-en-inflect-number-perl,
+ libmoose-autobox-perl (>= 0.10),
+ libmoose-perl,
+ libmoosex-has-sugar-perl,
+ libpod-elemental-perl,
+ libpod-weaver-perl,
+ libppi-perl,
+ libsoftware-license-perl,
+ libtest-exception-perl,
+ libtext-trim-perl,
+ perl
+Standards-Version: 3.9.8
+Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libpod-weaver-plugin-ensureuniquesections-perl.git
+Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libpod-weaver-plugin-ensureuniquesections-perl.git
+Homepage: https://metacpan.org/release/Pod-Weaver-Plugin-EnsureUniqueSections
+Testsuite: autopkgtest-pkg-perl
+
+Package: libpod-weaver-plugin-ensureuniquesections-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ liblingua-en-inflect-number-perl,
+ libmoose-autobox-perl (>= 0.10),
+ libmoose-perl,
+ libmoosex-has-sugar-perl,
+ libpod-weaver-perl,
+ libtext-trim-perl
+Description: Ensure that POD has no duplicate section headers.
+ Pod::Weaver::Plugin::EnsureUniqueSections simply ensures that the POD after
+ weaving has no duplicate top-level section headers. This can help you if you
+ are converting from writing all your own POD to generating it with
+ Pod::Weaver. If you begin generating a section with Pod::Weaver but you
+ forget to delete the manually written section of the same name, this plugin
+ will warn you.
+ .
+ By default, this module does some tricks to detect similar headers, such as
+ AUTHOR and AUTHORS. You can turn this off by setting strict = 1 in
+ weaver.ini, in which case only exactly identical headers will be considered
+ duplicates of each other.
+ .
+ This description was automagically extracted from the module by dh-make-perl.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..bada7d4
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,36 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://metacpan.org/release/Pod-Weaver-Plugin-EnsureUniqueSections
+Upstream-Contact: Ryan C. Thompson 
+Upstream-Name: Pod-Weaver-Plugin-EnsureUniqueSections
+DISCLAIMER: This copyright info was automatically extracted
+ from the perl module. It may not be accurate, so you better
+ check the module sources in order to ensure the module for its
+ inclusion in Debian or for general legal information. Please,
+ if licensing information is incorrectly generated, file a bug
+ on dh-make-perl.
+ NOTE: Don't forget to remove this disclaimer once you are happy
+ with this file.
+
+Files: *
+Copyright: 2010, Ryan C. Thompson 
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2017, Carnë Draug 
+License: Artistic or GPL-1+
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complet

[libpod-weaver-plugin-ensureuniquesections-perl] 01/01: pristine-tar data for libpod-weaver-plugin-ensureuniquesections-perl_0.163250.orig.tar.gz

2017-01-31 Thread Carnë Draug
This is an automated email from the git hooks/post-receive script.

carandraug-guest pushed a commit to branch pristine-tar
in repository libpod-weaver-plugin-ensureuniquesections-perl.

commit e990e10bb0a2480aac6dbf11f6c8cdd1cd359822
Author: Carnë Draug 
Date:   Tue Jan 31 19:29:55 2017 +

pristine-tar data for 
libpod-weaver-plugin-ensureuniquesections-perl_0.163250.orig.tar.gz
---
 ...-ensureuniquesections-perl_0.163250.orig.tar.gz.delta | Bin 0 -> 1939 bytes
 ...gin-ensureuniquesections-perl_0.163250.orig.tar.gz.id |   1 +
 2 files changed, 1 insertion(+)

diff --git 
a/libpod-weaver-plugin-ensureuniquesections-perl_0.163250.orig.tar.gz.delta 
b/libpod-weaver-plugin-ensureuniquesections-perl_0.163250.orig.tar.gz.delta
new file mode 100644
index 000..56e63f6
Binary files /dev/null and 
b/libpod-weaver-plugin-ensureuniquesections-perl_0.163250.orig.tar.gz.delta 
differ
diff --git 
a/libpod-weaver-plugin-ensureuniquesections-perl_0.163250.orig.tar.gz.id 
b/libpod-weaver-plugin-ensureuniquesections-perl_0.163250.orig.tar.gz.id
new file mode 100644
index 000..11db808
--- /dev/null
+++ b/libpod-weaver-plugin-ensureuniquesections-perl_0.163250.orig.tar.gz.id
@@ -0,0 +1 @@
+7b46099b5d16769bba57068146de13832edb44b8

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

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

[libpod-weaver-plugin-ensureuniquesections-perl] tag upstream/0.163250 created (now b83b364)

2017-01-31 Thread Carnë Draug
This is an automated email from the git hooks/post-receive script.

carandraug-guest pushed a change to tag upstream/0.163250
in repository libpod-weaver-plugin-ensureuniquesections-perl.

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

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

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


[libpod-weaver-plugin-ensureuniquesections-perl] 04/06: Remove d/package.examples file since t/eg/* are actually test files

2017-01-31 Thread Carnë Draug
This is an automated email from the git hooks/post-receive script.

carandraug-guest pushed a commit to branch master
in repository libpod-weaver-plugin-ensureuniquesections-perl.

commit e19d75fdad4bc867c459b665726d0b539111428b
Author: Carnë Draug 
Date:   Tue Jan 31 19:36:06 2017 +

Remove d/package.examples file since t/eg/* are actually test files
---
 debian/libpod-weaver-plugin-ensureuniquesections-perl.examples | 1 -
 1 file changed, 1 deletion(-)

diff --git a/debian/libpod-weaver-plugin-ensureuniquesections-perl.examples 
b/debian/libpod-weaver-plugin-ensureuniquesections-perl.examples
deleted file mode 100644
index c24de38..000
--- a/debian/libpod-weaver-plugin-ensureuniquesections-perl.examples
+++ /dev/null
@@ -1 +0,0 @@
-t/eg

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

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

[libpod-weaver-plugin-ensureuniquesections-perl] 06/06: releasing package libpod-weaver-plugin-ensureuniquesections-perl version 0.163250-1

2017-01-31 Thread Carnë Draug
This is an automated email from the git hooks/post-receive script.

carandraug-guest pushed a commit to branch master
in repository libpod-weaver-plugin-ensureuniquesections-perl.

commit 8dcad9831e1b4af0d4c496c6c91c6c8272aa5810
Author: Carnë Draug 
Date:   Tue Jan 31 19:40:49 2017 +

releasing package libpod-weaver-plugin-ensureuniquesections-perl version 
0.163250-1
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0a7b0e0..b727a26 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-libpod-weaver-plugin-ensureuniquesections-perl (0.163250-1) UNRELEASED; 
urgency=low
+libpod-weaver-plugin-ensureuniquesections-perl (0.163250-1) unstable; 
urgency=low
 
   * Initial Release. (Closes: #853212)
 
- -- Carnë Draug   Tue, 31 Jan 2017 19:29:55 +
+ -- Carnë Draug   Tue, 31 Jan 2017 19:40:37 +

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

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

[libpod-weaver-plugin-ensureuniquesections-perl] 03/06: Remove copyright disclaimer after manually checking copyright

2017-01-31 Thread Carnë Draug
This is an automated email from the git hooks/post-receive script.

carandraug-guest pushed a commit to branch master
in repository libpod-weaver-plugin-ensureuniquesections-perl.

commit d70a72111c97e93877cdd8074014bad9e27246b2
Author: Carnë Draug 
Date:   Tue Jan 31 19:33:23 2017 +

Remove copyright disclaimer after manually checking copyright
---
 debian/copyright | 8 
 1 file changed, 8 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index bada7d4..69ca9e5 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,14 +2,6 @@ Format: 
https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/Pod-Weaver-Plugin-EnsureUniqueSections
 Upstream-Contact: Ryan C. Thompson 
 Upstream-Name: Pod-Weaver-Plugin-EnsureUniqueSections
-DISCLAIMER: This copyright info was automatically extracted
- from the perl module. It may not be accurate, so you better
- check the module sources in order to ensure the module for its
- inclusion in Debian or for general legal information. Please,
- if licensing information is incorrectly generated, file a bug
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
 
 Files: *
 Copyright: 2010, Ryan C. Thompson 

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

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

[libpod-weaver-plugin-ensureuniquesections-perl] 05/06: Drop lib-moose-autobox-perl constraint on versions not present in any suite

2017-01-31 Thread Carnë Draug
This is an automated email from the git hooks/post-receive script.

carandraug-guest pushed a commit to branch master
in repository libpod-weaver-plugin-ensureuniquesections-perl.

commit 8924a72a0f3098b61e54145206133d97f4c3b39b
Author: Carnë Draug 
Date:   Tue Jan 31 19:38:05 2017 +

Drop lib-moose-autobox-perl constraint on versions not present in any suite
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index bf862ec..3eea2af 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Perl Group 

 Uploaders: Carnë Draug 
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: liblingua-en-inflect-number-perl,
- libmoose-autobox-perl (>= 0.10),
+ libmoose-autobox-perl,
  libmoose-perl,
  libmoosex-has-sugar-perl,
  libpod-elemental-perl,
@@ -25,7 +25,7 @@ Package: libpod-weaver-plugin-ensureuniquesections-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
  liblingua-en-inflect-number-perl,
- libmoose-autobox-perl (>= 0.10),
+ libmoose-autobox-perl,
  libmoose-perl,
  libmoosex-has-sugar-perl,
  libpod-weaver-perl,

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

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

[libpod-weaver-plugin-ensureuniquesections-perl] branch master created (now 8dcad98)

2017-01-31 Thread Carnë Draug
This is an automated email from the git hooks/post-receive script.

carandraug-guest pushed a change to branch master
in repository libpod-weaver-plugin-ensureuniquesections-perl.

at  8dcad98   releasing package 
libpod-weaver-plugin-ensureuniquesections-perl version 0.163250-1

This branch includes the following new commits:

   new  92c61d3   Initial packaging by dh-make-perl 0.94
   new  10d4405   Edit short and long package description
   new  d70a721   Remove copyright disclaimer after manually checking 
copyright
   new  e19d75f   Remove d/package.examples file since t/eg/* are actually 
test files
   new  8924a72   Drop lib-moose-autobox-perl constraint on versions not 
present in any suite
   new  8dcad98   releasing package 
libpod-weaver-plugin-ensureuniquesections-perl version 0.163250-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/libpod-weaver-plugin-ensureuniquesections-perl.git

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


[libpod-weaver-section-contributors-perl] 01/01: drop DISCLAIMER from d/copyright

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

gregoa pushed a commit to branch master
in repository libpod-weaver-section-contributors-perl.

commit 6cf3ce7d7b59c537f0a5a654dc083c9aeb58ad3f
Author: gregor herrmann 
Date:   Tue Jan 31 21:53:06 2017 +0100

drop DISCLAIMER from d/copyright

Gbp-Dch: Ignore
---
 debian/copyright | 8 
 1 file changed, 8 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index ac19097..ee0dbe5 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,14 +2,6 @@ Format: 
https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/Pod-Weaver-Section-Contributors
 Upstream-Contact: Keedi Kim - 김도형 
 Upstream-Name: Pod-Weaver-Section-Contributors
-DISCLAIMER: This copyright info was automatically extracted
- from the perl module. It may not be accurate, so you better
- check the module sources in order to ensure the module for its
- inclusion in Debian or for general legal information. Please,
- if licensing information is incorrectly generated, file a bug
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
 
 Files: *
 Copyright: 2014, Keedi Kim - 김도형 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libpod-weaver-section-contributors-perl.git

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

[libpod-weaver-section-contributors-perl] branch master updated (6410de1 -> 6cf3ce7)

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

gregoa pushed a change to branch master
in repository libpod-weaver-section-contributors-perl.

  from  6410de1   releasing package libpod-weaver-section-contributors-perl 
version 0.009-1
   new  6cf3ce7   drop DISCLAIMER from d/copyright

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


Summary of changes:
 debian/copyright | 8 
 1 file changed, 8 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libpod-weaver-section-contributors-perl.git

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


[libpod-weaver-section-contributors-perl] annotated tag debian/0.009-1 created (now c3a2f88)

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

gregoa pushed a change to annotated tag debian/0.009-1
in repository libpod-weaver-section-contributors-perl.

at  c3a2f88   (tag)
   tagging  6cf3ce7d7b59c537f0a5a654dc083c9aeb58ad3f (commit)
 tagged by  gregor herrmann
on  Tue Jan 31 21:55:22 2017 +0100

- Log -
tagging package libpod-weaver-section-contributors-perl version debian/0.009-1
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAliQ+bpfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgaojQ//RzsOhh1xEJP8bh8c+JDax31VCrW8kJxO9Ol2HBXydwRLSvzpbUCnyWVu
7brXPpqUE/AiAM8AXeTujhO1JLUkMaIRWyrnGwchF0YiGY/q9q1q7buUFSfD7RlX
Swexz8TSoIAqQ2dKTe1AvU5q9663JhwWkjIB+vrzvs+8kNFl6cTGs7c3EWrmDRZ8
OVlzsCC2ea+G7t7a9jbRRY2I/Nt+6h5hKcVfayEvbVmUdYRBxzXcpldzm2X7VlNh
cnASlBkY1y6Bi5Ial6sk5pMbWO5xnKr+sc7oY+zwS45FpR6daA8wYYVDllXJraFK
93pak6dWwMZG7gNbzk022wXjMrLS9A+1/kZuk22EWQxw+0hQfKBoKrq/RnBK8Y1S
Uv/lu7DCmj884zzP3naLLHIbYeQ2ABSCpuhcuI3tkIqePCCP12FE8dnbQvX+F7sb
/3VaMGxj9ZK4nEm5LA9yZlISU+pDaZD1FKPHwtNXvjTD2NfwQRQ4lBi6DN8P9EMr
hm86z+HcqGKsPjP/k8X8dEIciqOxmGnt/QUbZ7myks/eHL57QJoZx/hbX0dRp9H6
s5P1diLQK2PQvAIKYXuSg/WmS1NDeDNoB6JabW7owaJh3NFe5e35No73Yl4pL7B8
5SPCrMvkM/Wks1noAKFMnW4cayVrBLREjg4JDLI/TcH1BoAU9c8=
=xuee
-END PGP SIGNATURE-

Carnë Draug (5):
  Import original source of Pod-Weaver-Section-Contributors 0.009
  Initial packaging by dh-make-perl 0.94
  Edit short and long package description
  d/copyright: fix encoding on copyright holder name
  releasing package libpod-weaver-section-contributors-perl version 0.009-1

gregor herrmann (1):
  drop DISCLAIMER from d/copyright

---

This annotated tag includes the following new commits:

   new  6cf3ce7   drop DISCLAIMER from d/copyright

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


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libpod-weaver-section-contributors-perl.git

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

[libpod-weaver-plugin-ensureuniquesections-perl] annotated tag debian/0.163250-1 created (now 7794be8)

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

gregoa pushed a change to annotated tag debian/0.163250-1
in repository libpod-weaver-plugin-ensureuniquesections-perl.

at  7794be8   (tag)
   tagging  8dcad9831e1b4af0d4c496c6c91c6c8272aa5810 (commit)
 tagged by  gregor herrmann
on  Tue Jan 31 21:59:01 2017 +0100

- Log -
tagging package libpod-weaver-plugin-ensureuniquesections-perl version 
debian/0.163250-1
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAliQ+pVfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgZaOw/9GhLxekODE15A7K2X/vF0L9YGS1oKeKDIwMvbdjanjGDp47J1cHOAEh2G
BZSbD1yo/b3aAd3ALMstuJ29i5Ixqz5Ad88vgK572bQGBz9fFtftoIpk1CDo1OYY
6IegLFQGKPlKGFs63AP30cigrfw4DvARpaLkpzKPvks4Bv/wz5T/13nAw/O2jAd2
86VoVl89FzajjBv0SCfI7mVb8F4arckrdFD62XZiWFKY2RHhKUErLqXZoUPomzwv
f0qNGjYn7ywPCtSTB1OE6L8x7ZFTyEmGb9vulEyLan34TW7kqLOSVCfgeLd/5Yjj
xngjQxR1GRGI8GRdkR9ycICAE1r6fGpsYcB/miHo3eB5CUtKbpXAf3//3yO1urUp
rsFUWcivlnmtRNH445kSbIkREbYZaHKwqSLQQ4Tly50D1lk6CRMJYiBHDmEWvzi/
xrl9+6vw9wxcZW9YXLqY9iYI67qjhYX7PEdFcjMKsGkNvAz9eIPs/Z/h+Xd7Rtmi
m4NkZjv3/w2HT8Kp5TbChlEtQw3HO/NoVjEOh6Y2uXHhUS0fTsixi+tarMnZ1SLU
4Dw3Yl8e89nJQwEX4o5VX/bMNZg6zzyYgdOX2EK7KcFyWo3fPUQodttUjvvtJUQG
Gjf1yXc1Po50GDgi74h7IrCVNxYQZf3a0NL/JwXb4jXOMmQDCrI=
=9ZNP
-END PGP SIGNATURE-

Carnë Draug (7):
  Import original source of Pod-Weaver-Plugin-EnsureUniqueSections 0.163250
  Initial packaging by dh-make-perl 0.94
  Edit short and long package description
  Remove copyright disclaimer after manually checking copyright
  Remove d/package.examples file since t/eg/* are actually test files
  Drop lib-moose-autobox-perl constraint on versions not present in any 
suite
  releasing package libpod-weaver-plugin-ensureuniquesections-perl version 
0.163250-1

---

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/libpod-weaver-plugin-ensureuniquesections-perl.git

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

[libmoosex-attributetags-perl] 09/09: Prepare for release: Update changelog, control file, and copyright hints.

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libmoosex-attributetags-perl.

commit ecb1533fd10540ad883b6f522d5047cefa731fcc
Author: Jonas Smedegaard 
Date:   Wed Feb 1 01:22:07 2017 +0100

Prepare for release: Update changelog, control file, and copyright hints.
---
 debian/changelog   | 28 +---
 debian/control |  8 
 debian/copyright_hints | 50 +++---
 3 files changed, 60 insertions(+), 26 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a55be17..fce28fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,30 @@
-libmoosex-attributetags-perl (0.002-2) UNRELEASED; urgency=medium
+libmoosex-attributetags-perl (0.003-1) unstable; urgency=medium
 
-  * Update copyright info: Adjust alternate source URL to use git protocol.
+  [ upstream ]
+  * New release.
++ Avoid warning about constants from lexical variables potentially
+  modified elsewhere in newer versions of Perl.
 
- -- Jonas Smedegaard   Tue, 04 Aug 2015 17:07:14 +0200
+  [ Jonas Smedegaard ]
+  * Update copyright info:
++ Adjust alternate source URL to use git protocol.
++ Extend coverage of Debian packaging.
+  * Update watch file:
++ Bump to version 4.
++ Track only MetaCPAN URL.
++ Mention gbp import-orig --uscan in usage comment.
++ Tighten version regex.
+  * Update git-buildpage config: Filter any .git* file.
+  * Modernize Vcs-* fields:
++ Use https protocol.
++ Use git subdir (not cgit).
++ Add .git suffix for Vcs-Git URL.
+  * Declare compliance with Debian Policy 3.9.8.
+  * Stop override lintian for
+package-needs-versioned-debhelper-build-depends: Fixed in lintian.
+  * Modernize CDBS use: Build-depend on licensecheck (not devscripts).
+
+ -- Jonas Smedegaard   Wed, 01 Feb 2017 01:21:34 +0100
 
 libmoosex-attributetags-perl (0.002-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 1c751c7..2e673a5 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libmoosex-attributetags-perl
 Section: perl
 Priority: optional
 Build-Depends: cdbs,
- devscripts,
+ licensecheck,
  perl,
  debhelper,
  dh-buildinfo,
@@ -13,9 +13,9 @@ Build-Depends: cdbs,
  perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
 Maintainer: Debian Perl Group 
 Uploaders: Jonas Smedegaard 
-Standards-Version: 3.9.6
-Vcs-Git: 
git://anonscm.debian.org/git/pkg-perl/packages/libmoosex-attributetags-perl
-Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libmoosex-attributetags-perl.git
+Standards-Version: 3.9.8
+Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libmoosex-attributetags-perl.git
+Vcs-Browser: 
https://anonscm.debian.org/git/pkg-perl/packages/libmoosex-attributetags-perl.git
 Homepage: https://metacpan.org/release/MooseX-AttributeTags
 
 Package: libmoosex-attributetags-perl
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 6ac4857..1343778 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -7,11 +7,9 @@ Disclaimer: Autogenerated by CDBS
 Files: CREDITS
  Changes
  INSTALL
- MANIFEST
  META.json
  META.yml
  Makefile.PL
- SIGNATURE
  debian/README.source
  debian/compat
  debian/control
@@ -22,41 +20,55 @@ Files: CREDITS
  debian/watch
  dist.ini
  doap.ttl
-Copyright: *No copyright*
+Copyright: NONE
 License: UNKNOWN
  FIXME
 
-Files: CONTRIBUTING
- README
+Files: README
  lib/MooseX/AttributeTags.pm
  lib/MooseX/AttributeTags/PRole.pm
  t/01basic.t
-Copyright: 2012-2014, Toby Inkster
-  2013, Toby Inkster
-  AND LICENCE
-License: UNKNOWN
- FIXME
-
-Files: debian/rules
-Copyright: 2014, Jonas Smedegaard 
-License: GPL-3+
+Copyright: 2013, Toby Inkster.
+License: Artistic or GPL-1+
  FIXME
 
 Files: LICENSE
-Copyright: 1989, Free Software Foundation, Inc
+Copyright: 1989, Free Software Foundation, Inc.
   19xx name of author
   19yy 
-  2014, Toby Inkster
+  2017, Toby Inkster.
   disclaimer" for the program, if
+  ed by the Free
+  interest in the
+  of this Package, but belong to whomever generated them, and may be sold
   the software, and
-License: GPL-ever
+License: Artistic or GPL-1+
  FIXME
 
 Files: COPYRIGHT
-Copyright: 2013, Toby Inkster
-  2014, Toby Inkster
+Copyright: -format/1.0/
+  2017, the copyright holder(s).
+  CREDITS
+  Copyright 2013 Toby Inkster.
+  Copyright 2017 Toby Inkster.
   None
+  This software is copyright (c) 2013 by Toby Inkster.
   Unknown
+License: Artistic-1.0 and/or GPL-1
+ FIXME
+
+Files: debian/rules
+Copyright: 2014-2015, 3017, Jonas Smedegaard 
+License: GPL-3+
+ FIXME
+
+Files: MANIFEST
+Copyright: CREDITS
+License: UNKNOWN
+ FIXME
+
+Files: SIGNATURE
+Copyright: SHA1 6bd7b17d81be63d08d4efa6cb80106e72887842c CREDITS
 License: UNKNOWN
  FIXME
 

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

_

[libmoosex-attributetags-perl] annotated tag debian/0.003-1 created (now e4a991d)

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag debian/0.003-1
in repository libmoosex-attributetags-perl.

at  e4a991d   (tag)
   tagging  ecb1533fd10540ad883b6f522d5047cefa731fcc (commit)
  replaces  debian/0.002-1
 tagged by  Jonas Smedegaard
on  Wed Feb 1 01:25:10 2017 +0100

- Log -
libmoosex-attributetags-perl Debian release 0.003-1
-BEGIN PGP SIGNATURE-

iQIcBAABCAAGBQJYkSrmAAoJECx8MUbBoAEh53QQAJ+5peRdYfLRuBEpqBFBHvq3
Pte2i2KUi4dBqggIxx8340QAypfIznZJtkB6ofOchCTovXksud3rmXudcQZcAiW3
J7eNzH03b16PAoTYSO/HdZX3Jlf9x492i2cnWJjNSVtouIjR9PTNHRga2jAJ8AMw
xA6hZf+DIrwCLyKS2JhWuhV2kE4/lx9ZyYtteOu4ZLm8NCdFkQ7UPMumv++8/CAA
ENffTpgdcDhVPezzVga/0Dc5TNcg2WQ/Hu2lYvr8yFSF3MxM8sqPXszoGXQ4Lg20
yMFij6rYii4g3PyDUgwmjXFeMws3CbSKATVJWDtTlr2pO8CMLjwHqG59RN4WEdUt
2Z6xjTwHNs+c/16CKX494i9EPMaWk2CE3a/SoSaK8VgEQwTLqhsu3MyE6CD/vYez
Stocs72zvWiMPdFtSA2oByi6s99W1+KVuwbKrenuBzzuOIMT/rnGyaRI1hazFO4O
fcWj7bI+c6tAwFWSmYThNj6Ljb7rHCpt8+35KG56Qf2qKuhZmmm2d5D7G5DTKSV8
fg/qFRtXwruKYD0tc4bSS36zGdw2QTljDa1oLhyQYn/l/QmNlUhe7R0zUgBi9X/e
ZqvYKkqCvby+mr2Myg30VLPgHemAItVfYr9BRVnTNEjDaUPQX+zvFZ+6sF1GrdvF
JtDKGnOSwP/Ekq5ZMCV5
=jPkd
-END PGP SIGNATURE-

Jonas Smedegaard (12):
  Update copyright info: Adjust alternate source URL to use git protocol.
  Update changelog.
  New upstream version 0.003
  Merge tag 'upstream/0.003'
  Update watch file: Bump to version 4. Track only MetaCPAN URL. Mention 
gbp import-orig --uscan in usage comment. Tighten version regex.
  Update git-buildpage config: Filter any .git* file.
  Modernize Vcs-* fields: Use https protocol. Use git subdir (not cgit). 
Add .git suffix for Vcs-Git URL.
  Declare compliance with Debian Policy 3.9.8.
  Stop override lintian for 
package-needs-versioned-debhelper-build-depends: Fixed in lintian.
  Tidy rules file: Stop suppress versioned debhelper build-dependency: 
Handled by CDBS now.
  Update copyright info: Extend coverage of Debian packaging.
  Prepare for release: Update changelog, control file, and copyright hints.

Toby Inkster (1):
  Added tag 0.002 for changeset ee35f80ad935

---

This annotated tag includes the following new commits:

   new  f6ae486   Merge tag 'upstream/0.003'
   new  9d18ab6   Update watch file: Bump to version 4. Track only MetaCPAN 
URL. Mention gbp import-orig --uscan in usage comment. Tighten version regex.
   new  1f3edfd   Update git-buildpage config: Filter any .git* file.
   new  2dabe20   Modernize Vcs-* fields: Use https protocol. Use git 
subdir (not cgit). Add .git suffix for Vcs-Git URL.
   new  a28f43f   Declare compliance with Debian Policy 3.9.8.
   new  577ce07   Stop override lintian for 
package-needs-versioned-debhelper-build-depends: Fixed in lintian.
   new  aef7908   Tidy rules file: Stop suppress versioned debhelper 
build-dependency: Handled by CDBS now.
   new  68c6970   Update copyright info: Extend coverage of Debian 
packaging.
   new  ecb1533   Prepare for release: Update changelog, control file, and 
copyright hints.

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.


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

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


[libmoosex-attributetags-perl] 04/09: Modernize Vcs-* fields: Use https protocol. Use git subdir (not cgit). Add .git suffix for Vcs-Git URL.

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libmoosex-attributetags-perl.

commit 2dabe205f916a60597469b72805a10e79f8e7fad
Author: Jonas Smedegaard 
Date:   Wed Feb 1 01:16:21 2017 +0100

Modernize Vcs-* fields: Use https protocol. Use git subdir (not cgit). Add 
.git suffix for Vcs-Git URL.
---
 debian/control.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control.in b/debian/control.in
index 9a54992..3714768 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -5,8 +5,8 @@ Build-Depends: @cdbs@
 Maintainer: Debian Perl Group 
 Uploaders: Jonas Smedegaard 
 Standards-Version: 3.9.6
-Vcs-Git: 
git://anonscm.debian.org/git/pkg-perl/packages/libmoosex-attributetags-perl
-Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libmoosex-attributetags-perl.git
+Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libmoosex-attributetags-perl.git
+Vcs-Browser: 
https://anonscm.debian.org/git/pkg-perl/packages/libmoosex-attributetags-perl.git
 Homepage: https://metacpan.org/release/MooseX-AttributeTags
 
 Package: libmoosex-attributetags-perl

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

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


[libmoosex-attributetags-perl] branch master updated (461ee2b -> ecb1533)

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to branch master
in repository libmoosex-attributetags-perl.

  from  461ee2b   Update changelog.
  adds  b23fc0e   Added tag 0.002 for changeset ee35f80ad935
  adds  2eb605c   New upstream version 0.003
   new  f6ae486   Merge tag 'upstream/0.003'
   new  9d18ab6   Update watch file: Bump to version 4. Track only MetaCPAN 
URL. Mention gbp import-orig --uscan in usage comment. Tighten version regex.
   new  1f3edfd   Update git-buildpage config: Filter any .git* file.
   new  2dabe20   Modernize Vcs-* fields: Use https protocol. Use git 
subdir (not cgit). Add .git suffix for Vcs-Git URL.
   new  a28f43f   Declare compliance with Debian Policy 3.9.8.
   new  577ce07   Stop override lintian for 
package-needs-versioned-debhelper-build-depends: Fixed in lintian.
   new  aef7908   Tidy rules file: Stop suppress versioned debhelper 
build-dependency: Handled by CDBS now.
   new  68c6970   Update copyright info: Extend coverage of Debian 
packaging.
   new  ecb1533   Prepare for release: Update changelog, control file, and 
copyright hints.

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:
 CONTRIBUTING  | 83 ---
 COPYRIGHT |  9 ++---
 Changes   |  6 +++
 LICENSE   |  6 +--
 MANIFEST  |  1 -
 META.json |  9 +++--
 META.yml  |  9 +++--
 Makefile.PL   |  8 ++--
 SIGNATURE | 29 +++---
 debian/changelog  | 28 +++--
 debian/control|  8 ++--
 debian/control.in |  6 +--
 debian/copyright  |  2 +-
 debian/copyright_hints| 50 ++-
 debian/gbp.conf   |  2 +-
 debian/rules  |  6 +--
 debian/source/lintian-overrides   |  3 --
 debian/watch  |  7 ++--
 doap.ttl  | 16 +++-
 lib/MooseX/AttributeTags.pm   |  6 ++-
 lib/MooseX/AttributeTags/PRole.pm |  2 +-
 21 files changed, 130 insertions(+), 166 deletions(-)
 delete mode 100644 CONTRIBUTING

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

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


[libmoosex-attributetags-perl] 08/09: Update copyright info: Extend coverage of Debian packaging.

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libmoosex-attributetags-perl.

commit 68c69703972de38c2da761fecc4d15b56ac83829
Author: Jonas Smedegaard 
Date:   Wed Feb 1 01:17:54 2017 +0100

Update copyright info: Extend coverage of Debian packaging.
---
 debian/copyright | 2 +-
 debian/rules | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 9347118..c035679 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -34,7 +34,7 @@ License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright:
-  © 2014-2015, Jonas Smedegaard 
+  © 2014-2015,2017, Jonas Smedegaard 
 License-Grant:
  This program is free software; you can redistribute it and/or modify it
  under the terms of the GNU General Public License as published by the
diff --git a/debian/rules b/debian/rules
index 185164c..673e5e8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 # -*- mode: makefile; coding: utf-8 -*-
-# Copyright 2014-2015, Jonas Smedegaard 
+# Copyright 2014-2015, 3017, Jonas Smedegaard 
 # Description: Main Debian packaging script for MooseX::AttributeTags
 #
 # This program is free software; you can redistribute it and/or modify

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

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

[libmoosex-attributetags-perl] 01/09: Merge tag 'upstream/0.003'

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libmoosex-attributetags-perl.

commit f6ae486b22c3b5eab8c68d206ade5d18436dc72b
Merge: 461ee2b 2eb605c
Author: Jonas Smedegaard 
Date:   Wed Feb 1 01:13:23 2017 +0100

Merge tag 'upstream/0.003'

Upstream version 0.003

# gpg: Signature made Wed Feb  1 01:13:17 2017 CET
# gpg:using RSA key 2C7C3146C1A00121
# gpg: Good signature from "Jonas Smedegaard "
# gpg: aka "Jonas Smedegaard "
# gpg: aka "Jonas Smedegaard "
# gpg: aka "[jpeg image of size 4165]"

 CONTRIBUTING  | 83 ---
 COPYRIGHT |  9 ++---
 Changes   |  6 +++
 LICENSE   |  6 +--
 MANIFEST  |  1 -
 META.json |  9 +++--
 META.yml  |  9 +++--
 Makefile.PL   |  8 ++--
 SIGNATURE | 29 +++---
 doap.ttl  | 16 +++-
 lib/MooseX/AttributeTags.pm   |  6 ++-
 lib/MooseX/AttributeTags/PRole.pm |  2 +-
 12 files changed, 61 insertions(+), 123 deletions(-)

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

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


[libmoosex-attributetags-perl] 03/09: Update git-buildpage config: Filter any .git* file.

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libmoosex-attributetags-perl.

commit 1f3edfd4cd958814a3b0be77b59b83e12b2f1dd2
Author: Jonas Smedegaard 
Date:   Wed Feb 1 01:15:09 2017 +0100

Update git-buildpage config: Filter any .git* file.
---
 debian/gbp.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/gbp.conf b/debian/gbp.conf
index f52b828..2a594ca 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -3,4 +3,4 @@
 [DEFAULT]
 pristine-tar = True
 sign-tags = True
-filter = .gitignore
+filter = */.git*

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

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


[libmoosex-attributetags-perl] 07/09: Tidy rules file: Stop suppress versioned debhelper build-dependency: Handled by CDBS now.

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libmoosex-attributetags-perl.

commit aef790835e3c4b7541781376bf6ba6dbbb562e45
Author: Jonas Smedegaard 
Date:   Wed Feb 1 01:17:03 2017 +0100

Tidy rules file: Stop suppress versioned debhelper build-dependency: 
Handled by CDBS now.
---
 debian/rules | 4 
 1 file changed, 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index 616ed17..185164c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,10 +26,6 @@ pkg = $(DEB_SOURCE_PACKAGE)
 DEB_UPSTREAM_PACKAGE = MooseX-AttributeTags
 DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/T/TO/TOBYINK
 
-# Build-depend unversioned on debhelper
-#  TODO: Drop when adopted in cdbs
-CDBS_BUILD_DEPENDS_rules_debhelper_v9 = debhelper
-
 # Needed by upstream build and (always) at runtime
 deps = libdata-optlist-perl, libmoosex-role-parameterized-perl
 deps +=, libmoose-perl (>= 2.0600)

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

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


[libmoosex-attributetags-perl] branch pristine-tar updated (0eac1c9 -> a85b67b)

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to branch pristine-tar
in repository libmoosex-attributetags-perl.

  from  0eac1c9   pristine-tar data for 
libmoosex-attributetags-perl_0.002.orig.tar.gz
   new  a85b67b   pristine-tar data for 
libmoosex-attributetags-perl_0.003.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:
 libmoosex-attributetags-perl_0.003.orig.tar.gz.delta | Bin 0 -> 1387 bytes
 libmoosex-attributetags-perl_0.003.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libmoosex-attributetags-perl_0.003.orig.tar.gz.delta
 create mode 100644 libmoosex-attributetags-perl_0.003.orig.tar.gz.id

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

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


[libmoosex-attributetags-perl] 06/09: Stop override lintian for package-needs-versioned-debhelper-build-depends: Fixed in lintian.

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libmoosex-attributetags-perl.

commit 577ce076bfe3b9ac05d9bb3ce3b030b948d23d2c
Author: Jonas Smedegaard 
Date:   Wed Feb 1 01:16:51 2017 +0100

Stop override lintian for package-needs-versioned-debhelper-build-depends: 
Fixed in lintian.
---
 debian/source/lintian-overrides | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
index dce4650..f87ce0c 100644
--- a/debian/source/lintian-overrides
+++ b/debian/source/lintian-overrides
@@ -3,6 +3,3 @@ missing-license-text-in-dep5-copyright
 
 # License is in License-Reference field (see bug#786450)
 missing-license-paragraph-in-dep5-copyright
-
-# Debhelper 9 is satisfied even in oldstable
-package-needs-versioned-debhelper-build-depends 9

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

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


[libmoosex-attributetags-perl] 02/09: Update watch file: Bump to version 4. Track only MetaCPAN URL. Mention gbp import-orig --uscan in usage comment. Tighten version regex.

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libmoosex-attributetags-perl.

commit 9d18ab66811d4f443e365d21062c567ad4f075bb
Author: Jonas Smedegaard 
Date:   Wed Feb 1 01:14:56 2017 +0100

Update watch file: Bump to version 4. Track only MetaCPAN URL. Mention gbp 
import-orig --uscan in usage comment. Tighten version regex.
---
 debian/watch | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/debian/watch b/debian/watch
index 31b0bd7..c199eef 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,3 @@
-# Run the "uscan" command to check for upstream updates and more.
-version=3
-https://metacpan.org/release/MooseX-AttributeTags 
.*/MooseX-AttributeTags-([\d.]+)\.tar\.gz
-http://www.cpan.org/authors/id/T/TO/TOBYINK/MooseX-AttributeTags-([\d.]+)\.tar\.gz
+# run "uscan --report" to check or "gpb import-orig --uscan" to update
+version=4
+https://metacpan.org/release/MooseX-AttributeTags 
.*/MooseX-AttributeTags-(\d[\d.]*)\.tar\.gz

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

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


[libmoosex-attributetags-perl] annotated tag upstream/0.003 created (now 0452bd3)

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag upstream/0.003
in repository libmoosex-attributetags-perl.

at  0452bd3   (tag)
   tagging  2eb605cfb958d8f0d7e3c622d254926855330d79 (commit)
  replaces  upstream/0.002
 tagged by  Jonas Smedegaard
on  Wed Feb 1 01:13:17 2017 +0100

- Log -
Upstream version 0.003
-BEGIN PGP SIGNATURE-

iQIcBAABCAAGBQJYkSgdAAoJECx8MUbBoAEhRqsP/2F6IeHPW72yQNfitWKRg/r7
huvwRdd3p4+Gsl7x/lgJ0je9yZopQqqgweOwvsOtu6RPEYluP+D81n3n8BNel3Ii
2rSynDFEDzcKFV2/H4BZQKNpy868b4hhXgfMIMRWVfb1AhdYV/Ta2AcbBTqlWnof
jAtayZlxWWVQGJ5U7M5EOD/t7Td7InFi2vot8PoQ/y5qlc5yXP+nZRCXDaEE3VOa
Lh2NXt74MMpKtMvE1PA6DXUaGsReVcKFr6FezFCWoTjXhKgGPdHtUdZK4SnSvzu2
cfcxs3BnMo9CbeTMBHgM73sge7lGhVU8c0curuZbJG2LmwxmGPl8QfrWV1A07Xzs
/1eNy3FS6gsn+uAbYhnV0OdA0JbQdowCW+1ZQHvhrZ+1lZScSR39OgfUKAhp/DOz
xLhNb3HrFLa8OAJZsHSbPznqqwo+3hxueqZYNi00GsHqtAFQx67SsxxkaZfhSNlE
PmJeFpbvvyBJjF+7tsgKPisHUOf/3ir7TCaoodURJs8UxR8Qr1oxTU73gA6sG1Uq
T3yC13flvH/OVFXID3KLcJKjfz/n5EKcnUit+wV/jBuSjBY7+/X0COy2YVD44IyZ
YVlCMpUG24ooB3yX7WGqKCLMF+L2DZZV2vIYMXVPaYyukMQX0CDpzU2WoolJW9C8
oP+3eGSimS4vwc1xZX1N
=5ZpX
-END PGP SIGNATURE-

Jonas Smedegaard (1):
  New upstream version 0.003

Toby Inkster (1):
  Added tag 0.002 for changeset ee35f80ad935

---

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

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


[libmoosex-attributetags-perl] 05/09: Declare compliance with Debian Policy 3.9.8.

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libmoosex-attributetags-perl.

commit a28f43f2c2847d7b349fe5de9950dd680303bcc4
Author: Jonas Smedegaard 
Date:   Wed Feb 1 01:16:31 2017 +0100

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

diff --git a/debian/control.in b/debian/control.in
index 3714768..4fb348e 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -4,7 +4,7 @@ Priority: optional
 Build-Depends: @cdbs@
 Maintainer: Debian Perl Group 
 Uploaders: Jonas Smedegaard 
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libmoosex-attributetags-perl.git
 Vcs-Browser: 
https://anonscm.debian.org/git/pkg-perl/packages/libmoosex-attributetags-perl.git
 Homepage: https://metacpan.org/release/MooseX-AttributeTags

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

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


[libmoosex-attributetags-perl] 01/01: pristine-tar data for libmoosex-attributetags-perl_0.003.orig.tar.gz

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch pristine-tar
in repository libmoosex-attributetags-perl.

commit a85b67b1caaa1e29500cb35a1a0d647634f48700
Author: Jonas Smedegaard 
Date:   Wed Feb 1 01:13:17 2017 +0100

pristine-tar data for libmoosex-attributetags-perl_0.003.orig.tar.gz
---
 libmoosex-attributetags-perl_0.003.orig.tar.gz.delta | Bin 0 -> 1387 bytes
 libmoosex-attributetags-perl_0.003.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libmoosex-attributetags-perl_0.003.orig.tar.gz.delta 
b/libmoosex-attributetags-perl_0.003.orig.tar.gz.delta
new file mode 100644
index 000..cb31c00
Binary files /dev/null and 
b/libmoosex-attributetags-perl_0.003.orig.tar.gz.delta differ
diff --git a/libmoosex-attributetags-perl_0.003.orig.tar.gz.id 
b/libmoosex-attributetags-perl_0.003.orig.tar.gz.id
new file mode 100644
index 000..a4466e4
--- /dev/null
+++ b/libmoosex-attributetags-perl_0.003.orig.tar.gz.id
@@ -0,0 +1 @@
+facb4b26d1e44f893e23f8f59df8336ce4a7d3b2

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

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


[liblexical-underscore-perl] 05/08: Update copyright info: Extend coverage of Debian packaging.

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository liblexical-underscore-perl.

commit dd20946023fea898feaaad581e7d1b342f2db9c6
Author: Jonas Smedegaard 
Date:   Wed Feb 1 01:41:26 2017 +0100

Update copyright info: Extend coverage of Debian packaging.
---
 debian/copyright | 2 +-
 debian/rules | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 68ca393..6b37c83 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -15,7 +15,7 @@ Comment:
  General Public License' version 1 or later.
 
 Files: debian/*
-Copyright: 2013-2014,2016, Jonas Smedegaard 
+Copyright: 2013-2014,2016-2017, Jonas Smedegaard 
 License-Grant:
  This program is free software; you can redistribute it and/or modify it
  under the terms of the GNU General Public License as published by the
diff --git a/debian/rules b/debian/rules
index 7703b09..a650229 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 # -*- mode: makefile; coding: utf-8 -*-
-# © 2013-2014, 2016 Jonas Smedegaard 
+# © 2013-2014, 2016-2017 Jonas Smedegaard 
 # Description: Main Debian packaging script for lexical::underscore
 #
 # This program is free software; you can redistribute it and/or modify

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

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

[liblexical-underscore-perl] 04/08: Stop override lintian for package-needs-versioned-debhelper-build-depends: Fixed in lintian.

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository liblexical-underscore-perl.

commit c01b9caf8c695b0787e34e6b597e317318750f72
Author: Jonas Smedegaard 
Date:   Wed Feb 1 01:40:59 2017 +0100

Stop override lintian for package-needs-versioned-debhelper-build-depends: 
Fixed in lintian.
---
 debian/source/lintian-overrides | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
index dce4650..f87ce0c 100644
--- a/debian/source/lintian-overrides
+++ b/debian/source/lintian-overrides
@@ -3,6 +3,3 @@ missing-license-text-in-dep5-copyright
 
 # License is in License-Reference field (see bug#786450)
 missing-license-paragraph-in-dep5-copyright
-
-# Debhelper 9 is satisfied even in oldstable
-package-needs-versioned-debhelper-build-depends 9

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

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


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

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch pristine-tar
in repository liblexical-underscore-perl.

commit 69a683beb89d07b8f0b27898ab610caa211c5256
Author: Jonas Smedegaard 
Date:   Wed Feb 1 01:39:21 2017 +0100

pristine-tar data for liblexical-underscore-perl_0.004.orig.tar.gz
---
 liblexical-underscore-perl_0.004.orig.tar.gz.delta | Bin 0 -> 1380 bytes
 liblexical-underscore-perl_0.004.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/liblexical-underscore-perl_0.004.orig.tar.gz.delta 
b/liblexical-underscore-perl_0.004.orig.tar.gz.delta
new file mode 100644
index 000..8c164e9
Binary files /dev/null and b/liblexical-underscore-perl_0.004.orig.tar.gz.delta 
differ
diff --git a/liblexical-underscore-perl_0.004.orig.tar.gz.id 
b/liblexical-underscore-perl_0.004.orig.tar.gz.id
new file mode 100644
index 000..4c0bc2a
--- /dev/null
+++ b/liblexical-underscore-perl_0.004.orig.tar.gz.id
@@ -0,0 +1 @@
+063acfaa539379b670d52f9567abf8291d414792

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

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


[liblexical-underscore-perl] 02/08: Update watch file: Tighten version regex.

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository liblexical-underscore-perl.

commit 58a2d31dbe4efa178a05473ee41f13b36f457e70
Author: Jonas Smedegaard 
Date:   Wed Feb 1 01:40:02 2017 +0100

Update watch file: Tighten version regex.
---
 debian/watch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/watch b/debian/watch
index 0c8f39d..5cddc44 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 # run "uscan --report" to check or "gpb import-orig --uscan" to update
 version=4
-https://metacpan.org/release/lexical-underscore 
.*/lexical-underscore-([\d.]+)\.tar\.gz
+https://metacpan.org/release/lexical-underscore 
.*/lexical-underscore-(\d[\d.]*)\.tar\.gz

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

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


[liblexical-underscore-perl] annotated tag debian/0.004-1 created (now f5cebfc)

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag debian/0.004-1
in repository liblexical-underscore-perl.

at  f5cebfc   (tag)
   tagging  9fb36dae785fac784d6c2097ddd586c226fe7a06 (commit)
  replaces  debian/0.003-2
 tagged by  Jonas Smedegaard
on  Wed Feb 1 01:48:32 2017 +0100

- Log -
liblexical-underscore-perl Debian release 0.004-1
-BEGIN PGP SIGNATURE-

iQIcBAABCAAGBQJYkTBgAAoJECx8MUbBoAEhxvkP+wQFh+80igq7WQ7ID3HxFFZh
U/8De6NPnSXA4DyKnefelOghjlNKgzZPWZr3ddyLbniSt7+KwkwRRvZLWvX/McA8
c2CbaJk/rucnKokSAftH72xHCB7pvUt20WPxK9wp8G8zHBAA9/Yt8z5tNGt0fHtA
9H8q6l5jP2gXe3yqZi9MkFn49T4Y2r3wjJLLiQbc1Zht6C0wI4RNHyaL+A0d5S4d
yzw5lIj8XdLoYA7d81ow+8QSUQgo1+62hJ51sDuplR8MPsleYTtkWgDxWH3LrOWu
4OysRjpxZxyB36aCTosxsIentr0p1ZkBW9NrPGMMaJFVOApqkPOKaLDttvX876Hz
5jMIV8K2ywGBuEOKMpKBUwwWRPvTJzMfHIuoIvTXzpymvAlzbv2CdQ5B/S+OJKdA
8oH/NAmmaSo2aGCsvS+jvvn36vQaR+6F/mdB5QFwYgfQVuDRgnzbg4oPrBu+17aD
dKxtrYDuLpp6kqnrc6PDA+W8FNioRO7Pl5sX+ysMYO/zunk65MSJ9vR5E6vLzGvT
jlt8XQXbwYSWjKZa3WtOlP30L8s3+kUjBCND023jgZpg/aroIcjJMja0kBWACPQC
4xkOaJfZY1mEqUHkAe+leW1JN+Ns1GCUG1gCGX+mcJEOdX6NwGtmY3JbePhN4PCy
Q4XptuTCTv3kb4ZGjW/b
=ALGT
-END PGP SIGNATURE-

Jonas Smedegaard (9):
  New upstream version 0.004
  Merge tag 'upstream/0.004'
  Update watch file: Tighten version regex.
  Modernize Vcs-* fields: Use git subdir (not cgit). Add .git suffix for 
Vcs-Git URL.
  Stop override lintian for 
package-needs-versioned-debhelper-build-depends: Fixed in lintian.
  Update copyright info: Extend coverage of Debian packaging.
  Drop patch 1001 fixed upstream.
  Update copyright info: Extend coverage for main upstream author.
  Prepare for release: Update changelog, control file, and copyright hints.

Toby Inkster (3):
  Added tag 0.003 for changeset 543a72f6f72c
  $_ was removed in Perl 5.24
  bump version; update changelog

---

This annotated tag includes the following new commits:

   new  2868cbb   Merge tag 'upstream/0.004'
   new  58a2d31   Update watch file: Tighten version regex.
   new  31ca9af   Modernize Vcs-* fields: Use git subdir (not cgit). Add 
.git suffix for Vcs-Git URL.
   new  c01b9ca   Stop override lintian for 
package-needs-versioned-debhelper-build-depends: Fixed in lintian.
   new  dd20946   Update copyright info: Extend coverage of Debian 
packaging.
   new  159b3e9   Drop patch 1001 fixed upstream.
   new  095e934   Update copyright info: Extend coverage for main upstream 
author.
   new  9fb36da   Prepare for release: Update changelog, control file, and 
copyright hints.

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

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


[liblexical-underscore-perl] 06/08: Drop patch 1001 fixed upstream.

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository liblexical-underscore-perl.

commit 159b3e99dc8f1fc89e934c48401938979d7587e1
Author: Jonas Smedegaard 
Date:   Wed Feb 1 01:42:11 2017 +0100

Drop patch 1001 fixed upstream.
---
 debian/patches/1001_avoid_lexical_underscore.patch | 29 --
 debian/patches/README  |  3 ---
 debian/patches/series  |  1 -
 3 files changed, 33 deletions(-)

diff --git a/debian/patches/1001_avoid_lexical_underscore.patch 
b/debian/patches/1001_avoid_lexical_underscore.patch
deleted file mode 100644
index e06c544..000
--- a/debian/patches/1001_avoid_lexical_underscore.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-Description: perl 5.23.4 and later do not have lexical underscore anymore
-Origin: vendor, 
http://cpan.cpantesters.org/authors/id/S/SR/SREZIC/patches/lexical-underscore-0.003-RT108203.patch
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=108203
-Bug-Debian: http://bugs.debian.org/825524
-Author: Slaven Rezic 
-Last-Update: 2016-09-14
-
 a/lib/lexical/underscore.pm
-+++ b/lib/lexical/underscore.pm
-@@ -9,7 +9,7 @@
-   $lexical::underscore::VERSION   = '0.003';
- }
- 
--use if $] >= 5.009, PadWalker => qw( peek_my );
-+use if $] >= 5.009 && $] < 5.023004, PadWalker => qw( peek_my );
- BEGIN {
-   *peek_my = sub { +{} } unless __PACKAGE__->can('peek_my');
- }
 a/t/01basic.t
-+++ b/t/01basic.t
-@@ -2,7 +2,7 @@
- 
- use Test::More;
- BEGIN {
--  $] >= 5.010 or plan skip_all => "test requires Perl 5.010";
-+  ($] >= 5.010 and $] < 5.023004) or plan skip_all => "test requires Perl 
5.10.0 .. 5.23.3";
-   plan tests => 6;
- };
- 
diff --git a/debian/patches/README b/debian/patches/README
deleted file mode 100644
index 80c1584..000
--- a/debian/patches/README
+++ /dev/null
@@ -1,3 +0,0 @@
-0xxx: Grabbed from upstream development.
-1xxx: Possibly relevant for upstream adoption.
-2xxx: Only relevant for official Debian release.
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index de747e5..000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-1001_avoid_lexical_underscore.patch

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

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


[liblexical-underscore-perl] 01/08: Merge tag 'upstream/0.004'

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository liblexical-underscore-perl.

commit 2868cbbd478ddd0b32148b8edb4871dfe79a920e
Merge: 6ec65aa be8c33d
Author: Jonas Smedegaard 
Date:   Wed Feb 1 01:39:25 2017 +0100

Merge tag 'upstream/0.004'

Upstream version 0.004

# gpg: Signature made Wed Feb  1 01:39:21 2017 CET
# gpg:using RSA key 2C7C3146C1A00121
# gpg: Good signature from "Jonas Smedegaard "
# gpg: aka "Jonas Smedegaard "
# gpg: aka "Jonas Smedegaard "
# gpg: aka "[jpeg image of size 4165]"

 CONTRIBUTING  | 83 ---
 COPYRIGHT | 26 ---
 Changes   |  4 +++
 LICENSE   |  6 ++--
 MANIFEST  |  1 -
 META.json |  7 ++--
 META.yml  |  7 ++--
 Makefile.PL   |  6 ++--
 SIGNATURE | 29 -
 doap.ttl  | 16 -
 lib/lexical/underscore.pm |  4 +--
 t/01basic.t   |  3 +-
 12 files changed, 65 insertions(+), 127 deletions(-)

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

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


[liblexical-underscore-perl] branch master updated (6ec65aa -> 9fb36da)

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to branch master
in repository liblexical-underscore-perl.

  from  6ec65aa   Prepare for release: Update changelog, control file and 
copyright hints.
  adds  9c2a241   Added tag 0.003 for changeset 543a72f6f72c
  adds  2187938   $_ was removed in Perl 5.24
  adds  5051b4d   bump version; update changelog
  adds  be8c33d   New upstream version 0.004
   new  2868cbb   Merge tag 'upstream/0.004'
   new  58a2d31   Update watch file: Tighten version regex.
   new  31ca9af   Modernize Vcs-* fields: Use git subdir (not cgit). Add 
.git suffix for Vcs-Git URL.
   new  c01b9ca   Stop override lintian for 
package-needs-versioned-debhelper-build-depends: Fixed in lintian.
   new  dd20946   Update copyright info: Extend coverage of Debian 
packaging.
   new  159b3e9   Drop patch 1001 fixed upstream.
   new  095e934   Update copyright info: Extend coverage for main upstream 
author.
   new  9fb36da   Prepare for release: Update changelog, control file, and 
copyright hints.

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:
 CONTRIBUTING   | 83 --
 COPYRIGHT  | 26 +++
 Changes|  4 ++
 LICENSE|  6 +-
 MANIFEST   |  1 -
 META.json  |  7 +-
 META.yml   |  7 +-
 Makefile.PL|  6 +-
 SIGNATURE  | 29 
 debian/changelog   | 20 ++
 debian/control |  4 +-
 debian/control.in  |  4 +-
 debian/copyright   |  4 +-
 debian/copyright_hints | 40 +--
 debian/patches/1001_avoid_lexical_underscore.patch | 29 
 debian/patches/README  |  3 -
 debian/patches/series  |  1 -
 debian/rules   |  2 +-
 debian/source/lintian-overrides|  3 -
 debian/watch   |  2 +-
 doap.ttl   | 16 -
 lib/lexical/underscore.pm  |  4 +-
 t/01basic.t|  3 +-
 23 files changed, 111 insertions(+), 193 deletions(-)
 delete mode 100644 CONTRIBUTING
 delete mode 100644 debian/patches/1001_avoid_lexical_underscore.patch
 delete mode 100644 debian/patches/README
 delete mode 100644 debian/patches/series

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

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


[liblexical-underscore-perl] 03/08: Modernize Vcs-* fields: Use git subdir (not cgit). Add .git suffix for Vcs-Git URL.

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository liblexical-underscore-perl.

commit 31ca9afbed918bf6162c7bdc73d02000a0b68456
Author: Jonas Smedegaard 
Date:   Wed Feb 1 01:40:44 2017 +0100

Modernize Vcs-* fields: Use git subdir (not cgit). Add .git suffix for 
Vcs-Git URL.
---
 debian/control.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control.in b/debian/control.in
index 60353c7..1ec4f39 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -5,8 +5,8 @@ Build-Depends: @cdbs@
 Maintainer: Debian Perl Group 
 Uploaders: Jonas Smedegaard 
 Standards-Version: 3.9.8
-Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/liblexical-underscore-perl
-Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/liblexical-underscore-perl.git
+Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/liblexical-underscore-perl.git
+Vcs-Browser: 
https://anonscm.debian.org/git/pkg-perl/packages/liblexical-underscore-perl.git
 Homepage: http://search.cpan.org/dist/lexical-underscore/
 
 Package: liblexical-underscore-perl

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

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


[liblexical-underscore-perl] 08/08: Prepare for release: Update changelog, control file, and copyright hints.

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository liblexical-underscore-perl.

commit 9fb36dae785fac784d6c2097ddd586c226fe7a06
Author: Jonas Smedegaard 
Date:   Wed Feb 1 01:45:15 2017 +0100

Prepare for release: Update changelog, control file, and copyright hints.
---
 debian/changelog   | 20 
 debian/control |  4 ++--
 debian/copyright_hints | 40 ++--
 3 files changed, 40 insertions(+), 24 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e6d0b32..a289785 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,23 @@
+liblexical-underscore-perl (0.004-1) unstable; urgency=medium
+
+  [ upstream ]
+  * New release.
++ Fix for Perl >= 5.24, where lexical $_ no longer exists.
+
+  [ Jonas Smedegaard ]
+  * Update watch file: Tighten version regex.
+  * Modernize Vcs-* fields:
++ Use git subdir (not cgit).
++ Add .git suffix for Vcs-Git URL.
+  * Stop override lintian for
+package-needs-versioned-debhelper-build-depends: Fixed in lintian.
+  * Update copyright info:
++ Extend coverage for main upstream author.
++ Extend coverage of Debian packaging.
+  * Drop patch 1001 fixed upstream.
+
+ -- Jonas Smedegaard   Wed, 01 Feb 2017 01:44:22 +0100
+
 liblexical-underscore-perl (0.003-2) unstable; urgency=medium
 
   * Update watch file:
diff --git a/debian/control b/debian/control
index 3ef3b1d..7338d00 100644
--- a/debian/control
+++ b/debian/control
@@ -10,8 +10,8 @@ Build-Depends: cdbs,
 Maintainer: Debian Perl Group 
 Uploaders: Jonas Smedegaard 
 Standards-Version: 3.9.8
-Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/liblexical-underscore-perl
-Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/liblexical-underscore-perl.git
+Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/liblexical-underscore-perl.git
+Vcs-Browser: 
https://anonscm.debian.org/git/pkg-perl/packages/liblexical-underscore-perl.git
 Homepage: http://search.cpan.org/dist/lexical-underscore/
 
 Package: liblexical-underscore-perl
diff --git a/debian/copyright_hints b/debian/copyright_hints
index c6d98eb..962f417 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -15,9 +15,6 @@ Files: CREDITS
  debian/control
  debian/control.in
  debian/gbp.conf
- debian/patches/1001_avoid_lexical_underscore.patch
- debian/patches/README
- debian/patches/series
  debian/source/format
  debian/source/lintian-overrides
  debian/watch
@@ -30,41 +27,40 @@ Copyright: NONE
 License: UNKNOWN
  FIXME
 
-Files: CONTRIBUTING
- README
+Files: README
  lib/lexical/underscore.pm
 Copyright: 2012, 2014, Toby Inkster.
-  2012-2014, Toby Inkster.
-License: UNKNOWN
- FIXME
-
-Files: COPYRIGHT
-Copyright: -format/1.0/
-  2014, the copyright holder(s).
-  CREDITS
-  Copyright 2012 Toby Inkster.
-  Copyright 2014 Toby Inkster.
-  None
-  This software is copyright (c) 2012, 2014 by Toby Inkster.
-  Unknown
-License: Artistic-1.0
+License: Artistic or GPL-1+
  FIXME
 
 Files: LICENSE
 Copyright: 1989, Free Software Foundation, Inc.
   19xx name of author
   19yy 
-  2014, Toby Inkster.
+  2017, Toby Inkster.
   disclaimer" for the program, if
   ed by the Free
   interest in the
   of this Package, but belong to whomever generated them, and may be sold
   the software, and
-License: GPL-1+ or Artistic-1.0
+License: Artistic or GPL-1+
+ FIXME
+
+Files: COPYRIGHT
+Copyright: -format/1.0/
+  2017, the copyright holder(s).
+  CREDITS
+  Copyright 2012 Toby Inkster.
+  Copyright 2014 Toby Inkster.
+  Copyright 2017 Toby Inkster.
+  None
+  This software is copyright (c) 2012, 2014 by Toby Inkster.
+  Unknown
+License: Artistic-1.0 and/or GPL-1
  FIXME
 
 Files: debian/rules
-Copyright: 2013-2014, 2016, Jonas Smedegaard 
+Copyright: 2013-2014, 2016-2017, Jonas Smedegaard 
 License: GPL-3+
  FIXME
 

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

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


[liblexical-underscore-perl] 07/08: Update copyright info: Extend coverage for main upstream author.

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository liblexical-underscore-perl.

commit 095e934472cdbe5edb3c70d9e2259cc5799272a0
Author: Jonas Smedegaard 
Date:   Wed Feb 1 01:43:22 2017 +0100

Update copyright info: Extend coverage for main upstream author.
---
 debian/copyright | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/copyright b/debian/copyright
index 6b37c83..f93e5ce 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,7 +5,7 @@ Source: http://search.cpan.org/dist/lexical-underscore/
  git://github.com/tobyink/p5-lexical-underscore
 
 Files: *
-Copyright: 2012,2014, Toby Inkster 
+Copyright: 2012,2014,2017, Toby Inkster 
 License-Grant:
  This is free software; you can redistribute it and/or modify it under
  the same terms as the Perl 5 programming language system itself.

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

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


[liblexical-underscore-perl] branch pristine-tar updated (ede665b -> 69a683b)

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to branch pristine-tar
in repository liblexical-underscore-perl.

  from  ede665b   pristine-tar data for 
liblexical-underscore-perl_0.003.orig.tar.gz
   new  69a683b   pristine-tar data for 
liblexical-underscore-perl_0.004.orig.tar.gz

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


Summary of changes:
 liblexical-underscore-perl_0.004.orig.tar.gz.delta | Bin 0 -> 1380 bytes
 liblexical-underscore-perl_0.004.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 liblexical-underscore-perl_0.004.orig.tar.gz.delta
 create mode 100644 liblexical-underscore-perl_0.004.orig.tar.gz.id

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

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


[liblexical-underscore-perl] annotated tag upstream/0.004 created (now d41ad0d)

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag upstream/0.004
in repository liblexical-underscore-perl.

at  d41ad0d   (tag)
   tagging  be8c33d0cc606d9b38e379b45ead4c33a3898e99 (commit)
  replaces  upstream/0.003
 tagged by  Jonas Smedegaard
on  Wed Feb 1 01:39:21 2017 +0100

- Log -
Upstream version 0.004
-BEGIN PGP SIGNATURE-

iQIcBAABCAAGBQJYkS45AAoJECx8MUbBoAEhiCcQAJAeVCiMQYeq4loGYli56Ucp
U7CO/jqPaxXHlm8qNdZum1rVaYM8iCq+y+vwVWxOJ8/WsIRlOEumy3J9ajE+HN13
ZiBn40lVz5VwwXcip5P/fiReTKT8galKS8xIqDfhedDu2LIMrlw2GQK05zSYax8M
5pHHTPbLObjPMSGcoi4jbE+IWWXRS1KYD/ImurTy78Z7n3NBcVfxqwmwJjVj4f/n
ERsNl5auVjK3DTqaGbgegywYFlJ7iTMO5AaIJa6jlFFlUsJO9Nqx5TXoT5Vppa7w
MthLSPJ9FBKVLNoh8KzJ596QgosaOLku2nc1gdO3I1XCdMFMun4yCk2c6iVrChfU
44XFp2LoH1lBqcTayjU+rKhynhuuYtvGgm51MdDcEn11g2TXdnddn71CLsAqgPL5
E4BwoB7u90KQTMiMZxC0tIu5n9pLlWNjDTo9NU0gGBYjL/o7ikOP4dMVIaJzHORW
KMWPMrMD93nj5c33dMhoDtIJNppEcHvnscn/J9DroAt+h4DmpHa4K0f72FEDBK50
ib9hV2FvHy6+aL7ixFhaK//ccXbN6Zcub7Ze8goEMkcBs0Wk9xBHv94e9CTgaLgt
tDs29MEp0BbeR72NjZtxck0rfn36zqWBGTVdlK6cbfLiirXAPU0qjpKri1eDLmVU
SIiUYT3Myw3Dc8ok8Hw2
=Ahp5
-END PGP SIGNATURE-

Jonas Smedegaard (1):
  New upstream version 0.004

Toby Inkster (3):
  Added tag 0.003 for changeset 543a72f6f72c
  $_ was removed in Perl 5.24
  bump version; update changelog

---

No new revisions were added by this update.

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

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


[libtype-tiny-perl] 02/13: Update watch file: Bump to version 4. Track only MetaCPAN URL. Mention gbp import-orig --uscan in usage comment. Tighten version regex.

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libtype-tiny-perl.

commit d6c54b98dde990a2b2298520dcf9852728ecbb3d
Author: Jonas Smedegaard 
Date:   Wed Feb 1 01:56:02 2017 +0100

Update watch file: Bump to version 4. Track only MetaCPAN URL. Mention gbp 
import-orig --uscan in usage comment. Tighten version regex.
---
 debian/watch | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/debian/watch b/debian/watch
index 12030f1..87e034a 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,3 @@
-# Run the "uscan" command to check for upstream updates and more.
-version=3
-https://metacpan.org/release/Type-Tiny .*/Type-Tiny-([\d.]+)\.tar\.gz
-http://www.cpan.org/authors/id/T/TO/TOBYINK/Type-Tiny-([\d.]+)\.tar\.gz
+# run "uscan --report" to check or "gpb import-orig --uscan" to update
+version=4
+https://metacpan.org/release/Type-Tiny .*/Type-Tiny-(\d[\d.]*)\.tar\.gz

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

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


[libtype-tiny-perl] 07/13: Bump debhelper compatibility level to 9.

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libtype-tiny-perl.

commit 1e1b95337bcbe6a1accf799555dba3b6a3efe189
Author: Jonas Smedegaard 
Date:   Wed Feb 1 02:01:20 2017 +0100

Bump debhelper compatibility level to 9.
---
 debian/compat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9

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

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


[libtype-tiny-perl] 04/13: Sync rules with control: Update Test::Tester build dependency.

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libtype-tiny-perl.

commit fd4a712b479a5a61e47c1e57b6fc7dad810722f1
Author: Jonas Smedegaard 
Date:   Wed Feb 1 02:00:22 2017 +0100

Sync rules with control: Update Test::Tester build dependency.
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 83d2230..66217e4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,10 +29,11 @@ DEB_UPSTREAM_URL = 
http://www.cpan.org/authors/id/T/TO/TOBYINK
 # Needed by upstream testsuite
 # TODO: add Sub::Exporter::Lexical and Function::Parameters when in Debian
 perl-deps-test = moose mouse class-insideout
-perl-deps-test += moosex-types mousex-types test-fatal test-tester
+perl-deps-test += moosex-types mousex-types test-fatal
 perl-deps-test += moosex-types-common test-warnings match-simple
 perl-deps-test += moosex-getopt devel-hide
 deps-test = $(patsubst %,$(comma) lib%-perl,$(perl-deps-test))
+deps-test +=, libtest-simple-perl (>= 1.001010) | libtest-tester-perl | perl 
(>= 5.21.6)
 deps-test +=, perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
 deps-test +=, libmoo-perl (>= 1.001000)
 deps-test +=, perl (>= 5.13.11) | libjson-pp-perl (>= 2.27105)

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

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


[libtype-tiny-perl] 10/13: Update copyright info: Extend coverage of Debian packaging.

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libtype-tiny-perl.

commit 17f13270b15570b4a89f669dfd520fe1352f15aa
Author: Jonas Smedegaard 
Date:   Wed Feb 1 02:09:05 2017 +0100

Update copyright info: Extend coverage of Debian packaging.
---
 debian/copyright | 2 +-
 debian/rules | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 5a8495b..46f8dec 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -142,7 +142,7 @@ Comment:
  CC-BY-SA_UK-2.0 licensing skipped: Unneeded, and would be 2k chars.
 
 Files: debian/*
-Copyright: 2013-2014, Jonas Smedegaard 
+Copyright: 2013-2015,2017, Jonas Smedegaard 
 License-Grant:
  This program is free software; you can redistribute it and/or modify it
  under the terms of the GNU General Public License as published by the
diff --git a/debian/rules b/debian/rules
index 66217e4..a246b61 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 # -*- mode: makefile; coding: utf-8 -*-
-# Copyright © 2013-2014 Jonas Smedegaard 
+# Copyright © 2013-2015, 2017 Jonas Smedegaard 
 # Description: Main Debian packaging script for Type::Tiny
 #
 # This program is free software; you can redistribute it and/or modify

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

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

[libtype-tiny-perl] branch master updated (dea8b0a -> 0c503d0)

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to branch master
in repository libtype-tiny-perl.

  from  dea8b0a   update changelog
  adds  fad45a0   Added tag 1.05 for changeset e95ef88f9a67
  adds  e088912   fix for RT#114386 from ETHER
  adds  2e57e4e   bump version, update changelog
  adds  f41bf99   copyright dates
  adds  c1ac68f   update travis stuff
  adds  4187018   New upstream version 1.06
   new  8fd982a   Merge tag 'upstream/1.06'
   new  d6c54b9   Update watch file: Bump to version 4. Track only MetaCPAN 
URL. Mention gbp import-orig --uscan in usage comment. Tighten version regex.
   new  e3bd6f7   Update git-buildpage config: Avoid git- prefix. Filter 
any .git* file.
   new  fd4a712   Sync rules with control: Update Test::Tester build 
dependency.
   new  66eb3ac   Modernize Vcs-* fields: Use https protocol. Use git 
subdir (not cgit). Add .git suffix for Vcs-Git URL.
   new  a20476e   Declare compliance with Debian Policy 3.9.8.
   new  1e1b953   Bump debhelper compatibility level to 9.
   new  9411aae   Update copyright info: Use License-Grant and 
License-Reference fields. Thanks to Ben Finney.
   new  f1e58c8   Add lintian override regarding license in 
License-Reference field. See bug#786450.
   new  17f1327   Update copyright info: Extend coverage of Debian 
packaging.
   new  f410abd   Update copyright info: Extend coverage for upstream 
authors.
   new  9993167   Update package relations: Favor recent perl over (recent 
libtest-simple-perl over) libtest-tester-perl.
   new  0c503d0   Prepare for release: Update changelog, control file, and 
copyright hints.

The 13 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:
 COPYRIGHT  |  75 ++--
 CREDITS|   1 +
 Changes|   8 +
 LICENSE|   6 +-
 META.json  |  70 ++--
 META.yml   |  70 ++--
 Makefile.PL|  70 ++--
 README |   2 +-
 SIGNATURE  | 428 ++--
 debian/changelog   |  36 +-
 debian/compat  |   2 +-
 debian/control |  10 +-
 debian/control.in  |   6 +-
 debian/copyright   | 145 +++
 debian/copyright_hints | 184 +
 debian/gbp.conf|   4 +-
 debian/rules   |   5 +-
 debian/source/lintian-overrides|   5 +
 debian/watch   |   7 +-
 doap.ttl   | 448 +++--
 examples/benchmark-coercions.pl|   2 +-
 examples/benchmark-constraints.pl  |   2 +-
 examples/benchmark-param-validation.pl |   2 +-
 lib/Devel/TypeTiny/Perl56Compat.pm |   4 +-
 lib/Devel/TypeTiny/Perl58Compat.pm |   4 +-
 lib/Error/TypeTiny.pm  |   4 +-
 lib/Error/TypeTiny/Assertion.pm|   4 +-
 lib/Error/TypeTiny/Compilation.pm  |   4 +-
 lib/Error/TypeTiny/WrongNumberOfParameters.pm  |   4 +-
 lib/Eval/TypeTiny.pm   |   4 +-
 lib/Reply/Plugin/TypeTiny.pm   |   4 +-
 lib/Test/TypeTiny.pm   |   4 +-
 lib/Type/Coercion.pm   |   4 +-
 lib/Type/Coercion/FromMoose.pm |   4 +-
 lib/Type/Coercion/Union.pm |   4 +-
 lib/Type/Library.pm|   4 +-
 lib/Type/Params.pm |   4 +-
 lib/Type/Parser.pm |   4 +-
 lib/Type/Registry.pm   |   4 +-
 lib/Type/Tiny.pm   |   4 +-
 lib/Type/Tiny/Class.pm |   4 +-
 lib/Type/Tiny/Duck.pm  |   4 +-
 lib/Type/Tiny/Enum.pm  |   4 +-
 lib/Type/Tiny/Intersection.pm  |   4 +-
 lib/Type/Tiny/Manual.pod   |   2 +-
 lib/Type/Tiny/Manual/Coercions.pod |   2 +-
 lib/Type/Tiny/Manual/Libraries.pod |   2 +-
 lib/Type/Tiny/Manual/Optimization.pod  |   2 +-
 lib/Type/Tiny/Manua

[libtype-tiny-perl] 05/13: Modernize Vcs-* fields: Use https protocol. Use git subdir (not cgit). Add .git suffix for Vcs-Git URL.

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libtype-tiny-perl.

commit 66eb3acbc44bff45c01ffbd697b47e8bd7216e99
Author: Jonas Smedegaard 
Date:   Wed Feb 1 02:01:02 2017 +0100

Modernize Vcs-* fields: Use https protocol. Use git subdir (not cgit). Add 
.git suffix for Vcs-Git URL.
---
 debian/control.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control.in b/debian/control.in
index 4e2aa2d..8f0df3d 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -5,8 +5,8 @@ Build-Depends: @cdbs@
 Maintainer: Debian Perl Group 
 Uploaders: Jonas Smedegaard 
 Standards-Version: 3.9.6
-Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libtype-tiny-perl
-Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libtype-tiny-perl.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtype-tiny-perl.git
+Vcs-Browser: 
https://anonscm.debian.org/git/pkg-perl/packages/libtype-tiny-perl.git
 Homepage: https://metacpan.org/release/Type-Tiny
 
 Package: libtype-tiny-perl

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

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


[libtype-tiny-perl] 12/13: Update package relations: Favor recent perl over (recent libtest-simple-perl over) libtest-tester-perl.

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libtype-tiny-perl.

commit 999316744d1281b042d07af30695b6c9d49bd530
Author: Jonas Smedegaard 
Date:   Wed Feb 1 02:44:35 2017 +0100

Update package relations: Favor recent perl over (recent 
libtest-simple-perl over) libtest-tester-perl.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index a246b61..b06074e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,7 +33,7 @@ perl-deps-test += moosex-types mousex-types test-fatal
 perl-deps-test += moosex-types-common test-warnings match-simple
 perl-deps-test += moosex-getopt devel-hide
 deps-test = $(patsubst %,$(comma) lib%-perl,$(perl-deps-test))
-deps-test +=, libtest-simple-perl (>= 1.001010) | libtest-tester-perl | perl 
(>= 5.21.6)
+deps-test +=, perl (>= 5.21.6) | libtest-simple-perl (>= 1.001010) | 
libtest-tester-perl
 deps-test +=, perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
 deps-test +=, libmoo-perl (>= 1.001000)
 deps-test +=, perl (>= 5.13.11) | libjson-pp-perl (>= 2.27105)

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

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


[libtype-tiny-perl] 03/13: Update git-buildpage config: Avoid git- prefix. Filter any .git* file.

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libtype-tiny-perl.

commit e3bd6f7425288922c63e880f07eb94b9363210df
Author: Jonas Smedegaard 
Date:   Wed Feb 1 01:56:23 2017 +0100

Update git-buildpage config: Avoid git- prefix. Filter any .git* file.
---
 debian/gbp.conf | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/debian/gbp.conf b/debian/gbp.conf
index 790a2f9..2a594ca 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -3,6 +3,4 @@
 [DEFAULT]
 pristine-tar = True
 sign-tags = True
-
-[git-import-orig]
-filter = .gitignore
+filter = */.git*

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

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


[libtype-tiny-perl] 06/13: Declare compliance with Debian Policy 3.9.8.

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libtype-tiny-perl.

commit a20476efa6070a59aafc41c58c16b196efe18250
Author: Jonas Smedegaard 
Date:   Wed Feb 1 02:01:08 2017 +0100

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

diff --git a/debian/control.in b/debian/control.in
index 8f0df3d..12f2ede 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -4,7 +4,7 @@ Priority: optional
 Build-Depends: @cdbs@
 Maintainer: Debian Perl Group 
 Uploaders: Jonas Smedegaard 
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtype-tiny-perl.git
 Vcs-Browser: 
https://anonscm.debian.org/git/pkg-perl/packages/libtype-tiny-perl.git
 Homepage: https://metacpan.org/release/Type-Tiny

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

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


[libtype-tiny-perl] 11/13: Update copyright info: Extend coverage for upstream authors.

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libtype-tiny-perl.

commit f410abda778be1929f4cbc208dc4c886624590a5
Author: Jonas Smedegaard 
Date:   Wed Feb 1 02:32:49 2017 +0100

Update copyright info: Extend coverage for upstream authors.
---
 debian/copyright | 24 
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 46f8dec..c3a312d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,7 +5,7 @@ Source: http://search.cpan.org/dist/Type-Tiny/
  https://github.com/tobyink/p5-type-tiny
 
 Files: *
-Copyright: 2012-2014, Toby Inkster 
+Copyright: 2012-2014,2017, Toby Inkster 
 License-Grant:
  This is free software; you can redistribute it and/or modify it under
  the same terms as the Perl 5 programming language system itself.
@@ -21,7 +21,7 @@ Files: t/40-regression/rt85911.t
  t/40-regression/rt92571.t
  t/40-regression/rt92591.t
  t/40-regression/rt94196.t
-Copyright: 2013-2014, Diab Jerius 
+Copyright: 2013-2014,2017, Diab Jerius 
 License-Grant:
  This is free software; you can redistribute it and/or modify it under
  the same terms as the Perl 5 programming language system itself.
@@ -41,7 +41,7 @@ Files: t/20-unit/Types-Common-Numeric/basic.t
  t/20-unit/Types-Common-String/basic.t
  t/20-unit/Types-Common-String/coerce.t
  t/20-unit/Types-Common-String/unicode.t
-Copyright: 2013-2014, Matt S Trout 
+Copyright: 2013-2014,2017, Matt S Trout 
 License-Grant:
  This is free software; you can redistribute it and/or modify it under
  the same terms as the Perl 5 programming language system itself.
@@ -49,57 +49,57 @@ License: Artistic or GPL-1+
 
 Files: t/40-regression/rt86233.t
  t/40-regression/rt86239.t
-Copyright: 2013-2014, Vyacheslav Matyukhin 
+Copyright: 2013-2014,2017, David Golden
+  2013-2014,2017, Toby Inkster 
 License-Grant:
  This is free software; you can redistribute it and/or modify it under
  the same terms as the Perl 5 programming language system itself.
 License: Artistic or GPL-1+
 
 Files: t/30-integration/MooseX-Getopt/coercion.t
-Copyright: 2014, Alexander Hartmaier 
+Copyright: 2014,2017, Alexander Hartmaier 
 License-Grant:
  This is free software; you can redistribute it and/or modify it under
  the same terms as the Perl 5 programming language system itself.
 License: Artistic or GPL-1+
 
 Files: t/99-moose-std-types-test.t
-Copyright: 2013-2014, Infinity Interactive, Inc.
+Copyright: 2013-2014,2017, Infinity Interactive, Inc.
 License-Grant:
  This is free software; you can redistribute it and/or modify it under
  the same terms as the Perl 5 programming language system itself.
 License: Artistic or GPL-1+
 
 Files: t/40-regression/ttxs-gh1.t
-Copyright: 2014, Jed Lund
+Copyright: 2014,2017, Jed Lund
 License-Grant:
  This is free software; you can redistribute it and/or modify it under
  the same terms as the Perl 5 programming language system itself.
 License: Artistic or GPL-1+
 
 Files: t/40-regression/gh1.t
-Copyright: 2013-2014, Richard Simões 
+Copyright: 2013-2014,2017, Richard Simões 
 License-Grant:
  This is free software; you can redistribute it and/or modify it under
  the same terms as the Perl 5 programming language system itself.
 License: Artistic or GPL-1+
 
 Files: t/40-regression/rt90096.t
-Copyright: 2013-2014, Samuel Kaufman 
+Copyright: 2013-2014,2017, Samuel Kaufman 
 License-Grant:
  This is free software; you can redistribute it and/or modify it under
  the same terms as the Perl 5 programming language system itself.

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

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

[libtype-tiny-perl] branch pristine-tar updated (c5ac68b -> 75fdea1)

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to branch pristine-tar
in repository libtype-tiny-perl.

  from  c5ac68b   pristine-tar data for 
libtype-tiny-perl_1.05.orig.tar.gz
   new  75fdea1   pristine-tar data for 
libtype-tiny-perl_1.06.orig.tar.gz

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


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

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

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


[libtype-tiny-perl] 01/13: Merge tag 'upstream/1.000006'

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libtype-tiny-perl.

commit 8fd982ae8beb83f8a219f4ec575e27b885f471ff
Merge: dea8b0a 4187018
Author: Jonas Smedegaard 
Date:   Wed Feb 1 01:55:10 2017 +0100

Merge tag 'upstream/1.06'

Upstream version 1.06

# gpg: Signature made Wed Feb  1 01:55:06 2017 CET
# gpg:using RSA key 2C7C3146C1A00121
# gpg: Good signature from "Jonas Smedegaard "
# gpg: aka "Jonas Smedegaard "
# gpg: aka "Jonas Smedegaard "
# gpg: aka "[jpeg image of size 4165]"

 COPYRIGHT  |  75 ++--
 CREDITS|   1 +
 Changes|   8 +
 LICENSE|   6 +-
 META.json  |  70 ++--
 META.yml   |  70 ++--
 Makefile.PL|  70 ++--
 README |   2 +-
 SIGNATURE  | 428 ++--
 doap.ttl   | 448 +++--
 examples/benchmark-coercions.pl|   2 +-
 examples/benchmark-constraints.pl  |   2 +-
 examples/benchmark-param-validation.pl |   2 +-
 lib/Devel/TypeTiny/Perl56Compat.pm |   4 +-
 lib/Devel/TypeTiny/Perl58Compat.pm |   4 +-
 lib/Error/TypeTiny.pm  |   4 +-
 lib/Error/TypeTiny/Assertion.pm|   4 +-
 lib/Error/TypeTiny/Compilation.pm  |   4 +-
 lib/Error/TypeTiny/WrongNumberOfParameters.pm  |   4 +-
 lib/Eval/TypeTiny.pm   |   4 +-
 lib/Reply/Plugin/TypeTiny.pm   |   4 +-
 lib/Test/TypeTiny.pm   |   4 +-
 lib/Type/Coercion.pm   |   4 +-
 lib/Type/Coercion/FromMoose.pm |   4 +-
 lib/Type/Coercion/Union.pm |   4 +-
 lib/Type/Library.pm|   4 +-
 lib/Type/Params.pm |   4 +-
 lib/Type/Parser.pm |   4 +-
 lib/Type/Registry.pm   |   4 +-
 lib/Type/Tiny.pm   |   4 +-
 lib/Type/Tiny/Class.pm |   4 +-
 lib/Type/Tiny/Duck.pm  |   4 +-
 lib/Type/Tiny/Enum.pm  |   4 +-
 lib/Type/Tiny/Intersection.pm  |   4 +-
 lib/Type/Tiny/Manual.pod   |   2 +-
 lib/Type/Tiny/Manual/Coercions.pod |   2 +-
 lib/Type/Tiny/Manual/Libraries.pod |   2 +-
 lib/Type/Tiny/Manual/Optimization.pod  |   2 +-
 lib/Type/Tiny/Manual/Params.pod|   2 +-
 lib/Type/Tiny/Manual/Policies.pod  |   2 +-
 lib/Type/Tiny/Manual/UsingWithMoo.pod  |   2 +-
 lib/Type/Tiny/Manual/UsingWithMoose.pod|   2 +-
 lib/Type/Tiny/Manual/UsingWithMouse.pod|   2 +-
 lib/Type/Tiny/Manual/UsingWithOther.pod|   2 +-
 lib/Type/Tiny/Role.pm  |   4 +-
 lib/Type/Tiny/Union.pm |   4 +-
 lib/Type/Tiny/_HalfOp.pm   |   4 +-
 lib/Type/Utils.pm  |   4 +-
 lib/Types/Common/Numeric.pm|   4 +-
 lib/Types/Common/String.pm |   4 +-
 lib/Types/Standard.pm  |   4 +-
 lib/Types/Standard/ArrayRef.pm |   4 +-
 lib/Types/Standard/Dict.pm |   4 +-
 lib/Types/Standard/HashRef.pm  |   4 +-
 lib/Types/Standard/Map.pm  |   4 +-
 lib/Types/Standard/ScalarRef.pm|   4 +-
 lib/Types/Standard/Tuple.pm|   4 +-
 lib/Types/TypeTiny.pm  |   4 +-
 t/00-begin.t   |   2 +-
 t/01-compile.t |   2 +-
 t/02-api.t |   2 +-
 t/03-leak.t|   2 +-
 t/20-unit/Devel-TypeTiny-Perl56Compat/basic.t  |   2 +-
 t/20-unit/Devel-TypeTiny-Perl58Compat/basic.t  |   2 +-
 t/20-unit/Error-TypeTiny-Assertion/basic.t |   2 +-
 t/20-unit/Error-TypeTiny-Compilation/basic.t   |   2 +-
 .../Error-TypeTiny-WrongNumberOfParameters/basic.t |   2 +-
 t/20-unit/Error-TypeTiny/basic.t   |   2 +-
 t/20-unit/Error-TypeTiny/stacktrace.t  |   2 +-
 t/20-unit/Eval-TypeTiny/basic.t|   2 +-
 t/20-unit/Ev

[libtype-tiny-perl] 09/13: Add lintian override regarding license in License-Reference field. See bug#786450.

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libtype-tiny-perl.

commit f1e58c856647592713ca669ade6699959d9ba4c2
Author: Jonas Smedegaard 
Date:   Wed Feb 1 02:08:10 2017 +0100

Add lintian override regarding license in License-Reference field. See 
bug#786450.
---
 debian/source/lintian-overrides | 5 +
 1 file changed, 5 insertions(+)

diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 000..f87ce0c
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,5 @@
+# License is in License-Reference field (see bug#786450)
+missing-license-text-in-dep5-copyright
+
+# License is in License-Reference field (see bug#786450)
+missing-license-paragraph-in-dep5-copyright

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

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


[libtype-tiny-perl] 08/13: Update copyright info: Use License-Grant and License-Reference fields. Thanks to Ben Finney.

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libtype-tiny-perl.

commit 9411aae000a361b37fcc86fb7e25985bac41a4dd
Author: Jonas Smedegaard 
Date:   Wed Feb 1 02:05:52 2017 +0100

Update copyright info: Use License-Grant and License-Reference fields. 
Thanks to Ben Finney.
---
 debian/copyright | 119 +--
 1 file changed, 36 insertions(+), 83 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index dd5fb9f..5a8495b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -6,15 +6,11 @@ Source: http://search.cpan.org/dist/Type-Tiny/
 
 Files: *
 Copyright: 2012-2014, Toby Inkster 
-License: Artistic or GPL-1+
-Comment:
- License:
- .
+License-Grant:
  This is free software; you can redistribute it and/or modify it under
  the same terms as the Perl 5 programming language system itself.
- .
- Comment:
- .
+License: Artistic or GPL-1+
+Comment:
  Perl 5 is licensed under either the 'Artistic license' or the 'GNU
  General Public License' version 1 or later.
 
@@ -26,110 +22,88 @@ Files: t/40-regression/rt85911.t
  t/40-regression/rt92591.t
  t/40-regression/rt94196.t
 Copyright: 2013-2014, Diab Jerius 
-License: Artistic or GPL-1+
-Comment:
- License:
- .
+License-Grant:
  This is free software; you can redistribute it and/or modify it under
  the same terms as the Perl 5 programming language system itself.
+License: Artistic or GPL-1+
 
 Files: lib/Type/Tiny/_HalfOp.pm
  t/20-unit/Type-Tiny-_HalfOp/overload-precedence.t
  t/40-regression/73f51e2d.pl
  t/40-regression/73f51e2d.t
 Copyright: 2014, Graham Knop 
-License: Artistic or GPL-1+
-Comment:
- License:
- .
+License-Grant:
  This is free software; you can redistribute it and/or modify it under
  the same terms as the Perl 5 programming language system itself.
+License: Artistic or GPL-1+
 
 Files: t/20-unit/Types-Common-Numeric/basic.t
  t/20-unit/Types-Common-String/basic.t
  t/20-unit/Types-Common-String/coerce.t
  t/20-unit/Types-Common-String/unicode.t
 Copyright: 2013-2014, Matt S Trout 
-License: Artistic or GPL-1+
-Comment:
- License:
- .
+License-Grant:
  This is free software; you can redistribute it and/or modify it under
  the same terms as the Perl 5 programming language system itself.
+License: Artistic or GPL-1+
 
 Files: t/40-regression/rt86233.t
  t/40-regression/rt86239.t
 Copyright: 2013-2014, Vyacheslav Matyukhin 
-License: Artistic or GPL-1+
-Comment:
- License:
- .
+License-Grant:
  This is free software; you can redistribute it and/or modify it under
  the same terms as the Perl 5 programming language system itself.
+License: Artistic or GPL-1+
 
 Files: t/30-integration/MooseX-Getopt/coercion.t
 Copyright: 2014, Alexander Hartmaier 
-License: Artistic or GPL-1+
-Comment:
- License:
- .
+License-Grant:
  This is free software; you can redistribute it and/or modify it under
  the same terms as the Perl 5 programming language system itself.
+License: Artistic or GPL-1+
 
 Files: t/99-moose-std-types-test.t
 Copyright: 2013-2014, Infinity Interactive, Inc.
-License: Artistic or GPL-1+
-Comment:
- License:
- .
+License-Grant:
  This is free software; you can redistribute it and/or modify it under
  the same terms as the Perl 5 programming language system itself.
+License: Artistic or GPL-1+
 
 Files: t/40-regression/ttxs-gh1.t
 Copyright: 2014, Jed Lund
-License: Artistic or GPL-1+
-Comment:
- License:
- .
+License-Grant:
  This is free software; you can redistribute it and/or modify it under
  the same terms as the Perl 5 programming language system itself.
+License: Artistic or GPL-1+
 
 Files: t/40-regression/gh1.t
 Copyright: 2013-2014, Richard Simões 
-License: Artistic or GPL-1+
-Comment:
- License:
- .
+License-Grant:
  This is free software; you can redistribute it and/or modify it under
  the same terms as the Perl 5 programming language system itself.
+License: Artistic or GPL-1+
 
 Files: t/40-regression/rt90096.t
 Copyright: 2013-2014, Samuel Kaufman 
-License: Artistic or GPL-1+
-Comment:
- License:
- .
+License-Grant:
  This is free software; you can redistribute it and/or modify it under
  the same terms as the Perl 5 programming language system itself.
+License: Artistic or GPL-1+
 
 Files: inc/Test/Fatal.pm
 Copyright: Copyright 2013 Ricardo Signes
@@ -151,10 +125,7 @@ Comment:
 
 Files: CONTRIBUTING
 Copyright: 2012-2014, Toby Inkster 
-License: Artistic or GPL-1+
-Comment:
- License:
- .
+License-Grant:
  CONTRIBUTING is available under three different licences permitting its
  redistribution: the CC-BY-SA_UK-2.0 licence, plus the same licences as
  Perl itself, which is distributed under the GNU General Public Licence
@@ -166,42 +137,24 @@ Comment:
  .
  This file is free software; you can redistribute it and/or modify it
  under the same terms as the Perl 5 programming language system itself.
- .
- Comment:
- .
+License: Artistic or GPL-1+
+Comment:
  CC-BY-SA_UK-2.0 licensing skip

[libtype-tiny-perl] 01/01: pristine-tar data for libtype-tiny-perl_1.000006.orig.tar.gz

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch pristine-tar
in repository libtype-tiny-perl.

commit 75fdea14a28f26795cadaad5b955aefb76b1b246
Author: Jonas Smedegaard 
Date:   Wed Feb 1 01:55:06 2017 +0100

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

diff --git a/libtype-tiny-perl_1.06.orig.tar.gz.delta 
b/libtype-tiny-perl_1.06.orig.tar.gz.delta
new file mode 100644
index 000..5b0a97f
Binary files /dev/null and b/libtype-tiny-perl_1.06.orig.tar.gz.delta differ
diff --git a/libtype-tiny-perl_1.06.orig.tar.gz.id 
b/libtype-tiny-perl_1.06.orig.tar.gz.id
new file mode 100644
index 000..aee160b
--- /dev/null
+++ b/libtype-tiny-perl_1.06.orig.tar.gz.id
@@ -0,0 +1 @@
+f3df69771274a7a3ab1694460b41390895902c33

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

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


[libtype-tiny-perl] 13/13: Prepare for release: Update changelog, control file, and copyright hints.

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libtype-tiny-perl.

commit 0c503d02d0fd769a8dd2a0e0dbdfaf4632a56689
Author: Jonas Smedegaard 
Date:   Wed Feb 1 02:50:21 2017 +0100

Prepare for release: Update changelog, control file, and copyright hints.
---
 debian/changelog   |  36 +-
 debian/control |  10 +--
 debian/copyright_hints | 184 +++--
 3 files changed, 139 insertions(+), 91 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a29fcdf..9026afa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,40 @@
-libtype-tiny-perl (1.05-2) UNRELEASED; urgency=medium
+libtype-tiny-perl (1.06-1) unstable; urgency=medium
 
+  [ upstream ]
+  * New release.
++ Fix escaping within q{...} in a test case.
+
+  [ gregor herrmann ]
   * Update Test::Tester build dependency.
 
- -- gregor herrmann   Sat, 13 Jun 2015 22:26:57 +0200
+  [ Jonas Smedegaard ]
+  * Update watch file:
++ Bump to version 4.
++ Track only MetaCPAN URL.
++ Mention gbp import-orig --uscan in usage comment.
++ Tighten version regex.
+  * Update git-buildpage config:
++ Avoid git- prefix.
++ Filter any .git* file.
+  * Modernize Vcs-* fields:
++ Use https protocol.
++ Use git subdir (not cgit).
++ Add .git suffix for Vcs-Git URL.
+  * Declare compliance with Debian Policy 3.9.8.
+  * Bump debhelper compatibility level to 9.
+  * Update copyright info:
++ Use License-Grant and License-Reference fields.
+  Thanks to Ben Finney.
++ Extend coverage of Debian packaging.
++ Extend coverage for upstream authors.
+  * Add lintian override regarding license in License-Reference field.
+See bug#786450.
+  * Update package relations:
++ Favor recent perl over (recent libtest-simple-perl over)
+  libtest-tester-perl.
++ Build-depend on licensecheck (not devscripts).
+
+ -- Jonas Smedegaard   Wed, 01 Feb 2017 02:50:18 +0100
 
 libtype-tiny-perl (1.05-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 22ebd78..103036d 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libtype-tiny-perl
 Section: perl
 Priority: optional
 Build-Depends: cdbs,
- devscripts,
+ licensecheck,
  perl,
  debhelper,
  dh-buildinfo,
@@ -12,12 +12,12 @@ Build-Depends: cdbs,
  libmoosex-types-perl,
  libmousex-types-perl,
  libtest-fatal-perl,
- libtest-simple-perl (>= 1.001010) | libtest-tester-perl | perl (>= 5.21.6),
  libmoosex-types-common-perl,
  libtest-warnings-perl,
  libmatch-simple-perl,
  libmoosex-getopt-perl,
  libdevel-hide-perl,
+ perl (>= 5.21.6) | libtest-simple-perl (>= 1.001010) | libtest-tester-perl,
  perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
  libmoo-perl (>= 1.001000),
  perl (>= 5.13.11) | libjson-pp-perl (>= 2.27105),
@@ -27,9 +27,9 @@ Build-Depends: cdbs,
  libdevel-stacktrace-perl
 Maintainer: Debian Perl Group 
 Uploaders: Jonas Smedegaard 
-Standards-Version: 3.9.6
-Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libtype-tiny-perl
-Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libtype-tiny-perl.git
+Standards-Version: 3.9.8
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtype-tiny-perl.git
+Vcs-Browser: 
https://anonscm.debian.org/git/pkg-perl/packages/libtype-tiny-perl.git
 Homepage: https://metacpan.org/release/Type-Tiny
 
 Package: libtype-tiny-perl
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 4352457..49457dd 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -133,7 +133,6 @@ Files: README
  t/20-unit/Type-Utils/match-on-type.t
  t/20-unit/Type-Utils/warnings.t
  t/20-unit/Types-Standard/basic.t
- t/20-unit/Types-Standard/deep-coercions.t
  t/20-unit/Types-Standard/lockdown.t
  t/20-unit/Types-Standard/mxtmlb-alike.t
  t/20-unit/Types-Standard/optlist.t
@@ -181,20 +180,18 @@ Files: README
  t/30-integration/match-simple/basic.t
  t/lib/BiggerLib.pm
  t/lib/DemoLib.pm
-Copyright: 2013, Toby Inkster
-  2013-2014, Toby Inkster
-  2014, Toby Inkster
-License: UNKNOWN
+Copyright: 2013, Toby Inkster.
+  2013-2014, 2017, Toby Inkster.
+  2014, 2017, Toby Inkster.
+License: Artistic or GPL-1+
  FIXME
 
 Files: CREDITS
  INSTALL
- MANIFEST
  META.json
  META.yml
  Makefile.PL
  NEWS
- SIGNATURE
  TODO
  debian/README.source
  debian/compat
@@ -202,6 +199,7 @@ Files: CREDITS
  debian/control.in
  debian/gbp.conf
  debian/source/format
+ debian/source/lintian-overrides
  debian/watch
  dist.ini
  examples/versus-scalar-validation.pl
@@ -211,7 +209,7 @@ Files: CREDITS
  t/TODO
  t/mk-test-manifest.pl
  t/not-covered.pl
-Copyright: *No copyright*
+Copyright: NONE
 License: UNKNOWN
  FIXME
 
@@ -223,135 +221,153 @@ Files: t/40-regression/rt85911.t
  t/40-regression/rt92591.t
  t/40-regression/rt94196.t
  t/40-regression/rt97684.t
-Copyright: 2013-2014, Diab Jerius
-  2014, Diab Jerius

[libtype-tiny-perl] annotated tag debian/1.000006-1 created (now 897e455)

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag debian/1.06-1
in repository libtype-tiny-perl.

at  897e455   (tag)
   tagging  0c503d02d0fd769a8dd2a0e0dbdfaf4632a56689 (commit)
  replaces  debian/1.05-1
 tagged by  Jonas Smedegaard
on  Wed Feb 1 02:53:40 2017 +0100

- Log -
libtype-tiny-perl Debian release 1.06-1
-BEGIN PGP SIGNATURE-

iQIcBAABCAAGBQJYkT+kAAoJECx8MUbBoAEheSUP/AksIdxSvnhX6Vi6CRYmkSQj
ReLoDsgZJ7JMB7djRgRMGmLXnQEC1BkTTcvUvHg5BC7AxCuLOvyXNBtfh0hBZ181
SLhqjJUwIZ1lHEk2iSypHSuzfBU6rEo+LL+UrWyDMuq2P4IY2e+fVOj7IE5a9j9q
fGIEJ2E0ffCTHSwlwlMoSV0mWETap7gjb4GHvR/0cQrycHkNPI/j4Ux/gh2vyHHq
7i3WC2+dbf4qUR3YdiqUA9JgAqijfTCjqRgaDxxnOV4HadCCbxV3jdKoU2RCjC/5
Ykc5nou6XvaG2j/LsgmYIdqCzRY/JeHQB9j+EjYxRFO4qLC6KelKp7Wbh/3Vzvxk
r43Th/v7MNrxduDrYZTp6GV+U9givqnSCOUaIlvJXmsEPjit87ifx3LFojKS27Lm
fN9WCSasgJODwkc3QWb+GKBjpfttu0FfEwnFHjVzV1/e6lfhPtreX6chuHtWsbWf
7MDfUr9c94FJX5ZK0vSwdxmtdq3kVG+rJG9YaNqOnHHhCBsnJC0N/ECJZhVGPf4J
NZuwqnwymNvhJQLSHs0UTdi9xO7lNE9DjrQX70c9y9MoZ1wjAzF7cSGJtdG1WNLQ
24o/zXHLS04SzLN/vaFNtCmgd8k0BEZrcgKm6FvHlrEVISIE0EKZl27mpecU0Tg0
czZ4PjI/B/qKya04l22E
=sSYL
-END PGP SIGNATURE-

Jonas Smedegaard (14):
  New upstream version 1.06
  Merge tag 'upstream/1.06'
  Update watch file: Bump to version 4. Track only MetaCPAN URL. Mention 
gbp import-orig --uscan in usage comment. Tighten version regex.
  Update git-buildpage config: Avoid git- prefix. Filter any .git* file.
  Sync rules with control: Update Test::Tester build dependency.
  Modernize Vcs-* fields: Use https protocol. Use git subdir (not cgit). 
Add .git suffix for Vcs-Git URL.
  Declare compliance with Debian Policy 3.9.8.
  Bump debhelper compatibility level to 9.
  Update copyright info: Use License-Grant and License-Reference fields. 
Thanks to Ben Finney.
  Add lintian override regarding license in License-Reference field. See 
bug#786450.
  Update copyright info: Extend coverage of Debian packaging.
  Update copyright info: Extend coverage for upstream authors.
  Update package relations: Favor recent perl over (recent 
libtest-simple-perl over) libtest-tester-perl.
  Prepare for release: Update changelog, control file, and copyright hints.

Toby Inkster (5):
  Added tag 1.05 for changeset e95ef88f9a67
  fix for RT#114386 from ETHER
  bump version, update changelog
  copyright dates
  update travis stuff

gregor herrmann (2):
  Update Test::Tester build dependency.
  update changelog

---

This annotated tag includes the following new commits:

   new  8fd982a   Merge tag 'upstream/1.06'
   new  d6c54b9   Update watch file: Bump to version 4. Track only MetaCPAN 
URL. Mention gbp import-orig --uscan in usage comment. Tighten version regex.
   new  e3bd6f7   Update git-buildpage config: Avoid git- prefix. Filter 
any .git* file.
   new  fd4a712   Sync rules with control: Update Test::Tester build 
dependency.
   new  66eb3ac   Modernize Vcs-* fields: Use https protocol. Use git 
subdir (not cgit). Add .git suffix for Vcs-Git URL.
   new  a20476e   Declare compliance with Debian Policy 3.9.8.
   new  1e1b953   Bump debhelper compatibility level to 9.
   new  9411aae   Update copyright info: Use License-Grant and 
License-Reference fields. Thanks to Ben Finney.
   new  f1e58c8   Add lintian override regarding license in 
License-Reference field. See bug#786450.
   new  17f1327   Update copyright info: Extend coverage of Debian 
packaging.
   new  f410abd   Update copyright info: Extend coverage for upstream 
authors.
   new  9993167   Update package relations: Favor recent perl over (recent 
libtest-simple-perl over) libtest-tester-perl.
   new  0c503d0   Prepare for release: Update changelog, control file, and 
copyright hints.

The 13 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/libtype-tiny-perl.git

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


[libtype-tiny-perl] annotated tag upstream/1.000006 created (now fda2f17)

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag upstream/1.06
in repository libtype-tiny-perl.

at  fda2f17   (tag)
   tagging  41870189217b4e23589deb4b49c18535aa692f01 (commit)
  replaces  upstream/1.05
 tagged by  Jonas Smedegaard
on  Wed Feb 1 01:55:06 2017 +0100

- Log -
Upstream version 1.06
-BEGIN PGP SIGNATURE-

iQIcBAABCAAGBQJYkTHqAAoJECx8MUbBoAEhFfoP/R0Y4KVezvz/UBy6ekTbaaPU
lJ07DofKALJ1imCzto9+nmCOkUN6iIQSLQ67SjLlF1KcnKUi+rDRNxWdncv40Edh
azdNy4FCFWaTKlkwpYCSTVLc21AmPcs1pCklWqygANykkt785M60K7naSWmFdrOB
c7O70sFDCOqhRd+FsYM2UQ0Hl65ZkpYzYr0FTkIH5Iqz36GON9CI1Ruq39n03QmP
e3l8Bnpz76Eg8/XRHHvXbYKO9UZjJ94R8lO5G232nxf04tQ2fuqMFzOT3uFsscC6
3LectjYgYT/mvo4rJ2VvfB8lXJ3fvMcr2+bLabusDii/TG4rzXPPIefeO8c9kFyW
HxrfBZ/Z3KQAZ3GxNerl1v6W1pJ3Z5Y3YKYT1tyIWhs0/ouX+C1AW1hR4dudjTt0
0uau7pbm6c0LJTpJBSkuZedFD3aCPilkODwhn3c0zJ65q+u661k2FZxPoyQTVNfd
e4WMqlNmsfb8mkBr4lIxgTsQyZ7YTbvIjhXVj3ao4YyHGXzd1JyRm7wEJgfUonK3
k/SBTgnJgGYiQgQ0PfXUjAiwmyvTMLSTFVMEGY6fRHCrMvDzhOM/UHnj0se2bENm
HaPmalBX7+3YYbBU6PWcnruG8C8QTBJQFkDYNAlm2IDzd8pfZzfHlAOH0Zx0Dnq6
IuUiK8taRQRztc9rc3v6
=wevA
-END PGP SIGNATURE-

Jonas Smedegaard (1):
  New upstream version 1.06

Toby Inkster (5):
  Added tag 1.05 for changeset e95ef88f9a67
  fix for RT#114386 from ETHER
  bump version, update changelog
  copyright dates
  update travis stuff

---

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

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


[libmoox-struct-perl] branch master updated (dec0ebe -> 5497b84)

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to branch master
in repository libmoox-struct-perl.

  from  dec0ebe   Add Makefile.old to debian/clean to be able to build 
twice in a row
  adds  d6371a3   Added tag 0.013 for changeset faf2c5df08a4
  adds  2ca08ee   Data::Printer 0.36 fixes, related to PR #2 and PR #3
  adds  11844e9   bump version; changelog
  adds  4fa2017   Dist::Inkt takes care of xt tests now
  adds  76c8f47   news
  adds  31e81e7   copyright
  adds  b199134   declare perl version required
  adds  061b65b   use warnings
  adds  c956e31   New upstream version 0.014
   new  b87531d   Merge tag 'upstream/0.014'
   new  8eaabad   Update watch file: Bump to version 4. Track only MetaCPAN 
URL. Mention gbp import-orig --uscan in usage comment. Tighten version regex.
   new  306a95f   Update git-buildpage config: Filter any .git* file.
   new  fe973a4   Modernize Vcs-* fields: Use https protocol. Use git 
subdir (not cgit). Add .git suffix for Vcs-Git URL.
   new  4b73c51   Declare compliance with Debian Policy 3.9.8.
   new  59a08e4   Bump debhelper compatibility level to 9.
   new  0f50d3c   Add lintian override regarding license in 
License-Reference field. See bug#786450.
   new  916bd37   Update copyright info: Use License-Grant and 
License-Reference fields. Thanks to Ben Finney.
   new  53c2161   Update copyright info: Extend coverage of Debian 
packaging.
   new  384c17e   Update copyright info: Extend coverage for main upstream 
author.
   new  5497b84   Prepare for release: Update changelog, control file, and 
copyright hints.

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


Summary of changes:
 CONTRIBUTING| 83 -
 COPYRIGHT   | 26 +++--
 CREDITS |  1 +
 Changes |  8 
 LICENSE |  6 +--
 MANIFEST|  1 -
 META.json   | 20 +-
 META.yml| 14 ---
 Makefile.PL | 25 +++--
 NEWS|  6 +++
 README  |  4 +-
 SIGNATURE   | 37 +-
 debian/changelog| 31 ++-
 debian/compat   |  2 +-
 debian/control  |  8 ++--
 debian/control.in   |  6 +--
 debian/copyright| 47 +++
 debian/copyright_hints  | 57 +---
 debian/gbp.conf |  1 +
 debian/rules|  2 +-
 debian/source/lintian-overrides |  5 +++
 debian/watch|  7 ++--
 doap.ttl| 44 --
 lib/MooX/Struct.pm  | 10 +++--
 lib/MooX/Struct/Util.pm |  5 ++-
 t/97dataprinter.t   |  4 +-
 26 files changed, 224 insertions(+), 236 deletions(-)
 delete mode 100644 CONTRIBUTING
 create mode 100644 debian/source/lintian-overrides

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

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


[libmoox-struct-perl] 06/11: Bump debhelper compatibility level to 9.

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libmoox-struct-perl.

commit 59a08e4ce5b850a1f4e6692ad0e4810863750cf8
Author: Jonas Smedegaard 
Date:   Wed Feb 1 03:11:17 2017 +0100

Bump debhelper compatibility level to 9.
---
 debian/compat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9

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

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


[libmoox-struct-perl] 01/11: Merge tag 'upstream/0.014'

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libmoox-struct-perl.

commit b87531d7b0ee62a175651a3e96ff4bd96b323aa4
Merge: dec0ebe c956e31
Author: Jonas Smedegaard 
Date:   Wed Feb 1 03:00:32 2017 +0100

Merge tag 'upstream/0.014'

Upstream version 0.014

# gpg: Signature made Wed Feb  1 03:00:29 2017 CET
# gpg:using RSA key 2C7C3146C1A00121
# gpg: Good signature from "Jonas Smedegaard "
# gpg: aka "Jonas Smedegaard "
# gpg: aka "Jonas Smedegaard "
# gpg: aka "[jpeg image of size 4165]"

 CONTRIBUTING| 83 -
 COPYRIGHT   | 26 +---
 CREDITS |  1 +
 Changes |  8 +
 LICENSE |  6 ++--
 MANIFEST|  1 -
 META.json   | 20 ++--
 META.yml| 14 +
 Makefile.PL | 25 ---
 NEWS|  6 
 README  |  4 ++-
 SIGNATURE   | 37 +++---
 doap.ttl| 44 +++---
 lib/MooX/Struct.pm  | 10 +++---
 lib/MooX/Struct/Util.pm |  5 +--
 t/97dataprinter.t   |  4 +--
 16 files changed, 129 insertions(+), 165 deletions(-)

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

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


[libmoox-struct-perl] 11/11: Prepare for release: Update changelog, control file, and copyright hints.

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libmoox-struct-perl.

commit 5497b84f00febb22fdd996eb409210c1a1c9f6ad
Author: Jonas Smedegaard 
Date:   Wed Feb 1 03:38:39 2017 +0100

Prepare for release: Update changelog, control file, and copyright hints.
---
 debian/changelog   | 31 +--
 debian/control |  8 +++
 debian/copyright_hints | 57 +++---
 3 files changed, 68 insertions(+), 28 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 079bf57..8f12c1c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,35 @@
-libmoox-struct-perl (0.013-2) UNRELEASED; urgency=medium
+libmoox-struct-perl (0.014-1) unstable; urgency=medium
 
+  [ upstream ]
+  * New release.
++ Fix work with Data::Printer 0.36.
+
+  [ Axel Beckert ]
   * Add Makefile.old to debian/clean to be able to build twice in a row.
 
- -- Axel Beckert   Mon, 13 Jul 2015 20:26:00 +0200
+  [ Jonas Smedegaard ]
+  * Update watch file:
++ Bump to version 4.
++ Track only MetaCPAN URL.
++ Mention gbp import-orig --uscan in usage comment.
++ Tighten version regex.
+  * Update git-buildpage config: Filter any .git* file.
+  * Modernize Vcs-* fields:
++ Use https protocol.
++ Use git subdir (not cgit).
++ Add .git suffix for Vcs-Git URL.
+  * Declare compliance with Debian Policy 3.9.8.
+  * Bump debhelper compatibility level to 9.
+  * Update copyright info:
++ Use License-Grant and License-Reference fields.
+  Thanks to Ben Finney.
++ Extend coverage of Debian packaging.
++ Extend coverage for main upstream author.
+  * Add lintian override regarding license in License-Reference field.
+See bug#786450.
+  * Modernize CDBS use: Build-depend on licensecheck (not devscripts).
+
+ -- Jonas Smedegaard   Wed, 01 Feb 2017 03:38:14 +0100
 
 libmoox-struct-perl (0.013-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 158acb5..33ef74a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libmoox-struct-perl
 Section: perl
 Priority: optional
 Build-Depends: cdbs,
- devscripts,
+ licensecheck,
  perl,
  debhelper,
  dh-buildinfo,
@@ -15,9 +15,9 @@ Build-Depends: cdbs,
  libnamespace-clean-perl
 Maintainer: Debian Perl Group 
 Uploaders: Jonas Smedegaard 
-Standards-Version: 3.9.6
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmoox-struct-perl
-Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libmoox-struct-perl.git
+Standards-Version: 3.9.8
+Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libmoox-struct-perl.git
+Vcs-Browser: 
https://anonscm.debian.org/git/pkg-perl/packages/libmoox-struct-perl.git
 Homepage: https://metacpan.org/release/MooX-Struct
 
 Package: libmoox-struct-perl
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 48bd66c..0e89bd7 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -4,8 +4,7 @@ Upstream-Contact: FIXME
 Source: FIXME
 Disclaimer: Autogenerated by CDBS
 
-Files: CONTRIBUTING
- README
+Files: README
  lib/MooX/Struct.pm
  lib/MooX/Struct/Util.pm
  t/01basic.t
@@ -26,60 +25,74 @@ Files: CONTRIBUTING
  t/97dataprinter.t
  t/98baseclass.t
  t/99lazy.t
-Copyright: 2012, Toby Inkster
-  2012-2013, Toby Inkster
-  2012-2014, Toby Inkster
-License: UNKNOWN
+Copyright: 2012, Toby Inkster.
+  2012-2013, 2017, Toby Inkster.
+License: Artistic or GPL-1+
  FIXME
 
 Files: CREDITS
  Changes
  INSTALL
- MANIFEST
  META.json
  META.yml
  Makefile.PL
  NEWS
- SIGNATURE
  debian/README.source
+ debian/clean
  debian/compat
  debian/control
  debian/control.in
  debian/gbp.conf
  debian/source/format
+ debian/source/lintian-overrides
  debian/watch
  dist.ini
  doap.ttl
  examples/triangle.pl
  t/readme.pod
-Copyright: *No copyright*
+Copyright: NONE
 License: UNKNOWN
  FIXME
 
-Files: debian/rules
-Copyright: 2013, Jonas Smedegaard 
-License: GPL-3+
- FIXME
-
 Files: LICENSE
-Copyright: 1989, Free Software Foundation, Inc
+Copyright: 1989, Free Software Foundation, Inc.
   19xx name of author
   19yy 
-  2014, Toby Inkster
+  2017, Toby Inkster.
   disclaimer" for the program, if
+  ed by the Free
   interest in the
+  of this Package, but belong to whomever generated them, and may be sold
   the software, and
-License: GPL-ever
+License: Artistic or GPL-1+
  FIXME
 
 Files: COPYRIGHT
-Copyright: 2013, Toby Inkster
-  2014, Toby Inkster
-  2014, the holder(s)
+Copyright: -format/1.0/
+  2017, the copyright holder(s).
+  CREDITS
+  Copyright 2013 Toby Inkster.
+  Copyright 2014 Toby Inkster.
+  Copyright 2017 Toby Inkster.
   None
-  This software is 2012, by Toby Inkster
-  This software is 2012-2013, by Toby Inkster
+  This software is copyright (c) 2012 by Toby Inkster.
+  This software is copyright (c) 2012-2013, 2017 by Toby Inkster.
   Unknown
+License: Artistic-1.0 and/or GPL-1
+ FIXME
+
+Files: d

[libmoox-struct-perl] 10/11: Update copyright info: Extend coverage for main upstream author.

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libmoox-struct-perl.

commit 384c17eb897103ea05158b4319e69c64fcecc9f1
Author: Jonas Smedegaard 
Date:   Wed Feb 1 03:23:22 2017 +0100

Update copyright info: Extend coverage for main upstream author.
---
 debian/copyright | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/copyright b/debian/copyright
index eeaf29b..307b2cc 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,7 +5,7 @@ Source: http://search.cpan.org/dist/MooX-Struct/
  git://github.com/tobyink/p5-moox-struct
 
 Files: *
-Copyright: 2012-2014, Toby Inkster 
+Copyright: 2012-2014,2017, Toby Inkster 
 License-Grant:
  This is free software; you can redistribute it and/or modify it under
  the same terms as the Perl 5 programming language system itself.

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

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


[libmoox-struct-perl] annotated tag debian/0.014-1 created (now e078a52)

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag debian/0.014-1
in repository libmoox-struct-perl.

at  e078a52   (tag)
   tagging  5497b84f00febb22fdd996eb409210c1a1c9f6ad (commit)
  replaces  debian/0.013-1
 tagged by  Jonas Smedegaard
on  Wed Feb 1 03:40:05 2017 +0100

- Log -
libmoox-struct-perl Debian release 0.014-1
-BEGIN PGP SIGNATURE-

iQIcBAABCAAGBQJYkUqFAAoJECx8MUbBoAEhED0P/iinEvTjPpREkc3xiOB/UK5u
ZpBoQ8ERE6xvpvxXvqOF2lJDIL3oSbL833SH5uGPyF0UvX/x8u/WIU0o6xRo4r0Z
/Ba9yBlbX2Hnlp5Ev8jbPq/0cZVY9lAk6EXVCHeJDsFetpu90+y8R+/f6ftfELJw
hoCbQGIYFQi+FOmaupmb3G8912+EtMGlp9jji6dCE95toxJ7BUK+FRFmUaoiWTwm
b+7v9//BlikVI/M5kKlz3NZxYRPkihM6fOwIR04UKnaAamRpxueXLUohG2wanpHx
dhQgFEpQVlcdPLwh47Mqccp+P28L1+5da6vv27Wg/kVbtd78xXhCziOW6lToCeZp
DEGfKJaJgHF+IkcUFbVbP4fO9SCOrwM7ZmCCUKwMlYNYzYGo4L9zXFCdzskGT9u/
c9Vq3TwonqqPXAKZ+qhEOx0x+oVx7V5okjE+bSYrgcNfNXwIA62cVCjIzDCua1dp
6IIT/6bliO7rxq0jCFeqUh40GQrZC93S6mr7s/6Z/WK5YHS8OD7NSPOD4o3Q4y/c
oBgAPp6nAmAEU6DsaRS0yeVkhwOeqeMkgsXRvwV6iWGy0uNHQuHAqMWy99hSb+Co
156PcViXzqUnPsLhh9XzJnQqaNvgUcjqy44kMqUqCn6Ik+R/LWfJtx9W61ADA7R5
55SrB5MMwRqyE0roZ2Py
=MOhg
-END PGP SIGNATURE-

Axel Beckert (1):
  Add Makefile.old to debian/clean to be able to build twice in a row

Jonas Smedegaard (12):
  New upstream version 0.014
  Merge tag 'upstream/0.014'
  Update watch file: Bump to version 4. Track only MetaCPAN URL. Mention 
gbp import-orig --uscan in usage comment. Tighten version regex.
  Update git-buildpage config: Filter any .git* file.
  Modernize Vcs-* fields: Use https protocol. Use git subdir (not cgit). 
Add .git suffix for Vcs-Git URL.
  Declare compliance with Debian Policy 3.9.8.
  Bump debhelper compatibility level to 9.
  Add lintian override regarding license in License-Reference field. See 
bug#786450.
  Update copyright info: Use License-Grant and License-Reference fields. 
Thanks to Ben Finney.
  Update copyright info: Extend coverage of Debian packaging.
  Update copyright info: Extend coverage for main upstream author.
  Prepare for release: Update changelog, control file, and copyright hints.

Toby Inkster (8):
  Added tag 0.013 for changeset faf2c5df08a4
  Data::Printer 0.36 fixes, related to PR #2 and PR #3
  bump version; changelog
  Dist::Inkt takes care of xt tests now
  news
  copyright
  declare perl version required
  use warnings

---

This annotated tag includes the following new commits:

   new  b87531d   Merge tag 'upstream/0.014'
   new  8eaabad   Update watch file: Bump to version 4. Track only MetaCPAN 
URL. Mention gbp import-orig --uscan in usage comment. Tighten version regex.
   new  306a95f   Update git-buildpage config: Filter any .git* file.
   new  fe973a4   Modernize Vcs-* fields: Use https protocol. Use git 
subdir (not cgit). Add .git suffix for Vcs-Git URL.
   new  4b73c51   Declare compliance with Debian Policy 3.9.8.
   new  59a08e4   Bump debhelper compatibility level to 9.
   new  0f50d3c   Add lintian override regarding license in 
License-Reference field. See bug#786450.
   new  916bd37   Update copyright info: Use License-Grant and 
License-Reference fields. Thanks to Ben Finney.
   new  53c2161   Update copyright info: Extend coverage of Debian 
packaging.
   new  384c17e   Update copyright info: Extend coverage for main upstream 
author.
   new  5497b84   Prepare for release: Update changelog, control file, and 
copyright hints.

The 11 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/libmoox-struct-perl.git

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


[libmoox-struct-perl] 05/11: Declare compliance with Debian Policy 3.9.8.

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libmoox-struct-perl.

commit 4b73c510d8ec79273090bd65ef03c49b1f1a74f6
Author: Jonas Smedegaard 
Date:   Wed Feb 1 03:11:08 2017 +0100

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

diff --git a/debian/control.in b/debian/control.in
index 6304f0d..0018887 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -4,7 +4,7 @@ Priority: optional
 Build-Depends: @cdbs@
 Maintainer: Debian Perl Group 
 Uploaders: Jonas Smedegaard 
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libmoox-struct-perl.git
 Vcs-Browser: 
https://anonscm.debian.org/git/pkg-perl/packages/libmoox-struct-perl.git
 Homepage: https://metacpan.org/release/MooX-Struct

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

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


[libmoox-struct-perl] 03/11: Update git-buildpage config: Filter any .git* file.

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libmoox-struct-perl.

commit 306a95f47bc94823f7885917b1291161fc2d842f
Author: Jonas Smedegaard 
Date:   Wed Feb 1 03:10:29 2017 +0100

Update git-buildpage config: Filter any .git* file.
---
 debian/gbp.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/gbp.conf b/debian/gbp.conf
index a7281f9..2a594ca 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -3,3 +3,4 @@
 [DEFAULT]
 pristine-tar = True
 sign-tags = True
+filter = */.git*

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

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


[libmoox-struct-perl] annotated tag upstream/0.014 created (now 45a673e)

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag upstream/0.014
in repository libmoox-struct-perl.

at  45a673e   (tag)
   tagging  c956e31434c8e972f8cf1aa9ed5a6385f331db62 (commit)
  replaces  upstream/0.013
 tagged by  Jonas Smedegaard
on  Wed Feb 1 03:00:29 2017 +0100

- Log -
Upstream version 0.014
-BEGIN PGP SIGNATURE-

iQIcBAABCAAGBQJYkUE9AAoJECx8MUbBoAEhZp0P/1hqMWLlfl3cSSfibEhnz/Fi
l/FUNZL52Xf68Kg4okJWGl+/+DuaTzcqy+/yV/zHOqLwWZ22j6CpnreoDdS5Srjx
p7TOX4SwxFcIMQKqrm/CnTinBxm3BBhL9iSUNJQgbzA6diOSaFzFym6gdO/t+ERH
oeaf0R4QjKiC9LGh2L8NO9taJ8fy58UW/5s0xZnzYfTWoKwBdZGx1hr8ILRhB1HI
PiJjlJQhp3Wqi+O4xGfGzEgZfsB4J3IhDtBxmaMhgdbk2vgfYh3lQQ8Me6W2a/R8
M70QluSpNphQY0Lt8IXFHwu/hsnMJHD5Jb2JVmTvs/rfQKpZkAgXCpJPx8rySliK
iz2hhrX9qiQe6TpU3r/7/O0Yvyh72ZzhNmG56hWPtkmUk5ncMajYEp6r2WCj0SPc
wPnsUfIoBgh6gO8jenSDyZaZorw/ToyJKiVCRZut3Q0RvPebbF59YUMM9qbyLdLc
fdpK1wtAfLFcCE3YjSuFjJQDO6d+9SGmH0XdRHaiFdxPZtrojPJWVFJcxIvsG/A5
jZyEYAFBmQkcSXdYSQUkOu3Cf4vnRLG1l5ithkPGkBuEPl+JU0DaaCUW0zCTonj/
H9xLVDVDbD9HCj+519WDbQBh/gLlESj7TW3m77Njsb7xrvgU3RxiSrKqFCy9K1NW
9R5WcVcNZLvVCNqG+Uxo
=KG0N
-END PGP SIGNATURE-

Jonas Smedegaard (1):
  New upstream version 0.014

Toby Inkster (8):
  Added tag 0.013 for changeset faf2c5df08a4
  Data::Printer 0.36 fixes, related to PR #2 and PR #3
  bump version; changelog
  Dist::Inkt takes care of xt tests now
  news
  copyright
  declare perl version required
  use warnings

---

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

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


[libmoox-struct-perl] 02/11: Update watch file: Bump to version 4. Track only MetaCPAN URL. Mention gbp import-orig --uscan in usage comment. Tighten version regex.

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libmoox-struct-perl.

commit 8eaabadcee4cca4b76db0319d44afd2be34a6b76
Author: Jonas Smedegaard 
Date:   Wed Feb 1 03:10:05 2017 +0100

Update watch file: Bump to version 4. Track only MetaCPAN URL. Mention gbp 
import-orig --uscan in usage comment. Tighten version regex.
---
 debian/watch | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/debian/watch b/debian/watch
index 7c68167..2aced20 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,3 @@
-# Run the "uscan" command to check for upstream updates and more.
-version=3
-https://metacpan.org/release/MooX-Struct/ .*/MooX-Struct-([\d.]+)\.tar\.gz
-http://www.cpan.org/modules/by-module/MooX/MooX-Struct-([\d.]+)\.tar\.gz
+# run "uscan --report" to check or "gpb import-orig --uscan" to update
+version=4
+https://metacpan.org/release/MooX-Struct/ .*/MooX-Struct-(\d[\d.]*)\.tar\.gz

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

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


[libmoox-struct-perl] 04/11: Modernize Vcs-* fields: Use https protocol. Use git subdir (not cgit). Add .git suffix for Vcs-Git URL.

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libmoox-struct-perl.

commit fe973a43119f4089ae7011521c256d6d468f9939
Author: Jonas Smedegaard 
Date:   Wed Feb 1 03:11:03 2017 +0100

Modernize Vcs-* fields: Use https protocol. Use git subdir (not cgit). Add 
.git suffix for Vcs-Git URL.
---
 debian/control.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control.in b/debian/control.in
index c47f479..6304f0d 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -5,8 +5,8 @@ Build-Depends: @cdbs@
 Maintainer: Debian Perl Group 
 Uploaders: Jonas Smedegaard 
 Standards-Version: 3.9.6
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmoox-struct-perl
-Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libmoox-struct-perl.git
+Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libmoox-struct-perl.git
+Vcs-Browser: 
https://anonscm.debian.org/git/pkg-perl/packages/libmoox-struct-perl.git
 Homepage: https://metacpan.org/release/MooX-Struct
 
 Package: libmoox-struct-perl

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

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


[libmoox-struct-perl] 01/01: pristine-tar data for libmoox-struct-perl_0.014.orig.tar.gz

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch pristine-tar
in repository libmoox-struct-perl.

commit cbcc0b6a09cc90d5c3aa6d19dd2faa475a4b5b28
Author: Jonas Smedegaard 
Date:   Wed Feb 1 03:00:29 2017 +0100

pristine-tar data for libmoox-struct-perl_0.014.orig.tar.gz
---
 libmoox-struct-perl_0.014.orig.tar.gz.delta | Bin 0 -> 2205 bytes
 libmoox-struct-perl_0.014.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libmoox-struct-perl_0.014.orig.tar.gz.delta 
b/libmoox-struct-perl_0.014.orig.tar.gz.delta
new file mode 100644
index 000..3d54fbf
Binary files /dev/null and b/libmoox-struct-perl_0.014.orig.tar.gz.delta differ
diff --git a/libmoox-struct-perl_0.014.orig.tar.gz.id 
b/libmoox-struct-perl_0.014.orig.tar.gz.id
new file mode 100644
index 000..d707979
--- /dev/null
+++ b/libmoox-struct-perl_0.014.orig.tar.gz.id
@@ -0,0 +1 @@
+041d8a72c922f19685056c1a05a8fded9cbab3ea

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

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


[libmoox-struct-perl] 07/11: Add lintian override regarding license in License-Reference field. See bug#786450.

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libmoox-struct-perl.

commit 0f50d3c5ea28ef3e85889223ff08313966f78cd8
Author: Jonas Smedegaard 
Date:   Wed Feb 1 03:11:40 2017 +0100

Add lintian override regarding license in License-Reference field. See 
bug#786450.
---
 debian/source/lintian-overrides | 5 +
 1 file changed, 5 insertions(+)

diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 000..f87ce0c
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,5 @@
+# License is in License-Reference field (see bug#786450)
+missing-license-text-in-dep5-copyright
+
+# License is in License-Reference field (see bug#786450)
+missing-license-paragraph-in-dep5-copyright

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

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


[libmoox-struct-perl] branch pristine-tar updated (a63fda6 -> cbcc0b6)

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to branch pristine-tar
in repository libmoox-struct-perl.

  from  a63fda6   pristine-tar data for 
libmoox-struct-perl_0.013.orig.tar.gz
   new  cbcc0b6   pristine-tar data for 
libmoox-struct-perl_0.014.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:
 libmoox-struct-perl_0.014.orig.tar.gz.delta | Bin 0 -> 2205 bytes
 libmoox-struct-perl_0.014.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libmoox-struct-perl_0.014.orig.tar.gz.delta
 create mode 100644 libmoox-struct-perl_0.014.orig.tar.gz.id

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

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


[libmoox-struct-perl] 08/11: Update copyright info: Use License-Grant and License-Reference fields. Thanks to Ben Finney.

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libmoox-struct-perl.

commit 916bd37ae66407c1e82e14509340ef9753e3170e
Author: Jonas Smedegaard 
Date:   Wed Feb 1 03:20:36 2017 +0100

Update copyright info: Use License-Grant and License-Reference fields. 
Thanks to Ben Finney.
---
 debian/copyright | 43 +++
 1 file changed, 11 insertions(+), 32 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 05a90d3..5111b67 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -6,49 +6,28 @@ Source: http://search.cpan.org/dist/MooX-Struct/
 
 Files: *
 Copyright: 2012-2014, Toby Inkster 
-License: Artistic or GPL-1+
-Comment:
- License:
- .
+License-Grant:
  This is free software; you can redistribute it and/or modify it under
  the same terms as the Perl 5 programming language system itself.
- .
- Comment:
- .
+License: Artistic or GPL-1+
+Comment:
  Perl 5 is licensed under either the 'Artistic license' or the 'GNU
  General Public License' version 1 or later.
 
 Files: debian/*
 Copyright: 2013-2014, Jonas Smedegaard 
+License-Grant:
+ This program is free software; you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by the
+ Free Software Foundation; either version 3, or (at your option) any
+ later version.
 License: GPL-3+
 
 License: Artistic
- Comment:
- .
- On Debian systems the 'Artistic License' is located in
- '/usr/share/common-licenses/Artistic'.
+License-Reference:/usr/share/common-licenses/Artistic
 
 License: GPL-1+
- Comment:
- .
- On Debian systems the 'GNU General Public License' version 1 is located
- in '/usr/share/common-licenses/GPL-1'.
+License-Reference: /usr/share/common-licenses/GPL-1
 
 License: GPL-3+
- This program is free software; you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by the
- Free Software Foundation; either version 3, or (at your option) any
- later version.
- .
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- General Public License for more details.
- .
- Comment:
- .
- On Debian systems the 'GNU General Public License' version 3 is located
- in '/usr/share/common-licenses/GPL-3'.
- .
- You should have received a copy of the 'GNU General Public License'
- along with this program.  If not, see .
+License-Reference: /usr/share/common-licenses/GPL-3

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

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


[libmoox-struct-perl] 09/11: Update copyright info: Extend coverage of Debian packaging.

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libmoox-struct-perl.

commit 53c21617c728a9258d4d12c0481a8085843a0b83
Author: Jonas Smedegaard 
Date:   Wed Feb 1 03:21:29 2017 +0100

Update copyright info: Extend coverage of Debian packaging.
---
 debian/copyright | 2 +-
 debian/rules | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 5111b67..eeaf29b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -15,7 +15,7 @@ Comment:
  General Public License' version 1 or later.
 
 Files: debian/*
-Copyright: 2013-2014, Jonas Smedegaard 
+Copyright: 2013-2014, 2017, Jonas Smedegaard 
 License-Grant:
  This program is free software; you can redistribute it and/or modify it
  under the terms of the GNU General Public License as published by the
diff --git a/debian/rules b/debian/rules
index f9616b0..b2d8fac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 # -*- mode: makefile; coding: utf-8 -*-
-# Copyright 201-20143, Jonas Smedegaard 
+# Copyright 2013-2014, 2017, Jonas Smedegaard 
 # Description: Main Debian packaging script for MooX::Struct
 #
 # This program is free software; you can redistribute it and/or modify

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

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


[libscalar-does-perl] annotated tag debian/0.203-1 created (now f4ac52d)

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag debian/0.203-1
in repository libscalar-does-perl.

at  f4ac52d   (tag)
   tagging  dd8d93b64c913c475a7854c4b9d95f2152c704f3 (commit)
  replaces  debian/0.202-2
 tagged by  Jonas Smedegaard
on  Wed Feb 1 04:00:26 2017 +0100

- Log -
libscalar-does-perl Debian release 0.203-1
-BEGIN PGP SIGNATURE-

iQIcBAABCAAGBQJYkU9KAAoJECx8MUbBoAEhsDgP/RnJskb3aBO3Qj8lY/A1uS+n
ufmMYFXXAOVfQgAgtfrJbAxDVRL76FZ8tSjZ5NheWMrL5OkVmM6pIRRhnRRGiY0I
5exw+5TscBG4B+XzW+9AqPz1Jf7UznKS63qHkafb04hewGnYJdWCvyIGrNyfOHFn
TiOl0DrgaDLbchBMP59zr64lSA7xwoPuTQlwXRd0XyhmpGEkr+awn/+8QVOiJQ3x
bUMxoejchTN2hIBpTC/3DpIH+oJcg379cIWPwptEyYaoV0RLeMDuyvyK5j8q4Yaz
6BEQCDX3QmOhaVHG2yyg4qWwMeT6comBrOlhJSonStSVURnjTTEEUT4c0pFy2sor
lwnVr9z628GiwtDb7jJDsfQ+8AGo/NB7dYNJ4/k6EGiT2EqcnxWGLknSLZ3K4+Xp
0odawm5ybfEvtrWM55lKNAstfT72AE0h1Gd0u0yBbJ5rWeE1Xu6o1ZfFhnf0ibLF
bAAfszM7Cf1NWXTcorrEPiWnJmDMy8SVrlYiNQnMWC8eXLO84em9KXL/2CR6AkDB
lvnBT6qGyYMG6HUzR6OHnqUtvrrG+M2UT4FZJzsNJ0jbuWjDQK+c6MKUKjWS0PIV
TKMBLUIZRdGY3tCcnylCMaFEBs661hph1C+Hli9c/GCTELNPn6EvVwbUMc3ov8OG
F234QLw9wOxr7ak5I4L5
=Hjrv
-END PGP SIGNATURE-

Jonas Smedegaard (14):
  Sync control.in with control: Update Vcs-Browser URL to cgit web frontend.
  Update watch file: Bump to version 4. Track MetaCPAN URL. Mention gbp 
import-orig --uscan in usage comment. Tighten version regex.
  Update git-buildpage config: Filter any .git* file.
  Modernize Vcs-* fields: Use https protocol. Use git subdir (not cgit). 
Add .git suffix for Vcs-Git URL.
  Declare compliance with Debian Policy 3.9.8.
  Bump debhelper compatibility level to 9.
  Update copyright info: Use License-Grant and License-Reference fields. 
Thanks to Ben Finney.
  Add lintian override regarding license in License-Reference field. See 
bug#786450.
  Update copyright info: Extend coverage of Debian packaging.
  Update changelog, control file, and copyright hints.
  New upstream version 0.203
  Merge tag 'upstream/0.203'
  Update copyright info: Extend coverage for main upstream author.
  Prepare for release: Update changelog, and copyright hints.

Salvatore Bonaccorso (2):
  Update Vcs-Browser URL to cgit web frontend
  update changelog

Toby Inkster (5):
  Added tag 0.202 for changeset 388a0ca862be
  workaround changes in recent Test::Builder
  bump version; changelog
  let Dist::Inkt deal with this stuff
  minimum perl version

---

This annotated tag includes the following new commits:

   new  c62b18b   Sync control.in with control: Update Vcs-Browser URL to 
cgit web frontend.
   new  8d5d992   Update watch file: Bump to version 4. Track MetaCPAN URL. 
Mention gbp import-orig --uscan in usage comment. Tighten version regex.
   new  1fa47d7   Update git-buildpage config: Filter any .git* file.
   new  4a043ee   Modernize Vcs-* fields: Use https protocol. Use git 
subdir (not cgit). Add .git suffix for Vcs-Git URL.
   new  ac50d94   Declare compliance with Debian Policy 3.9.8.
   new  2af7c80   Bump debhelper compatibility level to 9.
   new  a28bc58   Update copyright info: Use License-Grant and 
License-Reference fields. Thanks to Ben Finney.
   new  db6757e   Add lintian override regarding license in 
License-Reference field. See bug#786450.
   new  c21e3e1   Update copyright info: Extend coverage of Debian 
packaging.
   new  4a74341   Update changelog, control file, and copyright hints.
   new  5616cd2   Merge tag 'upstream/0.203'
   new  40fd4b1   Update copyright info: Extend coverage for main upstream 
author.
   new  dd8d93b   Prepare for release: Update changelog, and copyright 
hints.

The 13 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/libscalar-does-perl.git

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


[libscalar-does-perl] 08/13: Add lintian override regarding license in License-Reference field. See bug#786450.

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libscalar-does-perl.

commit db6757e93bbb30d7405ebdfe0265f0a57ed6630b
Author: Jonas Smedegaard 
Date:   Wed Feb 1 03:49:37 2017 +0100

Add lintian override regarding license in License-Reference field. See 
bug#786450.
---
 debian/source/lintian-overrides | 5 +
 1 file changed, 5 insertions(+)

diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 000..f87ce0c
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,5 @@
+# License is in License-Reference field (see bug#786450)
+missing-license-text-in-dep5-copyright
+
+# License is in License-Reference field (see bug#786450)
+missing-license-paragraph-in-dep5-copyright

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

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


[libscalar-does-perl] 01/01: pristine-tar data for libscalar-does-perl_0.203.orig.tar.gz

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch pristine-tar
in repository libscalar-does-perl.

commit 752cbcf7cd9dd8e474217023238e3163c90b389e
Author: Jonas Smedegaard 
Date:   Wed Feb 1 03:56:41 2017 +0100

pristine-tar data for libscalar-does-perl_0.203.orig.tar.gz
---
 libscalar-does-perl_0.203.orig.tar.gz.delta | Bin 0 -> 2274 bytes
 libscalar-does-perl_0.203.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libscalar-does-perl_0.203.orig.tar.gz.delta 
b/libscalar-does-perl_0.203.orig.tar.gz.delta
new file mode 100644
index 000..1930e47
Binary files /dev/null and b/libscalar-does-perl_0.203.orig.tar.gz.delta differ
diff --git a/libscalar-does-perl_0.203.orig.tar.gz.id 
b/libscalar-does-perl_0.203.orig.tar.gz.id
new file mode 100644
index 000..22163ed
--- /dev/null
+++ b/libscalar-does-perl_0.203.orig.tar.gz.id
@@ -0,0 +1 @@
+58cf159e89495df2cafbb0443573a5c241750fee

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

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


[libscalar-does-perl] branch master updated (ee7a56c -> dd8d93b)

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to branch master
in repository libscalar-does-perl.

  from  ee7a56c   update changelog
   new  c62b18b   Sync control.in with control: Update Vcs-Browser URL to 
cgit web frontend.
   new  8d5d992   Update watch file: Bump to version 4. Track MetaCPAN URL. 
Mention gbp import-orig --uscan in usage comment. Tighten version regex.
   new  1fa47d7   Update git-buildpage config: Filter any .git* file.
   new  4a043ee   Modernize Vcs-* fields: Use https protocol. Use git 
subdir (not cgit). Add .git suffix for Vcs-Git URL.
   new  ac50d94   Declare compliance with Debian Policy 3.9.8.
   new  2af7c80   Bump debhelper compatibility level to 9.
   new  a28bc58   Update copyright info: Use License-Grant and 
License-Reference fields. Thanks to Ben Finney.
   new  db6757e   Add lintian override regarding license in 
License-Reference field. See bug#786450.
   new  c21e3e1   Update copyright info: Extend coverage of Debian 
packaging.
   new  4a74341   Update changelog, control file, and copyright hints.
  adds  2cb183e   Added tag 0.202 for changeset 388a0ca862be
  adds  9c444f9   workaround changes in recent Test::Builder
  adds  e98e86f   bump version; changelog
  adds  7bf78d0   let Dist::Inkt deal with this stuff
  adds  3aaca20   minimum perl version
  adds  f005d4b   New upstream version 0.203
   new  5616cd2   Merge tag 'upstream/0.203'
   new  40fd4b1   Update copyright info: Extend coverage for main upstream 
author.
   new  dd8d93b   Prepare for release: Update changelog, and copyright 
hints.

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


Summary of changes:
 CONTRIBUTING| 76 -
 COPYRIGHT   | 31 ++---
 Changes |  8 +
 LICENSE |  8 ++---
 MANIFEST|  1 -
 META.json   | 24 +++--
 META.yml| 42 ---
 Makefile.PL | 17 -
 NEWS|  3 ++
 README  |  2 +-
 SIGNATURE   | 39 +++--
 debian/changelog| 31 +++--
 debian/compat   |  2 +-
 debian/control  |  8 ++---
 debian/control.in   |  6 ++--
 debian/copyright| 57 +--
 debian/copyright_hints  | 73 ++-
 debian/gbp.conf |  1 +
 debian/rules|  2 +-
 debian/source/lintian-overrides |  5 +++
 debian/watch|  6 ++--
 doap.ttl| 31 ++---
 lib/IO/Detect.pm|  6 ++--
 lib/Scalar/Does.pm  |  6 ++--
 lib/Scalar/Does/MooseTypes.pm   |  4 +--
 t/09warnings.t  |  2 +-
 26 files changed, 236 insertions(+), 255 deletions(-)
 delete mode 100644 CONTRIBUTING
 create mode 100644 debian/source/lintian-overrides

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

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


[libscalar-does-perl] 01/13: Sync control.in with control: Update Vcs-Browser URL to cgit web frontend.

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libscalar-does-perl.

commit c62b18be3be3773a5b5e3667421f117d7fa12486
Author: Jonas Smedegaard 
Date:   Wed Feb 1 03:45:01 2017 +0100

Sync control.in with control: Update Vcs-Browser URL to cgit web frontend.
---
 debian/control.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control.in b/debian/control.in
index 11a75ce..99e685e 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -6,7 +6,7 @@ Maintainer: Debian Perl Group 

 Uploaders: Jonas Smedegaard 
 Standards-Version: 3.9.5
 Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libscalar-does-perl
-Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libscalar-does-perl.git
+Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libscalar-does-perl.git
 Homepage: https://metacpan.org/release/Scalar-Does
 
 Package: libscalar-does-perl

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

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


[libscalar-does-perl] 02/13: Update watch file: Bump to version 4. Track MetaCPAN URL. Mention gbp import-orig --uscan in usage comment. Tighten version regex.

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libscalar-does-perl.

commit 8d5d992abad6613efd55312b3b1a5fe04ad7e033
Author: Jonas Smedegaard 
Date:   Wed Feb 1 03:46:35 2017 +0100

Update watch file: Bump to version 4. Track MetaCPAN URL. Mention gbp 
import-orig --uscan in usage comment. Tighten version regex.
---
 debian/watch | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/watch b/debian/watch
index 13ee0bb..4145846 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
-# Run the "uscan" command to check for upstream updates and more.
-version=3
-http://search.cpan.org/dist/Scalar-Does/   .*/Scalar-Does-([\d._]+)\.tar\.gz 
debian
+# run "uscan --report" to check or "gpb import-orig --uscan" to update
+version=4
+https://metacpan.org/release/Scalar-Does .*/Scalar-Does-(\d[\d.]*)\.tar\.gz 
debian

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

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


[libscalar-does-perl] 13/13: Prepare for release: Update changelog, and copyright hints.

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libscalar-does-perl.

commit dd8d93b64c913c475a7854c4b9d95f2152c704f3
Author: Jonas Smedegaard 
Date:   Wed Feb 1 03:58:50 2017 +0100

Prepare for release: Update changelog, and copyright hints.
---
 debian/changelog   |  9 +++--
 debian/copyright_hints | 16 +++-
 2 files changed, 14 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d001094..eae394f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,8 @@
-libscalar-does-perl (0.202-3) UNRELEASED; urgency=medium
+libscalar-does-perl (0.203-1) unstable; urgency=medium
+
+  [ upstream ]
+  * New release.
++ Fix make t/09warnings.t work with recent Test::Builder.
 
   [ Salvatore Bonaccorso ]
   * Update Vcs-Browser URL to cgit web frontend
@@ -20,11 +24,12 @@ libscalar-does-perl (0.202-3) UNRELEASED; urgency=medium
 + Use License-Grant and License-Reference fields.
   Thanks to Ben Finney.
 + Extend coverage of Debian packaging.
++ Extend coverage for main upstream author.
   * Add lintian override regarding license in License-Reference field.
 See bug#786450.
   * Modernize CDBS use: Build-depend on licensecheck (not devscripts).
 
- -- Jonas Smedegaard   Wed, 01 Feb 2017 03:54:20 +0100
+ -- Jonas Smedegaard   Wed, 01 Feb 2017 03:58:37 +0100
 
 libscalar-does-perl (0.202-2) unstable; urgency=medium
 
diff --git a/debian/copyright_hints b/debian/copyright_hints
index c9f9e85..c0c1552 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -26,7 +26,8 @@ Files: README
  t/iod-11ioall.t
  t/iod-12pathclass.t
  t/iod-13pathtiny.t
-Copyright: 2012-2014, Toby Inkster.
+Copyright: 2012-2014, 2017, Toby Inkster.
+  2012-2014, Toby Inkster.
   2014, Toby Inkster.
 License: Artistic or GPL-1+
  FIXME
@@ -63,7 +64,7 @@ Files: LICENSE
 Copyright: 1989, Free Software Foundation, Inc.
   19xx name of author
   19yy 
-  2014, Toby Inkster.
+  2017, Toby Inkster.
   disclaimer" for the program, if
   ed by the Free
   interest in the
@@ -79,25 +80,22 @@ License: Artistic or GPL-1+
 
 Files: COPYRIGHT
 Copyright: -format/1.0/
-  2014, the copyright holder(s).
+  2017, the copyright holder(s).
   CREDITS
   Copyright 2013 Toby Inkster.
   Copyright 2014 Toby Inkster.
+  Copyright 2017 Toby Inkster.
   None
   This software is copyright (c) 2012-2014 by Toby Inkster.
+  This software is copyright (c) 2012-2014, 2017 by Toby Inkster.
   This software is copyright (c) 2013-2014 by Toby Inkster.
   This software is copyright (c) 2014 by Toby Inkster.
   Unknown
 License: Artistic-1.0 and/or GPL-1
  FIXME
 
-Files: CONTRIBUTING
-Copyright: 2012-2013, Toby Inkster.
-License: CC-BY-SA-2.0
- FIXME
-
 Files: debian/rules
-Copyright: 2013-2014, Jonas Smedegaard 
+Copyright: 2013-2014, 2017, Jonas Smedegaard 
 License: GPL-3+
  FIXME
 

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

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


[libscalar-does-perl] branch pristine-tar updated (ee34070 -> 752cbcf)

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to branch pristine-tar
in repository libscalar-does-perl.

  from  ee34070   pristine-tar data for 
libscalar-does-perl_0.202.orig.tar.gz
   new  752cbcf   pristine-tar data for 
libscalar-does-perl_0.203.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:
 libscalar-does-perl_0.203.orig.tar.gz.delta | Bin 0 -> 2274 bytes
 libscalar-does-perl_0.203.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libscalar-does-perl_0.203.orig.tar.gz.delta
 create mode 100644 libscalar-does-perl_0.203.orig.tar.gz.id

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

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


[libscalar-does-perl] annotated tag upstream/0.203 created (now 94c4d2b)

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag upstream/0.203
in repository libscalar-does-perl.

at  94c4d2b   (tag)
   tagging  f005d4b70102877a1bdaa2474c135cd26d7c1a0e (commit)
  replaces  upstream/0.202
 tagged by  Jonas Smedegaard
on  Wed Feb 1 03:56:41 2017 +0100

- Log -
Upstream version 0.203
-BEGIN PGP SIGNATURE-

iQIcBAABCAAGBQJYkU5pAAoJECx8MUbBoAEhHCQP/0rmPOhxU8nJlK1n2/5M0uPc
eiy4XPSeTVCCtr6hu3fKYcAyGtGTE/MTGXONcvxTRt3N81YLBhwNT3b8RUEVrAam
gUgyBK1vyZFpSM96pWKPcMm6zhbrzmne3OglfNnxKO79Sebtll/lIjSEijpkOXs4
NtwavOV7Ggm3w26iT4SFaUeQSbY+QbF3efRMmwkyajQuJJtrc+J7y743ZB8gSDYj
Pf61Kxa2ADgAwheq43XgJuK1F5/sh/LwM0/PXF6Q1SRCWep32aV9ZqpHW+WHJ6wF
18bbcFBMM9i3zgoRYkN+rOxOxaRcJvBJwLuwDTO92kF3Ig/pmvdrG+IUTCY3jtHq
o8zSp/zaVgl2PWp3kB9hcpLC4qZ0HGjv5yMVg1x0IGFveKNcwbiIjrHmigOkJxds
cJYG9aY1YPuPh3Wdv2TpTMlqOwj8a95mV97ylzoHPfjvveec+1bUE508CbaAU6TS
eljN9Toltn6JOs5Rkue+EDCW5OTKW3qASlEj5ogkunzkhjAH+dLuYiDHKY8sbgxb
kbZu8hcBfDV9/MT6lgAwozwUowyILGLNgKbU7i4vCz0ESEIqz9mtvB64jUrOBK2L
iU48+DJZi6ycLZ49BfnSxAQriyYjw/dXJKGeZinRcR9nI+A1Y8Qtw5w1OOmzOZ6s
M6tKi55oBcI/kMn3sDqi
=8hOs
-END PGP SIGNATURE-

Jonas Smedegaard (1):
  New upstream version 0.203

Toby Inkster (5):
  Added tag 0.202 for changeset 388a0ca862be
  workaround changes in recent Test::Builder
  bump version; changelog
  let Dist::Inkt deal with this stuff
  minimum perl version

---

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

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


[libscalar-does-perl] 04/13: Modernize Vcs-* fields: Use https protocol. Use git subdir (not cgit). Add .git suffix for Vcs-Git URL.

2017-01-31 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libscalar-does-perl.

commit 4a043ee1155fdf718747ad0827af26393c4cb6b5
Author: Jonas Smedegaard 
Date:   Wed Feb 1 03:47:42 2017 +0100

Modernize Vcs-* fields: Use https protocol. Use git subdir (not cgit). Add 
.git suffix for Vcs-Git URL.
---
 debian/control.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control.in b/debian/control.in
index 99e685e..0ded486 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -5,8 +5,8 @@ Build-Depends: @cdbs@
 Maintainer: Debian Perl Group 
 Uploaders: Jonas Smedegaard 
 Standards-Version: 3.9.5
-Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libscalar-does-perl
-Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libscalar-does-perl.git
+Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libscalar-does-perl.git
+Vcs-Browser: 
https://anonscm.debian.org/git/pkg-perl/packages/libscalar-does-perl.git
 Homepage: https://metacpan.org/release/Scalar-Does
 
 Package: libscalar-does-perl

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

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


  1   2   >