~ubuntu-branches/ubuntu/trusty/ecj/trusty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-04-28 12:17:35 UTC
  • Revision ID: james.westby@ubuntu.com-20090428121735-zfp9yjl4yy25pm90
Tags: 3.4.2-2ubuntu5
Rebuild with gcj-4.3 to fix broken dependency on gcj4.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
 
13
18
ant_version = 1.7
14
19
ant_version =
15
20
GCJ = gcj-$(GCC_VERSION)
30
35
endif
31
36
 
32
37
DEB_DH_GENCONTROL_ARGS = -- \
33
 
        '-Vpkg:gij=gcj-$(GCC_VERSION)-jre-headless (>= $(REQ_VERSION))' \
34
 
        '-Vpkg:libgcjjar=gcj$(GCC_VERSION)-jre-lib (>= $(REQ_VERSION))'
 
38
        '-Vpkg:gij=$(GIJ) (>= $(REQ_VERSION))' \
 
39
        '-Vpkg:libgcjjar=libgcj$(LIBGCJ_EXT)-jar (>= $(REQ_VERSION))'
35
40
 
36
41
JAR = eclipse-ecj.jar
37
42