15 |
uscan --force-download |
uscan --force-download |
16 |
|
|
17 |
configure: configure-stamp |
configure: configure-stamp |
18 |
|
configure-stamp: $(DPATCH_STAMPFN) |
|
configure-stamp: patch |
|
19 |
dh_testdir |
dh_testdir |
20 |
touch configure-stamp |
touch configure-stamp |
21 |
|
|
|
|
|
22 |
build: build-stamp |
build: build-stamp |
|
|
|
23 |
build-stamp: configure-stamp |
build-stamp: configure-stamp |
24 |
dh_testdir |
dh_testdir |
25 |
ant package javadoc |
JAVA_HOME=/usr/lib/jvm/java-gcj ant package javadoc |
26 |
touch $@ |
touch $@ |
27 |
|
|
28 |
clean: clean-patched unpatch |
clean: unpatch |
|
|
|
|
clean-patched: |
|
29 |
dh_testdir |
dh_testdir |
30 |
dh_testroot |
dh_testroot |
31 |
ant clean |
ant clean |
32 |
rm -f build-stamp configure-stamp |
rm -f build-stamp configure-stamp install-stamp |
33 |
dh_clean |
dh_clean |
34 |
|
|
35 |
install: build |
install: install-stamp |
36 |
|
install-stamp: build-stamp |
37 |
dh_testdir |
dh_testdir |
38 |
dh_testroot |
dh_testroot |
39 |
dh_clean -k |
dh_clean -k |
40 |
dh_installdirs |
dh_installdirs |
41 |
|
touch $@ |
42 |
|
|
43 |
# Build architecture-independent files here. |
# Build architecture-independent files here. |
44 |
binary-indep: build install |
binary-indep: build install |