[SCM] Debian packaging of libconfig-model-perl branch, master, updated. debian/2.026-3-7-g4e248bf

Dominique Dumont dod at debian.org
Tue Oct 30 18:34:10 UTC 2012


The following commit has been merged in the master branch:
commit e752de18a596564e792b7100a88985d8cbf5a3e6
Author: Dominique Dumont <dod at debian.org>
Date:   Tue Oct 30 19:26:38 2012 +0100

    removed add-extensions-file
    patch (applied upsream)

diff --git a/debian/patches/add-extensions-file b/debian/patches/add-extensions-file
deleted file mode 100644
index be7ea56..0000000
--- a/debian/patches/add-extensions-file
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: Add extensions file
- Tinker with Buld.pl to ship extension files
-Author: dod
-Applied-Upstream: yes
---- 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/series b/debian/patches/series
index 17bff47..cdc0a2e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 add_dh_config
-add-extensions-file

-- 
Debian packaging of libconfig-model-perl



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