Bug#672024: add patch, upload to delayed/5

Matthias Klose doko at debian.org
Tue May 22 00:49:33 UTC 2012


tags 672024 + patch pending
thanks

add patch, upload to delayed/5
-------------- next part --------------
diff -Nru jaffl-0.5.4/debian/changelog jaffl-0.5.4/debian/changelog
--- jaffl-0.5.4/debian/changelog	2010-08-01 22:00:36.000000000 +0200
+++ jaffl-0.5.4/debian/changelog	2012-05-22 02:40:08.000000000 +0200
@@ -1,3 +1,10 @@
+jaffl (0.5.4-1.1) unstable; urgency=low
+
+  * Non maintainer upload.
+  * Fix build failure with GCC 4.7. Closes: #672024.
+
+ -- Matthias Klose <doko at debian.org>  Tue, 22 May 2012 00:39:09 +0000
+
 jaffl (0.5.4-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru jaffl-0.5.4/debian/patches/ftbfs-gcc-4.7.diff jaffl-0.5.4/debian/patches/ftbfs-gcc-4.7.diff
--- jaffl-0.5.4/debian/patches/ftbfs-gcc-4.7.diff	1970-01-01 01:00:00.000000000 +0100
+++ jaffl-0.5.4/debian/patches/ftbfs-gcc-4.7.diff	2012-05-22 02:39:05.000000000 +0200
@@ -0,0 +1,13 @@
+Index: jaffl-0.5.4/libtest/GNUmakefile
+===================================================================
+--- jaffl-0.5.4.orig/libtest/GNUmakefile	2010-08-01 19:40:41.000000000 +0000
++++ jaffl-0.5.4/libtest/GNUmakefile	2012-05-22 00:39:00.528083754 +0000
+@@ -42,7 +42,7 @@
+ OFLAGS = -O2 $(JFLAGS)
+ WFLAGS = -W -Werror -Wall -Wno-unused -Wno-parentheses
+ PICFLAGS = -fPIC
+-SOFLAGS = -shared -mimpure-text -Wl,-O1
++SOFLAGS = -shared -Wl,-O1
+ LDFLAGS += $(SOFLAGS)
+ 
+ IFLAGS = -I"$(BUILD_DIR)"
diff -Nru jaffl-0.5.4/debian/patches/series jaffl-0.5.4/debian/patches/series
--- jaffl-0.5.4/debian/patches/series	2010-08-01 22:00:36.000000000 +0200
+++ jaffl-0.5.4/debian/patches/series	2012-05-22 02:38:24.000000000 +0200
@@ -1,3 +1,4 @@
 0001-ignore-test-failures.patch
 0002-remove-copyLibs-task.patch
 0003-don-t-call-ant-for-subprojects.patch
+ftbfs-gcc-4.7.diff


More information about the pkg-java-maintainers mailing list