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