summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2010-03-02 12:43:06 +0000
committerColin Watson <cjwatson@debian.org>2010-03-02 12:43:06 +0000
commitd5ad56d60d26ff4a6e49e63e96d81eeb835e522f (patch)
tree9f0d3da7cfffef6554b931af338994b1010a6a23 /debian/control
parent024f904faf5afd1dfed1b734169e6b2b9bb6eee8 (diff)
Use javahelper.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 648f9d4..826c066 100644
--- a/debian/control
+++ b/debian/control
@@ -3,14 +3,14 @@ Section: devel
Priority: optional
Maintainer: Colin Watson <cjwatson@debian.org>
Standards-Version: 3.6.2
-Build-Depends: debhelper (>= 7.0.50~)
-Build-Depends-Indep: java-gcj-compat-dev
+Build-Depends: debhelper (>= 7.0.50~), javahelper (>= 0.20)
+Build-Depends-Indep: default-jdk
Package: jlex
Architecture: all
Section: devel
Priority: optional
-Depends: ${misc:Depends}, java-gcj-compat | java-virtual-machine, java-gcj-compat | java-runtime | java1-runtime
+Depends: ${misc:Depends}, ${java:Depends}
Replaces: javalex
Conflicts: javalex
Description: A Lex-style lexical analyser generator for Java