tags 667873 + pending
thanks

Dear maintainer,

I've prepared an NMU for gridlock.app (versioned as 1.10-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: Eagles
diff -u gridlock.app-1.10/NSObject+Extensions.m gridlock.app-1.10/NSObject+Extensions.m
--- gridlock.app-1.10/NSObject+Extensions.m
+++ gridlock.app-1.10/NSObject+Extensions.m
@@ -117,12 +117,12 @@
 {
     Class class;
 
-    class = subClass->super_class;
+    class = class_getSuperclass(subClass);
     while(class != nil)
         {
         if(class == aClass)
             return YES;
-        class = class->super_class;
+        class = class_getSuperclass(class);
         }
     return NO;
 }
diff -u gridlock.app-1.10/debian/changelog gridlock.app-1.10/debian/changelog
--- gridlock.app-1.10/debian/changelog
+++ gridlock.app-1.10/debian/changelog
@@ -1,3 +1,11 @@
+gridlock.app (1.10-3.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "FTBFS with GCC-4.7": apply patch from Yavor Doganov.
+    (Closes: #667873)
+
+ -- gregor herrmann <gre...@debian.org>  Sat, 26 May 2012 18:35:44 +0200
+
 gridlock.app (1.10-3.1) unstable; urgency=low
 
   * Non-maintainer upload.

Attachment: signature.asc
Description: Digital signature

Reply via email to