tags 645926 + pending thanks Hi Gürkan,
I've prepared an NMU for cenon.app (versioned as 3.93-1.1); my sponsor will upload it soon.
diff -Nru cenon.app-3.93/debian/changelog cenon.app-3.93/debian/changelog --- cenon.app-3.93/debian/changelog 2011-01-27 09:53:51.000000000 +0200 +++ cenon.app-3.93/debian/changelog 2011-11-10 19:47:04.000000000 +0200 @@ -1,3 +1,12 @@ +cenon.app (3.93-1.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/patches/645926.patch: New; use the correct app icon name to + prevent a crash during initialization (Closes: #645926). + * debian/patches/series: Update. + + -- Yavor Doganov <ya...@gnu.org> Thu, 10 Nov 2011 19:15:37 +0200 + cenon.app (3.93-1) unstable; urgency=low * New upstream version. diff -Nru cenon.app-3.93/debian/patches/645926.patch cenon.app-3.93/debian/patches/645926.patch --- cenon.app-3.93/debian/patches/645926.patch 1970-01-01 02:00:00.000000000 +0200 +++ cenon.app-3.93/debian/patches/645926.patch 2011-11-10 19:21:27.000000000 +0200 @@ -0,0 +1,22 @@ +Description: Fix crash on startup with gnustep-gui/0.20 + + * Cenon_main.m (main): Use the correct app icon name to prevent a crash + during initialization (Closes: #645926). + +Author: Yavor Doganov <ya...@gnu.org> +Bug-Debian: http://bugs.debian.org/645926 +Origin: vendor +Forwarded: no +Last-Update: 2011-10-22 + +--- cenon.app-3.93.orig/Cenon_main.m ++++ cenon.app-3.93/Cenon_main.m +@@ -59,7 +59,7 @@ int main(int argc, const char *argv[]) + } + + app = [appClass sharedApplication]; +- [app setApplicationIconImage:[NSImage imageNamed:@"cenon.tiff"]]; ++ [app setApplicationIconImage:[NSImage imageNamed:@"Cenon.tiff"]]; + if (![NSBundle loadNibNamed:@"Main" owner:app]) + NSLog(@"Cannot load Main interface file"); + diff -Nru cenon.app-3.93/debian/patches/series cenon.app-3.93/debian/patches/series --- cenon.app-3.93/debian/patches/series 2011-01-27 09:58:24.000000000 +0200 +++ cenon.app-3.93/debian/patches/series 2011-11-10 19:45:55.000000000 +0200 @@ -1,2 +1,3 @@ debian-changes-3.91-1 debian-changes-3.93-1 +645926.patch