[SCM] Debian packaging of libconfig-model-tkui-perl branch, master, updated. debian/1.327-1-13-g6686673

Dominique Dumont dod at debian.org
Sat Oct 22 16:45:09 UTC 2011


The following commit has been merged in the master branch:
commit 3810bf6bebdef0550e7792a1284dfb4e522858a6
Author: Dominique Dumont <dod at debian.org>
Date:   Sat Oct 22 18:25:35 2011 +0200

    removed patch

diff --git a/debian/changelog b/debian/changelog
index caa162a..77e1bcb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ libconfig-model-tkui-perl (1.329-1) UNRELEASED; urgency=low
     * LeafEditor: do not clear entry when input is wrong. This is
       annoying
     * TkUI: updated license wording to keep Debian lintian happy
+  * removed fix_warning patch (applied upstream)
 
  -- Dominique Dumont <dod at debian.org>  Sat, 22 Oct 2011 17:59:30 +0200
 
diff --git a/debian/patches/fix_warning b/debian/patches/fix_warning
deleted file mode 100644
index 357fbe9..0000000
--- a/debian/patches/fix_warning
+++ /dev/null
@@ -1,12 +0,0 @@
-Description: Fix a harmless warning
---- a/lib/Config/Model/Tk/AnyViewer.pm
-+++ b/lib/Config/Model/Tk/AnyViewer.pm
-@@ -197,7 +197,7 @@
-     ) ->pack(-anchor => 'w', -side => 'left', -fill =>'x');
- 
-     if ($usage eq 'edit') {
--        my $nb_fixes = $elt_obj->has_fixes ;
-+        my $nb_fixes = $elt_obj->has_fixes || 0;
- 
-         my $fix_widget = $label_button_frame -> Button(
-             -text => "Apply $nb_fixes fixes",
diff --git a/debian/patches/series b/debian/patches/series
index cfefa72..e69de29 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +0,0 @@
-fix_warning

-- 
Debian packaging of libconfig-model-tkui-perl



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