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 c86a2f8c0e9d45bdbd9e9462dbf2bda7447687b4
Author: Dominique Dumont <d...@debian.org>
Date:   Mon Feb 1 20:24:32 2016 +0100

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

diff --git a/debian/patches/autopkgtest.patch b/debian/patches/autopkgtest.patch
index c5da313..2a9d341 100644
--- a/debian/patches/autopkgtest.patch
+++ b/debian/patches/autopkgtest.patch
@@ -30,13 +30,13 @@ Last-Update: 2015-06-05
      model_object => $meta_root
 --- a/t/load_write_itself.t
 +++ b/t/load_write_itself.t
-@@ -50,7 +50,8 @@
+@@ -41,7 +41,8 @@
  my $root = $inst -> config_root ;
  
  # copy itself model
 -my $model_dir = 'lib/Config/Model';
 +my $dir = $ENV{ADTTMP} ? '/usr/share/perl5' : 'lib';
 +my $model_dir = "$dir/Config/Model";
- $wanted = sub { 
+ my $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