[SCM] Packaging of padre perl editor branch, master, updated. debian/0.96+dfsg1-1-8-g0d592d3

Dominique Dumont dod at debian.org
Wed Jun 27 13:02:15 UTC 2012


The following commit has been merged in the master branch:
commit ab6353cb2120ef53cfd383dc86dcfb59371d8439
Author: Dominique Dumont <dod at debian.org>
Date:   Tue Jun 26 15:48:30 2012 +0200

    patch tofix double line spacing in outline

diff --git a/debian/patches/fix-double-line-in-outline b/debian/patches/fix-double-line-in-outline
new file mode 100644
index 0000000..9c18c23
--- /dev/null
+++ b/debian/patches/fix-double-line-in-outline
@@ -0,0 +1,10 @@
+--- 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 eeb7c6a..a69dcac 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+fix-double-line-in-outline
 fix-spelling
 skip-fishy-test
 disable-tcp-server.patch

-- 
Packaging of padre perl editor



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