[libconfig-model-dpkg-perl] branch master updated (f95e10f -> 418a3d8)

2017-11-22 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  f95e10f   prepare release
  adds  242bbf4   extract node_to_section from Dpkg control backend
  adds  84c1444   format_dpkg_section can handle empty array
  adds  83ac3ef   fix Autopkgtest to handle several stanzas
  adds  8e7d1a2   test Autopkgtest with several stanzas
  adds  418a3d8   prepare release

No new revisions were added by this update.

Summary of changes:
 debian/changelog   |  6 ++
 lib/Config/Model/Backend/Dpkg/Autopkgtest.pm   | 65 ++
 lib/Config/Model/Backend/Dpkg/Control.pm   | 45 +--
 lib/Config/Model/Backend/DpkgSyntax.pm | 55 +-
 lib/Config/Model/models/Dpkg.pl|  4 +-
 lib/Config/Model/models/Dpkg/Tests.pl  | 24 
 lib/Config/Model/models/Dpkg/Tests/Control.pl  | 10 +---
 .../dpkg-examples/autopkgtest/debian/tests/control | 10 
 t/model_tests.d/dpkg-test-conf.pl  |  8 +--
 9 files changed, 130 insertions(+), 97 deletions(-)
 create mode 100644 lib/Config/Model/models/Dpkg/Tests.pl

-- 
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/05: test Autopkgtest with several stanzas

2017-11-22 Thread dod
This is an automated email from the git hooks/post-receive script.

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

commit 8e7d1a23b537bc8a8cd9938e09ce761fad4d996d
Author: Dominique Dumont 
Date:   Wed Nov 22 20:09:13 2017 +0100

test Autopkgtest with several stanzas
---
 t/model_tests.d/dpkg-examples/autopkgtest/debian/tests/control | 10 ++
 t/model_tests.d/dpkg-test-conf.pl  |  8 
 2 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/t/model_tests.d/dpkg-examples/autopkgtest/debian/tests/control 
b/t/model_tests.d/dpkg-examples/autopkgtest/debian/tests/control
index 9ceacc2..0e15760 100644
--- a/t/model_tests.d/dpkg-examples/autopkgtest/debian/tests/control
+++ b/t/model_tests.d/dpkg-examples/autopkgtest/debian/tests/control
@@ -1,3 +1,13 @@
 Tests: fred, bill, bongo
 Depends: pkg1, pkg2 [amd64] | pkg3 (>= 3)
 Restrictions: needs-root, breaks-testbed
