[SCM] Debian packaging of libconfig-model-perl branch, experimental, updated. debian/2.023-2-10-g0cd407d

Dominique Dumont dod at debian.org
Thu Sep 6 14:53:36 UTC 2012


The following commit has been merged in the experimental branch:
commit afb851924724350bddfe28cf338c6efc5d6c477b
Author: Dominique Dumont <dod at debian.org>
Date:   Thu Sep 6 16:30:21 2012 +0200

    patched fuseui test: do not force load fuse in buildd

diff --git a/debian/changelog b/debian/changelog
index 7e3204c..6e6af88 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,11 +15,13 @@ libconfig-model-perl (2.024-1) experimental; urgency=low
         from corelist (Closes: #683861)
     * cme command changes:
       + added bash completion for 'fix' subcommand
-      + added -dir-char option for fusefs command (required when
-        using fuse on top of debian/copyright, for instance with
-	"cme fusefs dpkg-copyright -fuse-dir tmp -dir-char '\'")
+      + added -dir-char option for fusefs command. This option is 
+        required when using fuse on top of debian/copyright, 
+        for instance with
+	cme fusefs dpkg-copyright -fuse-dir tmp -dir-char '\'
   * removed pod patch (applied upstream)
   * removed corelist version patch (applied upstream)
+  * patched fuseui test: do not force load fuse in buildd
 
  -- Dominique Dumont <dod at debian.org>  Thu, 06 Sep 2012 15:59:30 +0200
 
diff --git a/debian/patches/dont-require-fuse-in-test b/debian/patches/dont-require-fuse-in-test
new file mode 100644
index 0000000..1759879
--- /dev/null
+++ b/debian/patches/dont-require-fuse-in-test
@@ -0,0 +1,13 @@
+Description: Dont require fuse in test
+ upstream mess up. test must not 'use' Config::Model::FuseUI
+Author: dod
+--- a/t/fuse_ui.t
++++ b/t/fuse_ui.t
+@@ -7,7 +7,6 @@
+ use Test::Memory::Cycle;
+ use Config::Model;
+ use Config;
+-use Config::Model::FuseUI ;
+ 
+ if ($Config{osname} ne 'linux') {
+     plan skip_all => "Not a Linux system" ;
diff --git a/debian/patches/series b/debian/patches/series
index cdc0a2e..61e3eb9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+dont-require-fuse-in-test
 add_dh_config

-- 
Debian packaging of libconfig-model-perl



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