~ubuntu-branches/ubuntu/vivid/cdk/vivid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Onkar Shinde
  • Date: 2009-09-25 14:00:28 UTC
  • mfrom: (2.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090925140028-f2n3xss3hwn3se0e
Tags: 1:1.0.2-4
* debian/control
  - Remove unnecessary libjdom0-java build dependency.
  - libvecmath1.2-java -> libvecmath-java. (Closes: #546306)
  - Remove java1-runtime dependency.
  - Add myself to uploaders.
* debian/rules
  - vecmath1.2 -> vecmath.
* debian/patches/
  - 21_vecmath_lib_name.patch: Patch to change vecmath1.2.jar references to
    vecmath.jar.
* debian/README.source
  - Add to comply with policy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
include /usr/share/cdbs/1/class/ant.mk
5
5
include /usr/share/cdbs/1/rules/simple-patchsys.mk
6
6
 
7
 
JAVA_HOME := /usr/lib/jvm/java-gcj
8
 
ANT_HOME := /usr/share/ant
 
7
JAVA_HOME := /usr/lib/jvm/default-java
9
8
DEB_JARS := \
10
9
        ant-nodeps \
11
10
        javacc \
12
 
        vecmath1.2 \
 
11
        vecmath \
13
12
        log4j-1.2 \
14
13
        commons-cli
15
14