This is an automated email from the git hooks/post-receive script.

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

commit da7f9cfbcedfc2f2d692e8e2e211545c2a32bc49
Author: Dominique Dumont <d...@debian.org>
Date:   Sun Dec 13 21:19:04 2015 +0100

    refreshed patches
---
 debian/patches/autopkgtest.patch | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/debian/patches/autopkgtest.patch b/debian/patches/autopkgtest.patch
index 0218d45..c5da313 100644
--- a/debian/patches/autopkgtest.patch
+++ b/debian/patches/autopkgtest.patch
@@ -6,37 +6,37 @@ Last-Update: 2015-06-05
 
 --- a/t/dot_graph.t
 +++ b/t/dot_graph.t
-@@ -38,7 +38,8 @@
+@@ -39,7 +39,8 @@
  
  my $meta_root = $meta_inst -> config_root ;
  
--my $model_dir = 'lib/Config/Model/models' ;
+-my $model_dir = 'lib/Config/Model' ;
 +my $dir = $ENV{ADTTMP} ? '/usr/share/perl5' : 'lib';
-+my $model_dir = "$dir/Config/Model/models" ;
++my $model_dir = "$dir/Config/Model" ;
  my $rw_obj = Config::Model::Itself -> new(
      model_object => $meta_root,
-     model_dir => $model_dir,
+     cm_lib_dir => $model_dir,
 --- a/t/list_itself_structure.t
 +++ b/t/list_itself_structure.t
-@@ -36,7 +36,8 @@
+@@ -37,7 +37,8 @@
  
  my $meta_root = $meta_inst -> config_root ;
  
--my $model_dir = 'lib/Config/Model/models';
+-my $model_dir = 'lib/Config/Model';
 +my $dir = $ENV{ADTTMP} ? '/usr/share/perl5' : 'lib';
-+my $model_dir = "$dir/Config/Model/models";
++my $model_dir = "$dir/Config/Model";
  my $rw_obj    = Config::Model::Itself->new(
-     model_dir    => $model_dir,
+     cm_lib_dir   => $model_dir,
      model_object => $meta_root
 --- a/t/load_write_itself.t
 +++ b/t/load_write_itself.t
-@@ -49,7 +49,8 @@
+@@ -50,7 +50,8 @@
  my $root = $inst -> config_root ;
  
  # copy itself model
--my $model_dir = 'lib/Config/Model/models';
+-my $model_dir = 'lib/Config/Model';
 +my $dir = $ENV{ADTTMP} ? '/usr/share/perl5' : 'lib';
-+my $model_dir = "$dir/Config/Model/models";
++my $model_dir = "$dir/Config/Model";
  $wanted = sub { 
      -d $File::Find::name && mkpath( ["$wr_test/$_"], 0, 0755) ;
      -f $File::Find::name && copy($File::Find::name,"$wr_test/$_") ;

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

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

Reply via email to