r47053 - in /trunk/libtk-filedialog-perl/debian: changelog control patches/fix-own-master-error patches/series

diocles-guest at users.alioth.debian.org diocles-guest at users.alioth.debian.org
Wed Nov 11 19:55:29 UTC 2009


Author: diocles-guest
Date: Wed Nov 11 19:55:20 2009
New Revision: 47053

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=47053
Log:
Patch to fix error about making ".filedialog" its own master. (Closes: #544894)

Added:
    trunk/libtk-filedialog-perl/debian/patches/fix-own-master-error
Modified:
    trunk/libtk-filedialog-perl/debian/changelog
    trunk/libtk-filedialog-perl/debian/control
    trunk/libtk-filedialog-perl/debian/patches/series

Modified: trunk/libtk-filedialog-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtk-filedialog-perl/debian/changelog?rev=47053&op=diff
==============================================================================
--- trunk/libtk-filedialog-perl/debian/changelog (original)
+++ trunk/libtk-filedialog-perl/debian/changelog Wed Nov 11 19:55:20 2009
@@ -1,5 +1,6 @@
 libtk-filedialog-perl (1.3-3) UNRELEASED; urgency=low
 
+  [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza).
   * Set Maintainer to Debian Perl Group.
@@ -16,7 +17,12 @@
     (source stanza).
   * debian/control: Added: ${misc:Depends} to Depends: field.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:25 +0100
+  [ Tim Retout ]
+  * debian/control: Add self to Uploaders.
+  * debian/patches/fix-own-master-error: New patch to fix error about
+    making ".filedialog" its own master. (Closes: #544894)
+
+ -- Tim Retout <tim at retout.co.uk>  Wed, 11 Nov 2009 19:51:03 +0000
 
 libtk-filedialog-perl (1.3-2) unstable; urgency=low
 

Modified: trunk/libtk-filedialog-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtk-filedialog-perl/debian/control?rev=47053&op=diff
==============================================================================
--- trunk/libtk-filedialog-perl/debian/control (original)
+++ trunk/libtk-filedialog-perl/debian/control Wed Nov 11 19:55:20 2009
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jay Bonci <jaybonci at debian.org>
+Uploaders: Jay Bonci <jaybonci at debian.org>, Tim Retout <tim at retout.co.uk>
 Build-Depends: debhelper (>> 4.0.0), quilt (>= 0.40)
 Build-Depends-Indep: perl (>= 5.6)
 Standards-Version: 3.6.1.0

Added: trunk/libtk-filedialog-perl/debian/patches/fix-own-master-error
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtk-filedialog-perl/debian/patches/fix-own-master-error?rev=47053&op=file
==============================================================================
--- trunk/libtk-filedialog-perl/debian/patches/fix-own-master-error (added)
+++ trunk/libtk-filedialog-perl/debian/patches/fix-own-master-error Wed Nov 11 19:55:20 2009
@@ -1,0 +1,17 @@
+Description: Fix ``can't make ".filedialog" its own master'' error.
+Bug: http://rt.cpan.org/Public/Bug/Display.html?id=12726
+Bug-Debian: http://bugs.debian.org/544894
+Origin: http://rt.cpan.org/Ticket/Attachment/131163/34704/
+Author: Lee Goddard <lgoddard at cpan.org>
+
+--- a/FileDialog.pm
++++ b/FileDialog.pm
+@@ -467,7 +467,7 @@
+ 	    $FDialog->{'Can'}->invoke;
+ 	}
+     });
+-    $FDialog->transient($FDialog->toplevel);
++    $FDialog->transient($FDialog->parent->toplevel);
+ 
+     foreach (@TabOrder) {
+ 	$FDialog->{'TabSel'}->{$_} = 1;

Modified: trunk/libtk-filedialog-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtk-filedialog-perl/debian/patches/series?rev=47053&op=diff
==============================================================================
--- trunk/libtk-filedialog-perl/debian/patches/series (original)
+++ trunk/libtk-filedialog-perl/debian/patches/series Wed Nov 11 19:55:20 2009
@@ -1,1 +1,2 @@
 hashbang.patch
+fix-own-master-error




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