[med-svn] r21446 - in trunk/packages/staden/trunk/debian: . patches
Andreas Tille
tille at moszumanska.debian.org
Mon Feb 22 10:55:33 UTC 2016
Author: tille
Date: 2016-02-22 10:55:33 +0000 (Mon, 22 Feb 2016)
New Revision: 21446
Added:
trunk/packages/staden/trunk/debian/patches/cope_with_modern_windowmanager.patch
Modified:
trunk/packages/staden/trunk/debian/changelog
trunk/packages/staden/trunk/debian/patches/series
Log:
Upstream provided patch to deal with modern windowmanagers
Modified: trunk/packages/staden/trunk/debian/changelog
===================================================================
--- trunk/packages/staden/trunk/debian/changelog 2016-02-22 08:52:34 UTC (rev 21445)
+++ trunk/packages/staden/trunk/debian/changelog 2016-02-22 10:55:33 UTC (rev 21446)
@@ -1,3 +1,10 @@
+staden (2.0.0+b10-3) unstable; urgency=medium
+
+ * Upstream provided patch to deal with modern windowmanagers
+ Closes: #815176
+
+ -- Andreas Tille <tille at debian.org> Mon, 22 Feb 2016 11:37:10 +0100
+
staden (2.0.0+b10-2) unstable; urgency=medium
* Make sure all tools will be found by GUI programs
Added: trunk/packages/staden/trunk/debian/patches/cope_with_modern_windowmanager.patch
===================================================================
--- trunk/packages/staden/trunk/debian/patches/cope_with_modern_windowmanager.patch (rev 0)
+++ trunk/packages/staden/trunk/debian/patches/cope_with_modern_windowmanager.patch 2016-02-22 10:55:33 UTC (rev 21446)
@@ -0,0 +1,17 @@
+Author: James Bonfield <jkb at sanger.ac.uk>
+Last-Update: Mon, 22 Feb 2016 09:56:12 +0000
+Upstream: Upstream explained problem at https://bugs.debian.org/815176#30 and provided the solution later in the bug report
+Bug-Debian: https://bugs.debian.org/815176
+Description: Deal with modern window managers
+
+--- a/gap4/contig_editor.tcl
++++ b/gap4/contig_editor.tcl
+@@ -108,7 +108,7 @@ proc create_editor {w edname join reveal
+ xtoplevel $w
+ fix_maxsize $w
+ }
+- wm resizable $w 1 0
++ # wm resizable $w 1 0
+
+ catch {set $w.Grab [grab current]}
+ frame $w.grab
Modified: trunk/packages/staden/trunk/debian/patches/series
===================================================================
--- trunk/packages/staden/trunk/debian/patches/series 2016-02-22 08:52:34 UTC (rev 21445)
+++ trunk/packages/staden/trunk/debian/patches/series 2016-02-22 10:55:33 UTC (rev 21446)
@@ -7,3 +7,4 @@
# delete_rpath_from_configure.patch
enable_setting_stadenroot.patch
spelling.patch
+cope_with_modern_windowmanager.patch
More information about the debian-med-commit
mailing list