[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 4e248bf731887d66c27acd19383ebe049c4c7084
Author: Dominique Dumont <dod at debian.org>
Date:   Tue Oct 30 19:27:54 2012 +0100

    removed add-extensions-file
    patch (applied upsream)

diff --git a/Build.PL b/Build.PL
index 3b494bf..d9ceb80 100644
--- a/Build.PL
+++ b/Build.PL
@@ -66,7 +66,7 @@ my $build = $class->new(
     module_name => 'Config::Model',
     @version_info,
     license       => 'lgpl',
-    script_files  => ['config-edit','script/cme'],
+    script_files  => ['config-edit','script/cme', 'debian/dh/dh_config_model_upgrade'],
     appli_files   => \%appli_files,
     dist_abstract => 'Describe, edit and validate configuration data',
     dist_author   => 'Dominique Dumont (ddumont at cpan dot org)',
diff --git a/MANIFEST b/MANIFEST
index a53ffaf..3056d27 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -11,6 +11,7 @@ TODO
 config-edit
 contrib/bash_completion.cme
 contrib/bash_completion.config-edit
+debian/dh/dh_config_model_upgrade
 examples/fstab/README
 examples/fstab/add-ext4-workshop.txt
 examples/fstab/fstab.sample
diff --git a/debian/changelog b/debian/changelog
index 6653352..49fb814 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ libconfig-model-perl (2.027-1) unstable; urgency=low
     * fix checklist problem with writing default values
       (which broke openssh demo). (Closes: #691338)
     * Dumper: fix wrong module reference in pod doc
+  * removed add-extensions-file patch (applied upsream)
 
  -- Dominique Dumont <dod at debian.org>  Tue, 30 Oct 2012 19:22:39 +0100
 
diff --git a/debian/patches/add_dh_config b/debian/patches/add_dh_config
index fb127dc..26e8505 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
-@@ -63,7 +63,7 @@
+@@ -66,7 +66,7 @@
      module_name => 'Config::Model',
      @version_info,
      license       => 'lgpl',

-- 
Debian packaging of libconfig-model-perl



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