Package: padre / 1.00+dfsg-3

Metadata

Package Version Patches format
padre 1.00+dfsg-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix spelling | (download)

lib/Padre/Config.pm | 2 1 + 1 - 0 !
lib/Padre/MIME.pm | 2 1 + 1 - 0 !
lib/Padre/Wx/Role/Idle.pm | 2 1 + 1 - 0 !
lib/Padre/Wx/Role/Main.pm | 6 3 + 3 - 0 !
4 files changed, 6 insertions(+), 6 deletions(-)

 fix spelling

disable tcp server.patch | (download)

lib/Padre/Wx/Main.pm | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 disable the tcp listening service 
 This service is to be used to control
 running instance of padre. It lacks any sort of authentication
 and binds to 127.0.0.1.
 The proper way to fix that would be to make it listen on an Unix
 domain socket somewhere in $HOME ensuring the right permissions,
 but I found no evidence if Wx::SocketServer supporting UNIX
 domain sockets.
Bug: http://padre.perlide.org/ticket/313
example interpreter.patch | (download)

eg/tcl/hello_tcl | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 on debian the wish interpreter is in /usr/bin
no experimental.patch | (download)

lib/Padre/Wx/Dialog/PluginManager.pm | 10 5 + 5 - 0 !
lib/Padre/Wx/Panel/Debugger.pm | 8 4 + 4 - 0 !
2 files changed, 9 insertions(+), 9 deletions(-)

 replace experimental 'given' with plain old if-elsif-else
 perl 5.18 warns about usage of 'given', causing failures of 'no warnings'
 tests
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724150
desktop keywords.patch | (download)

share/padre.desktop | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 add keywords setting
 https://wiki.gnome.org/GnomeGoals/DesktopFileKeywords
desktop icon.patch | (download)

share/padre.desktop | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 correct path to the icon
 Upstream claims to fix this properly one day in padre.desktop.README, so no
 need to forward the patch, even if all environments used the same path
precedence.patch | (download)

lib/Padre/Document/Perl/QuickFix/StrictWarnings.pm | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix "possible precedence issue with control flow operator"
 which causes a test failure
fix pseudo perl doc for 5 20 | (download)

lib/Padre/Browser/PseudoPerldoc.pm | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 fix padre::browser::pseudoperldoc for perl 5 20
 Padre::Browser::PseudoPerldoc is a hack that "monkey
 patch" Pod::Perldoc.
 .
 This broke with perl 5.20. This patch fixes the issue.
 .
 This patch use $self->can to check which method is 
 available. THis avoids a dependency on perl >= 5.20
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=759838