Your message dated Fri, 04 Sep 2009 21:13:12 +0100
with message-id <[email protected]>
and subject line Fixed in 3.1-1
has caused the Debian Bug report #508945,
regarding default-jre conversion and resolve lintian errors
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
508945: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=508945
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: backport-util-concurrent
Version: 2.2+dfsg-1
Severity: important
Tags: patch
This is a patch to convert backport-util-concurrent to use default-jre
and also fixes the various lintian errors that are being output.
Thanks,
Chris Cheney
diff -u backport-util-concurrent-2.2+dfsg/debian/control backport-util-concurrent-2.2+dfsg/debian/control
--- backport-util-concurrent-2.2+dfsg/debian/control
+++ backport-util-concurrent-2.2+dfsg/debian/control
@@ -7,13 +7,12 @@
-Build-Depends-Indep: java-gcj-compat-dev, junit
-Standards-Version: 3.7.2
+Build-Depends-Indep: default-jdk, junit
+Standards-Version: 3.8.0.0
+Homepage: http://backport-jsr166.sourceforge.net/
Package: libbackport-util-concurrent-java
Section: libs
Architecture: all
-Depends: kaffe | java1-runtime | java2-runtime
+Depends: default-jre-headless | java2-runtime-headless
Suggests: java-virtual-machine
Description: backport of java.util.concurrent to Java 1.4
This is a backport of the java.util.concurrent API, introduced in
Java 5.0, to Java 1.4.
- .
- Homepage: http://dcl.mathcs.emory.edu/util/backport-util-concurrent/
diff -u backport-util-concurrent-2.2+dfsg/debian/rules backport-util-concurrent-2.2+dfsg/debian/rules
--- backport-util-concurrent-2.2+dfsg/debian/rules
+++ backport-util-concurrent-2.2+dfsg/debian/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-JAVA_HOME := /usr/lib/jvm/java-gcj
+JAVA_HOME := /usr/lib/jvm/default-java
DEB_JARS_BASE := /usr/share/java
JAVACMD := $(JAVA_HOME)/bin/java
--- End Message ---
--- Begin Message ---
--- End Message ---
_______________________________________________
pkg-java-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers