tag 667876 patch pending thanks Hi,
I'm uploading an NMU for zipper.app (1.3-2.1) to DELAYED/2-day. Please let me know if you'd like me to cancel it or delay further. Cheers, Matej
pgpkRsmts3Got.pgp
Description: PGP signature
--- zipper.app-1.3~/debian/changelog +++ zipper.app-1.3/debian/changelog @@ -1,3 +1,11 @@ +zipper.app (1.3-2.1) unstable; urgency=low + + * Non-maintainer upload. + * gcc-4.7: Fix build failure with GCC 4.7. Closes: #667876. + - ZipperDocument.m: sel_eq replaced by sel_isEqual. + + -- Matej Vela <v...@debian.org> Wed, 23 May 2012 11:02:09 +0100 + zipper.app (1.3-2) unstable; urgency=low * Upload to unstable. --- zipper.app-1.3~/debian/patches/gcc-4.7.patch +++ zipper.app-1.3/debian/patches/gcc-4.7.patch @@ -0,0 +1,17 @@ +Description: Fix build failure with GCC 4.7 + - ZipperDocument.m: sel_eq replaced by sel_isEqual. +Bug-Debian: http://bugs.debian.org/667876 +Author: Matej Vela <v...@debian.org> +Last-Update: 2012-05-23 + +--- zipper.app-1.3~/ZipperDocument.m ++++ zipper.app-1.3/ZipperDocument.m +@@ -210,7 +210,7 @@ + { + SEL action = [anItem action]; + +- if (sel_eq(action, @selector(openFile:)) || sel_eq(action, @selector(showPreferences:))) ++ if (sel_isEqual(action, @selector(openFile:)) || sel_isEqual(action, @selector(showPreferences:))) + { + return YES; + } --- zipper.app-1.3~/debian/patches/series +++ zipper.app-1.3/debian/patches/series @@ -0,0 +1 @@ +gcc-4.7.patch --- zipper.app-1.3~/debian/source/format +++ zipper.app-1.3/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)
pgpPXltEwlqX3.pgp
Description: PGP signature