tags 667886 + pending thanks Dear maintainer,
I've prepared an NMU for textedit.app (versioned as 4.0+20061029-3.2) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- NP: U2: Lemon
diff -u textedit.app-4.0+20061029/debian/changelog textedit.app-4.0+20061029/debian/changelog --- textedit.app-4.0+20061029/debian/changelog +++ textedit.app-4.0+20061029/debian/changelog @@ -1,3 +1,11 @@ +textedit.app (4.0+20061029-3.2) unstable; urgency=low + + * Non-maintainer upload. + * Fix "FTBFS with GCC-4.7": apply patch from Yavor Doganov. + (Closes: #667886) + + -- gregor herrmann <gre...@debian.org> Mon, 28 May 2012 15:42:09 +0200 + textedit.app (4.0+20061029-3.1) unstable; urgency=low * Non-maintainer upload. only in patch2: unchanged: --- textedit.app-4.0+20061029.orig/Document.m +++ textedit.app-4.0+20061029/Document.m @@ -1361,13 +1361,13 @@ { SEL action = [aCell action]; #ifdef GNUSTEP - const char *sel_name = sel_get_name (action); + const char *sel_name = sel_getName (action); - if (!strcmp (sel_name, sel_get_name (@selector (toggleRich:)))) { + if (!strcmp (sel_name, sel_getName (@selector (toggleRich:)))) { validateToggleItem (aCell, [self isRichText], _(@"&Make Plain Text"), _(@"&Make Rich Text")); - } else if (!strcmp (sel_name, sel_get_name (@selector (togglePageBreaks:)))) { + } else if (!strcmp (sel_name, sel_getName (@selector (togglePageBreaks:)))) { validateToggleItem (aCell, [self hasMultiplePages], _(@"&Wrap to Window"), _(@"&Wrap to Page")); - } else if (!strcmp (sel_name, sel_get_name (@selector (toggleHyphenation:)))) { + } else if (!strcmp (sel_name, sel_getName (@selector (toggleHyphenation:)))) { if (!hyphenationSupported()) // Disable it return NO; validateToggleItem (aCell, ([self hyphenationFactor] > 0.0), _(@"Disallow &Hyphenation"), _(@"Allow &Hyphenation"));
signature.asc
Description: Digital signature