[med-svn] r8229 - in trunk/packages/sequenceconverter.app/trunk/debian: . patches
Andreas Tille
tille at alioth.debian.org
Thu Oct 20 08:50:58 UTC 2011
Author: tille
Date: 2011-10-20 08:50:58 +0000 (Thu, 20 Oct 2011)
New Revision: 8229
Modified:
trunk/packages/sequenceconverter.app/trunk/debian/changelog
trunk/packages/sequenceconverter.app/trunk/debian/patches/05_main.patch
Log:
Added patch for #645923
Modified: trunk/packages/sequenceconverter.app/trunk/debian/changelog
===================================================================
--- trunk/packages/sequenceconverter.app/trunk/debian/changelog 2011-10-20 08:46:27 UTC (rev 8228)
+++ trunk/packages/sequenceconverter.app/trunk/debian/changelog 2011-10-20 08:50:58 UTC (rev 8229)
@@ -34,8 +34,12 @@
* debian/lintian-override: Delete.
* debian/menu: Wrap fields for readability. Add icon and longtitle.
- -- Andreas Tille <tille at debian.org> Tue, 31 Mar 2009 09:11:58 +0200
+ [ Andreas Tille ]
+ * debian/patches/05_main.patch: Add fix from Yavor Doganov <yavor at gnu.org>
+ to prevent sequenceconverter from crashing at startup
+ -- Andreas Tille <tille at debian.org> Thu, 20 Oct 2011 10:48:22 +0200
+
biococoa.app (1.6.0-8) unstable; urgency=low
* Changed the name of the binary package `biococoa.app' to
Modified: trunk/packages/sequenceconverter.app/trunk/debian/patches/05_main.patch
===================================================================
--- trunk/packages/sequenceconverter.app/trunk/debian/patches/05_main.patch 2011-10-20 08:46:27 UTC (rev 8228)
+++ trunk/packages/sequenceconverter.app/trunk/debian/patches/05_main.patch 2011-10-20 08:50:58 UTC (rev 8229)
@@ -1,8 +1,15 @@
---- biococoa.orig/main.m
-+++ biococoa/main.m
-@@ -17,7 +17,6 @@
+Author: Yavor Doganov <yavor at gnu.org>
+Date: Thu, 20 Oct 2011 10:31:24 +0300
+Closes: #645923
+Description: Fix crashes of biococoa.app on startup
+--- biococoa.app-1.6.0.orig/main.m
++++ biococoa.app-1.6.0/main.m
+@@ -15,9 +15,8 @@
+
+ pool = [NSAutoreleasePool new];
app = [NSApplication sharedApplication];
- [app setApplicationIconImage: [NSImage imageNamed: @"Calculator.app.tiff"]];
+- [app setApplicationIconImage: [NSImage imageNamed: @"Calculator.app.tiff"]];
++ [app setApplicationIconImage: [NSImage imageNamed: @"biococoa.tiff"]];
- /*
mainMenu = [[NSMenu new]autorelease];
More information about the debian-med-commit
mailing list