[SCM] Packaging of padre perl editor branch, master, updated. upstream/0.35-167-ge60c109

Damyan Ivanov dmn at debian.org
Sat May 30 12:46:03 UTC 2009


The following commit has been merged in the master branch:
commit cf3e7f5a4fe9cd857210627cab5d26291ab0e657
Author: Damyan Ivanov <dmn at debian.org>
Date:   Sat May 30 15:44:57 2009 +0300

    refresh disable-tcp-server.patch

diff --git a/debian/patches/disable-tcp-server.patch b/debian/patches/disable-tcp-server.patch
index 62ec088..e144365 100644
--- a/debian/patches/disable-tcp-server.patch
+++ b/debian/patches/disable-tcp-server.patch
@@ -9,9 +9,9 @@
 # Upstream-Bug: http://padre.perlide.org/ticket/313
 --- a/lib/Padre/Wx/Main.pm
 +++ b/lib/Padre/Wx/Main.pm
-@@ -402,6 +402,10 @@ sub single_instance_start {
- 		return 1;
- 	}
+@@ -567,6 +567,10 @@ sub single_instance_start {
+ 	# check if server is already started
+ 	return 1 if $self->single_instance_running;
  
 +    warn "single instance server is disabled in the Debian package\n";
 +    warn "see /usr/share/doc/padre/README.Debian for rationale.\n";

-- 
Packaging of padre perl editor



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