Package: vnc-java
Severity: normal
Tags: patch

Hi

I have created a patch that replaces jikes and kaffe with default-jdk.

The reason for also removing kaffe is that the java team is planning to remove 
it as
well [1][2].

~Niels

[1] http://www.mail-archive.com/[email protected]/msg13454.html
[2] http://bugs.debian.org/533790


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u debian.orig/control debian/control
--- debian.orig/control	2009-09-20 11:51:52.000000000 +0200
+++ debian/control	2009-09-20 11:46:06.938008150 +0200
@@ -2,7 +2,7 @@
 Section: contrib/x11
 Priority: optional
 Maintainer: Ola Lundqvist <[email protected]>
-Build-Depends-Indep: debhelper (>> 4.0), jikes, kaffe
+Build-Depends-Indep: debhelper (>> 4.0), default-jdk
 Standards-Version: 3.6.2
 
 Package: vnc-java
diff -u debian.orig/rules debian/rules
--- debian.orig/rules	2009-09-20 11:51:52.000000000 +0200
+++ debian/rules	2009-09-20 11:47:14.624968172 +0200
@@ -20,7 +20,7 @@
 	dh_testdir
 
 	# Add here commands to compile the package.
-	$(MAKE)
+	$(MAKE) JC=javac OPTS="-source 1.2"
 	#/usr/bin/docbook-to-man debian/vnc-java.sgml > vnc-java.1
 	pod2man --section=1 \
 		--release="Java VNC " \

Reply via email to