[SCM] Packaging of padre perl editor branch, master, updated. debian/0.96+dfsg1-2-27-gf36dc75

Dominique Dumont dod at debian.org
Mon May 6 12:13:40 UTC 2013


The following commit has been merged in the master branch:
commit 3204501aa91bafa025dd954198a637c77e556e7e
Author: Dominique Dumont <dod at debian.org>
Date:   Sun May 5 21:09:48 2013 +0200

    removed patch fix-double-line-in-outline (applied upstream)

diff --git a/debian/patches/fix-double-line-in-outline b/debian/patches/fix-double-line-in-outline
deleted file mode 100644
index fc8d7c6..0000000
--- a/debian/patches/fix-double-line-in-outline
+++ /dev/null
@@ -1,14 +0,0 @@
-Description: Fix double line in outline
- When entering 'has => ' lines, the outline shape becomes wrong: lines
- are separated by white space. THis patch works around the
- issue. Acoording to upstream, this is not a proper fix.
---- a/lib/Padre/Wx/Outline.pm
-+++ b/lib/Padre/Wx/Outline.pm
-@@ -425,6 +425,7 @@
- 
- 		foreach my $item (@sorted_entries) {
- 			my $name = $item->{name};
-+            $name =~ s/\n// ;
- 			next if $name !~ /$term/;
- 			my $item = $tree->AppendItem(
- 				$type_elem,
diff --git a/debian/patches/series b/debian/patches/series
index 1413412..3bd0647 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
-fix-double-line-in-outline
 fix-spelling
 disable-tcp-server.patch
 example-interpreter.patch

-- 
Packaging of padre perl editor



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