13 |
|
|
14 |
get-orig-source: |
get-orig-source: |
15 |
uscan --force-download |
uscan --force-download |
16 |
|
|
17 |
configure: configure-stamp |
configure: configure-stamp |
18 |
configure-stamp: $(QUILT_STAMPFN) |
configure-stamp: $(QUILT_STAMPFN) |
19 |
dh_testdir |
dh_testdir |
21 |
touch $@ |
touch $@ |
22 |
|
|
23 |
build: build-stamp |
build: build-stamp |
24 |
build-stamp: configure-stamp |
build-stamp: configure-stamp |
25 |
dh_testdir |
dh_testdir |
26 |
JAVA_HOME=/usr/lib/jvm/java-gcj ant package javadoc |
JAVA_HOME=/usr/lib/jvm/java-gcj ant package javadoc |
27 |
touch $@ |
touch $@ |
37 |
install-stamp: build-stamp |
install-stamp: build-stamp |
38 |
dh_testdir |
dh_testdir |
39 |
dh_testroot |
dh_testroot |
40 |
dh_clean -k |
dh_clean -k |
41 |
dh_installdirs |
dh_installdirs |
42 |
touch $@ |
touch $@ |
43 |
|
|
49 |
binary-indep: build install |
binary-indep: build install |
50 |
dh_testdir |
dh_testdir |
51 |
dh_testroot |
dh_testroot |
52 |
dh_installchangelogs |
dh_installchangelogs |
53 |
dh_installdocs |
dh_installdocs |
54 |
dh_install |
dh_install |
55 |
dh_link |
dh_link |