~ubuntu-branches/ubuntu/quantal/picard-tools/quantal

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2012-08-07 15:09:19 UTC
  • Revision ID: package-import@ubuntu.com-20120807150919-q1lvd3p24ujczmzw
Tags: 1.46-1ubuntu1
* Transition package to use default java implementation:
  - d/control: BD on default-jdk, switch runtime dependency to 
    default-jre | java6-runtime. 
  - d/rules: Specify source/target = 1.5 to ensure that backwards
    compatible bytecode is built.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
%:
6
6
        dh  $@
7
7
 
 
8
override_dh_auto_build:
 
9
        dh_auto_build -- -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 
 
10
 
8
11
override_dh_auto_configure:
9
12
        [ -d lib ] || mkdir lib # This empty directory is lost in the packages's Git clone.
10
13
        dh_auto_configure