[libconfig-model-dpkg-perl] 01/01: fix support of debian install files

dod at debian.org dod at debian.org
Fri Feb 17 18:33:41 UTC 2017


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 1d16013448c69bf81850b16f49041116945936ca
Author: Dominique Dumont <dod at debian.org>
Date:   Fri Feb 17 19:29:34 2017 +0100

    fix support of debian install files
    
    Since plainfile backend now does compute file path starting from element
    instead of starting from node.
    
    See
    https://github.com/dod38fr/config-model/commit/fa2af2420e64c86e0c10af472fcf4d6adeeea1ff
    for details.
---
 lib/Config/Model/models/Dpkg/Install.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Config/Model/models/Dpkg/Install.pl b/lib/Config/Model/models/Dpkg/Install.pl
index 7be19c7..980d519 100644
--- a/lib/Config/Model/models/Dpkg/Install.pl
+++ b/lib/Config/Model/models/Dpkg/Install.pl
@@ -32,7 +32,7 @@ See L<dh_install> for more details.
         'auto_delete' => '1',
         'backend' => 'PlainFile',
         'config_dir' => 'debian',
-        'file' => '&index.install'
+        'file' => '&index(-).install'
       }
     ]
   }

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



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