I applied Brian patch to the package and uploaded it to delayed/2;
attached is the full NMU diff (patch + changelog).
Regards,
Frederic
diff -u ftjam-2.5.2/debian/changelog ftjam-2.5.2/debian/changelog
--- ftjam-2.5.2/debian/changelog
+++ ftjam-2.5.2/debian/changelog
@@ -1,3 +1,11 @@
+ftjam (2.5.2-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Applied patch from Brian M. Carlson to build with -fno-strict-aliasing.
+ (closes: #372470)
+
+ -- Frederic Peters <[EMAIL PROTECTED]> Sat, 29 Sep 2007 23:30:27 +0200
+
ftjam (2.5.2-1) unstable; urgency=low
* New upstream release.
only in patch2:
unchanged:
--- ftjam-2.5.2.orig/Makefile
+++ ftjam-2.5.2/Makefile
@@ -12,7 +12,7 @@
CC = gcc
TARGET = -o jam0
-CFLAGS = -g -O2
+CFLAGS = -g -O2 -fno-strict-aliasing
all: jam0
chmod a+w jambase.c