[SCM] Debian packaging of libconfig-model-perl branch, master, updated. upstream/1.253-232-g9727d87

Dominique Dumont dod at debian.org
Sun Sep 4 15:25:03 UTC 2011


The following commit has been merged in the master branch:
commit 9afb754a4f3848fc445e81d5ba8e0510560d41ec
Author: Dominique Dumont <dod at debian.org>
Date:   Sat Sep 3 16:39:55 2011 +0200

    Ready for release
    - removed fix_dir.patch
    - refreshed add_dh_config

diff --git a/debian/patches/fix_dir.patch b/debian/patches/fix_dir.patch
deleted file mode 100644
index 0810d44..0000000
--- a/debian/patches/fix_dir.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: Fixing substitution
-Author: Fabrizio Regalli <fabreg at fabreg.it>
-Last-Update: 2011-07-06
-Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=69311
-
---- a/lib/Config/Model/AutoRead.pm
-+++ b/lib/Config/Model/AutoRead.pm
-@@ -62,7 +62,7 @@
-     my $dir = $args{root}.$args{config_dir} ;
-     if ($dir =~ /~/) { 
-         my $home = File::HomeDir->my_data; # Works also on Windows
--        $dir =~ s/~/$home/;
-+        $dir =~ s/^~/$home/;
-     }
-     
-     $dir .= '/' unless $dir =~ m!/$! ;

-- 
Debian packaging of libconfig-model-perl



More information about the Pkg-perl-cvs-commits mailing list