[SCM] Debian packaging of libconfig-model-perl branch, experimental, updated. debian/2.024-1-9-g2e3cbae

Dominique Dumont dod at debian.org
Sun Sep 30 16:27:43 UTC 2012


The following commit has been merged in the experimental branch:
commit d871d40a18d60c12e8e7f73233096bcb3836ac09
Author: Dominique Dumont <dod at debian.org>
Date:   Sun Sep 30 18:21:43 2012 +0200

    added new patch to ship extension files

diff --git a/debian/patches/add-extensions-file b/debian/patches/add-extensions-file
new file mode 100644
index 0000000..dffab90
--- /dev/null
+++ b/debian/patches/add-extensions-file
@@ -0,0 +1,12 @@
+--- a/Build.PL
++++ b/Build.PL
+@@ -59,6 +59,9 @@
+ 
+ my %appli_files = map { ( $_, $_ ) } glob("lib/Config/Model/*.d/*");
+ 
++# add extensions
++do { $appli_files{$_}=$_ ;} for glob("lib/Config/Model/extensions/cme-*") ;
++
+ my $build = $class->new(
+     module_name => 'Config::Model',
+     @version_info,
diff --git a/debian/patches/add_dh_config b/debian/patches/add_dh_config
index 1e58aad..fb127dc 100644
--- a/debian/patches/add_dh_config
+++ b/debian/patches/add_dh_config
@@ -5,7 +5,7 @@ Reviewed-by: Salvatore Bonaccorso <carnil at debian.org>
 Last-Update: 2010-11-12
 --- a/Build.PL
 +++ b/Build.PL
-@@ -54,7 +54,7 @@
+@@ -63,7 +63,7 @@
      module_name => 'Config::Model',
      @version_info,
      license       => 'lgpl',
diff --git a/debian/patches/series b/debian/patches/series
index cdc0a2e..17bff47 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 add_dh_config
+add-extensions-file

-- 
Debian packaging of libconfig-model-perl



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