tags 639692 + patch
thanks

Dear maintainer,

I've prepared an NMU for gnustep-gui (versioned as 0.20.0-2.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards.

Konstantinos
diff -u gnustep-gui-0.20.0/debian/changelog gnustep-gui-0.20.0/debian/changelog
--- gnustep-gui-0.20.0/debian/changelog
+++ gnustep-gui-0.20.0/debian/changelog
@@ -1,3 +1,9 @@
+gnustep-gui (0.20.0-2.1) unstable; urgency=low
+
+  * NMU, fix FTBFS with gcc 4.6 (Closes: #639692)
+
+ -- Konstantinos Margaritis <mar...@genesi-usa.com>  Wed, 11 Jan 2012 13:39:39 +0000
+
 gnustep-gui (0.20.0-2) unstable; urgency=low
 
   * Upload to unstable.
diff -u gnustep-gui-0.20.0/debian/patches/series gnustep-gui-0.20.0/debian/patches/series
--- gnustep-gui-0.20.0/debian/patches/series
+++ gnustep-gui-0.20.0/debian/patches/series
@@ -1,0 +2 @@
+fix-ftbfs-gcc46.patch
only in patch2:
unchanged:
--- gnustep-gui-0.20.0.orig/debian/patches/fix-ftbfs-gcc46.patch
+++ gnustep-gui-0.20.0/debian/patches/fix-ftbfs-gcc46.patch
@@ -0,0 +1,25 @@
+2012-01-11  Konstantinos Margaritis <mar...@genesi-usa.com>
+
+	* Fix FTBFS with gcc-4.6, Patch submitted by Matthias Klose to
+          #639692.
+
+--- gnustep-gui-0.20.0.orig/Tools/say/say.m
++++ gnustep-gui-0.20.0/Tools/say/say.m
+@@ -14,7 +14,7 @@
+ {
+ 	[NSAutoreleasePool new];
+ 	NSMutableString *words = [NSMutableString string];
+-	NSString *outFile = nil;
++	// NSString *outFile = nil;
+ 	NSString *voice = nil;
+ 	NSString *inFile = nil;
+ 
+@@ -24,7 +24,7 @@
+ 		switch (ch)
+ 		{
+ 			case 'o':
+-				outFile = [NSString stringWithUTF8String: optarg];
++				// outFile = [NSString stringWithUTF8String: optarg];
+ 				break;
+ 			case 'f':
+ 				inFile = [NSString stringWithUTF8String: optarg];

Reply via email to