Package: bigloo
Version: 2.7a-1.2
Severity: normal
Tags: patch

Hi,

Attached is the diff for my bigloo 2.7a-1.3 NMU.
diff -Nru /tmp/sDM5tOYy9l/bigloo-2.7a/debian/changelog 
/tmp/0p7PqXfQ5d/bigloo-2.7a/debian/changelog
--- /tmp/sDM5tOYy9l/bigloo-2.7a/debian/changelog        2006-06-11 
17:57:38.000000000 +0200
+++ /tmp/0p7PqXfQ5d/bigloo-2.7a/debian/changelog        2006-06-22 
10:32:41.000000000 +0200
@@ -1,3 +1,13 @@
+bigloo (2.7a-1.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Set javaprefix to /usr/bin and drop the build-dependency on
+    free-java-sdk, which isn't usable on arm/hppa. Instead, pull in fastjar,
+    since it's needed. Fixes FTBFS, patch from Steve Langasek.
+    (Closes: #374897)
+
+ -- Steinar H. Gunderson <[EMAIL PROTECTED]>  Thu, 22 Jun 2006 10:03:17 +0200
+
 bigloo (2.7a-1.2) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru /tmp/sDM5tOYy9l/bigloo-2.7a/debian/control 
/tmp/0p7PqXfQ5d/bigloo-2.7a/debian/control
--- /tmp/sDM5tOYy9l/bigloo-2.7a/debian/control  2006-06-11 17:52:35.000000000 
+0200
+++ /tmp/0p7PqXfQ5d/bigloo-2.7a/debian/control  2006-06-22 10:32:15.000000000 
+0200
@@ -2,7 +2,7 @@
 Section: interpreters
 Priority: optional
 Maintainer: Yann Dirson <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.1.1), dh-buildinfo, texinfo, dbs, gcj (>= 
4:4.1) [!sparc !mipsel !mips], free-java-sdk [!sparc !mipsel !mips], zip 
[!sparc !mipsel !mips], perl
+Build-Depends: debhelper (>= 4.1.1), dh-buildinfo, texinfo, dbs, gcj (>= 
4:4.1) [!sparc !mipsel !mips], fastjar [!sparc !mipsel !mips], zip [!sparc 
!mipsel !mips], perl
 Build-Depends-Indep: skribe
 Standards-Version: 3.6.2
 
diff -Nru /tmp/sDM5tOYy9l/bigloo-2.7a/debian/rules 
/tmp/0p7PqXfQ5d/bigloo-2.7a/debian/rules
--- /tmp/sDM5tOYy9l/bigloo-2.7a/debian/rules    2006-06-11 17:52:27.000000000 
+0200
+++ /tmp/0p7PqXfQ5d/bigloo-2.7a/debian/rules    2006-06-22 10:03:06.000000000 
+0200
@@ -33,7 +33,7 @@
 NO_PACKAGES += -Nbigloo-backend-jvm
 GCJ=
 else
-EXTRA_CONFIG_FLAGS += --javaprefix=/usr/lib/fjsdk/bin
+EXTRA_CONFIG_FLAGS += --javaprefix=/usr/bin
 GCJ=gcj
 endif
 

Reply via email to