[SCM] Debian native package for Config::Model::Dpkg branch, master, updated. 2e47bb04483ba458f2b1fbf48b5f36ffcf5a54fc

Dominique Dumont dod at debian.org
Sun Sep 30 13:45:32 UTC 2012


The following commit has been merged in the master branch:
commit 8b8acf6892594985230efcd347f8c98d76569f63
Author: Dominique Dumont <dod at debian.org>
Date:   Sun Sep 30 15:21:41 2012 +0200

    added instructions to add *.d/* files in distribution

diff --git a/Build.PL b/Build.PL
index 60fd8f7..b340dce 100644
--- a/Build.PL
+++ b/Build.PL
@@ -36,9 +36,12 @@ sub ACTION_build {
 }
 SUBCLASS
 
+my %appli_files = map { ( $_, $_ ) } glob("lib/Config/Model/*.d/*");
+
 my $build = $class->new(
     module_name => 'Config::Model::Dpkg',
     license       => 'lgpl',
+    appli_files   => \%appli_files,
     dist_abstract => 'Edit and validate dpkg source files with cme',
     dist_author   => 'Dominique Dumont (dod at debian dot org)',
 
@@ -96,5 +99,6 @@ my $build = $class->new(
 );
 
 $build->add_build_element('pl');
+$build->add_build_element('appli');
 
 $build->create_build_script;

-- 
Debian native package for Config::Model::Dpkg



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