~ubuntu-branches/ubuntu/quantal/jcsp/quantal

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Miguel Landaeta
  • Date: 2010-06-20 18:12:26 UTC
  • Revision ID: james.westby@ubuntu.com-20100620181226-4nhbfvwnysnlgna2
Tags: 1.1-rc4-1
Initial release. (Closes: #586153).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
 
 
3
export JAVA_HOME=/usr/lib/jvm/default-java
 
4
 
 
5
%:
 
6
        dh --with javahelper $@
 
7
 
 
8
override_dh_auto_clean:
 
9
        dh_auto_clean
 
10
        -rm -rf dist
 
11
 
 
12
override_dh_compress:
 
13
        dh_compress -X.java
 
14
 
 
15
get-orig-source:
 
16
        cd $(dir $(firstword $(MAKEFILE_LIST)))../ && \
 
17
        uscan \
 
18
                --verbose \
 
19
                --no-symlink \
 
20
                --destdir $(CURDIR)      \
 
21
                --watchfile debian/watch \
 
22
                --force-download