~ubuntu-branches/ubuntu/lucid/ecj/lucid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-04-28 13:52:10 UTC
  • Revision ID: james.westby@ubuntu.com-20090428135210-an05xgd5fl1zonv3
Tags: 3.4.2-2ubuntu4
Revert last change, fix dependency on gcj-4.4-jre-lib.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
LIBGCJ_SOVER  = 10
11
11
REQ_VERSION   = 4.4.0
12
12
 
13
 
GCC_VERSION   = 4.3
14
 
LIBGCJ_EXT    = 9
15
 
LIBGCJ_SOVER  = 90
16
 
REQ_VERSION   = 4.3.3
17
 
 
18
13
ant_version = 1.7
19
14
ant_version =
20
15
GCJ = gcj-$(GCC_VERSION)
35
30
endif
36
31
 
37
32
DEB_DH_GENCONTROL_ARGS = -- \
38
 
        '-Vpkg:gij=$(GIJ) (>= $(REQ_VERSION))' \
39
 
        '-Vpkg:libgcjjar=libgcj$(LIBGCJ_EXT)-jar (>= $(REQ_VERSION))'
 
33
        '-Vpkg:gij=gcj-$(GCC_VERSION)-jre-headless (>= $(REQ_VERSION))' \
 
34
        '-Vpkg:libgcjjar=gcj$(GCC_VERSION)-jre-lib (>= $(REQ_VERSION))'
40
35
 
41
36
JAR = eclipse-ecj.jar
42
37