diff -u libmatthew-java-0.7.2/debian/changelog libmatthew-java-0.7.2/debian/changelog --- libmatthew-java-0.7.2/debian/changelog +++ libmatthew-java-0.7.2/debian/changelog @@ -1,3 +1,11 @@ +libmatthew-java (0.7.2-1ubuntu1) karmic; urgency=low + + * Merge from debian unstable (LP: #371518) + * Upstream uses -fno-stack-protector compiler flag, runtime exceptions should + have been solved (LP: #218658, LP: #360880) + + -- Rail Aliev Mon, 04 May 2009 10:00:28 +0400 + libmatthew-java (0.7.2-1) unstable; urgency=low * New Upstream Release @@ -7,6 +15,23 @@ -- Matthew Johnson Sun, 05 Apr 2009 11:11:45 +0100 +libmatthew-java (0.7.1-1ubuntu1) intrepid; urgency=low + + * Fix for FTBFS. (LP: #239765) + * debian/control + - Remove unneeded build dependency classpath-doc. + - Modify 'Maintainer' field. + * debian/rules + - Change source option value from 5.0 to 1.5 + * Makefile + - Remove -Werror compiler flag. + - Add -D_GNU_SOURCE compiler flag. + - Set LDFLAGS appropriately. + * unix-java.c + - Various source modifications to fix compile time errors. + + -- Onkar Shinde Sat, 13 Sep 2008 22:24:23 +0530 + libmatthew-java (0.7.1-1) unstable; urgency=low * New Upstream Release (Closes: #476019) diff -u libmatthew-java-0.7.2/debian/control libmatthew-java-0.7.2/debian/control --- libmatthew-java-0.7.2/debian/control +++ libmatthew-java-0.7.2/debian/control @@ -1,12 +1,12 @@ Source: libmatthew-java Section: java Priority: optional -Maintainer: Matthew Johnson +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Matthew Johnson Build-Depends: debhelper (>= 5.0.0), docbook-to-man, default-jdk-builddep, fastjar, - classpath-doc, javahelper Standards-Version: 3.8.1 only in patch2: unchanged: --- libmatthew-java-0.7.2.orig/Makefile +++ libmatthew-java-0.7.2/Makefile @@ -6,7 +6,7 @@ CC?=gcc LD?=gcc JPPFLAGS+=-C -P -CFLAGS+=-Wall -Os -pedantic -Werror +CFLAGS+=-Wall -Os -pedantic -D_GNU_SOURCE CSTD?=-std=c99 CSHAREFLAG+=-fpic -fno-stack-protector GCJJNIFLAG=-fjni