+
+Test-Command: /usr/share/pkg-perl-autopkgtest/runner build-deps
+Depends: @, @builddeps@, pkg-perl-autopkgtest
+
+Test-Command: /usr/share/pkg-perl-autopkgtest/runner runtime-deps
+Depends: @, pkg-perl-autopkgtest
+
+Test-Command: /usr/share/pkg-perl-autopkgtest/runner 
runtime-deps-and-recommends
+Depends: @, pkg-perl-autopkgtest
+Restrictions: needs-recommends
diff --git a/t/model_tests.d/dpkg-test-conf.pl 
b/t/model_tests.d/dpkg-test-conf.pl
index 543ab89..de6985f 100644
--- a/t/model_tests.d/dpkg-test-conf.pl
+++ b/t/model_tests.d/dpkg-test-conf.pl
@@ -73,10 +73,10 @@ sub add {
 {
 name => 'autopkgtest',
 check => {
-'test-control Tests:0' => 'fred',
-'test-control Tests:2' => 'bongo',
-'test-control Depends' => "pkg1, pkg2 [amd64] | pkg3 (>= 3)",
-'test-control Restrictions' => "breaks-testbed,needs-root",
+'tests control:0 Tests:0' => 'fred',
+'tests control:0 Tests:2' => 'bongo',
+'tests control:0 Depends' => "pkg1, pkg2 [amd64] | pkg3 (>= 3)",
+'tests control:0 Restrictions' => "breaks-testbed,needs-root",
 },
 # add() returns a sub used to tweak file list
 file_check_sub => add('home'),

-- 
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/05: prepare release

2017-11-22 Thread dod
This is an automated email from the git hooks/post-receive script.

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

commit 418a3d8dec26cfe181e063756c22e64976d9c134
Author: Dominique Dumont 
Date:   Wed Nov 22 20:14:13 2017 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 5d18210..3046fd4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libconfig-model-dpkg-perl (2.104) unstable; urgency=medium
+
+  * fix Autopkgtest to handle several stanzas
+
+ -- Dominique Dumont   Wed, 22 Nov 2017 20:13:32 +0100
+
 libconfig-model-dpkg-perl (2.103) unstable; urgency=medium
 
   * new feature: add support for Autopkgtest

-- 
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/05: extract node_to_section from Dpkg control backend

2017-11-22 Thread dod
This is an automated email from the git hooks/post-receive script.

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

commit 242bbf460a785abede4ed974d54989505f716fc1
Author: Dominique Dumont 
Date:   Wed Nov 22 20:06:31 2017 +0100

extract node_to_section from Dpkg control backend

this function is moved to DpkgSyntax module
---
 lib/Config/Model/Backend/Dpkg/Control.pm | 45 +---
 lib/Config/Model/Backend/DpkgSyntax.pm   | 50 
 2 files changed, 51 insertions(+), 44 deletions(-)

diff --git a/lib/Config/Model/Backend/Dpkg/Control.pm 
b/lib/Config/Model/Backend/Dpkg/Control.pm
index 4953739..efd3d23 100644
--- a/lib/Config/Model/Backend/Dpkg/Control.pm
+++ b/lib/Config/Model/Backend/Dpkg/Control.pm
@@ -239,50 +239,7 @@ sub package_spec ( $self, $node ) {
 # the accept condition)
 my @list = $node->get_element_name;
 _re_order(\@list, \@move_after);
-
-my @section ;
-my $description_ref ;
-foreach my $elt ( @list ) {
-my $type = $node->element_type($elt) ;
-my $elt_obj = $node->fetch_element($elt) ;
-
-my $c = $elt_obj->annotation ;
-push @section, map {'# '.$_} split /\n/,$c if $c ;
-
-if ($type eq 'hash') {
-die "package_spec: unexpected hash type in ".$node->name." element 
$elt\n" ;
-}
-elsif ($type eq 'list') {
-my @v;
-my @indexes = $elt_obj->fetch_all_indexes;
-
-foreach my $idx (@indexes) {
-my $value_obj = $elt_obj->fetch_with_id($idx);
-my $value = $value_obj->fetch;
-next unless defined $value;
-
-my $note = $value_obj->annotation;
-my $comment = $note ? join ("\n",map {'# '.$_} split 
/\n/,$note ) : undef;
-push @v, $comment ? [ $value, $comment ] : $value;
-}
-push @section, $elt , \@v if @v;
-}
-elsif ($elt eq 'Synopsis') {
-my $v = $node->fetch_element_value($elt) ;
-push @section, 'Description' , $v ; # mandatory field
-$description_ref = \$section[$#section] ;
-}
-elsif ($elt eq 'Description') {
-# annotation attached to Description is written as a
-# comment *after* the Description block
-$$description_ref .= "\n".$node->fetch_element_value($elt) ; # 
mandatory field
-}
-else {
-my $v = $node->fetch_element_value($elt) ;
-push @section, $elt , $v if $v ;
-}
-}
-return @section ;
+return $self->node_to_section($node, \@list)
 }
 
 
diff --git a/lib/Config/Model/Backend/DpkgSyntax.pm 
b/lib/Config/Model/Backend/DpkgSyntax.pm
index 8dfe6bb..d8d4423 100644
--- a/lib/Config/Model/Backend/DpkgSyntax.pm
+++ b/lib/Config/Model/Backend/DpkgSyntax.pm
@@ -261,6 +261,56 @@ sub format_label_line {
 return $label_line;
 }
 
+sub node_to_section ($self, $node, $elt_list = [ $node->get_element_names ]) {
+
+my @section ;
+my $description_ref ;
+foreach my $elt ( $elt_list->@* ) {
+my $type = $node->element_type($elt) ;
+my $elt_obj = $node->fetch_element($elt) ;
+
+my $c = $elt_obj->annotation ;
+push @section, map {'# '.$_} split /\n/,$c if $c ;
+
+if ($type eq 'hash') {
+die "package_spec: unexpected hash type in ".$node->name." element 
$elt\n" ;
+}
+elsif ($type eq 'list') {
+my @v;
+my @indexes = $elt_obj->fetch_all_indexes;
+
+foreach my $idx (@indexes) {
+my $value_obj = $elt_obj->fetch_with_id($idx);
+my $value = $value_obj->fetch;
+next unless defined $value;
+
+my $note = $value_obj->annotation;
+my $comment = $note ? join ("\n",map {'# '.$_} split 
/\n/,$note ) : undef;
+push @v, $comment ? [ $value, $comment ] : $value;
+}
+push @section, $elt , \@v if @v;
+}
+elsif ($type eq 'check_list') {
+my $v = $node->fetch_element($elt)->fetch ;
+push @section, $elt , $v if $v ;
+}
+elsif ($elt eq 'Synopsis') {
+my $v = $node->fetch_element_value($elt) ;
+push @section, 'Description' , $v ; # mandatory field
+$description_ref = \$section[$#section] ;
+}
+elsif ($elt eq 'Description') {
+# annotation attached to Description is written as a
+# comment *after* the Description block
+$$description_ref .= "\n".$node->fetch_element_value($elt) ; # 
mandatory field
+}
+else {
+my $v = $node->fetch_element_value($elt) ;
+push @section, $elt , $v if $v ;
+}
+}
+return @section ;
+}
 1;
 
 __END__

-- 
Alioth's /usr/local/bin/git-commit-notice on 

[libconfig-model-dpkg-perl] 02/05: format_dpkg_section can handle empty array

2017-11-22 Thread dod
This is an automated email from the git hooks/post-receive script.

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

commit 84c1444c8530a6c62a258829d3a649b19c27b8e9
Author: Dominique Dumont 
Date:   Wed Nov 22 20:07:19 2017 +0100

format_dpkg_section can handle empty array
---
 lib/Config/Model/Backend/DpkgSyntax.pm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/lib/Config/Model/Backend/DpkgSyntax.pm 
b/lib/Config/Model/Backend/DpkgSyntax.pm
index d8d4423..b20e8b3 100644
--- a/lib/Config/Model/Backend/DpkgSyntax.pm
+++ b/lib/Config/Model/Backend/DpkgSyntax.pm
@@ -178,9 +178,8 @@ sub write_dpkg_file {
 # TODO: also rework coyright and dpkgpatch to cope with new data structure
 
 # input is [ may_be_comment, keyword => value | value_list_ref, ... ]
-sub format_dpkg_section {
-my ($self, $array_ref,$list_sep) = @_ ;
-
+sub format_dpkg_section ($self, $array_ref, $list_sep) {
+$array_ref //= [] ;
 my @lines ;
 
 my $i = 0;

-- 
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.104 created (now cc94561)

2017-11-22 Thread dod
This is an automated email from the git hooks/post-receive script.

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

at  cc94561   (tag)
   tagging  418a3d8dec26cfe181e063756c22e64976d9c134 (commit)
  replaces  debian/2.103
 tagged by  Dominique Dumont
on  Wed Nov 22 20:16:08 2017 +0100

- Log -
libconfig-model-dpkg-perl Debian release 2.104
-BEGIN PGP SIGNATURE-

iQIzBAABCgAdFiEEn3I5/LZk8Qsz6dwDwx9P2UmrK2wFAloVzPgACgkQwx9P2Umr
K2yzfA//TFKOGlSk20tJ5OiHdwgo58nfWFyx/9gkt+bVA/+HCwbqfzsCpdUt+31L
tqIpgsfCu/Wz4bQLcust4aFVOlS2zVjjiwkSpyzDKmAKYJcm0cm9Q6LTFBOeBo+Y
ELfitOL2h/HNgVhsU4re1/LhFDh5z/GXcjWQ4aA/OkwPgKWd6n3i1FJoqbrVVluu
ySFq6Lk67SeKSilQ4kGicoRUg/cFxlqCOgozv0Px6qkqUe+7pNqMXRM+rdcoAGdu
5VNjOgj6Yc9b/tWap/zW4+upsIYd0dRoMLUzOLvVPcsuRobFtrHDJ3p0hpSnkuj1
lw7bqotr+vh+13OTbBA4pNiZBp4bapKoF/4H80eIC/8VHdaqjuCk/DnFQPNa3DWB
7aX0HpW4gDhiipKikkheti7vjFafXTV+BkGCa+qpRN0EVKtp5prY4nT0oBrR271j
SVoSNgqEI7MvWukNtQsFXMN+V197TyPxKbHUk+b2Sn2hvyyT3pkqEUiiFS2M3fbY
aJ6mhzjwnjVgAiNewF2bcRY9S4Q7DHKTQLWN37X/l2ZZ+w/SquBOTOjj2rCJQvRR
m7Us95dS9qNt2+uTDQt+CV2k+iZ6xPzgLE5+piBcV9L6mHGqr2mtxB47rvoDkQH+
m76YaiU5bkBG4KrQSMygLqk1Xs3W2GZlu1Lpcus97m4kH1P1h0U=
=lYRy
-END PGP SIGNATURE-

Dominique Dumont (5):
  extract node_to_section from Dpkg control backend
  format_dpkg_section can handle empty array
  fix Autopkgtest to handle several stanzas
  test Autopkgtest with several stanzas
  prepare release

---

This annotated tag includes the following new commits:

   new  242bbf4   extract node_to_section from Dpkg control backend
   new  84c1444   format_dpkg_section can handle empty array
   new  83ac3ef   fix Autopkgtest to handle several stanzas
   new  8e7d1a2   test Autopkgtest with several stanzas
   new  418a3d8   prepare release

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/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/05: fix Autopkgtest to handle several stanzas

2017-11-22 Thread dod
This is an automated email from the git hooks/post-receive script.

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

commit 83ac3eff6d286a29bce6fd2ed1db5fec534287d1
Author: Dominique Dumont 
Date:   Wed Nov 22 20:08:48 2017 +0100

fix Autopkgtest to handle several stanzas
---
 lib/Config/Model/Backend/Dpkg/Autopkgtest.pm  | 65 ---
 lib/Config/Model/models/Dpkg.pl   |  4 +-
 lib/Config/Model/models/Dpkg/Tests.pl | 24 ++
 lib/Config/Model/models/Dpkg/Tests/Control.pl | 10 +
 4 files changed, 57 insertions(+), 46 deletions(-)

diff --git a/lib/Config/Model/Backend/Dpkg/Autopkgtest.pm 
b/lib/Config/Model/Backend/Dpkg/Autopkgtest.pm
index a570127..a8331cb 100644
--- a/lib/Config/Model/Backend/Dpkg/Autopkgtest.pm
+++ b/lib/Config/Model/Backend/Dpkg/Autopkgtest.pm
@@ -36,42 +36,40 @@ sub read {
 # io_handle  => $io   # IO::File object
 # check  => yes|no|skip
 
-# io_handle is not defined as no file is specified in model
-
 return 0 unless defined $args{io_handle} ;
 
 $logger->info("Parsing $args{file_path}");
 # load autopkgtest control file
 my $c = $self -> parse_dpkg_file ($args{file_path}, $args{io_handle}, 
$args{check}, 1 ) ;
 
-Config::Model::Exception::Syntax->throw(
-message => "More than 1 section in $args{file_path}",
-parsed_file => $args{file_path},
-)
-  if @$c > 2; # $c contains [ line_nb, section_ref ]
-
-my ( $section_line, $section ) = @$c;
 my $node = $args{object};
 my $check = $args{check};
-
-foreach ( my $i = 0 ; $i < $#$section ; $i += 2 ) {
-my $key = $section->[$i];
-my $v_ref = $section->[ $i + 1 ];
-if ( my $found = $node->find_element( $key, case => 'any' ) ) {
-my $elt = $found ;
-my $to_store = $v_ref;
-
-my $elt_obj = $node->fetch_element($elt);
-if ($node->element_type($elt) eq 'list') {
-$self->store_section_list_element ( $logger, $elt_obj, $check, 
$to_store);
+my $test_list = $node->fetch_element('control');
+my $test_nb = 0;
+
+while (@$c ) {
+my ($section_line,$section) = splice @$c,0,2 ;
+my $test_obj = $test_list->fetch_with_id($test_nb++);
+
+foreach ( my $i = 0 ; $i < $#$section ; $i += 2 ) {
+my $key = $section->[$i];
+my $v_ref = $section->[ $i + 1 ];
+if ( my $found = $test_obj->find_element( $key, case => 'any' ) ) {
+my $elt = $found ;
+my $to_store = $v_ref;
+
+my $elt_obj = $test_obj->fetch_element($elt);
+if ($test_obj->element_type($elt) eq 'list') {
+$self->store_section_list_element ( $logger, $elt_obj, 
$check, $to_store);
+}
+else {
+$self->store_section_leaf_element ( $logger, $elt_obj, 
$check, $to_store);
+}
 }
 else {
-$self->store_section_leaf_element ( $logger, $elt_obj, $check, 
$to_store);
+warn "Unknown parameter found in $args{file_path}: $key";
 }
 }
-else {
-warn "Unknown parameter found in $args{file_path}: $key";
-}
 }
 
 return 1;
@@ -89,23 +87,18 @@ sub write {
 # file_path  => './my_test/etc/foo/foo.conf'
 # io_handle  => $io   # IO::File object
 
-# io_handle is not defined as no file is specified in model
-
-croak "Undefined file handle to write"
-  unless defined $args{io_handle} ;
+croak "Undefined file handle to write" unless defined $args{io_handle} ;
 
 my $node = $args{object} ;
-my $io  = $args{io_handle} ;
-
-# write all parameters
-foreach my $elt ( $node -> get_element_name ) {
-my $v =  $node->fetch_element($elt)->fetch;
+my $ioh  = $args{io_handle} ;
 
-next unless defined $v;
+my @sections;
 
-$io->print("$elt: ");
-$self->write_dpkg_text($io,$v) ;
+my $test_list = $node->fetch_element('control');
+foreach my $test_nb ( $test_list -> fetch_all_indexes ) {
+push @sections, [ 
$self->node_to_section($test_list->fetch_with_id($test_nb)) ];
 }
+$self->write_dpkg_file($ioh, \@sections,", " ) ;
 
 return 1;
 }
diff --git a/lib/Config/Model/models/Dpkg.pl b/lib/Config/Model/models/Dpkg.pl
index 732743c..bec5855 100644
--- a/lib/Config/Model/models/Dpkg.pl
+++ b/lib/Config/Model/models/Dpkg.pl
@@ -222,9 +222,9 @@ By default, it will include all existing files in the 
top-level source directory
 'type' => 'leaf',
 'value_type' => 'string'
   },
-  'test-control',
+  'tests',
   {
-'config_class_name' => 'Dpkg::Tests::Control',
+'config_class_name' => 'Dpkg::Tests',
 'level' => 'hidden',
 'type' => 'warped_node',
 'warp' => {

[libconfig-methodproxy-perl] annotated tag debian/0.02-2 created (now ab30d9b)

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

gregoa pushed a change to annotated tag debian/0.02-2
in repository libconfig-methodproxy-perl.

at  ab30d9b   (tag)
   tagging  4630a68febe02252051b7da33c4b4637d6353174 (commit)
  replaces  debian/0.02-1
 tagged by  gregor herrmann
on  Wed Nov 22 16:34:22 2017 +0100

- Log -
tagging package libconfig-methodproxy-perl version debian/0.02-2
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAloVmP5fFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgbzzA//avEQqOQuL3o61AwDUe7wwO863w8I5zJzUh4qwdWHJkJxNrD1PbYS5609
hb0VfOzfiWmpXojBlfhs3Rw9Iek5o7JI3bBMJSCRz7RHyhIATv7MBMjKuAXhGIN7
phPd9WjngytSe+Kx9CxvVWnp0TfFh27Sg/lBh4rw2Vs0XeFkNmCA+anPaalRv4qp
jsOD14L9BWrd+jsLS/c4+qaP5QommcxLmXpzWvxTTnJbhGBL3HJNsHFGlf2+biax
3Zv0YyfEBHd3dXhIFMsFQRFIHziosTAXLZCrNxRMWsLfUFJzrGb0j+P0ENT+YPRp
9xWjwUHS2uDTwsb/ZjZgR4EYiE2iPXVWteJpXScmPWhh24SECj/1TzRrZRGoiAHd
YkSfTqzrJnAkXrQMHoF2QBEDEkBdXa/ghyEgHwN0i4zGzzmNeqrlgcibVRlK05TG
J70sqqSf6sMNobrW1JG7iwmthkjT8pb9wHYlmUdDgfKlaG43fRTerajb5+FoOl7C
uLh7YPXOeHU1n8bRJculOuxgppvKQUyoPm8ib/jL31k5G1ZO+L82/085t3JIq5By
nZ7DQQFycsW6W12IaSmkTKUmq03Ta97LubskzhUZS8eVGhdZP5mfAfepTcE3S6d9
K9vXxl+qQeMu4Wn4RnDSYT0byQyhMR1jii7E0ibnbxqgJplcjOQ=
=LM6Y
-END PGP SIGNATURE-

Peter Pentchev (5):
  Declare compliance with Debian Policy 4.1.1 with no changes.
  Add "Rules-Requires-Root: no" to the source control stanza.
  Bump the year on my debian/* copyright notice.
  Update the changelog.
  Ready to upload libconfig-methodproxy-perl-0.02-2 to unstable.

---

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

___
Pkg-perl-cvs-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-methodproxy-perl] 05/05: Ready to upload libconfig-methodproxy-perl-0.02-2 to unstable.

2017-11-22 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository libconfig-methodproxy-perl.

commit 4630a68febe02252051b7da33c4b4637d6353174
Author: Peter Pentchev 
Date:   Tue Nov 21 16:37:49 2017 +0200

Ready to upload libconfig-methodproxy-perl-0.02-2 to unstable.
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d4f777b..af8bd7b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-libconfig-methodproxy-perl (0.02-2) UNRELEASED; urgency=medium
+libconfig-methodproxy-perl (0.02-2) unstable; urgency=medium
 
   * Declare compliance with Debian Policy 4.1.1 with no changes.
   * Add "Rules-Requires-Root: no" to the source control stanza.
   * Bump the year on my debian/* copyright notice.
 
- -- Peter Pentchev   Tue, 21 Nov 2017 16:37:12 +0200
+ -- Peter Pentchev   Tue, 21 Nov 2017 16:37:41 +0200
 
 libconfig-methodproxy-perl (0.02-1) unstable; urgency=low
 

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

___
Pkg-perl-cvs-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-methodproxy-perl] 02/05: Add "Rules-Requires-Root: no" to the source control stanza.

2017-11-22 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository libconfig-methodproxy-perl.

commit a0ba7fb5537aa19dfcb7a439b6baaa0e1e523be3
Author: Peter Pentchev 
Date:   Tue Nov 21 15:21:08 2017 +0200

Add "Rules-Requires-Root: no" to the source control stanza.
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index cc7515f..0e65de4 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,7 @@ Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libconfig-methodp
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libconfig-methodproxy-perl.git
 Homepage: https://metacpan.org/release/Config-MethodProxy
 Testsuite: autopkgtest-pkg-perl
+Rules-Requires-Root: no
 
 Package: libconfig-methodproxy-perl
 Architecture: all

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

___
Pkg-perl-cvs-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-methodproxy-perl] 03/05: Bump the year on my debian/* copyright notice.

2017-11-22 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository libconfig-methodproxy-perl.

commit d532d531c1b3f874b64fd3563e4d353ec04f17ed
Author: Peter Pentchev 
Date:   Tue Nov 21 15:21:29 2017 +0200

Bump the year on my debian/* copyright notice.
---
 debian/copyright | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/copyright b/debian/copyright
index 765c06f..4a98adc 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -9,7 +9,7 @@ Copyright: 2016, Aran Deltac 
 License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: 2016, Peter Pentchev 
+Copyright: 2016, 2017, Peter Pentchev 
 License: Artistic or GPL-1+
 
 License: Artistic

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

___
Pkg-perl-cvs-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-methodproxy-perl] 01/05: Declare compliance with Debian Policy 4.1.1 with no changes.

2017-11-22 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository libconfig-methodproxy-perl.

commit 2411c0ff421944f67ad132a3a57ef01d94208fb0
Author: Peter Pentchev 
Date:   Tue Nov 21 13:19:52 2017 +0200

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

diff --git a/debian/control b/debian/control
index 2d5001b..cc7515f 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends-Indep: libmodule-runtime-perl (>= 0.014),
  libtest-fatal-perl,
  libtest2-suite-perl,
  perl
-Standards-Version: 3.9.8
+Standards-Version: 4.1.1
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libconfig-methodproxy-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libconfig-methodproxy-perl.git
 Homepage: https://metacpan.org/release/Config-MethodProxy

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

___
Pkg-perl-cvs-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-methodproxy-perl] branch master updated (a163bdb -> 4630a68)

2017-11-22 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a change to branch master
in repository libconfig-methodproxy-perl.

  from  a163bdb   Update the changelog timestamp.
   new  2411c0f   Declare compliance with Debian Policy 4.1.1 with no 
changes.
   new  a0ba7fb   Add "Rules-Requires-Root: no" to the source control 
stanza.
   new  d532d53   Bump the year on my debian/* copyright notice.
   new  1c5d7a8   Update the changelog.
   new  4630a68   Ready to upload libconfig-methodproxy-perl-0.02-2 to 
unstable.

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

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

___
Pkg-perl-cvs-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-methodproxy-perl] 04/05: Update the changelog.

2017-11-22 Thread Peter Pentchev
This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository libconfig-methodproxy-perl.

commit 1c5d7a853ca6812e040c8ca15b741a2cc4b4f140
Author: Peter Pentchev 
Date:   Tue Nov 21 16:37:30 2017 +0200

Update the changelog.

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

diff --git a/debian/changelog b/debian/changelog
index b90686e..d4f777b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libconfig-methodproxy-perl (0.02-2) UNRELEASED; urgency=medium
+
+  * Declare compliance with Debian Policy 4.1.1 with no changes.
+  * Add "Rules-Requires-Root: no" to the source control stanza.
+  * Bump the year on my debian/* copyright notice.
+
+ -- Peter Pentchev   Tue, 21 Nov 2017 16:37:12 +0200
+
 libconfig-methodproxy-perl (0.02-1) unstable; urgency=low
 
   * Initial Release.  Closes: #844179.

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

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


[libhash-merge-perl] branch master updated (699e8aa -> ec55e0f)

2017-11-22 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a change to branch master
in repository libhash-merge-perl.

  from  699e8aa   update changelog, waits for libclone-choose-perl
   new  3eed586   declare conformance with Policy 4.1.1 (no changes needed)
   new  61d076f   bump debhelper compatibility level to 9
   new  ec55e0f   releasing package libhash-merge-perl version 0.298-1

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


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

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

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


[libhash-merge-perl] 02/03: bump debhelper compatibility level to 9

2017-11-22 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository libhash-merge-perl.

commit 61d076f9abf832c86a0ca6c339f215bbc55ef18e
Author: Damyan Ivanov 
Date:   Wed Nov 22 08:06:31 2017 +

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

diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index c65820d..f7daa96 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Martin Zobel-Helas 
 Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Build-Depends: debhelper (>= 8)
+Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: libclone-choose-perl,
  perl
 Standards-Version: 4.1.1

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

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


[libhash-merge-perl] annotated tag debian/0.298-1 created (now 841b386)

2017-11-22 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a change to annotated tag debian/0.298-1
in repository libhash-merge-perl.

at  841b386   (tag)
   tagging  ec55e0ff8c3dc79bcedd5bf5839266e17cce460c (commit)
  replaces  debian/0.200-1
 tagged by  Damyan Ivanov
on  Wed Nov 22 08:08:12 2017 +

- Log -
tagging package libhash-merge-perl version debian/0.298-1
-BEGIN PGP SIGNATURE-

iQIzBAABCAAdFiEErqDETssFbpNjDZ0z276dTZnSoAQFAloVMGwACgkQ276dTZnS
oAS4oQ/+LZ+yQDbEMqmHGjfolBv6kibOgE1f4HdMYoB4wZyVsOEgKQ7aJEnqw+aN
yXJ6fvZARqvHm09v1xVCn355oYFOQq72Dh2/JQYwEBYDMSlBvqGyXvawGZXext4m
C/NDg9jG+cgB4dtmv/JMfdUFimIkJkXdi8fancbisvjg0E9cxakqV3nU1gJYuo07
vay88/u5QkKfackNtQ7TgQn7nHE+IkRhmPF7AqukLofYYRl0eZBaKqSRwpDWSNCK
jx1zw9bjIc8drvEmiZJXtodUaTg4oDSdz2YWBkxjTu9oKjxGvDJau434A/CVBp21
tHajMAoXnNBF8oWSXIbnY+BvssHEpqEf6NGoU5ofgmA372PCabdfBOr7gup5T/RJ
isbWhARA0wgtDiEW+SDsLKA5Pns+GVgnRjDhCoKeP8E4k4oUrbUKhka5yde9gFO1
nnZjJNWKwDuJbvfMIOCwWWc3U6blQFmh3vxyNG5ZbNn/czBYab85TDwFNVjoGHm9
jVaZzGxztemvQdsrdiARZpPqsrnpwBU809Wc92qZqQajwJiTIJGajkoQtlz3MCeG
wz9xlFglv7aFOGuZocyKsIlrzwWMPQZG2M4CpGib7OPAwN6cSUxxR3UN1dilPaOf
f5y1+Ac0sY2oDyw/kwuhM8K1TTroZaDog0PGDwYjA3nwZk76wo8=
=JDWz
-END PGP SIGNATURE-

Damyan Ivanov (8):
  New upstream version 0.298
  Update upstream source from tag 'upstream/0.298'
  update upstream copyright notice
  add (build) dependency on libclone-choose-perl (in NEW)
  update changelog, waits for libclone-choose-perl
  declare conformance with Policy 4.1.1 (no changes needed)
  bump debhelper compatibility level to 9
  releasing package libhash-merge-perl version 0.298-1

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

gregor herrmann (4):
  debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  update changelog
  Remove Fabrizio Regalli from Uploaders. Thanks for your work!
  update changelog

---

This annotated tag includes the following new commits:

   new  3eed586   declare conformance with Policy 4.1.1 (no changes needed)
   new  61d076f   bump debhelper compatibility level to 9
   new  ec55e0f   releasing package libhash-merge-perl version 0.298-1

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


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

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


[libhash-merge-perl] 01/03: declare conformance with Policy 4.1.1 (no changes needed)

2017-11-22 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository libhash-merge-perl.

commit 3eed58609f92ee7c6046deb5f4af8432c963a158
Author: Damyan Ivanov 
Date:   Wed Nov 22 08:05:54 2017 +

declare conformance with Policy 4.1.1 (no changes needed)
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index acab8fe..c65820d 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: libclone-choose-perl,
  perl
-Standards-Version: 3.9.5
+Standards-Version: 4.1.1
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libhash-merge-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libhash-merge-perl.git
 Homepage: https://metacpan.org/release/Hash-Merge

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

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


[libhash-merge-perl] 03/03: releasing package libhash-merge-perl version 0.298-1

2017-11-22 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository libhash-merge-perl.

commit ec55e0ff8c3dc79bcedd5bf5839266e17cce460c
Author: Damyan Ivanov 
Date:   Wed Nov 22 08:08:12 2017 +

releasing package libhash-merge-perl version 0.298-1
---
 debian/changelog | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a35b7a9..6289379 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
-libhash-merge-perl (0.298-1) UNRELEASED; urgency=medium
+libhash-merge-perl (0.298-1) unstable; urgency=medium
 
-  * WAITS-FOR: libclone-choose-perl
+  * Team upload
 
   [ Salvatore Bonaccorso ]
   * Update Vcs-Browser URL to cgit web frontend
@@ -14,8 +14,10 @@ libhash-merge-perl (0.298-1) UNRELEASED; urgency=medium
   * New upstream version 0.298
   * update upstream copyright notice
   * add (build) dependency on libclone-choose-perl (in NEW)
+  * declare conformance with Policy 4.1.1 (no changes needed)
+  * bump debhelper compatibility level to 9
 
- -- Damyan Ivanov   Fri, 17 Nov 2017 22:17:25 +
+ -- Damyan Ivanov   Wed, 22 Nov 2017 08:07:25 +
 
 libhash-merge-perl (0.200-1) unstable; urgency=low
 

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

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