[SCM] Packaging of padre perl editor branch, master, updated. debian/0.94+dfsg1-2-7-ge228469

Dominique Dumont dod at debian.org
Sat May 12 09:45:32 UTC 2012


The following commit has been merged in the master branch:
commit fd1d2c29176e7033590432040c774bcb5862c50c
Author: Dominique Dumont <dod at debian.org>
Date:   Tue Apr 24 09:48:21 2012 +0200

    removed obsolete patch

diff --git a/debian/patches/hack-missing-context-menu b/debian/patches/hack-missing-context-menu
deleted file mode 100644
index 64f7752..0000000
--- a/debian/patches/hack-missing-context-menu
+++ /dev/null
@@ -1,20 +0,0 @@
-Description: Hack missing context menu
- Avoid Padre creash when context menus are used (either
- right-click or ctrl-/).
- .
- As upstreas has already heavily modified this area (and
- fixed the issue), this patch must not be forwarded upstream.
-Author: dod at debian.org
-Applied-Upstream: don't
---- a/lib/Padre/PluginManager.pm
-+++ b/lib/Padre/PluginManager.pm
-@@ -952,7 +952,8 @@
- 	foreach my $handle ( $self->handles ) {
- 		next unless $handle->can_context;
- 		foreach my $handle ( $self->handles ) {
--			$handle->plugin->event_on_context_menu(@_);
-+			$handle->plugin->event_on_context_menu(@_) 
-+				if defined $handle->plugin and $handle->plugin->can('event_on_context_menu');
- 		}
- 	}
- 
diff --git a/debian/patches/series b/debian/patches/series
index 1bda8aa..275cd4c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 disable-tcp-server.patch
 example-interpreter.patch
-hack-missing-context-menu

-- 
Packaging of padre perl editor



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