[libconfig-model-dpkg-perl] 02/06: silence warning for copyright-update tests

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

dod pushed a commit to branch master
in repository libconfig-model-dpkg-perl.

commit 9f03b0cc0801d054a276284d8c4913f62ef57798
Author: Dominique Dumont 
Date:   Sun Feb 21 11:46:18 2016 +0100

silence warning for copyright-update tests
---
 t/copyright-update.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/copyright-update.t b/t/copyright-update.t
index 26f7db7..b72a0bb 100644
--- a/t/copyright-update.t
+++ b/t/copyright-update.t
@@ -59,7 +59,7 @@ my $unit = $model->instance (
 is($unit->instance->initial_load,0,"initial load is done");
 
 my $pan = path('t/scanner/examples/pan.in') ;
-$unit->update(in => $pan);
+$unit->update(in => $pan, quiet => 1);
 
 my $gpl_text = $unit->grab("License:GPL-2 text");
 

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

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


[libconfig-model-dpkg-perl] 03/06: control: depends in libconfig-model-perl >= 2.079

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

dod pushed a commit to branch master
in repository libconfig-model-dpkg-perl.

commit cb4ea9e83998bd1b239c045588ff4c840b81a67d
Author: Dominique Dumont 
Date:   Sun Feb 21 11:53:57 2016 +0100

control: depends in libconfig-model-perl >= 2.079
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 489b267..80df6ba 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 9),
 Build-Depends-Indep: bash-completion,
  libapt-pkg-perl,
  libarray-intspan-perl,
- libconfig-model-perl (>= 2.073),
+ libconfig-model-perl (>= 2.079),
  libconfig-model-tester-perl (>= 2.050),
  libexporter-lite-perl,
  liblog-log4perl-perl,
@@ -40,7 +40,7 @@ Depends: ${misc:Depends},
  devscripts (>= 2.15.10),
  libapt-pkg-perl,
  libarray-intspan-perl,
- libconfig-model-perl (>= 2.073),
+ libconfig-model-perl (>= 2.079),
  libexporter-lite-perl,
  liblog-log4perl-perl,
  libmouse-perl,

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

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


[libconfig-model-dpkg-perl] 05/06: prepare release

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

dod pushed a commit to branch master
in repository libconfig-model-dpkg-perl.

commit 67313276b52c5b41676a122a48a62351a522850c
Author: Dominique Dumont 
Date:   Sun Feb 21 12:23:46 2016 +0100

prepare release
---
 debian/changelog | 27 +++
 1 file changed, 27 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c9cebf1..66c6db1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,30 @@
+libconfig-model-dpkg-perl (2.074) unstable; urgency=medium
+
+  Copyright scanner:
+  * don't skip files without info. Missing info can be added in
+debian/fill-copyright-blanks.yml (with patterns)
+  * accept comment field in copyright-scan-patterns
+  * accepted patterns are added to licensecheck's default
+list
+
+  Copyright merge and update:
+  * better handle errors in fix.scanned.copyright file
+  * merge old directory data into new file data
+  * preserve comments during copyright upgrades
+
+  Dpkg editor/checker:
+  * warn (and fix) if Vcs-Git uses http transport
+  * cme edit dpkg: added fill-copyright-blanks parameter
+  * cme edit dpkg: added scan-copyright-patterns parameter
+
+  Debian files:
+  * control: added forgotten Depends on libyaml-perl
+  * control: depends in libconfig-model-perl >= 2.079
+  * copyright: updated. Added a comment about code copied
+from licensecheck2deb
+
+ -- Dominique Dumont   Sun, 21 Feb 2016 12:05:17 +0100
+
 libconfig-model-dpkg-perl (2.073) unstable; urgency=medium
 
   [ Dominique Dumont ]

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

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


[libconfig-model-dpkg-perl] 01/06: Scanner: reformat warn msg about missing info

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

dod pushed a commit to branch master
in repository libconfig-model-dpkg-perl.

commit 50fea3555c7abd49340f483606c10ea18a0428e4
Author: Dominique Dumont 
Date:   Sun Feb 21 11:41:29 2016 +0100

Scanner: reformat warn msg about missing info
---
 lib/Dpkg/Copyright/Scanner.pm | 16 +---
 1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/lib/Dpkg/Copyright/Scanner.pm b/lib/Dpkg/Copyright/Scanner.pm
