Bug#400791: gjdoc: uninstallable on arm

Aurelien Jarno aurel32 at debian.org
Mon Dec 4 12:02:20 CET 2006


On Tue, Nov 28, 2006 at 07:13:15PM +0100, Aurelien Jarno wrote:
> Package: gjdoc
> Version: 0.7.7-6
> Severity: important
> Tags: patch
> 
> Hi,
> 
> gjdoc is not installable on arm, the postinst is not executed
> successfully. It is due to the hack added when java was totally broken,
> which makes the package buildable, but uninstallable.
> 
> Please remove this hack (see patch below), so that gjdoc can work again
> on arm. I have successfully built other packages like glib-java with
> this patch applied.
> 
> Ideally it would be nice to have an upload ASAP, in order to get back
> java in arm for Etch.
> 

I haven't got any news about this bug. It is very important for arm to
get this package fixed, so that other java packages could be build.

I therefore propose to do a porter NMU. The diff is available below. I
plan to upload it tomorrow evening if I got no news from you.


diff -u gjdoc-0.7.7/debian/changelog gjdoc-0.7.7/debian/changelog
--- gjdoc-0.7.7/debian/changelog
+++ gjdoc-0.7.7/debian/changelog
@@ -1,3 +1,10 @@
+gjdoc (0.7.7-6.1) unstable; urgency=low
+
+  * Porter NMU. 
+  * Use back gcj-dbtool-4.1 and gij-wrapper-4.1 on arm (closes: bug#400791).
+
+ -- Aurelien Jarno <aurel32 at debian.org>  Mon,  4 Dec 2006 07:17:57 +0100
+
 gjdoc (0.7.7-6) unstable; urgency=low
 
   * Use gcj-4.1, not gcj.
diff -u gjdoc-0.7.7/debian/rules gjdoc-0.7.7/debian/rules
--- gjdoc-0.7.7/debian/rules
+++ gjdoc-0.7.7/debian/rules
@@ -21,13 +21,8 @@
 	GCJ=$(GCJ) \
 	ANTLR_JAR=$(ANTLR_JAR)
 
-ifeq ($(DEB_BUILD_ARCH),arm)
-  DEB_CONFIGURE_SCRIPT_ENV += JAVA=true
-  GCJ_DBTOOL = /bin/sh $(CURDIR)/debian/fake-dbtool
-else
-  DEB_CONFIGURE_SCRIPT_ENV += JAVA=/usr/bin/gij-wrapper-4.1
-  GCJ_DBTOOL = /usr/bin/gcj-dbtool-4.1
-endif
+DEB_CONFIGURE_SCRIPT_ENV += JAVA=/usr/bin/gij-wrapper-4.1
+GCJ_DBTOOL = /usr/bin/gcj-dbtool-4.1
 
 DEB_CONFIGURE_USER_FLAGS = --disable-native --enable-xmldoclet
 
-- 
  .''`.  Aurelien Jarno	            | GPG: 1024D/F1BCDB73
 : :' :  Debian developer           | Electrical Engineer
 `. `'   aurel32 at debian.org         | aurelien at aurel32.net
   `-    people.debian.org/~aurel32 | www.aurel32.net




More information about the pkg-java-maintainers mailing list