tags 640613 + pending
thanks

Dear maintainer,

I've prepared an NMU for jaminid (versioned as 0.99a-1.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: George Harrison: Beware Of Darkness
diff -u jaminid-0.99a/debian/changelog jaminid-0.99a/debian/changelog
--- jaminid-0.99a/debian/changelog
+++ jaminid-0.99a/debian/changelog
@@ -1,3 +1,14 @@
+jaminid (0.99a-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "FTBFS: xargs: /usr/lib/jvm/java-6-openjdk/bin/javac: No such
+    file or directory": build-depend on default-jdk, set JAVA_HOME in
+    debian/rules accordingly. (Closes: #640613)
+  * Apply patches before building by adjusting the targets in debian/rules.
+  * Build-depend on gcj-jdk instead of gjdoc for getting dh_javadoc.
+
+ -- gregor herrmann <gre...@debian.org>  Sat, 18 Feb 2012 13:30:42 +0100
+
 jaminid (0.99a-1) unstable; urgency=low
 
   * Initial release. (Closes: #533883)
diff -u jaminid-0.99a/debian/control jaminid-0.99a/debian/control
--- jaminid-0.99a/debian/control
+++ jaminid-0.99a/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Rail Aliev <r...@i-rs.ru>
 Build-Depends: debhelper (>= 6.0.7~), javahelper, quilt
-Build-Depends-Indep: openjdk-6-jdk, gjdoc
+Build-Depends-Indep: default-jdk, gcj-jdk
 Standards-Version: 3.8.2
 Homepage: http://jaminid.sourceforge.net/
 Vcs-Bzr: http://bzr.debian.org/users/rail-guest/jaminid/
diff -u jaminid-0.99a/debian/rules jaminid-0.99a/debian/rules
--- jaminid-0.99a/debian/rules
+++ jaminid-0.99a/debian/rules
@@ -7,7 +7,7 @@
 DEB_NOEPOCH_VERSION := $(shell echo $(DEB_VERSION) | cut -d: -f2-)
 DEB_UPSTREAM_VERSION := $(shell echo $(DEB_NOEPOCH_VERSION) | sed 's/-[^-]*$$//')
 
-export JAVA_HOME=/usr/lib/jvm/java-6-openjdk
+export JAVA_HOME=/usr/lib/jvm/default-java
 
 build: build-arch-stamp build-indep-stamp
 build-arch: build-arch-stamp
@@ -15,8 +15,8 @@
 	dh_testdir
 	touch $@
 
-build-indep: build-indep-stamp $(QUILT_STAMPFN)
-build-indep-stamp:
+build-indep: build-indep-stamp
+build-indep-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 	jh_build jaminid.jar src
 	touch $@

Attachment: signature.asc
Description: Digital signature

Reply via email to