index 72f2cb9..48656c4 100644
--- a/lib/Dpkg/Copyright/Scanner.pm
+++ b/lib/Dpkg/Copyright/Scanner.pm
@@ -200,6 +200,7 @@ sub scan_files ( %args ) {
 my %copyrights ;
 my $files = {};
 my $id = 1;
+my @no_info_list;
 
 foreach my $line (sort @lines) {
 chomp $line;
@@ -264,15 +265,24 @@ sub scan_files ( %args ) {
 if ( $l =~/unknown/i and $is_debian_package ) {
 push @no_info_found, 'license';
 }
-_warn "Path $f has no ".join(' or ', @no_info_found)." info. You may 
want to add a line in debian/fill.copyright.blanks.yml\n"
-if @no_info_found;
+
+push @no_info_list , [$f , @no_info_found ] if @no_info_found;
 
 my $has_info = @no_info_found < 2;
 # say "Storing '$f' : '$c' '$l' has_info: $has_info id $id";
 $files->{$f} = $copyrights{$c}{$l} //= ($has_info ? $id++ : 0);
 }
 
-my @notused = grep { ! $fill_blank_data->{$_}{used} and $_; } sort keys 
%$fill_blank_data ;
+if (@no_info_list) {
+my $msg= "The following paths are missing information:\n";
+map {my ($p,@i) = $_->@*;
+ $msg .= "- $p: missing ".join(' and ', @i)."\n";
+ } @no_info_list;
+$msg .= "You may want to add a line in 
debian/fill.copyright.blanks.yml\n\n";
+_warn $msg;
+}
+
+my @notused = grep { ! $fill_blank_data->{$_}{used} and $_; } 
sort keys %$fill_blank_data ;
 if (@notused) {
 _warn "Warning: the following entries from fill.copyright.blanks.yml 
were not used\n- '"
 .join("'\n- '",@notused)."'\n";

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

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


[libconfig-model-dpkg-perl] annotated tag debian/2.074 created (now d787ba6)

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

dod pushed a change to annotated tag debian/2.074
in repository libconfig-model-dpkg-perl.

at  d787ba6   (tag)
   tagging  325bf7d885eb587dd8102492827f52cce5356ff8 (commit)
  replaces  debian/2.073
 tagged by  Dominique Dumont
on  Sun Feb 21 12:31:39 2016 +0100

- Log -
libconfig-model-dpkg-perl Debian release 2.074
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJWyaAbAAoJEMMfT9lJqytsSJoQAJHcWIDRmrhxEUKkXssbEvg/
AdpEw+wKhGDKgjtfcoN/j92as9M8VQf93bb7gi6NrdloN/g5xtmjS+ycpY2C5ZJ3
bPYY+Md93M3WtpGSUCak8YgZvCmaSO0fHZK9dAzdyLAQ7MCBxcE0RP8kz4KuPYwG
ycNkLkA/zoAi/XQx5/kTeRAIj2htZR86/7GMFW6/qulWNUWkgtYeMnPPI+1Wu5nx
h6AsxOdivBMoi4iD9/cFZd3QlFDQ8Rt6S8yzLf/f+ptMqlYX1T1w3HQJreK5yKC4
L15d2wY0e9NvnIX5wGg7W/xMcMD3fTg3d71hElbvKlXqkkG3kJA+RxrjJFoTAJC8
tIHB4+urlBXqEJgQ5cOURUqnZapz2Ye99/kxwcUGdUQqh4sJM1gK90qMLy7MAjkz
mKzI7jsjvk16QerRwKWkvWdvRHdbHs59RBq4vVAK2VIfTZUyIG/u55M/exrwIPd+
BHJu+mHgp3Xz7acbGsrzE8H5Sin12Yd777uiZKPUQ+Nf8TjYQZzUduMozgZfA05f
CUMbU6/mvjK+Lc+lW56GRMUl9yQdiqeE7FlDxcq5mSyIpUIrUuhAHF8aA3vvsRTo
HiNgs4jVPIvpoj1gwHUmkbEdb3x85rMxva7nAo2Np81tNH+B9mRhdw2b7/2bt9MO
Vd/E2Q40L2p4a6+LmoUx
=yMmn
-END PGP SIGNATURE-

Dominique Dumont (25):
  Warn (nd fix) if Vcs-Git uses http transport
  scanner: fix doc mistake
  Scanner: fix typo in pod
  replaced YAML::Tiny by YAML::Any
  control: added forgotten Depends on libyaml-perl
  scanner: accepted are added to licensecheck's list
  fill blanks: apply more specific patterns first
  Scanner: don't skip files without info...
  Scanner: improve warning about file without info
  cme edit dpkg: added scan-copyright-patterns
  cme edit dpkg: added fill-copyright-blanks
  added comment field in copyright-scan-patterns
  fix dpkg open-nebula-from-scratch test
  fix dpkg open-nebula test
  copyright update: better handle files without info
  Merge old directory data into new file data
  Better handle errors in fix.scanned.copyright file
  preserve comments during copyright upgrades
  fix scanner tests
  Scanner: reformat warn msg about missing info
  silence warning for copyright-update tests
  control: depends in libconfig-model-perl >= 2.079
  copyright: updated
  prepare release
  fixed typos in models/Dpkg.pl

---

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/libconfig-model-dpkg-perl.git

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


[libconfig-model-dpkg-perl] branch master updated (77f7e29 -> 325bf7d)

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

dod pushed a change to branch master
in repository libconfig-model-dpkg-perl.

  from  77f7e29   fix scanner tests
   new  50fea35   Scanner: reformat warn msg about missing info
   new  9f03b0c   silence warning for copyright-update tests
   new  cb4ea9e   control: depends in libconfig-model-perl >= 2.079
   new  7b2da6c   copyright: updated
   new  6731327   prepare release
   new  325bf7d   fixed typos in models/Dpkg.pl

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


Summary of changes:
 debian/changelog| 27 +++
 debian/control  |  4 ++--
 debian/copyright|  4 +++-
 lib/Config/Model/models/Dpkg.pl |  4 ++--
 lib/Dpkg/Copyright/Scanner.pm   | 16 +---
 t/copyright-update.t|  2 +-
 6 files changed, 48 insertions(+), 9 deletions(-)

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

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


[libconfig-model-dpkg-perl] 06/06: fixed typos in models/Dpkg.pl

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

dod pushed a commit to branch master
in repository libconfig-model-dpkg-perl.

commit 325bf7d885eb587dd8102492827f52cce5356ff8
Author: Dominique Dumont 
Date:   Sun Feb 21 12:28:15 2016 +0100

fixed typos in models/Dpkg.pl
---
 lib/Config/Model/models/Dpkg.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/Config/Model/models/Dpkg.pl b/lib/Config/Model/models/Dpkg.pl
index decc19b..34bacf0 100644
--- a/lib/Config/Model/models/Dpkg.pl
+++ b/lib/Config/Model/models/Dpkg.pl
@@ -22,7 +22,7 @@
   },
   'rules',
   {
-'description' => 'debian/rules is a makefile containing all 
intructions required to build a debian package.',
+'description' => 'debian/rules is a makefile containing all 
instructions required to build a debian package.',
 'summary' => 'package build rules',
 'type' => 'leaf',
 'value_type' => 'string'
@@ -38,7 +38,7 @@ See L for more de
   'fill-copyright-blanks',
   {
 'config_class_name' => 'Dpkg::Copyright::FillBlanks',
-'description' => 'This paramter is used by "cme update dpkg-copyright 
command".
+'description' => 'This parameter is used by "cme update dpkg-copyright 
command".
 
 Sometimes, upstream coders are not perfect: some source files cannot be parsed 
correctly or some legal information is missing. A file without copyright and 
license information is skipped. On the other hand, a file with either copyright 
or license missing will be used. Unfortunately, this will prevent a correct 
grouping and merging of copyright entries. Instead of patching upstream source 
files to fill the blank, you can specify the missing information in a special 
file.',
 'summary' => 'Provides missing copyright info for cme update',

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

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


[libconfig-model-dpkg-perl] 04/06: copyright: updated

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

dod pushed a commit to branch master
in repository libconfig-model-dpkg-perl.

commit 7b2da6c47556bcf66d0679336f0c1c60e1b7bd46
Author: Dominique Dumont 
Date:   Sun Feb 21 12:04:27 2016 +0100

copyright: updated
---
 debian/copyright | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/copyright b/debian/copyright
index 3588e1d..0ed396b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -9,9 +9,11 @@ Copyright: 2005-2016, Dominique Dumont 
 License: LGPL-2.1+
 
 Files: lib/Dpkg/Copyright/Scanner.pm
-Copyright: 2014-2015, Dominique Dumont 
+Copyright: 2014-2016, Dominique Dumont 
   2005-2012, Jonas Smedegaard 
 License: LGPL-2.1+
+Comment: Jonas has allowed me to relicense some GPL code copied from 
licensecheck2deb.
+ See 
https://lists.alioth.debian.org/pipermail/pkg-perl-maintainers/2015-March/084900.html
 
 License: LGPL-2.1+
 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/libconfig-model-dpkg-perl.git

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


[libmodule-corelist-perl] 01/02: Merge tag 'upstream/5.20160121'

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

carnil pushed a commit to branch master
in repository libmodule-corelist-perl.

commit e2209d1c704bf4a30ea61138e23e3dc7799eee03
Merge: 4cab2fb 46182da
Author: Salvatore Bonaccorso 
Date:   Sun Feb 21 16:02:51 2016 +0100

Merge tag 'upstream/5.20160121'

Upstream version 5.20160121

 Changes |   5 +-
 META.json   |   2 +-
 META.yml|   2 +-
 lib/Module/CoreList.pm  | 106 +---
 lib/Module/CoreList/TieHashDelta.pm |   2 +-
 lib/Module/CoreList/Utils.pm|   9 ++-
 6 files changed, 114 insertions(+), 12 deletions(-)

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

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


[libmodule-corelist-perl] 02/02: Update debian/changelog file

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

carnil pushed a commit to branch master
in repository libmodule-corelist-perl.

commit e6f5a6932ec46f47ac8627be25bb97b049ad1dd3
Author: Salvatore Bonaccorso 
Date:   Sun Feb 21 16:03:37 2016 +0100

Update debian/changelog file

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

diff --git a/debian/changelog b/debian/changelog
index ff23511..d805fc0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
-libmodule-corelist-perl (5.20160120-2) UNRELEASED; urgency=medium
+libmodule-corelist-perl (5.20160121-1) UNRELEASED; urgency=medium
 
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
+  * Imported Upstream version 5.20160121
 
  -- Salvatore Bonaccorso   Sat, 30 Jan 2016 20:05:25 +0100
 

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

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


[libmodule-corelist-perl] branch master updated (4cab2fb -> e6f5a69)

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

carnil pushed a change to branch master
in repository libmodule-corelist-perl.

  from  4cab2fb   update changelog
  adds  46182da   Imported Upstream version 5.20160121
   new  e2209d1   Merge tag 'upstream/5.20160121'
   new  e6f5a69   Update debian/changelog file

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


Summary of changes:
 Changes |   5 +-
 META.json   |   2 +-
 META.yml|   2 +-
 debian/changelog|   3 +-
 lib/Module/CoreList.pm  | 106 +---
 lib/Module/CoreList/TieHashDelta.pm |   2 +-
 lib/Module/CoreList/Utils.pm|   9 ++-
 7 files changed, 116 insertions(+), 13 deletions(-)

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

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


[libmodule-corelist-perl] 01/01: pristine-tar data for libmodule-corelist-perl_5.20160121.orig.tar.gz

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

carnil pushed a commit to branch pristine-tar
in repository libmodule-corelist-perl.

commit b75c500aebcc13d5e3c5efbc0f6c75a19038fb98
Author: Salvatore Bonaccorso 
Date:   Sun Feb 21 16:02:51 2016 +0100

pristine-tar data for libmodule-corelist-perl_5.20160121.orig.tar.gz
---
 libmodule-corelist-perl_5.20160121.orig.tar.gz.delta | Bin 0 -> 1454 bytes
 libmodule-corelist-perl_5.20160121.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libmodule-corelist-perl_5.20160121.orig.tar.gz.delta 
b/libmodule-corelist-perl_5.20160121.orig.tar.gz.delta
new file mode 100644
index 000..44b5a82
Binary files /dev/null and 
b/libmodule-corelist-perl_5.20160121.orig.tar.gz.delta differ
diff --git a/libmodule-corelist-perl_5.20160121.orig.tar.gz.id 
b/libmodule-corelist-perl_5.20160121.orig.tar.gz.id
new file mode 100644
index 000..ab70649
--- /dev/null
+++ b/libmodule-corelist-perl_5.20160121.orig.tar.gz.id
@@ -0,0 +1 @@
+508f40098545b151e55cb19d4d6cafed3eac975c

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

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


[libmodule-corelist-perl] branch pristine-tar updated (c623db9 -> b75c500)

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

carnil pushed a change to branch pristine-tar
in repository libmodule-corelist-perl.

  from  c623db9   pristine-tar data for 
libmodule-corelist-perl_5.20160120.orig.tar.gz
   new  b75c500   pristine-tar data for 
libmodule-corelist-perl_5.20160121.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:
 libmodule-corelist-perl_5.20160121.orig.tar.gz.delta | Bin 0 -> 1454 bytes
 libmodule-corelist-perl_5.20160121.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libmodule-corelist-perl_5.20160121.orig.tar.gz.delta
 create mode 100644 libmodule-corelist-perl_5.20160121.orig.tar.gz.id

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

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


[libmodule-corelist-perl] annotated tag upstream/5.20160121 created (now 7ef1e74)

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

carnil pushed a change to annotated tag upstream/5.20160121
in repository libmodule-corelist-perl.

at  7ef1e74   (tag)
   tagging  46182da74ad8e5a6090fb231f8dce21ad8ef2cfa (commit)
  replaces  upstream/5.20160120
 tagged by  Salvatore Bonaccorso
on  Sun Feb 21 16:02:51 2016 +0100

- Log -
Upstream version 5.20160121

Salvatore Bonaccorso (1):
  Imported Upstream version 5.20160121

---

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

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


[libmodule-corelist-perl] annotated tag debian/5.20160121-1 created (now bb317e7)

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

carnil pushed a change to annotated tag debian/5.20160121-1
in repository libmodule-corelist-perl.

at  bb317e7   (tag)
   tagging  e6b13d55d524f4264d04015606b528d03c62fa3d (commit)
  replaces  debian/5.20160120-1
 tagged by  Salvatore Bonaccorso
on  Sun Feb 21 16:10:09 2016 +0100

- Log -
tagging package libmodule-corelist-perl version debian/5.20160121-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCgAGBQJWydNRAAoJEAVMuPMTQ89Evp0QAI9Lt4ly25XeVrY2JfYGk7RY
Gd9XH3H3YBiJhXTUmLbBjqNpPZnOI5zB/fML3VvTOHJ5wl52DZUtH8u4MMdIAJOj
C2nZLGt4Y/PoNAOdo56GK+7rCS+3NkhCi7sUv3iCZX+4Ri0XLHF//7ZnD6vPnlH0
djVOQgY+A9WoLM75ugpM8arHDtK8vdcgCZEriXmX+kbOEexj2RABJOpbdzPERzd0
Ig+/UT5nimjx45mhCYEE2GofaA/TGGHN5TA2SZUN9Y01MrsBSIuMwzjg3q/OT83b
vqluP13FJ47CY39/5aSi1WKXUXvzl8HCoOCw/kRervJYNnuGKyxax69BAuUbFpE1
+SLSWT1rxM4LCbCmAFJiRVJsNmnzmCAtM+EsmJqECNACEg3dV1sjD0UFLMujAr5A
9iRW9ESoBrZy+yO/fF9+7PKX+80mUw5A0ctvCSFxVINShuJmEa3XOBPV75Uy+rtD
Z3JPLb7xSHxxn90JtG/HWD/r7WksnxFAIf1FU7wEL+1ZdDY/MFgzsbJM+sDPGUdU
0o7ZrT9LDuMlbWrKsKEffq5YPatUgPqKOdns+IaTbwOiizd/Gj/zPjCnSQpvoEwY
E5NCAvJAoy/47eSUNea2Hwkei6tqeg9Foc/URSOMwWRKZ2BeH2tzVg9dZpqZVgTc
YByTn+Ly+KwhD787vtMF
=vWHI
-END PGP SIGNATURE-

Salvatore Bonaccorso (8):
  debian/control: Use HTTPS transport protocol for Vcs-Git URI
  update changelog
  Imported Upstream version 5.20160121
  Merge tag 'upstream/5.20160121'
  Update debian/changelog file
  Declare compliance with Debian policy 3.9.7
  Update copyright years for debian/* packaging files
  Prepare changelog for release

---

This annotated tag includes the following new commits:

   new  d7f1ec0   Declare compliance with Debian policy 3.9.7
   new  6c0c480   Update copyright years for debian/* packaging files
   new  e6b13d5   Prepare changelog for release

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


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

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


[libmodule-corelist-perl] 02/03: Update copyright years for debian/* packaging files

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

carnil pushed a commit to branch master
in repository libmodule-corelist-perl.

commit 6c0c4803ec958b1d9ba7f088c260a422e09a8159
Author: Salvatore Bonaccorso 
Date:   Sun Feb 21 16:06:02 2016 +0100

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

diff --git a/debian/copyright b/debian/copyright
index 621bf5e..714d44d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -22,7 +22,7 @@ Copyright: 2005-2007, Krzysztof Krzyzaniak (eloy) 

  2008, Niko Tyni 
  2009-2011, Jonathan Yu 
  2010, Ansgar Burchardt 
- 2010-2015, Salvatore Bonaccorso 
+ 2010-2016, Salvatore Bonaccorso 
  2011, Fabrizio Regalli 
 License: Artistic or GPL-1+
 

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

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


[libmodule-corelist-perl] 03/03: Prepare changelog for release

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

carnil pushed a commit to branch master
in repository libmodule-corelist-perl.

commit e6b13d55d524f4264d04015606b528d03c62fa3d
Author: Salvatore Bonaccorso 
Date:   Sun Feb 21 16:06:28 2016 +0100

Prepare changelog for release

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

diff --git a/debian/changelog b/debian/changelog
index d805fc0..a40e2cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,11 @@
-libmodule-corelist-perl (5.20160121-1) UNRELEASED; urgency=medium
+libmodule-corelist-perl (5.20160121-1) unstable; urgency=medium
 
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
   * Imported Upstream version 5.20160121
+  * Declare compliance with Debian policy 3.9.7
+  * Update copyright years for debian/* packaging files
 
- -- Salvatore Bonaccorso   Sat, 30 Jan 2016 20:05:25 +0100
+ -- Salvatore Bonaccorso   Sun, 21 Feb 2016 16:06:19 +0100
 
 libmodule-corelist-perl (5.20160120-1) unstable; urgency=medium
 

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

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


[libmodule-corelist-perl] 01/03: Declare compliance with Debian policy 3.9.7

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

carnil pushed a commit to branch master
in repository libmodule-corelist-perl.

commit d7f1ec088b6a6728d44bc0968a58d60a76473242
Author: Salvatore Bonaccorso 
Date:   Sun Feb 21 16:05:19 2016 +0100

Declare compliance with Debian policy 3.9.7
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index c115b62..6206ec0 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Priority: optional
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: libtest-pod-perl,
  perl
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libmodule-corelist-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libmodule-corelist-perl.git
 Homepage: https://metacpan.org/release/Module-CoreList

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

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


[libmodule-corelist-perl] branch master updated (e6f5a69 -> e6b13d5)

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

carnil pushed a change to branch master
in repository libmodule-corelist-perl.

  from  e6f5a69   Update debian/changelog file
   new  d7f1ec0   Declare compliance with Debian policy 3.9.7
   new  6c0c480   Update copyright years for debian/* packaging files
   new  e6b13d5   Prepare changelog for release

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


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

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

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


[libcpan-perl-releases-perl] 01/02: Merge tag 'upstream/2.58'

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

carnil pushed a commit to branch master
in repository libcpan-perl-releases-perl.

commit 1242ca0bb918f2752863ccc8d4c1796316af2518
Merge: f6c6493 8337ef3
Author: Salvatore Bonaccorso 
Date:   Sun Feb 21 16:23:26 2016 +0100

Merge tag 'upstream/2.58'

Upstream version 2.58

 Changes   | 12 +++-
 META.json |  2 +-
 META.yml  |  2 +-
 Makefile.PL   |  2 +-
 README|  2 +-
 dist.ini  |  2 +-
 lib/CPAN/Perl/Releases.pm |  5 +++--
 7 files changed, 19 insertions(+), 8 deletions(-)

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

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


[libcpan-perl-releases-perl] annotated tag upstream/2.58 created (now 76b7376)

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

carnil pushed a change to annotated tag upstream/2.58
in repository libcpan-perl-releases-perl.

at  76b7376   (tag)
   tagging  8337ef34906ef38ad5923e21d115c14ca1c01ada (commit)
  replaces  upstream/2.56
 tagged by  Salvatore Bonaccorso
on  Sun Feb 21 16:23:26 2016 +0100

- Log -
Upstream version 2.58

Chris 'BinGOs' Williams (1):
  Updated for v5.23.8

Salvatore Bonaccorso (1):
  Imported Upstream version 2.58

---

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

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


[libcpan-perl-releases-perl] 02/02: Update debian/changelog

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

carnil pushed a commit to branch master
in repository libcpan-perl-releases-perl.

commit 002b7ba8d2cfcdd93c9bbe07c38fa454163eba0e
Author: Salvatore Bonaccorso 
Date:   Sun Feb 21 16:23:27 2016 +0100

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index 6a96ce7..f9ca824 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-libcpan-perl-releases-perl (2.56-2) UNRELEASED; urgency=medium
+libcpan-perl-releases-perl (2.58-1) UNRELEASED; urgency=medium
 
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
+  * Import upstream version 2.58
 
- -- Salvatore Bonaccorso   Sat, 30 Jan 2016 20:03:37 +0100
+ -- Salvatore Bonaccorso   Sun, 21 Feb 2016 16:23:27 +0100
 
 libcpan-perl-releases-perl (2.56-1) unstable; urgency=medium
 

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

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


[libcpan-perl-releases-perl] branch master updated (f6c6493 -> 002b7ba)

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

carnil pushed a change to branch master
in repository libcpan-perl-releases-perl.

  from  f6c6493   update changelog
  adds  7abfc54   Updated for v5.23.8
  adds  8337ef3   Imported Upstream version 2.58
   new  1242ca0   Merge tag 'upstream/2.58'
   new  002b7ba   Update debian/changelog

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


Summary of changes:
 Changes   | 12 +++-
 META.json |  2 +-
 META.yml  |  2 +-
 Makefile.PL   |  2 +-
 README|  2 +-
 debian/changelog  |  5 +++--
 dist.ini  |  2 +-
 lib/CPAN/Perl/Releases.pm |  5 +++--
 8 files changed, 22 insertions(+), 10 deletions(-)

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

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


[libcpan-perl-releases-perl] 01/01: pristine-tar data for libcpan-perl-releases-perl_2.58.orig.tar.gz

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

carnil pushed a commit to branch pristine-tar
in repository libcpan-perl-releases-perl.

commit e43a00f475cd4bf552faee6f86fa23add8d66e10
Author: Salvatore Bonaccorso 
Date:   Sun Feb 21 16:23:26 2016 +0100

pristine-tar data for libcpan-perl-releases-perl_2.58.orig.tar.gz
---
 libcpan-perl-releases-perl_2.58.orig.tar.gz.delta | Bin 0 -> 1458 bytes
 libcpan-perl-releases-perl_2.58.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libcpan-perl-releases-perl_2.58.orig.tar.gz.delta 
b/libcpan-perl-releases-perl_2.58.orig.tar.gz.delta
new file mode 100644
index 000..6c2b3c6
Binary files /dev/null and b/libcpan-perl-releases-perl_2.58.orig.tar.gz.delta 
differ
diff --git a/libcpan-perl-releases-perl_2.58.orig.tar.gz.id 
b/libcpan-perl-releases-perl_2.58.orig.tar.gz.id
new file mode 100644
index 000..cbfb560
--- /dev/null
+++ b/libcpan-perl-releases-perl_2.58.orig.tar.gz.id
@@ -0,0 +1 @@
+6133d8d519df2acf060597e5122c36a1fa1c5a27

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

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


[libcpan-perl-releases-perl] branch pristine-tar updated (47882e2 -> e43a00f)

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

carnil pushed a change to branch pristine-tar
in repository libcpan-perl-releases-perl.

  from  47882e2   pristine-tar data for 
libcpan-perl-releases-perl_2.56.orig.tar.gz
   new  e43a00f   pristine-tar data for 
libcpan-perl-releases-perl_2.58.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:
 libcpan-perl-releases-perl_2.58.orig.tar.gz.delta | Bin 0 -> 1458 bytes
 libcpan-perl-releases-perl_2.58.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libcpan-perl-releases-perl_2.58.orig.tar.gz.delta
 create mode 100644 libcpan-perl-releases-perl_2.58.orig.tar.gz.id

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

___
Pkg-perl-cvs-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-app-perl] 01/06: Merge tag 'upstream/1.34'

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

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

commit 8418119648aaffa392db5e4688aba1a50aafc4f6
Merge: c882739 f8d0909
Author: gregor herrmann 
Date:   Sun Feb 21 16:10:49 2016 +0100

Merge tag 'upstream/1.34'

Upstream version 1.34

 Changes |  10 ++-
 MANIFEST|   3 +
 META.yml|   4 +-
 README  |  62 +++---
 TODO|  24 ++
 inc/Module/Install.pm   |  11 +--
 inc/Module/Install/Base.pm  |   2 +-
 inc/Module/Install/Can.pm   |   2 +-
 inc/Module/Install/Fetch.pm |   6 +-
 inc/Module/Install/Makefile.pm  |   2 +-
 inc/Module/Install/Metadata.pm  | 102 
 inc/Module/Install/Win32.pm |   6 +-
 inc/Module/Install/WriteAll.pm  |   6 +-
 lib/MooseX/App.pm   |  81 +++
 lib/MooseX/App/Command.pm   |   8 +-
 lib/MooseX/App/Exporter.pm  |  58 +-
 lib/MooseX/App/Meta/Role/Attribute/Option.pm|   8 +-
 lib/MooseX/App/Meta/Role/Class/Base.pm  |  55 ++---
 lib/MooseX/App/Meta/Role/Class/Command.pm   |  11 +++
 lib/MooseX/App/Meta/Role/Class/Documentation.pm |   6 +-
 lib/MooseX/App/ParsedArgv.pm|  22 +++--
 lib/MooseX/App/Plugin/BashCompletion/Command.pm |   7 +-
 lib/MooseX/App/Plugin/Color.pm  |   2 +-
 lib/MooseX/App/Plugin/Config.pm |   2 +-
 lib/MooseX/App/Plugin/Man/Command.pm|   2 +-
 lib/MooseX/App/Plugin/Term.pm   |   2 +-
 lib/MooseX/App/Plugin/Term/Meta/Attribute.pm|  28 +--
 lib/MooseX/App/Role/Base.pm |   7 +-
 lib/MooseX/App/Role/Common.pm   |   2 +-
 lib/MooseX/App/Simple.pm|   6 +-
 lib/MooseX/App/Tutorial.pod |   2 +-
 t/03_utils.t|  20 ++---
 t/05_extended.t |  27 ++-
 t/12_plugin_depends.t   |   2 +-
 t/13_rt_112156.t|  83 +++
 t/testlib/Test01.pm |   3 +-
 t/testlib/Test03.pm |   1 +
 t/testlib/Test03/DifferentCommand.pm|  35 
 t/testlib/Test06.pm |   2 +
 t/testlib/Test06/CommandA.pm|   2 +-
 t/testlib/Test06/CommandD.pm|  26 ++
 41 files changed, 548 insertions(+), 202 deletions(-)

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

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

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

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

commit 943e8d3888670f7121878f4d71494310499a1eef
Author: gregor herrmann 
Date:   Sun Feb 21 16:10:49 2016 +0100

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index f09b2b6..762ba61 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libmoosex-app-perl (1.33-2) UNRELEASED; urgency=medium
+libmoosex-app-perl (1.34-1) UNRELEASED; urgency=medium
 
   [ gregor herrmann ]
   * Rename autopkgtest configuration file(s) as per new pkg-perl-
@@ -7,7 +7,10 @@ libmoosex-app-perl (1.33-2) UNRELEASED; urgency=medium
   [ Salvatore Bonaccorso ]
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
 
- -- gregor herrmann   Sat, 24 Oct 2015 13:46:03 +0200
+  [ gregor herrmann ]
+  * Import upstream version 1.34
+
+ -- gregor herrmann   Sun, 21 Feb 2016 16:10:49 +0100
 
 libmoosex-app-perl (1.33-1) unstable; urgency=medium
 

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

___
Pkg-perl-cvs-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-app-perl] 05/06: Add new spelling.patch.

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

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

commit 06d581f1f2f08a84c179c87aecb9d5dee73acc4c
Author: gregor herrmann 
Date:   Sun Feb 21 16:26:39 2016 +0100

Add new spelling.patch.

Lintian has extended its list of spelling mistakes.
---
 debian/patches/series |  1 +
 debian/patches/spelling.patch | 96 +++
 2 files changed, 97 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..5299247
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 000..cb8e6c6
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,96 @@
+Description: fix some spelling mistakes in the POD
+Origin: vendor
+Author: gregor herrmann 
+Last-Update: 2016-02-21
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=112234
+Bug: https://rt.cpan.org/Ticket/Display.html?id=112234
+
+--- a/lib/MooseX/App.pm
 b/lib/MooseX/App.pm
+@@ -318,7 +318,7 @@
+ =item * HashRef: Specify multiple key value pairs (--option key=value, 
+ also see L)
+ 
+-=item * Enum: Display all possibilites
++=item * Enum: Display all possibilities
+ 
+ =item * Bool: Flags that do not require values
+ 
+@@ -336,7 +336,7 @@
+  my $myapp_command = MyApp->new_with_command();
+ 
+ This constructor reads the command line arguments and tries to create a 
+-command class instance. If it fails it retuns a 
++command class instance. If it fails it returns a
+ L object holding an error message.
+ 
+ You can pass a hash of default/fallback params to new_with_command
+@@ -445,7 +445,7 @@
+  OR
+  app_permute(1);
+ 
+-Allows to specify multiple values with one key. So instead of writing
++Allows one to specify multiple values with one key. So instead of writing
+ C<--list element1 --list element2 --list element3> one might write
+ C<--list element1 element2 element3> for ArrayRef elements. HashRef elements
+ may be expressed as <--hash key=value key2=value2>
+@@ -481,7 +481,7 @@
+ 
+ =item * cmd_env - Read options/parameters from %ENV
+ 
+-=item * cmd_count - Value of option equals to number of occurences in @ARGV
++=item * cmd_count - Value of option equals to number of occurrences in @ARGV
+ 
+ =back
+ 
+@@ -528,7 +528,7 @@
+ 
+ =item * L
+ 
+-Adds a command that genereates a bash completion script for your application.
++Adds a command that generates a bash completion script for your application.
+ See L for Z shell .
+ 
+ =item * L
+@@ -589,7 +589,7 @@
+ When manually registering command classes (eg. via app_command_register) in
+ multiple base classes with different sets of plugins (why would you ever want 
+ to do that?), then meta attributes may miss some attribute metaclasses. In 
+-this case you need to load the missing attribute traits explicitely:
++this case you need to load the missing attribute traits explicitly:
+ 
+  option 'argument' => (
+ depends => 'otherargument',
+--- a/lib/MooseX/App/Meta/Role/Attribute/Option.pm
 b/lib/MooseX/App/Meta/Role/Attribute/Option.pm
+@@ -377,7 +377,7 @@
+ =head2 cmd_count
+ 
+ Similar to the Getopt::Long '+' modifier, cmd_count turns the attribute into
+-a counter. Every occurence of the attribute in @ARGV (without any value)
++a counter. Every occurrence of the attribute in @ARGV (without any value)
+ would increment the resulting value by one
+ 
+ =head1 METHODS
+--- a/lib/MooseX/App/Simple.pm
 b/lib/MooseX/App/Simple.pm
+@@ -138,7 +138,7 @@
+  my $myapp_command = MyApp->new_with_options();
+ 
+ This method reads the command line arguments from the user and tries to create
+-instantiate the current class with the ARGV-input. If it fails it retuns a 
++instantiate the current class with the ARGV-input. If it fails it returns a
+ L object holding an error message.
+ 
+ You can pass a hash or hashref of default params to new_with_options
+--- a/lib/MooseX/App/ParsedArgv/Element.pm
 b/lib/MooseX/App/ParsedArgv/Element.pm
+@@ -152,7 +152,7 @@
+ 
+ =head2 occurence
+ 
+-Number of occurences in @ARGV
++Number of occurrences in @ARGV
+ 
+ =head2 consumed
+ 

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

___
Pkg-perl-cvs-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-app-perl] 03/06: Drop spelling.patch, merged upstream.

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

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

commit cd14fffd81eadef1a8ae15a9691a40d04ebbb7f9
Author: gregor herrmann 
Date:   Sun Feb 21 16:12:09 2016 +0100

Drop spelling.patch, merged upstream.
---
 debian/patches/series |  1 -
 debian/patches/spelling.patch | 36 
 2 files changed, 37 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 5299247..000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
deleted file mode 100644
index 6e8485d..000
--- a/debian/patches/spelling.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-Description: fix spelling mistakes in the POD
-Origin: vendor
-Author: gregor herrmann 
-Last-Update: 2015-07-07
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=105717
-Bug: https://rt.cpan.org/Ticket/Display.html?id=105717
-
 a/lib/MooseX/App.pm
-+++ b/lib/MooseX/App.pm
-@@ -395,7 +395,7 @@
- undo=> 'MyApp::Commands::UndoSomething';
- 
- This keyword can be used to register additional commands. Especially
--usefull in conjunction with app_namespace.
-+useful in conjunction with app_namespace.
- 
- =head2 app_description
- 
 a/lib/MooseX/App/Tutorial.pod
-+++ b/lib/MooseX/App/Tutorial.pod
-@@ -213,7 +213,7 @@
- call any method on it without checking the object type. Note that 
- MooseX::App::Message::Envelope objects may also have an exitcode set. In this
- case whenever the object gets stringified, it print on STDERR/STDOUT and exits
--the programm using the specified exitcode. Don't use the ovleroad 
-+the program using the specified exitcode. Don't use the ovleroad
- stingification if you don't want this behaviour.
- 
- You can also pass default/fallback values to the constructor
-@@ -236,4 +236,4 @@
- command_short_description, ... functions or by writing POD) and Moose type
- constraints and additional plugins (eg. colorise the output).
- 
--=cut
-\ No newline at end of file
-+=cut

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

___
Pkg-perl-cvs-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-app-perl] branch master updated (c882739 -> baef4aa)

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

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

  from  c882739   update changelog
  adds  e98bf67   Prepare permute
  adds  7b1241f   Import app_permute
  adds  1a15a89   Fix warning
  adds  0b9e134   Implement basic permute
  adds  afe9ed8   Update parser test for permute
  adds  e7fd09c   Prepare permute tests
  adds  c2a1f9f   Remove permute from TODO
  adds  1a0f8c0   Prepare permute
  adds  4690087   Merge branch 'permute' of github.com:maros/MooseX-App 
into permute
  adds  fa359d6   Test permute
  adds  69822f1   Remove unused attribute
  adds  35f5ca3   Fix type constraint check
  adds  5e77ba8   Update POD
  adds  d14d255   Update POD
  adds  34cb879   Fix for app_prefer_commandline
  adds  b932a4a   Merge pull request #27 from astoddard/master
  adds  1a22a9c   Update acknowledgments and changes
  adds  eae9cc6   Clarify pod
  adds  4eb6919   Fix spelling RT105717
  adds  a83a7aa   Fix module name in pod
  adds  5dc4d91   Cleanup
  adds  3d36cb0   "while" sucks
  adds  5b87ed2   Fallback for command classes with custom attribute 
metaclasses and no inheritance
  adds  771f483   Get rid of while/each
  adds  81877df   Honour coercions. Try to prevent invalid input in the 
first place
  adds  8715e59   Add tests fro RT112156
  adds  8e8aedb   Extend tests
  adds  d984c98   Update pod
  adds  e45ffea   Update changes
  adds  ce696aa   Release 1.34
  adds  f8d0909   Imported Upstream version 1.34
   new  8418119   Merge tag 'upstream/1.34'
   new  943e8d3   Update debian/changelog
   new  cd14fff   Drop spelling.patch, merged upstream.
   new  a4d93ac   Declare compliance with Debian Policy 3.9.7.
   new  06d581f   Add new spelling.patch.
   new  baef4aa   releasing package libmoosex-app-perl version 1.34-1

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


Summary of changes:
 Changes |  10 +-
 MANIFEST|   3 +
 META.yml|   4 +-
 README  |  62 ++--
 TODO|  24 ++---
 debian/changelog|  11 ++-
 debian/control  |   2 +-
 debian/patches/spelling.patch   | 122 ++--
 inc/Module/Install.pm   |  11 ++-
 inc/Module/Install/Base.pm  |   2 +-
 inc/Module/Install/Can.pm   |   2 +-
 inc/Module/Install/Fetch.pm |   6 +-
 inc/Module/Install/Makefile.pm  |   2 +-
 inc/Module/Install/Metadata.pm  | 102 +++-
 inc/Module/Install/Win32.pm |   6 +-
 inc/Module/Install/WriteAll.pm  |   6 +-
 lib/MooseX/App.pm   |  81 
 lib/MooseX/App/Command.pm   |   8 +-
 lib/MooseX/App/Exporter.pm  |  58 ++-
 lib/MooseX/App/Meta/Role/Attribute/Option.pm|   8 +-
 lib/MooseX/App/Meta/Role/Class/Base.pm  |  55 ---
 lib/MooseX/App/Meta/Role/Class/Command.pm   |  11 +++
 lib/MooseX/App/Meta/Role/Class/Documentation.pm |   6 +-
 lib/MooseX/App/ParsedArgv.pm|  22 +++--
 lib/MooseX/App/Plugin/BashCompletion/Command.pm |   7 +-
 lib/MooseX/App/Plugin/Color.pm  |   2 +-
 lib/MooseX/App/Plugin/Config.pm |   2 +-
 lib/MooseX/App/Plugin/Man/Command.pm|   2 +-
 lib/MooseX/App/Plugin/Term.pm   |   2 +-
 lib/MooseX/App/Plugin/Term/Meta/Attribute.pm|  28 --
 lib/MooseX/App/Role/Base.pm |   7 +-
 lib/MooseX/App/Role/Common.pm   |   2 +-
 lib/MooseX/App/Simple.pm|   6 +-
 lib/MooseX/App/Tutorial.pod |   2 +-
 t/03_utils.t|  20 ++--
 t/05_extended.t |  27 +-
 t/12_plugin_depends.t   |   2 +-
 t/13_rt_112156.t|  83 
 t/testlib/Test01.pm |   3 +-
 t/testlib/Test03.pm |   1 +
 t/testlib/Test03/DifferentCommand.pm|  35 +++
 t/testlib/Test06.pm |   2 +
 t/testlib/Test06/CommandA.pm|   2 +-
 t/testlib/Test06/CommandD.pm|  26 +
 44 files changed, 649 insertions(+), 236 deletions(-)
 create mode 100644 

[libmoosex-app-perl] 01/01: pristine-tar data for libmoosex-app-perl_1.34.orig.tar.gz

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

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

commit bc71d847681a3d1b0a83184b8e3a3838eccc28fa
Author: gregor herrmann 
Date:   Sun Feb 21 16:10:49 2016 +0100

pristine-tar data for libmoosex-app-perl_1.34.orig.tar.gz
---
 libmoosex-app-perl_1.34.orig.tar.gz.delta | Bin 0 -> 5865 bytes
 libmoosex-app-perl_1.34.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libmoosex-app-perl_1.34.orig.tar.gz.delta 
b/libmoosex-app-perl_1.34.orig.tar.gz.delta
new file mode 100644
index 000..185a1b1
Binary files /dev/null and b/libmoosex-app-perl_1.34.orig.tar.gz.delta differ
diff --git a/libmoosex-app-perl_1.34.orig.tar.gz.id 
b/libmoosex-app-perl_1.34.orig.tar.gz.id
new file mode 100644
index 000..36a8c54
--- /dev/null
+++ b/libmoosex-app-perl_1.34.orig.tar.gz.id
@@ -0,0 +1 @@
+21832f1e7f4c68eb575dd5993bc579d4574c39c6

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

___
Pkg-perl-cvs-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-app-perl] 06/06: releasing package libmoosex-app-perl version 1.34-1

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

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

commit baef4aa6b14cc5c92f9fcb589a236b263dcee5de
Author: gregor herrmann 
Date:   Sun Feb 21 16:30:00 2016 +0100

releasing package libmoosex-app-perl version 1.34-1
---
 debian/changelog | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 762ba61..8ba6bf9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libmoosex-app-perl (1.34-1) UNRELEASED; urgency=medium
+libmoosex-app-perl (1.34-1) unstable; urgency=medium
 
   [ gregor herrmann ]
   * Rename autopkgtest configuration file(s) as per new pkg-perl-
@@ -8,9 +8,13 @@ libmoosex-app-perl (1.34-1) UNRELEASED; urgency=medium
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
 
   [ gregor herrmann ]
-  * Import upstream version 1.34
+  * Import upstream version 1.34.
+  * Drop spelling.patch, merged upstream.
+  * Declare compliance with Debian Policy 3.9.7.
+  * Add new spelling.patch. Lintian has extended its list of
+spelling mistakes.
 
- -- gregor herrmann   Sun, 21 Feb 2016 16:10:49 +0100
+ -- gregor herrmann   Sun, 21 Feb 2016 16:27:06 +0100
 
 libmoosex-app-perl (1.33-1) unstable; urgency=medium
 

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

___
Pkg-perl-cvs-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-app-perl] 04/06: Declare compliance with Debian Policy 3.9.7.

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

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

commit a4d93ac23505151d76ed1be25ec2b82e3af3957e
Author: gregor herrmann 
Date:   Sun Feb 21 16:12:50 2016 +0100

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

diff --git a/debian/control b/debian/control
index 867a73a..f1afab1 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Build-Depends-Indep: libconfig-any-perl,
  libtest-most-perl,
  libtest-nowarnings-perl,
  perl
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libmoosex-app-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libmoosex-app-perl.git
 Homepage: https://metacpan.org/release/MooseX-App

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

___
Pkg-perl-cvs-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-app-perl] annotated tag upstream/1.34 created (now 10333e5)

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

gregoa pushed a change to annotated tag upstream/1.34
in repository libmoosex-app-perl.

at  10333e5   (tag)
   tagging  f8d09095affa104c01e88ad6c1e99fcd4fde4775 (commit)
  replaces  upstream/1.33
 tagged by  gregor herrmann
on  Sun Feb 21 16:10:49 2016 +0100

- Log -
Upstream version 1.34

Alexander Stoddard (1):
  Fix for app_prefer_commandline

Maros Kollar (28):
  Prepare permute
  Prepare permute
  Import app_permute
  Fix warning
  Implement basic permute
  Update parser test for permute
  Prepare permute tests
  Remove permute from TODO
  Merge branch 'permute' of github.com:maros/MooseX-App into permute
  Test permute
  Remove unused attribute
  Fix type constraint check
  Update POD
  Update POD
  Update acknowledgments and changes
  Clarify pod
  Fix spelling RT105717
  Fix module name in pod
  Cleanup
  "while" sucks
  Fallback for command classes with custom attribute metaclasses and no 
inheritance
  Get rid of while/each
  Honour coercions. Try to prevent invalid input in the first place
  Add tests fro RT112156
  Extend tests
  Update pod
  Update changes
  Release 1.34

Maroš Kollár (1):
  Merge pull request #27 from astoddard/master

gregor herrmann (1):
  Imported Upstream version 1.34

---

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

___
Pkg-perl-cvs-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-app-perl] annotated tag debian/1.34-1 created (now e6c4b42)

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

gregoa pushed a change to annotated tag debian/1.34-1
in repository libmoosex-app-perl.

at  e6c4b42   (tag)
   tagging  baef4aa6b14cc5c92f9fcb589a236b263dcee5de (commit)
  replaces  upstream/1.34
 tagged by  gregor herrmann
on  Sun Feb 21 16:30:00 2016 +0100

- Log -
tagging package libmoosex-app-perl version debian/1.34-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJWydf4XxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoG7YoQAKuYsi02LfGq5pACb/Vdyyut
PZs/0yEpO5ejycYvgbPJa4TuumYO8iYZNUmWqCWzi6Cqy7xT44D/M78DIcaGlxId
/01Bfy+1o4QHKcBBfxGC2ZZMqqtJAp0S/wLyvDo5IK50agUZMXsV/8bPnGRB2cz9
5Lo4RkAh8wt7nLsBLoUwqYKGP1p1HdrX7qr33UYKS9kijA/Ppdnv15VD8gJwCEMC
V3ZiptAyug28GLFvMtVWX7ZHdJiiSmDGJJ6eBvXUUtvBFZGspoBeLjnR5+/oMlNf
3CN6wg8t9DdeFELxycFL2ZDX6Q4p9cC9rWO1Xs9jTOo9byCExmrpu+kIJSww1MdT
iRG2XW1N4JjGEvSIrM/ZnzHDmpJV3UEfzZ1iJWCpj8cIYH5WPLGnd1vILN2P6RKg
w9S8pz1/qL/qMjVNz7Ooqrp6YmZlxxpGTZm5UTur90FCZcfnIzZFBJxkRGyzctss
isAS4JgqYe3erW1NRf3u4VJA3TlcRjjwaelK1Je4rPL9NH/FkV3je2MrkwjruvQu
7YGi5I2aXe0uglwTMmZQHKmvsB+KH83ckQn9baQgziTVdyhruJYT3dGQgLMqP7Cm
O3iMeShWiQgvV15cjhvvUxeiNco+HAWjS1K8eG5zIUpRLGuvs4RdXi3F3sW7ZI7H
jYd3SW72Y0JbZewNBS1S
=CYS5
-END PGP SIGNATURE-

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

Stefan Hornburg (Racke) (5):
  Initial packaging by dh-make-perl
  Add ITP bug number to changelog.
  Update package description in control file.
  Remove dh-make-perl boilerplate from copyright file.
  Remove MYMETA.* files from repository.

gregor herrmann (43):
  Merge tag 'upstream/1.26'
  New upstream release.
  debian/copyright: add copyright years and info about inc/Module/*.
  Update short/long description.
  update changelog / add PROBLEM
  Add patch to silence experimental::smartmatch warnings (again).
  Add a patch to fix some spelling mistakes.
  releasing package libmoosex-app-perl version 1.26-1
  Merge tag 'upstream/1.27'
  New upstream release.
  Drop patches, both merged upstream.
  Lower required debhelper version to plain '9'.
  cme: reformat debian/control
  releasing package libmoosex-app-perl version 1.27-1
  Merge tag 'upstream/1.28'
  New upstream release.
  releasing package libmoosex-app-perl version 1.28-1
  Merge tag 'upstream/1.29'
  New upstream release.
  releasing package libmoosex-app-perl version 1.29-1
  Add debian/upstream/metadata
  Update debian/changelog
  Merge tag 'upstream/1.30'
  Update debian/changelog
  Declare compliance with Debian Policy 3.9.6.
  Add more packages to Build-Depends-Indep and Recommends.
  Mark package as autopkgtest-able.
  Add patch to fix spelling mistakes.
  releasing package libmoosex-app-perl version 1.30-1
  Merge tag 'upstream/1.33'
  Update debian/changelog
  Drop spelling.patch, fixed upstream.
  Update years of upstream copyright.
  Add a new spelling.patch to fix new spelling mistakes.
  releasing package libmoosex-app-perl version 1.33-1
  Rename autopkgtest configuration file(s) as per new pkg-perl-autopkgtest 
schema.
  update changelog
  Merge tag 'upstream/1.34'
  Update debian/changelog
  Drop spelling.patch, merged upstream.
  Declare compliance with Debian Policy 3.9.7.
  Add new spelling.patch.
  releasing package libmoosex-app-perl version 1.34-1

---

This annotated tag includes the following new commits:

   new  8418119   Merge tag 'upstream/1.34'
   new  943e8d3   Update debian/changelog
   new  cd14fff   Drop spelling.patch, merged upstream.
   new  a4d93ac   Declare compliance with Debian Policy 3.9.7.
   new  06d581f   Add new spelling.patch.
   new  baef4aa   releasing package libmoosex-app-perl version 1.34-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/libmoosex-app-perl.git

___
Pkg-perl-cvs-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-app-perl] branch pristine-tar updated (8fea785 -> bc71d84)

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

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

  from  8fea785   pristine-tar data for libmoosex-app-perl_1.33.orig.tar.gz
   new  bc71d84   pristine-tar data for libmoosex-app-perl_1.34.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-app-perl_1.34.orig.tar.gz.delta | Bin 0 -> 5865 bytes
 libmoosex-app-perl_1.34.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libmoosex-app-perl_1.34.orig.tar.gz.delta
 create mode 100644 libmoosex-app-perl_1.34.orig.tar.gz.id

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

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


[libcpan-perl-releases-perl] branch master updated (002b7ba -> b286dac)

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

carnil pushed a change to branch master
in repository libcpan-perl-releases-perl.

  from  002b7ba   Update debian/changelog
   new  e4a3a79   Declare compliance with Debian policy 3.9.7
   new  b286dac   Prepare changelog for release

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


Summary of changes:
 debian/changelog | 5 +++--
 debian/control   | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

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

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


[libcpan-perl-releases-perl] 01/02: Declare compliance with Debian policy 3.9.7

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

carnil pushed a commit to branch master
in repository libcpan-perl-releases-perl.

commit e4a3a7981b6361913026b57cf89b9b05ca73d947
Author: Salvatore Bonaccorso 
Date:   Sun Feb 21 16:27:37 2016 +0100

Declare compliance with Debian policy 3.9.7
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 6532f1d..06b2d90 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: perl
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libcpan-perl-releases-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libcpan-perl-releases-perl.git
 Testsuite: autopkgtest-pkg-perl

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

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


[libcpan-perl-releases-perl] 02/02: Prepare changelog for release

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

carnil pushed a commit to branch master
in repository libcpan-perl-releases-perl.

commit b286dac506119280486f928942d673d4d2ee36f0
Author: Salvatore Bonaccorso 
Date:   Sun Feb 21 16:27:59 2016 +0100

Prepare changelog for release

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

diff --git a/debian/changelog b/debian/changelog
index f9ca824..66915ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-libcpan-perl-releases-perl (2.58-1) UNRELEASED; urgency=medium
+libcpan-perl-releases-perl (2.58-1) unstable; urgency=medium
 
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
   * Import upstream version 2.58
+  * Declare compliance with Debian policy 3.9.7
 
- -- Salvatore Bonaccorso   Sun, 21 Feb 2016 16:23:27 +0100
+ -- Salvatore Bonaccorso   Sun, 21 Feb 2016 16:27:50 +0100
 
 libcpan-perl-releases-perl (2.56-1) unstable; urgency=medium
 

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

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


[libcpan-perl-releases-perl] annotated tag debian/2.58-1 created (now d6a687d)

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

carnil pushed a change to annotated tag debian/2.58-1
in repository libcpan-perl-releases-perl.

at  d6a687d   (tag)
   tagging  b286dac506119280486f928942d673d4d2ee36f0 (commit)
  replaces  debian/2.56-1
 tagged by  Salvatore Bonaccorso
on  Sun Feb 21 16:34:29 2016 +0100

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

iQIcBAABCgAGBQJWydkFAAoJEAVMuPMTQ89EcaMP/1mWDbHdG8UWSqDc7hsEebZA
WHA4sntV4FeCJLsqW4HAaoTTY5nhkAyHrpYsQqCrZNg1rGoHkWOiepSl18+/Dybu
EKgnauQnC0ZSU0P1SL5hpiVXZhjoX3IULy3HQ1M0mW5rX19ldHw0kPweC8lZw4p4
eMx/aXqnUPRHMvhR8021LXiuXuZw41fhi/cdnTUzO2BTjzb2h41VLwtoSV8I1mWn
cMb3S7vrAvCTxvuFUIjpjBDtAthw0tghvy8DcHXqmWZspGXOXiEGyPZhZKZPFt9D
FFUQgDNFvUyM8I2X9PxlgIUxsR/pUDtIqtqKPwtw150qponFPVRg9F88voQHqW8R
02+njcTdL8ZWX55U7UtTSIljqIQRM/N9vtO9oJlGS/2gR9yxakUJ9COrSiLNRj5g
0T+dN73hvy/YD5RCLtiQbv+r0xtpxsB4v5J+GaRgzSgFoT+Ojzj9Y3F4gmiBqDCc
OykKSUFow3E0Lwj1/RVA+a+9ODA3ds7KZtVsz+kdQpeOeZbVrc+siL8+TLdt4Wl/
RpRXXN2VYl+FHM7ZdS0ETYuDLnHsmDAEeypP/EQU8bS3fA5h1wfPwkUKuyL3VfCb
Pckk40NU+CBXiBmVt1TkVj1RSsjHcwGsnM6+UjBRELseFFewDQW8TH5AID9Zk5M6
TFmCqS67IqAv2krNC1R/
=+2zr
-END PGP SIGNATURE-

Chris 'BinGOs' Williams (1):
  Updated for v5.23.8

Salvatore Bonaccorso (7):
  debian/control: Use HTTPS transport protocol for Vcs-Git URI
  update changelog
  Imported Upstream version 2.58
  Merge tag 'upstream/2.58'
  Update debian/changelog
  Declare compliance with Debian policy 3.9.7
  Prepare changelog for release

---

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

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


[libtree-simple-perl] branch master updated (5757a01 -> 6b7043f)

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

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

  from  5757a01   update changelog
   new  87daa60   Change order of alternative (build) dependencies.
   new  4633129   Update years of packaging copyright.
   new  418ebae   Declare compliance with Debian Policy 3.9.7.
   new  576c8b3   Add a patch to fix spelling mistakes in the POD.
   new  6b7043f   releasing package libtree-simple-perl version 1.26-2

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


Summary of changes:
 debian/changelog  | 11 +--
 debian/control|  6 +++---
 debian/copyright  |  2 +-
 debian/patches/series |  1 +
 debian/patches/spelling.patch | 23 +++
 5 files changed, 37 insertions(+), 6 deletions(-)
 create mode 100644 debian/patches/series
 create mode 100644 debian/patches/spelling.patch

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

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


[libtree-simple-perl] 05/05: releasing package libtree-simple-perl version 1.26-2

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

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

commit 6b7043f3c21715c062407ecaeee5ae83dd06fdcc
Author: gregor herrmann 
Date:   Sun Feb 21 19:36:06 2016 +0100

releasing package libtree-simple-perl version 1.26-2
---
 debian/changelog | 11 +--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a62e4e5..a03759c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,15 @@
-libtree-simple-perl (1.26-2) UNRELEASED; urgency=medium
+libtree-simple-perl (1.26-2) unstable; urgency=medium
 
+  [ Salvatore Bonaccorso ]
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
 
- -- Salvatore Bonaccorso   Sat, 30 Jan 2016 20:07:16 +0100
+  [ gregor herrmann ]
+  * Change order of alternative (build) dependencies.
+  * Update years of packaging copyright.
+  * Declare compliance with Debian Policy 3.9.7.
+  * Add a patch to fix spelling mistakes in the POD.
+
+ -- gregor herrmann   Sun, 21 Feb 2016 19:34:52 +0100
 
 libtree-simple-perl (1.26-1) unstable; urgency=medium
 

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

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


[libtree-simple-perl] 04/05: Add a patch to fix spelling mistakes in the POD.

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

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

commit 576c8b3d022035cbd9f4e0432799fed39a372c84
Author: gregor herrmann 
Date:   Sun Feb 21 19:34:38 2016 +0100

Add a patch to fix spelling mistakes in the POD.
---
 debian/patches/series |  1 +
 debian/patches/spelling.patch | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..5299247
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 000..a381656
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,23 @@
+Description: fix spelling mistakes
+Origin: vendor
+Author: gregor herrmann 
+Last-Update: 2016-02-21
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=112239
+Bug: https://rt.cpan.org/Ticket/Display.html?id=112239
+
+--- a/lib/Tree/Simple.pm
 b/lib/Tree/Simple.pm
+@@ -602,11 +602,11 @@
+   # make a tree root
+   my $tree = Tree::Simple->new("0", Tree::Simple->ROOT);
+ 
+-  # explicity add a child to it
++  # explicitly add a child to it
+   $tree->addChild(Tree::Simple->new("1"));
+ 
+   # specify the parent when creating
+-  # an instance and it adds the child implicity
++  # an instance and it adds the child implicitly
+   my $sub_tree = Tree::Simple->new("2", $tree);
+ 
+   # chain method calls

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

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


[libtree-simple-perl] 03/05: Declare compliance with Debian Policy 3.9.7.

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

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

commit 418ebae2692fa91539aa9fcf021b0ac2d10b3f3d
Author: gregor herrmann 
Date:   Sun Feb 21 19:30:15 2016 +0100

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

diff --git a/debian/control b/debian/control
index bf81ed3..99900f3 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends-Indep: perl,
  libtest-exception-perl,
  libtest-memory-cycle-perl,
  perl (>= 5.21.6) | libtest-simple-perl (>= 1.001014)
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libtree-simple-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libtree-simple-perl.git
 Homepage: https://metacpan.org/release/Tree-Simple

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

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


[libtree-simple-perl] 01/05: Change order of alternative (build) dependencies.

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

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

commit 87daa606ff68ad56b66c66a74db2caff8f6bf6dc
Author: gregor herrmann 
Date:   Sun Feb 21 19:29:31 2016 +0100

Change order of alternative (build) dependencies.
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 53d2939..bf81ed3 100644
--- a/debian/control
+++ b/debian/control
@@ -4,17 +4,17 @@ Uploaders: Niko Tyni ,
gregor herrmann ,
Damyan Ivanov 
 Section: perl
+Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: perl,
  libtest-exception-perl,
  libtest-memory-cycle-perl,
- libtest-simple-perl (>= 1.001014) | perl (>= 5.21.10)
+ perl (>= 5.21.6) | libtest-simple-perl (>= 1.001014)
 Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libtree-simple-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libtree-simple-perl.git
 Homepage: https://metacpan.org/release/Tree-Simple
-Testsuite: autopkgtest-pkg-perl
 
 Package: libtree-simple-perl
 Architecture: all

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

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


[libtree-simple-perl] annotated tag debian/1.26-2 created (now ef980e9)

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

gregoa pushed a change to annotated tag debian/1.26-2
in repository libtree-simple-perl.

at  ef980e9   (tag)
   tagging  6b7043f3c21715c062407ecaeee5ae83dd06fdcc (commit)
  replaces  debian/1.26-1
 tagged by  gregor herrmann
on  Sun Feb 21 19:36:06 2016 +0100

- Log -
tagging package libtree-simple-perl version debian/1.26-2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJWygOWXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGNOwP+wUCwznAVEuq1WTo/5KqSL1O
At2/mCrj04UdSdEntexgUslIYVCjTsaa0v7NcJxLK2fEBTt1lS4p9BLNihKcEaaC
84skY00aARCIGJ/JEBa6RVLs9NxMenDquvx3/tYV1SnPX+TYJFpMve+qqqx4B2My
5KTe50IN1aZ9JvMAw3zxdXF/su7GuH1G3axzkVc1M/h/0b0sI6/4a7NKteVE7GOi
ik/NaqXnNS/toL0ylGLdf8s+IMvlsHbdpN1ooE3JiANkCiMXWzqB9vjZ7o5fInt4
dbAJi6LsEO8K8O07a03NwErjDQghiF8nKznm65SrFDfBsTK2JfPBDuqs6yfiEoFp
mB+XRR1yAoKcexAV/RWkI0Aw5sgfC0Rd1cOX+F+JIokhq8VDbMv2VKPVlEwbiWX/
3EJFLf9Uu1tL/LWogHs8BsRgiT+pnJf/Io1usoVBKOP017canmgmT7PYvuaJsu4F
aaO9fP2Mx5GLLcPW1X0Q7wd5qHeNIadeJD/V1F8lqGyX+ec+1oWpl/r8akD/9MIy
wh5SCDVnBV46p872QIliyM0gDd3srmwLhD8tQjlxbUYd647zSbwof77kTaRavDcb
oV4Sc6jBPjBbnIcGCD+6QjeG8wu/aU6mkEPffOGTX/9qx+FDcWnWCeUt7wHU7DL6
5Uhe6xxLQ4kKzAuX5RWa
=/kLH
-END PGP SIGNATURE-

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

gregor herrmann (5):
  Change order of alternative (build) dependencies.
  Update years of packaging copyright.
  Declare compliance with Debian Policy 3.9.7.
  Add a patch to fix spelling mistakes in the POD.
  releasing package libtree-simple-perl version 1.26-2

---

This annotated tag includes the following new commits:

   new  87daa60   Change order of alternative (build) dependencies.
   new  4633129   Update years of packaging copyright.
   new  418ebae   Declare compliance with Debian Policy 3.9.7.
   new  576c8b3   Add a patch to fix spelling mistakes in the POD.
   new  6b7043f   releasing package libtree-simple-perl version 1.26-2

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


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

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


[libtree-simple-perl] 02/05: Update years of packaging copyright.

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

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

commit 4633129cbf5fa847eb7c3d250843022e9c5b551b
Author: gregor herrmann 
Date:   Sun Feb 21 19:30:03 2016 +0100

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

diff --git a/debian/copyright b/debian/copyright
index 9f36057..c3a143d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -10,7 +10,7 @@ License: Artistic or GPL-1+
 Files: debian/*
 Copyright: 2004, 2005, 2006, Stephen Quinney 
  2006, Niko Tyni 
- 2007-2013, gregor herrmann 
+ 2007-2016, gregor herrmann 
 License: Artistic or GPL-1+
 
 License: Artistic

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

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


[libtree-dagnode-perl] 03/03: releasing package libtree-dagnode-perl version 1.27-2

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

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

commit 4519637fbc3ec4f530aac55f0079db4ddb6e6cf7
Author: gregor herrmann 
Date:   Sun Feb 21 19:39:45 2016 +0100

releasing package libtree-dagnode-perl version 1.27-2
---
 debian/changelog | 11 +--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 81eca10..a7c04df 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,15 @@
-libtree-dagnode-perl (1.27-2) UNRELEASED; urgency=medium
+libtree-dagnode-perl (1.27-2) unstable; urgency=medium
 
+  * Team upload.
+
+  [ Salvatore Bonaccorso ]
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
 
- -- Salvatore Bonaccorso   Sat, 30 Jan 2016 20:07:16 +0100
+  [ gregor herrmann ]
+  * Change order of alternative (build) dependencies.
+  * Declare compliance with Debian Policy 3.9.7.
+
+ -- gregor herrmann   Sun, 21 Feb 2016 19:38:25 +0100
 
 libtree-dagnode-perl (1.27-1) unstable; urgency=medium
 

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

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


[libtree-dagnode-perl] branch master updated (756c370 -> 4519637)

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

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

  from  756c370   update changelog
   new  4ef3255   Change order of alternative (build) dependencies.
   new  c3726e4   Declare compliance with Debian Policy 3.9.7.
   new  4519637   releasing package libtree-dagnode-perl version 1.27-2

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


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

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

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


[libtree-dagnode-perl] annotated tag debian/1.27-2 created (now a33a4a9)

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

gregoa pushed a change to annotated tag debian/1.27-2
in repository libtree-dagnode-perl.

at  a33a4a9   (tag)
   tagging  4519637fbc3ec4f530aac55f0079db4ddb6e6cf7 (commit)
  replaces  debian/1.27-1
 tagged by  gregor herrmann
on  Sun Feb 21 19:39:45 2016 +0100

- Log -
tagging package libtree-dagnode-perl version debian/1.27-2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJWygRxXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGz1cQAIoeRJ/StjFpCFy5647UFlLh
ALiMf5yBwPTvOo3qcQV9zJj6nx4UZO8+jpYHh5ZW93FpFm9dpsxtmMTg3K98YJfG
wSTI7WOMlXWLJDHDFvUeWjmybXQPITlQUlsNeJuJuHzacCsJoe7Qg5cLDp+eDVdd
MubRHy6dXL4DaRpBgZVYtR/Tf96vWnPREdwjl9l2SG01lQw6IeARX7jV7wLUJmNO
qaGFzKObWAitF5ynvjDZVn8wxwSgcnGpVjiM5FcfL3TyJhUk6FlxJFSVy/C3ysxk
/VmyNKiaoSLsBWtKt327JACUmytkf49ntgfHyVsIlgBetOcdjKqHrqr/adKVba2r
qKXENt8enafbE7sT0Z876uGcJAXj130JJzeiEh2yGOK4bCIYrOpUOtTXnGzbHo9v
mmGauF71pHfPf0boT6frxZ4+S/CqFQZBWg3W6jXWi/D6wLSzfVwb92mE5/58W4HJ
Jliw4jqIXF6N3i3B1cQuOjOoP7CpZmkCvIcirR75C73pur+lpr2H6eMJc1j1xCaX
addXEK1br/dnaNqcrdH9EuieM7eYRMLlYZXmpU9qVhjD9t5jav/V+tGjSZHqngm7
ynE8NOiRWjcx/+hUtiNPTPurhCW1K3b/HIwvSe8h/Y4n3CrtR/ewzp0u4R5NmKOn
e8fn9vojOas5cMNzNGcD
=kbn0
-END PGP SIGNATURE-

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

gregor herrmann (3):
  Change order of alternative (build) dependencies.
  Declare compliance with Debian Policy 3.9.7.
  releasing package libtree-dagnode-perl version 1.27-2

---

This annotated tag includes the following new commits:

   new  4ef3255   Change order of alternative (build) dependencies.
   new  c3726e4   Declare compliance with Debian Policy 3.9.7.
   new  4519637   releasing package libtree-dagnode-perl version 1.27-2

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


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

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


[libtree-dagnode-perl] 01/03: Change order of alternative (build) dependencies.

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

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

commit 4ef3255ae9e1e284d7f961d6640299817d3359cc
Author: gregor herrmann 
Date:   Sun Feb 21 19:37:28 2016 +0100

Change order of alternative (build) dependencies.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index f5ed2a1..6fac96a 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Priority: optional
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: libtest-pod-perl,
  libfile-slurp-tiny-perl,
- libtest-simple-perl (>= 1.001014) | perl (>= 5.21.10),
+ perl (>= 5.21.6) | libtest-simple-perl (>= 1.001014),
  perl (>= 5.17.10)
 Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libtree-dagnode-perl.git

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

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


[libtree-dagnode-perl] 02/03: Declare compliance with Debian Policy 3.9.7.

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

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

commit c3726e4f02a7b5894526c44bf93117c1f55b3e55
Author: gregor herrmann 
Date:   Sun Feb 21 19:37:59 2016 +0100

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

diff --git a/debian/control b/debian/control
index 6fac96a..42dc66f 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends-Indep: libtest-pod-perl,
  libfile-slurp-tiny-perl,
  perl (>= 5.21.6) | libtest-simple-perl (>= 1.001014),
  perl (>= 5.17.10)
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libtree-dagnode-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libtree-dagnode-perl.git
 Homepage: https://metacpan.org/release/Tree-DAG_Node

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

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


[libcatalyst-plugin-cache-store-fastmmap-perl] 01/03: reverse the order of the alternative dependencies for Test::Simple

2016-02-21 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository libcatalyst-plugin-cache-store-fastmmap-perl.

commit 30caf46ce1c7e544cfa5fc4ab440d84c3421ec77
Author: Damyan Ivanov 
Date:   Sun Feb 21 18:30:20 2016 +

reverse the order of the alternative dependencies for Test::Simple

Test::Simple is in core perl since 5.21.6
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 321217f..20e943e 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends-Indep: libcache-fastmmap-perl,
  libcatalyst-plugin-cache-perl,
  libpath-class-perl,
  libtest-exception-perl,
- libtest-simple-perl (>= 1.001010) | libtest-use-ok-perl | 
perl (>= 5.21.6),
+ perl (>= 5.21.6) | libtest-simple-perl (>= 1.001010),
  perl
 Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libcatalyst-plugin-cache-store-fastmmap-perl.git

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libcatalyst-plugin-cache-store-fastmmap-perl.git

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


[libcatalyst-plugin-cache-store-fastmmap-perl] 03/03: releasing package libcatalyst-plugin-cache-store-fastmmap-perl version 0.02-4

2016-02-21 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository libcatalyst-plugin-cache-store-fastmmap-perl.

commit 850e7147848c726f987d1ef4c8d5733a4de4ddc7
Author: Damyan Ivanov 
Date:   Sun Feb 21 18:42:11 2016 +

releasing package libcatalyst-plugin-cache-store-fastmmap-perl version 
0.02-4
---
 debian/changelog | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 881f82a..38ea5d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
-libcatalyst-plugin-cache-store-fastmmap-perl (0.02-4) UNRELEASED; 
urgency=medium
+libcatalyst-plugin-cache-store-fastmmap-perl (0.02-4) unstable; urgency=medium
 
+  [ Salvatore Bonaccorso ]
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
 
- -- Salvatore Bonaccorso   Sat, 30 Jan 2016 20:03:11 +0100
+  [ Damyan Ivanov ]
+  * reverse the order of the alternative dependencies for Test::Simple
+  * Claim conformance with Policy 3.9.7
+
+ -- Damyan Ivanov   Sun, 21 Feb 2016 18:30:50 +
 
 libcatalyst-plugin-cache-store-fastmmap-perl (0.02-3) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libcatalyst-plugin-cache-store-fastmmap-perl.git

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


[libcatalyst-plugin-cache-store-fastmmap-perl] 02/03: Claim conformance with Policy 3.9.7

2016-02-21 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository libcatalyst-plugin-cache-store-fastmmap-perl.

commit f2e7269ac75572715a5c102c36931895ddb2021e
Author: Damyan Ivanov 
Date:   Sun Feb 21 18:30:37 2016 +

Claim conformance with Policy 3.9.7
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 20e943e..5c355b0 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends-Indep: libcache-fastmmap-perl,
  libtest-exception-perl,
  perl (>= 5.21.6) | libtest-simple-perl (>= 1.001010),
  perl
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libcatalyst-plugin-cache-store-fastmmap-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libcatalyst-plugin-cache-store-fastmmap-perl.git
 Homepage: https://metacpan.org/release/Catalyst-Plugin-Cache-Store-FastMmap

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libcatalyst-plugin-cache-store-fastmmap-perl.git

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


[libcatalyst-plugin-cache-store-fastmmap-perl] annotated tag debian/0.02-4 created (now 95fef7b)

2016-02-21 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a change to annotated tag debian/0.02-4
in repository libcatalyst-plugin-cache-store-fastmmap-perl.

at  95fef7b   (tag)
   tagging  850e7147848c726f987d1ef4c8d5733a4de4ddc7 (commit)
  replaces  debian/0.02-3
 tagged by  Damyan Ivanov
on  Sun Feb 21 18:42:11 2016 +

- Log -
tagging package libcatalyst-plugin-cache-store-fastmmap-perl version 
debian/0.02-4
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCAAGBQJWygUDAAoJENu+nU2Z0qAEGmEP/RFwbmBfrUPz73mfJ+1y1qzd
x9trZ8J0IwRGKDCpBDup7qvtUgb2DT0OZ4sc4teLoBykSLTgI05f5iwHuFvi6ZZz
7X+zDm8zZHjjrW5vujlX4enK7w8QQXYL/trmhipDm47Tns1lWLQThF1GCEOD/faK
6R+OyBvSMkXVQhEGpOoq/O2LqCpSEA0KBA3m4AURNWtMEvKMzzlcXZMM8S5jKAHb
+ZsljMSv5GhdnVAjDS6Kb4WBlS5+gAzutUczYlnYnoGuba/+MGxoJ3E8bZHcAuTv
kBrj4moWzvfpuki1jENmI5FTIUIcqw7X6sgzvoMKa1lq7UH9cQMfjGRs0SxfZdlI
p6eZdFTm4uT2XJuGgqVlOTtId0fv0SrDJIOXN7jbG7GSznlMSDyLHKx6JbkEZe1f
pXk/tBTjRJ3BkyL+IDe0Y7/mWwJU3U4FUDBCfK4/553Ru4IqPhH2fRVW8ZjjfDU5
fVsTWbAC6fiUgImm5vbGPbjyABtbpjAhgktvdpk1KAqM5uL/mmg3DrFRhTIe7roz
Uno0CduhZ5HF54PUHv0l+EVS5qw+ODBUSrTBJRSq4Exo0dc/OJVQOA9XblXS9fD2
mRdcKawuGDkHs+IXkNILf/WKO9rjbKiVyz1i4UtDgcaemdY0rVgNPMXCIYbed5Ki
DygBLSE84+Y+hvRWs5iN
=/AoN
-END PGP SIGNATURE-

Damyan Ivanov (3):
  reverse the order of the alternative dependencies for Test::Simple
  Claim conformance with Policy 3.9.7
  releasing package libcatalyst-plugin-cache-store-fastmmap-perl version 
0.02-4

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

---

This annotated tag includes the following new commits:

   new  30caf46   reverse the order of the alternative dependencies for 
Test::Simple
   new  f2e7269   Claim conformance with Policy 3.9.7
   new  850e714   releasing package 
libcatalyst-plugin-cache-store-fastmmap-perl version 0.02-4

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


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libcatalyst-plugin-cache-store-fastmmap-perl.git

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


[libcatalyst-plugin-cache-store-fastmmap-perl] branch master updated (a4c68c7 -> 850e714)

2016-02-21 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a change to branch master
in repository libcatalyst-plugin-cache-store-fastmmap-perl.

  from  a4c68c7   update changelog
   new  30caf46   reverse the order of the alternative dependencies for 
Test::Simple
   new  f2e7269   Claim conformance with Policy 3.9.7
   new  850e714   releasing package 
libcatalyst-plugin-cache-store-fastmmap-perl version 0.02-4

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


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

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libcatalyst-plugin-cache-store-fastmmap-perl.git

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


[libtest-version-perl] 01/04: Change order of alternative (build) dependencies.

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

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

commit ae9dd737b3ddf2f806e9352c3c7aa7a7eac7e2f6
Author: gregor herrmann 
Date:   Sun Feb 21 19:41:51 2016 +0100

Change order of alternative (build) dependencies.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index c6360a0..986260b 100644
--- a/debian/control
+++ b/debian/control
@@ -6,10 +6,10 @@ Priority: optional
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: libfile-find-rule-perl-perl,
  libtest-exception-perl,
- libtest-simple-perl (>= 1.001010) | libtest-tester-perl | 
perl (>= 5.21.6),
  perl (>= 5.11.1) | libtest-simple-perl (>= 0.94),
  perl (>= 5.13.8) | libversion-perl (>= 1:0.8600),
  perl (>= 5.13.9) | libmodule-metadata-perl,
+ perl (>= 5.21.6) | libtest-simple-perl (>= 1.001010) | 
libtest-tester-perl,
  perl
 Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-version-perl.git

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

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


[libtest-version-perl] 02/04: Update years of packaging copyright.

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

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

commit 51bf7ea4dabcc89ebeb9863d2fec7952dcd361ab
Author: gregor herrmann 
Date:   Sun Feb 21 19:42:22 2016 +0100

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

diff --git a/debian/copyright b/debian/copyright
index 3a20634..46daad7 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -8,7 +8,7 @@ Copyright: 2015, Caleb Cushing 
 License: Artistic-2.0
 
 Files: debian/*
-Copyright: 2013-2015, gregor herrmann 
+Copyright: 2013-2016, gregor herrmann 
 License: Artistic or Artistic-2.0 or GPL-1+
 
 License: Artistic

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

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


[libtest-version-perl] 03/04: Declare compliance with Debian Policy 3.9.7.

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

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

commit 2defb3e218dc15376c06cc333ec1c4aa6dea7de7
Author: gregor herrmann 
Date:   Sun Feb 21 19:42:38 2016 +0100

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

diff --git a/debian/control b/debian/control
index 986260b..5732fe6 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends-Indep: libfile-find-rule-perl-perl,
  perl (>= 5.13.9) | libmodule-metadata-perl,
  perl (>= 5.21.6) | libtest-simple-perl (>= 1.001010) | 
libtest-tester-perl,
  perl
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-version-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libtest-version-perl.git
 Testsuite: autopkgtest-pkg-perl

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

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


[libtest-version-perl] 04/04: releasing package libtest-version-perl version 2.03-2

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

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

commit f3b012487fde763c255fc2273a4196b95abafd60
Author: gregor herrmann 
Date:   Sun Feb 21 19:43:59 2016 +0100

releasing package libtest-version-perl version 2.03-2
---
 debian/changelog | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 93c0229..770d45d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libtest-version-perl (2.03-2) UNRELEASED; urgency=medium
+libtest-version-perl (2.03-2) unstable; urgency=medium
 
   [ gregor herrmann ]
   * Rename autopkgtest configuration file(s) as per new pkg-perl-
@@ -7,7 +7,12 @@ libtest-version-perl (2.03-2) UNRELEASED; urgency=medium
   [ Salvatore Bonaccorso ]
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
 
- -- gregor herrmann   Sat, 24 Oct 2015 13:47:03 +0200
+  [ gregor herrmann ]
+  * Change order of alternative (build) dependencies.
+  * Update years of packaging copyright.
+  * Declare compliance with Debian Policy 3.9.7.
+
+ -- gregor herrmann   Sun, 21 Feb 2016 19:42:42 +0100
 
 libtest-version-perl (2.03-1) unstable; urgency=medium
 

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

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


[libtest-version-perl] branch master updated (87b258d -> f3b0124)

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

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

  from  87b258d   update changelog
   new  ae9dd73   Change order of alternative (build) dependencies.
   new  51bf7ea   Update years of packaging copyright.
   new  2defb3e   Declare compliance with Debian Policy 3.9.7.
   new  f3b0124   releasing package libtest-version-perl version 2.03-2

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 | 9 +++--
 debian/control   | 4 ++--
 debian/copyright | 2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)

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

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


[libtest-version-perl] annotated tag debian/2.03-2 created (now ce18384)

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

gregoa pushed a change to annotated tag debian/2.03-2
in repository libtest-version-perl.

at  ce18384   (tag)
   tagging  f3b012487fde763c255fc2273a4196b95abafd60 (commit)
  replaces  debian/2.03-1
 tagged by  gregor herrmann
on  Sun Feb 21 19:43:59 2016 +0100

- Log -
tagging package libtest-version-perl version debian/2.03-2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJWygVvXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoG/rQP/238dB3SjmtFhUqIqNkiEpNr
A5mqGrHa/F54nTJCiTUndcTWKTEcoZ9m2O/O9WlvEJtSCuv7hfcZU59Svy/ZcgM+
iWl+wKfunmqrViSQZ5lM6eIecrEbQWZuDcVq+y/aHHbXB4J3KBtgNNFfTOCIv39M
XvsEdPygfG9nRmxkZJjMDgmrnf39dBZKKt+Wz4VZkMAp51baEkHv2UkyBG5W/9aH
WbFcG5Fo5jxptbDVp9f3NpK0+6+iABbVhMsjfQiugFfUa9ePpRi63kyAcFzL0cea
7P3Kk9TWMyWK/nOZfl6zF3RlsQbJ+5nnkDSOjXltbH0JENLk98lvo9U0HhxG7iC+
JVHZvabJ6pUI19ngzO/LIQ0a8PhLuLQn7QD5gB0q7/MiP4AqsvV2+xt0Yr71pRhc
cgHfXaReL7m84vsYehIJ4quZRyVjaWhcpUXrSQ8EsnzjB6ATStLGDVA7SlBx+P8Z
jFf9KvbNJJj1VmBOYf/53wijt2rYRUbQDZJXwDJJkXRY2Uvvsk/ET/H1oaJZMaIw
KJ1Lkr1buev9JQO57s8MwvWU4vqpRZQizklQkcLegVCQpzTZxIYVr5l28N7N9b2J
TtapoH45K9wyg4pP4E5CGjEW09XTSWwCdOdhiCXCRBs1b+y8qaJAkUav4P7EJ5il
NpvxfBJm9feqT4cbDgz+
=KNjz
-END PGP SIGNATURE-

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

gregor herrmann (6):
  Rename autopkgtest configuration file(s) as per new pkg-perl-autopkgtest 
schema.
  update changelog
  Change order of alternative (build) dependencies.
  Update years of packaging copyright.
  Declare compliance with Debian Policy 3.9.7.
  releasing package libtest-version-perl version 2.03-2

---

This annotated tag includes the following new commits:

   new  ae9dd73   Change order of alternative (build) dependencies.
   new  51bf7ea   Update years of packaging copyright.
   new  2defb3e   Declare compliance with Debian Policy 3.9.7.
   new  f3b0124   releasing package libtest-version-perl version 2.03-2

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

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


[libtest-tempdir-perl] 04/04: releasing package libtest-tempdir-perl version 0.10-2

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

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

commit 2065a6cd2003e633d5b8bd77ffcfcfeb89347752
Author: gregor herrmann 
Date:   Sun Feb 21 19:47:07 2016 +0100

releasing package libtest-tempdir-perl version 0.10-2
---
 debian/changelog | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 016fc2d..c1f6dfc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,14 @@
-libtest-tempdir-perl (0.10-2) UNRELEASED; urgency=medium
+libtest-tempdir-perl (0.10-2) unstable; urgency=medium
 
+  [ Salvatore Bonaccorso ]
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
 
- -- Salvatore Bonaccorso   Sat, 30 Jan 2016 20:06:58 +0100
+  [ gregor herrmann ]
+  * Change order of alternative (build) dependencies.
+  * Update years of packaging copyright.
+  * Declare compliance with Debian Policy 3.9.7.
+
+ -- gregor herrmann   Sun, 21 Feb 2016 19:45:47 +0100
 
 libtest-tempdir-perl (0.10-1) unstable; urgency=medium
 

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

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


[libtest-tempdir-perl] annotated tag debian/0.10-2 created (now e7a60d7)

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

gregoa pushed a change to annotated tag debian/0.10-2
in repository libtest-tempdir-perl.

at  e7a60d7   (tag)
   tagging  2065a6cd2003e633d5b8bd77ffcfcfeb89347752 (commit)
  replaces  debian/0.10-1
 tagged by  gregor herrmann
on  Sun Feb 21 19:47:07 2016 +0100

- Log -
tagging package libtest-tempdir-perl version debian/0.10-2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJWygYrXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGLMoP/0/9Ony+YWBwH9MnPQgnQirO
X+fazCmsUOnSTpqmTSPZFnArBvhDja0BAGhDaZyTmqNc7oa4G3iovYmS4p0Liznr
S4DJRTuK/O7ewIRybmcwFTC5vDv4WoPOzu3sULsZcwt3n1s3jmzc1W3VcWBom+l8
wOUQzGV/JqjVXLx00W1bgZ2Zc6Od37Gj2k2PYeR5RTYV0C3xI9l6f/KAC7ig+cPa
PCje4aOfk8Hsllo6gx23r2A+CMvvynl3tclTp6gqHlYqnUrYoUOBRAQQPIWm22Cz
O7XWUqAOe+V3whOiEEaaAtDtMP0Ns0khb0lgobQgxgvng/oTLaNTCywL0+ol8St9
y/COvPG7NsqqGCwqP/S5Fl33zAV5qnRyiCe8VH+GEtum1iF9w3DbdVma+2JQw1l0
pigEIjnjGGvbVDnNt6HmZ6j7gaLUdJ/Nif2xbQ+OjrKWrJTVdt4XPdXlFr2i0Ktn
29Qca54Ft865eUUsIq7GFcTiMfemFiUfSGJq5SgWinuOlhCpqd1PL/gBfX4I3dHX
0IUU/v+lHdEZzqrYI86C59/aV543fRjIKirPS7cQ8SY/JG9Qu8TRWJ0ML0WhJ7Aj
CFDNDUcJNvxcWPl6K1SHL7Gxwe4x0hZ+g4ACxgWXPYOtsbodEdXborHbyaRUh70f
GsWXiv/HPlcypB0sfFv2
=91BV
-END PGP SIGNATURE-

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

gregor herrmann (4):
  Change order of alternative (build) dependencies.
  Declare compliance with Debian Policy 3.9.7.
  Update years of packaging copyright.
  releasing package libtest-tempdir-perl version 0.10-2

---

This annotated tag includes the following new commits:

   new  2af5806   Change order of alternative (build) dependencies.
   new  6597448   Declare compliance with Debian Policy 3.9.7.
   new  636c96a   Update years of packaging copyright.
   new  2065a6c   releasing package libtest-tempdir-perl version 0.10-2

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

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


[libtest-tempdir-perl] 01/04: Change order of alternative (build) dependencies.

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

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

commit 2af580665de7f5944f1f275de5ad90a50d985bbd
Author: gregor herrmann 
Date:   Sun Feb 21 19:45:05 2016 +0100

Change order of alternative (build) dependencies.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 667fa89..e701cf4 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Build-Depends-Indep: libdirectory-scratch-perl,
  libpath-class-perl,
  libsub-exporter-perl,
  libtest-requires-perl,
- libtest-simple-perl (>= 1.001010) | libtest-use-ok-perl | 
perl (>= 5.21.6),
+ perl (>= 5.21.6) | libtest-simple-perl (>= 1.001010) | 
libtest-use-ok-perl,
  perl
 Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-tempdir-perl.git

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

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


[libtest-tempdir-perl] 02/04: Declare compliance with Debian Policy 3.9.7.

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

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

commit 6597448ab52597b71052057cda0d9189f0a42292
Author: gregor herrmann 
Date:   Sun Feb 21 19:45:15 2016 +0100

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

diff --git a/debian/control b/debian/control
index e701cf4..277cfe9 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Build-Depends-Indep: libdirectory-scratch-perl,
  libtest-requires-perl,
  perl (>= 5.21.6) | libtest-simple-perl (>= 1.001010) | 
libtest-use-ok-perl,
  perl
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-tempdir-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libtest-tempdir-perl.git
 Homepage: https://metacpan.org/release/Test-TempDir

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

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


[libtest-tempdir-perl] branch master updated (f4bb670 -> 2065a6c)

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

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

  from  f4bb670   update changelog
   new  2af5806   Change order of alternative (build) dependencies.
   new  6597448   Declare compliance with Debian Policy 3.9.7.
   new  636c96a   Update years of packaging copyright.
   new  2065a6c   releasing package libtest-tempdir-perl version 0.10-2

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/copyright |  2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)

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

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


[libtest-tempdir-perl] 03/04: Update years of packaging copyright.

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

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

commit 636c96ab638c0fa47ae6380d929f756b20ea525b
Author: gregor herrmann 
Date:   Sun Feb 21 19:45:37 2016 +0100

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

diff --git a/debian/copyright b/debian/copyright
index a2c7261..4e25488 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -10,7 +10,7 @@ License: Artistic or GPL-1+
 Files: debian/*
 Copyright: 2009, franck cuny 
  2009, Iulian Udrea 
- 2013, gregor herrmann 
+ 2013-2016, gregor herrmann 
 License: Artistic or GPL-1+
 
 License: Artistic

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

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


[libtest-script-perl] 03/04: Declare compliance with Debian Policy 3.9.7.

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

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

commit 0565dda9ba086f80d63e42a3bc18ef954691fe89
Author: gregor herrmann 
Date:   Sun Feb 21 19:49:11 2016 +0100

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

diff --git a/debian/control b/debian/control
index 9115a40..6480d08 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends-Indep: libipc-run3-perl,
  libprobe-perl-perl,
  perl (>= 5.21.6) | libtest-simple-perl (>= 1.001014),
  perl
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-script-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libtest-script-perl.git
 Homepage: https://metacpan.org/release/Test-Script

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

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


[libtest-script-perl] 02/04: remove boilerplate comments from debian/watch

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

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

commit 3214adbd6e65b1910dc10481c3c8a8d81842338b
Author: gregor herrmann 
Date:   Sun Feb 21 19:48:47 2016 +0100

remove boilerplate comments from debian/watch

Gbp-Dch: Ignore
---
 debian/watch | 2 --
 1 file changed, 2 deletions(-)

diff --git a/debian/watch b/debian/watch
index 332949b..55143dc 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,2 @@
-# format version number, currently 3; this line is compulsory!
 version=3
-# URL to the package page followed by a regex to search
 https://metacpan.org/release/Test-Script   
.*/Test-Script-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

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

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


[libtest-script-perl] 01/04: Change order of alternative (build) dependencies.

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

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

commit f43141642f27b26551e3346bfc065a496de3b157
Author: gregor herrmann 
Date:   Sun Feb 21 19:48:36 2016 +0100

Change order of alternative (build) dependencies.
---
 debian/control | 17 +
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index f3249b2..9115a40 100644
--- a/debian/control
+++ b/debian/control
@@ -1,23 +1,24 @@
 Source: libtest-script-perl
+Maintainer: Debian Perl Group 
+Uploaders: Vincent Danjean ,
+   Jonathan Yu 
 Section: perl
+Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: libipc-run3-perl,
  libprobe-perl-perl,
- libtest-simple-perl (>= 1.001014) | perl (>= 5.21.6),
+ perl (>= 5.21.6) | libtest-simple-perl (>= 1.001014),
  perl
-Maintainer: Debian Perl Group 
-Uploaders: Vincent Danjean ,
-   Jonathan Yu 
 Standards-Version: 3.9.6
-Homepage: https://metacpan.org/release/Test-Script
-Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libtest-script-perl.git
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-script-perl.git
-Testsuite: autopkgtest-pkg-perl
+Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libtest-script-perl.git
+Homepage: https://metacpan.org/release/Test-Script
 
 Package: libtest-script-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends},
+Depends: ${perl:Depends},
+ ${misc:Depends},
  libipc-run3-perl,
  libprobe-perl-perl
 Description: Perl test module for scripts

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

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


[libtest-script-perl] branch master updated (8bf659b -> 3282a45)

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

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

  from  8bf659b   update changelog
   new  f431416   Change order of alternative (build) dependencies.
   new  3214adb   remove boilerplate comments from debian/watch
   new  0565dda   Declare compliance with Debian Policy 3.9.7.
   new  3282a45   releasing package libtest-script-perl version 1.10-2

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 | 11 +--
 debian/control   | 19 ++-
 debian/watch |  2 --
 3 files changed, 19 insertions(+), 13 deletions(-)

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

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


[libtest-script-perl] annotated tag debian/1.10-2 created (now dec62ba)

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

gregoa pushed a change to annotated tag debian/1.10-2
in repository libtest-script-perl.

at  dec62ba   (tag)
   tagging  3282a459ed2c676206763ae1119286b2fe305e65 (commit)
  replaces  debian/1.10-1
 tagged by  gregor herrmann
on  Sun Feb 21 19:50:39 2016 +0100

- Log -
tagging package libtest-script-perl version debian/1.10-2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJWygb/XxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGJbsQAKwsJDeznKhTGtWzXi6hVrQ6
nsM+/QLVtCL/+l/jDqiZx3OCfNRR7sQoe2x//8pxEEmMlotv6WYaWZi688ryynUv
XmwwyefhxlbuNtHd4T4lcoDezCKKbmlgwYli6+GKc0ahXpCcp/k0KvD3BYj6TsJa
XeEPOd01TBK/3XgN/5AzWa2YyC+GOl12RvZ36af0buXg7ZyGp5E7ViSvLFakFyv4
ftcVu8+/bM702sStoEyZgJMUEQFrOmvrRGLnFS/6t5xNz1+jn3BhchY++uxcVXuz
OacIdrnzKHmQ12Ed89NFMBKHgPXLeUQ9kmLrm1QmAvFCaAsgp5aE3RW9KUXTYVuk
ao42F0aCBUxukfYeVZW2xCXZkWKEcVHrOQ9nMAz/pF7qtq9C+D3KF8wY9dU9zCPx
02HASNyGrpMm4T2gX7nGurs6DWFa0U2Ctu7ewvuRlvRlpOYR51a0K1hO1pYF0IHn
YZr3qPDuz3MlHE+8RZkqnxxtQpww3K/GzzHUTjtGYyYsNOPXBnIXymK6raOvUmuE
pXJO8Ax9UjQUtsvXHQFRVHoSo43OgRE/BO6T04V+yPUITSe2y1e88O22dvSteEHC
xBuG4pi+2f+LWxPeOY54kQd7RjmSrFmg6s8HKMO7CH9MOqJnH1WUkRHGUy7KSziv
MAM2w5lPAq4R4AtebOpG
=deoM
-END PGP SIGNATURE-

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

gregor herrmann (4):
  Change order of alternative (build) dependencies.
  remove boilerplate comments from debian/watch
  Declare compliance with Debian Policy 3.9.7.
  releasing package libtest-script-perl version 1.10-2

---

This annotated tag includes the following new commits:

   new  f431416   Change order of alternative (build) dependencies.
   new  3214adb   remove boilerplate comments from debian/watch
   new  0565dda   Declare compliance with Debian Policy 3.9.7.
   new  3282a45   releasing package libtest-script-perl version 1.10-2

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

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


[libtest-script-perl] 04/04: releasing package libtest-script-perl version 1.10-2

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

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

commit 3282a459ed2c676206763ae1119286b2fe305e65
Author: gregor herrmann 
Date:   Sun Feb 21 19:50:39 2016 +0100

releasing package libtest-script-perl version 1.10-2
---
 debian/changelog | 11 +--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a9f8c4b..107be35 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,15 @@
-libtest-script-perl (1.10-2) UNRELEASED; urgency=medium
+libtest-script-perl (1.10-2) unstable; urgency=medium
 
+  * Team upload.
+
+  [ Salvatore Bonaccorso ]
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
 
- -- Salvatore Bonaccorso   Sat, 30 Jan 2016 20:06:57 +0100
+  [ gregor herrmann ]
+  * Change order of alternative (build) dependencies.
+  * Declare compliance with Debian Policy 3.9.7.
+
+ -- gregor herrmann   Sun, 21 Feb 2016 19:49:14 +0100
 
 libtest-script-perl (1.10-1) unstable; urgency=low
 

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

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


[libtest-minimumversion-perl] 01/04: Change order of alternative (build) dependencies.

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

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

commit 48c26a9c8f0eeab2ce87e88ba9a3fa078f995b72
Author: gregor herrmann 
Date:   Sun Feb 21 19:52:16 2016 +0100

Change order of alternative (build) dependencies.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index d5b9fc5..42edb6f 100644
--- a/debian/control
+++ b/debian/control
@@ -12,8 +12,8 @@ Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: libfile-find-rule-perl,
  libfile-find-rule-perl-perl,
  libperl-minimumversion-perl (>= 1.32),
- libtest-simple-perl (>= 1.001010) | libtest-tester-perl | 
perl (>= 5.21.6),
  perl (>= 5.13.10) | libcpan-meta-perl,
+ perl (>= 5.21.6) | libtest-simple-perl (>= 1.001010) | 
libtest-tester-perl,
  perl
 Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-minimumversion-perl.git

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

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


[libtest-minimumversion-perl] annotated tag debian/0.101082-2 created (now aa6b53c)

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

gregoa pushed a change to annotated tag debian/0.101082-2
in repository libtest-minimumversion-perl.

at  aa6b53c   (tag)
   tagging  c2a9a34a47dd3265ca19b9ae85fae12eec3bada1 (commit)
  replaces  debian/0.101082-1
 tagged by  gregor herrmann
on  Sun Feb 21 19:54:21 2016 +0100

- Log -
tagging package libtest-minimumversion-perl version debian/0.101082-2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJWygfdXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGyVMQAMMgf2rFhZbmFw740OyWdjii
EFA0huDN7MP9tfgIC1PQLHJYOAIx6AdBJ2mfLX31iwDpS9jymF519Od9hwhdPXz9
tLhHkRcUsrbll3BvVrbpFssQ/cf2wvoFnAy1TgObVxOPE4LZcDiP20mbTg9LxVlP
ViLHTJwTy0LdovqdwH/1UA/c9KTeHVTgu+sgNCt4akaEj6Fa5o3OJsuQiIIs6PgB
dqwM0m9dm/smLaWD9AqVZZrna0KTwBst28qiyTcn3kBm3wyVf0bl/LpookXreekc
k6K9e59njfnRC4+9pD8QrBIPtpk0zFtiUYlgNuBUyy6dwk8c3Exwbz8c9BygPu87
6EnvFYaHexhr/S5w/ZkaAnvYfB8AtFFkivu40pM4kejWf7WOPiNcr+cicsehIoi8
MahzJHYnNS7wRywnGsO+eFNdbqDbLVjP6j3t3SptxmI0695kv0X+oA8zJu7V1XHy
PW9UiWp/uR8sC5U5vWNVXHiynmkQaBTCaeND20HXhBfD2N7TSApYFRfYXhxvtXlm
TKeJM5kzZ6uVrKP/Wf3SmPw+CHRZKrPZh/s7hY2RQ26E5++aIybRAQB3z7hDERyt
LD8E7AYtLUDZXSGxcW5WwHdWbrdnQBjVmefzm2xm7N/bJf/6kLbRgS/ME5Oshvr/
RiNWaqzQPUu+ACmsqZx0
=/Nee
-END PGP SIGNATURE-

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

gregor herrmann (4):
  Change order of alternative (build) dependencies.
  Declare compliance with Debian Policy 3.9.7.
  Update years of packaging copyright.
  releasing package libtest-minimumversion-perl version 0.101082-2

---

This annotated tag includes the following new commits:

   new  48c26a9   Change order of alternative (build) dependencies.
   new  47aeaca   Declare compliance with Debian Policy 3.9.7.
   new  eb09581   Update years of packaging copyright.
   new  c2a9a34   releasing package libtest-minimumversion-perl version 
0.101082-2

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

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


[libtest-minimumversion-perl] branch master updated (b104651 -> c2a9a34)

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

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

  from  b104651   update changelog
   new  48c26a9   Change order of alternative (build) dependencies.
   new  47aeaca   Declare compliance with Debian Policy 3.9.7.
   new  eb09581   Update years of packaging copyright.
   new  c2a9a34   releasing package libtest-minimumversion-perl version 
0.101082-2

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/copyright |  2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)

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

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


[libtest-minimumversion-perl] 04/04: releasing package libtest-minimumversion-perl version 0.101082-2

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

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

commit c2a9a34a47dd3265ca19b9ae85fae12eec3bada1
Author: gregor herrmann 
Date:   Sun Feb 21 19:54:21 2016 +0100

releasing package libtest-minimumversion-perl version 0.101082-2
---
 debian/changelog | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2afa5b9..ddf1782 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,14 @@
-libtest-minimumversion-perl (0.101082-2) UNRELEASED; urgency=medium
+libtest-minimumversion-perl (0.101082-2) unstable; urgency=medium
 
+  [ Salvatore Bonaccorso ]
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
 
- -- Salvatore Bonaccorso   Sat, 30 Jan 2016 20:06:54 +0100
+  [ gregor herrmann ]
+  * Change order of alternative (build) dependencies.
+  * Update years of packaging copyright.
+  * Declare compliance with Debian Policy 3.9.7.
+
+ -- gregor herrmann   Sun, 21 Feb 2016 19:52:58 +0100
 
 libtest-minimumversion-perl (0.101082-1) unstable; urgency=medium
 

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

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


[libtest-minimumversion-perl] 02/04: Declare compliance with Debian Policy 3.9.7.

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

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

commit 47aeaca11b7ddaec5250457f1eef338ec8e4835d
Author: gregor herrmann 
Date:   Sun Feb 21 19:52:23 2016 +0100

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

diff --git a/debian/control b/debian/control
index 42edb6f..71389b3 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends-Indep: libfile-find-rule-perl,
  perl (>= 5.13.10) | libcpan-meta-perl,
  perl (>= 5.21.6) | libtest-simple-perl (>= 1.001010) | 
libtest-tester-perl,
  perl
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-minimumversion-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libtest-minimumversion-perl.git
 Homepage: https://metacpan.org/release/Test-MinimumVersion

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

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


[libtest-minimumversion-perl] 03/04: Update years of packaging copyright.

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

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

commit eb09581c1227a92f3c65aff708cd0d86d0a20293
Author: gregor herrmann 
Date:   Sun Feb 21 19:52:48 2016 +0100

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

diff --git a/debian/copyright b/debian/copyright
index 860fad8..c7e67fb 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -12,7 +12,7 @@ Copyright: 2008, Vincent Danjean 
  2009, Ryan Niebur 
  2009-2010, Jonathan Yu 
  2010-2013, Salvatore Bonaccorso 
- 2010-2015, gregor herrmann 
+ 2010-2016, gregor herrmann 
 License: Artistic or GPL-1+
 
 License: Artistic

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

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


[libtest-kwalitee-perl] 03/03: releasing package libtest-kwalitee-perl version 1.22-4

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

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

commit 0129f78412f5fd2b4ad1725011f832c6f9fd4c4b
Author: gregor herrmann 
Date:   Sun Feb 21 19:58:31 2016 +0100

releasing package libtest-kwalitee-perl version 1.22-4
---
 debian/changelog | 11 +--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b2d64f6..790b128 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,15 @@
-libtest-kwalitee-perl (1.22-4) UNRELEASED; urgency=medium
+libtest-kwalitee-perl (1.22-4) unstable; urgency=medium
 
+  * Team upload.
+
+  [ Salvatore Bonaccorso ]
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
 
- -- Salvatore Bonaccorso   Sat, 30 Jan 2016 20:06:52 +0100
+  [ gregor herrmann ]
+  * Change order of alternative (build) dependencies.
+  * Declare compliance with Debian Policy 3.9.7.
+
+ -- gregor herrmann   Sun, 21 Feb 2016 19:56:51 +0100
 
 libtest-kwalitee-perl (1.22-3) unstable; urgency=medium
 

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

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


[libtest-kwalitee-perl] annotated tag debian/1.22-4 created (now db7a4a6)

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

gregoa pushed a change to annotated tag debian/1.22-4
in repository libtest-kwalitee-perl.

at  db7a4a6   (tag)
   tagging  0129f78412f5fd2b4ad1725011f832c6f9fd4c4b (commit)
  replaces  debian/1.22-3
 tagged by  gregor herrmann
on  Sun Feb 21 19:58:31 2016 +0100

- Log -
tagging package libtest-kwalitee-perl version debian/1.22-4
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJWygjXXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGiC0QAL+ktA0+g1VgQV9JMMbFlwaD
pfZUvBJEYkUOS3WK98YeS54vVTAUG7J6jYdeM8sGstA/mUnDbjdD9THiH875TPtx
FWSKbllkWvKkoCyaQMCNO/6xU9zYNmzAMagr5mynGiqfcSkoBO4VIccTGcVBDiDK
QPh4wffk7Ye0nUygA73KgkC0xzsUxKqEZqVQyvthsTcvlrUb1CX2/ieeJ1jmyW7V
wnmik+S+k6LW208CuCkeEcDtVa4wO9ISrdeLLrPCFkALbhAF3ZgCsuJydr9y+7lr
WrS7upHfRt3g63H6qMQXqNJRmGWvFtt7BJxAS2Du4gfXRduG4DZQgnwWb6gWOHfx
cQMlnOXWuZ3y/BDqcfKqBCzo2LzOgLBIiqnjeiNg9OLqgqZDmz/CkMSiWhA7Ai/o
U6lKNBuMGOILNoEvhc/JkOW06nHk1tUAV9Ead5RkJCBZnAVOneGTCxoYgKjmHDw+
S8ZGfkGVrvFFyExRNcSd3HkAxxRMT51X7fewoGLf2J5LEOM6t2cBJytAZpE0gaSr
RDpKM7Bu8qIuwlOxPEnQXZFCGPfJPwShnY+9kipivk1hOoZJ3+g9CkCn2I6HTaMr
Z5zTXrzl71sz7QOrQBxqPgSgJGl5LSD45yd+4Q1XK/bX46RvWOKVxThEPUZGYPH/
+F1ZviMv4GtrkO4JJweg
=VWhU
-END PGP SIGNATURE-

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

gregor herrmann (3):
  Change order of alternative (build) dependencies.
  Declare compliance with Debian Policy 3.9.7.
  releasing package libtest-kwalitee-perl version 1.22-4

---

This annotated tag includes the following new commits:

   new  8a64462   Change order of alternative (build) dependencies.
   new  9447938   Declare compliance with Debian Policy 3.9.7.
   new  0129f78   releasing package libtest-kwalitee-perl version 1.22-4

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


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

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


[libtest-kwalitee-perl] 02/03: Declare compliance with Debian Policy 3.9.7.

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

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

commit 9447938573a963887f9f63ef7d84f3ccf036e54a
Author: gregor herrmann 
Date:   Sun Feb 21 19:56:12 2016 +0100

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

diff --git a/debian/control b/debian/control
index ac3b49d..2074d46 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Build-Depends-Indep: libcpan-meta-check-perl (>= 0.007),
  libtest-warnings-perl,
  perl (>= 5.15.7) | libcpan-meta-requirements-perl,
  perl (>= 5.21.6) | libtest-simple-perl (>= 1.001010) | 
libtest-tester-perl (>= 0.108)
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-kwalitee-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libtest-kwalitee-perl.git
 Testsuite: autopkgtest-pkg-perl

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

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


[libtest-kwalitee-perl] branch master updated (5065acb -> 0129f78)

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

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

  from  5065acb   update changelog
   new  8a64462   Change order of alternative (build) dependencies.
   new  9447938   Declare compliance with Debian Policy 3.9.7.
   new  0129f78   releasing package libtest-kwalitee-perl version 1.22-4

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


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

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

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


[libtest-kwalitee-perl] 01/03: Change order of alternative (build) dependencies.

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

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

commit 8a64462ab323401a22269039842e255b98aa5b9b
Author: gregor herrmann 
Date:   Sun Feb 21 19:56:00 2016 +0100

Change order of alternative (build) dependencies.
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index fbb5e44..ac3b49d 100644
--- a/debian/control
+++ b/debian/control
@@ -13,9 +13,9 @@ Build-Depends-Indep: libcpan-meta-check-perl (>= 0.007),
  libtest-deep-perl,
  libtest-pod-coverage-perl,
  libtest-pod-perl,
- libtest-simple-perl (>= 1.001010) | libtest-tester-perl 
(>= 0.108) | perl (>= 5.21.6),
  libtest-warnings-perl,
- perl (>= 5.15.7) | libcpan-meta-requirements-perl
+ perl (>= 5.15.7) | libcpan-meta-requirements-perl,
+ perl (>= 5.21.6) | libtest-simple-perl (>= 1.001010) | 
libtest-tester-perl (>= 0.108)
 Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-kwalitee-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libtest-kwalitee-perl.git

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

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


[libcatmandu-sru-perl] 02/04: Claim conformance with Policy 3.9.7

2016-02-21 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository libcatmandu-sru-perl.

commit 05434ffb498cc10a3b286bac67a0e8b43586fce9
Author: Damyan Ivanov 
Date:   Sun Feb 21 18:56:12 2016 +

Claim conformance with Policy 3.9.7
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 582381f..fb6a5a9 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Build-Depends: cdbs,
perl (>= 5.21.1) | libtest-simple-perl (>= 1.001003),
libtest-exception-perl,
libxml-xpath-perl
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libcatmandu-sru-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcatmandu-sru-perl
 Homepage: https://github.com/LibreCat/Catmandu-SRU

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

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


[libcatmandu-sru-perl] 01/04: reverse the order of the alternative dependency for Test::Simple

2016-02-21 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository libcatmandu-sru-perl.

commit c278fb24d31c81cac134dbb5614d2ce7eccd57bb
Author: Damyan Ivanov 
Date:   Sun Feb 21 18:55:58 2016 +

reverse the order of the alternative dependency for Test::Simple

Test::Simple is in perl core since 5.21.1
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 19bea76..582381f 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Build-Depends: cdbs,
liburi-perl (>= 1.60),
libyaml-libyaml-perl (>= 0.34),
libmodule-build-perl,
-   libtest-simple-perl (>= 1.001003) | perl (>= 5.21.1),
+   perl (>= 5.21.1) | libtest-simple-perl (>= 1.001003),
libtest-exception-perl,
libxml-xpath-perl
 Standards-Version: 3.9.6

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

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


[libcatmandu-sru-perl] branch master updated (cd1f04e -> 555a88e)

2016-02-21 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a change to branch master
in repository libcatmandu-sru-perl.

  from  cd1f04e   releasing package libcatmandu-sru-perl version 0.037-2
   new  c278fb2   reverse the order of the alternative dependency for 
Test::Simple
   new  05434ff   Claim conformance with Policy 3.9.7
   new  072cb4a   Use https scheme for Vcs-Git URL
   new  555a88e   releasing package libcatmandu-sru-perl version 0.037-3

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 | 9 +
 debian/control   | 6 +++---
 2 files changed, 12 insertions(+), 3 deletions(-)

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

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


[libcatmandu-sru-perl] 03/04: Use https scheme for Vcs-Git URL

2016-02-21 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository libcatmandu-sru-perl.

commit 072cb4a37d57bb6fd296832d2da3bfcffc369c39
Author: Damyan Ivanov 
Date:   Sun Feb 21 18:56:35 2016 +

Use https scheme for Vcs-Git URL
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index fb6a5a9..a98161c 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,7 @@ Build-Depends: cdbs,
libxml-xpath-perl
 Standards-Version: 3.9.7
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libcatmandu-sru-perl.git
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcatmandu-sru-perl
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libcatmandu-sru-perl
 Homepage: https://github.com/LibreCat/Catmandu-SRU
 
 Package: libcatmandu-sru-perl

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

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


[libcatmandu-sru-perl] 04/04: releasing package libcatmandu-sru-perl version 0.037-3

2016-02-21 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository libcatmandu-sru-perl.

commit 555a88ed917cf86f22999c4f8d973663732e3fac
Author: Damyan Ivanov 
Date:   Sun Feb 21 19:01:12 2016 +

releasing package libcatmandu-sru-perl version 0.037-3
---
 debian/changelog | 9 +
 1 file changed, 9 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index ee14c5c..43983f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+libcatmandu-sru-perl (0.037-3) unstable; urgency=medium
+
+  * Team upload
+  * reverse the order of the alternative dependency for Test::Simple
+  * Claim conformance with Policy 3.9.7
+  * Use https scheme for Vcs-Git URL
+
+ -- Damyan Ivanov   Sun, 21 Feb 2016 18:57:26 +
+
 libcatmandu-sru-perl (0.037-2) unstable; urgency=medium
 
   * Team upload

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

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


[libcatmandu-sru-perl] annotated tag debian/0.037-3 created (now 7d19d1c)

2016-02-21 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a change to annotated tag debian/0.037-3
in repository libcatmandu-sru-perl.

at  7d19d1c   (tag)
   tagging  555a88ed917cf86f22999c4f8d973663732e3fac (commit)
  replaces  debian/0.037-2
 tagged by  Damyan Ivanov
on  Sun Feb 21 19:01:12 2016 +

- Log -
tagging package libcatmandu-sru-perl version debian/0.037-3
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCAAGBQJWygl4AAoJENu+nU2Z0qAEdv4P/0vdMPyyzluEC9sG33Oe71UY
RuxUvc+jMI3DSlueqkao7GGr53CuURYkB3wiMhau9/MGXmqz5yFkHRg/sbhqcdfM
msvBHy5WHHTo4ExzSmD41vIX+NCmdJxBEVcxWhrX1u5WVUNW7pJg62JPibd3H1k1
pGJSfzoBgjVxqD9heRFOQqned8tfowX1ZEoEyuYfIWdYEx8OT8y+69yRuYgEDdsE
MzY7YYt772zSHJOIWe+p+FaePhdfwcpYCFkK2Kd3kfLyTRkTXGDh4NWcu/mLgxhI
XjhDBnoxgi7woftW3LcotQ9EXnJLSmfqFbnSmAKHe84EKuetJt+Vrygo8YlKzlr/
rkrA4qVY+D/zYA7FEbETH60S/6JkuY7HJlZzouJgRlIcg5d/NLpsYbIXf6GC03Nj
O/zKsa2IO8Ui0T/r1Wf8L//VwAeGUfQ3KL206FYqpY0wr1yFYCIsn6ni7kzvesgz
bC4p5CB2TeIu6fwiMpZhrf/yXOD6Wad8xBDuJ/eloLD7w0bEbyRdLmjX5q0OqlpM
D4rfEfJlyWZ6TG0in/TrH52j/LEA5ybVPPrMz1cQhtHepOu2HrfIvuVuDPihjlUu
12SnpS9n5aOgyhaBU+KKj65XNZM3YX6/+FJduVF5ehH/8q9ZHcxewszz/hMrVQKL
4U1ikPXW8c0sbDWNnOGR
=EDwi
-END PGP SIGNATURE-

Damyan Ivanov (4):
  reverse the order of the alternative dependency for Test::Simple
  Claim conformance with Policy 3.9.7
  Use https scheme for Vcs-Git URL
  releasing package libcatmandu-sru-perl version 0.037-3

---

This annotated tag includes the following new commits:

   new  c278fb2   reverse the order of the alternative dependency for 
Test::Simple
   new  05434ff   Claim conformance with Policy 3.9.7
   new  072cb4a   Use https scheme for Vcs-Git URL
   new  555a88e   releasing package libcatmandu-sru-perl version 0.037-3

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

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


[libcatmandu-marc-perl] 04/04: releasing package libcatmandu-marc-perl version 0.214-2

2016-02-21 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository libcatmandu-marc-perl.

commit 8449dd5d514df4539bb7b3f2f3e01972f294a35c
Author: Damyan Ivanov 
Date:   Sun Feb 21 19:02:43 2016 +

releasing package libcatmandu-marc-perl version 0.214-2
---
 debian/changelog | 9 +
 1 file changed, 9 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 9dfa0f2..0f791bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+libcatmandu-marc-perl (0.214-2) unstable; urgency=medium
+
+  * Team upload
+  * reverse the order of the alternative dependencies for Test::Simple
+  * Claim conformance with Policy 3.9.7
+  * Use https scheme for Vcs-Git URL
+
+ -- Damyan Ivanov   Sun, 21 Feb 2016 19:00:27 +
+
 libcatmandu-marc-perl (0.214-1) unstable; urgency=medium
 
   [ upstream ]

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

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


[libcatmandu-marc-perl] annotated tag debian/0.214-2 created (now 191a8d9)

2016-02-21 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a change to annotated tag debian/0.214-2
in repository libcatmandu-marc-perl.

at  191a8d9   (tag)
   tagging  8449dd5d514df4539bb7b3f2f3e01972f294a35c (commit)
  replaces  debian/0.214-1
 tagged by  Damyan Ivanov
on  Sun Feb 21 19:02:43 2016 +

- Log -
tagging package libcatmandu-marc-perl version debian/0.214-2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCAAGBQJWygnTAAoJENu+nU2Z0qAEr7IP/jmwjcbBJgILxvtBt/Mvf2I9
Iw+vXzmeTj5dKwaZ1G+c4v0wpeG686MuG9KIL4+vUfWXPQAIZzDhgsXi9nAJeEH9
+C733c+64EwG4UYcouh/djt/eGpvApYp1biDenienx1lBhmOFscFHb6gnFMlgVVI
WOwrSc21t9tghJHH6qIUQbg6oikuGSM7b5UirciXKzfy1b3dF/Uu2XoYNiKRTPlV
gkn7RyEVo1tNaCJj76DjFDUy9fg30vr8lTpTozGD7w02hbYsikg/mhOHAikz1Pmg
r0nXuLBqWl7dWNoXWzO7IuhbWzG48RZGR7tG++Lz2Gq2c31G6bS94MAdlccmPpFW
cmUjrgUZ2/+Zn7jb6hlhcZQZIUl+PsBIFMzI3IsYEKgQeN8b3PlScyeFCraGnTUa
mrq928/aaAa2zltx/+zcpnmQZqpypX745EP5Ju3x6QTqWUwqQWo16NThDDHtqGlW
Qjqs/GH2Xc6w7HE4sxc6+KqXfSHXLVp03W1FtjucqdYp3oT6Lrvo4Ff8FFsWxTE1
AO/YeXk/vlH8+ywqvn73xxeBW2UoRiyHQ9S7xSeDKgDc1trLLzDAUTxR573NmZAk
BNcJmPuyX2jwRxU15MesRo5ZkC2PIIGDYWM677vh7ryZFTXKnPpKo2P30Oplk9YR
NCY584MRT6MLYTjUOPWo
=WbW1
-END PGP SIGNATURE-

Damyan Ivanov (4):
  reverse the order of the alternative dependencies for Test::Simple
  Claim conformance with Policy 3.9.7
  Use https scheme for Vcs-Git URL
  releasing package libcatmandu-marc-perl version 0.214-2

---

This annotated tag includes the following new commits:

   new  0cc5980   reverse the order of the alternative dependencies for 
Test::Simple
   new  1334ba9   Claim conformance with Policy 3.9.7
   new  c6261b0   Use https scheme for Vcs-Git URL
   new  8449dd5   releasing package libcatmandu-marc-perl version 0.214-2

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

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


[libcatmandu-marc-perl] 03/04: Use https scheme for Vcs-Git URL

2016-02-21 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository libcatmandu-marc-perl.

commit c6261b04a3d453816faeec57a8024fa1b39c72e6
Author: Damyan Ivanov 
Date:   Sun Feb 21 19:00:00 2016 +

Use https scheme for Vcs-Git URL
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 43bfdc2..4fd6641 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,7 @@ Build-Depends: cdbs,
  libtest-deep-perl
 Standards-Version: 3.9.7
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libcatmandu-marc-perl.git
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcatmandu-marc-perl
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libcatmandu-marc-perl
 Homepage: https://github.com/LibreCat/Catmandu-MARC
 
 Package: libcatmandu-marc-perl

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

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


[libcatmandu-marc-perl] 01/04: reverse the order of the alternative dependencies for Test::Simple

2016-02-21 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository libcatmandu-marc-perl.

commit 0cc59808494f4ab1b4a86a4424ed675afcd4fa81
Author: Damyan Ivanov 
Date:   Sun Feb 21 18:40:38 2016 +

reverse the order of the alternative dependencies for Test::Simple

Test::Simple is in perl core since 5.21.1
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 266b780..7fab670 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Build-Depends: cdbs,
  libmarc-record-perl (>= 2.0.6),
  libmoo-perl (>= 1),
  libyaml-libyaml-perl (>= 0.34),
- libtest-simple-perl (>= 1.001003) | perl (>= 5.21.1),
+ perl (>= 5.21.1) | libtest-simple-perl (>= 1.001003),
  libxml-xpath-perl,
  libtest-deep-perl
 Standards-Version: 3.9.6

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

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


[libcatmandu-marc-perl] 02/04: Claim conformance with Policy 3.9.7

2016-02-21 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository libcatmandu-marc-perl.

commit 1334ba934b927801186bd5692abddf94d1f2e4ed
Author: Damyan Ivanov 
Date:   Sun Feb 21 18:40:49 2016 +

Claim conformance with Policy 3.9.7
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 7fab670..43bfdc2 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,7 @@ Build-Depends: cdbs,
  perl (>= 5.21.1) | libtest-simple-perl (>= 1.001003),
  libxml-xpath-perl,
  libtest-deep-perl
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libcatmandu-marc-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcatmandu-marc-perl
 Homepage: https://github.com/LibreCat/Catmandu-MARC

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

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


[libcatmandu-marc-perl] branch master updated (7f996b1 -> 8449dd5)

2016-02-21 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a change to branch master
in repository libcatmandu-marc-perl.

  from  7f996b1   Prepare for release: Update changelog.
   new  0cc5980   reverse the order of the alternative dependencies for 
Test::Simple
   new  1334ba9   Claim conformance with Policy 3.9.7
   new  c6261b0   Use https scheme for Vcs-Git URL
   new  8449dd5   releasing package libcatmandu-marc-perl version 0.214-2

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 | 9 +
 debian/control   | 6 +++---
 2 files changed, 12 insertions(+), 3 deletions(-)

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

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


[libcgi-application-plugin-dbh-perl] annotated tag debian/4.04-2 created (now d432413)

2016-02-21 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a change to annotated tag debian/4.04-2
in repository libcgi-application-plugin-dbh-perl.

at  d432413   (tag)
   tagging  0d64358fb0240715876d0e930fd280f0269bfb41 (commit)
  replaces  debian/4.04-1
 tagged by  Damyan Ivanov
on  Sun Feb 21 19:07:44 2016 +

- Log -
tagging package libcgi-application-plugin-dbh-perl version debian/4.04-2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCAAGBQJWygsAAAoJENu+nU2Z0qAEEg0P/2qplAVCPVtaNYI9idhk+OXJ
cDN17bolQ1VWe2Q6xZ9KpWEgeulAWzemhBeK18Ucz2Mfzyf8A4B4+hf8Uf0DlaHj
3i97fah1KRH9ZJfkEOJ2tsk/1NRd1zRXZM5Kn+h1Gs3E2bcvANmK7eU3EV82rJB/
n8w4y44kq8BQyMxcsFiWed/GjMk1CXd6yrX5FO11FBfaEEKiYDxSyN1Zhr1dwASJ
8qF9DtSTsLiqvx3nPtIqj4NH3/h1XcgPLlqzk/oVE2ls8Fnn9sNjB0zKVkdlLsKk
hGq4LfhMqhFDGGt32a3d8vtIVz8kW+F+pdNcC0cxSagqwUWgDjzxLKuwOSOEmW24
6tP+sMfRAK1WmpESF6p4wT4P+P4VnQ2zSKpPmOTnh3yb6mt16UWTNJ238cTIKEnO
9JVPBnngTuQRrELUrIeM7zDRhxtXxnbmr0BxrRkppyV5SumNs3pkzhOOO2/nsLUK
ey6Eqt+oSJsARNRpcIGa/HeWso0N/UKmDYdd3Bz8kFNx1N1S+G5J1ztOKoeKD8pS
FBio1UnsXCkkiABcf3XbedQeo7oiLISwxC9NxGXopkbe9IHwsg2Od+wawCSmj5KK
uTvo4srzfRHxBV6ghbjcRZ87azPO/5YC2xwwjqR67LPBjlFAzUeMdSz5B3t9pPNx
SvYxXqpzxYt+dHlKh9sy
=oZWE
-END PGP SIGNATURE-

Damyan Ivanov (3):
  Mark package as autopkg-testable
  Claim conformance with policy 3.9.7
  releasing package libcgi-application-plugin-dbh-perl version 4.04-2

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

gregor herrmann (6):
  debian/control: remove Nicholas Bamber from Uploaders on request of the 
MIA team.
  update changelog
  Strip trailing slash from metacpan URLs.
  update changelog
  debian/control: update {versioned,alternative} (build) dependencies.
  update changelog

---

This annotated tag includes the following new commits:

   new  5d418ad   Mark package as autopkg-testable
   new  63a786f   Claim conformance with policy 3.9.7
   new  0d64358   releasing package libcgi-application-plugin-dbh-perl 
version 4.04-2

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


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libcgi-application-plugin-dbh-perl.git

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


[libcgi-application-plugin-dbh-perl] 02/03: Claim conformance with policy 3.9.7

2016-02-21 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository libcgi-application-plugin-dbh-perl.

commit 63a786fb3227cd8b9a1bd1e6fe84919b2ffa47f5
Author: Damyan Ivanov 
Date:   Sun Feb 21 19:04:14 2016 +

Claim conformance with policy 3.9.7
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 550dec5..833425f 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends-Indep: perl,
  libdbd-mock-perl,
  libtest-mockobject-perl (>= 1.20120301),
  perl (>= 5.19.6) | libtest-simple-perl (>= 1.001002)
-Standards-Version: 3.9.5
+Standards-Version: 3.9.7
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libcgi-application-plugin-dbh-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libcgi-application-plugin-dbh-perl.git
 Homepage: https://metacpan.org/release/CGI-Application-Plugin-DBH

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libcgi-application-plugin-dbh-perl.git

___
Pkg-perl-cvs-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   3   >