File: rules

package info (click to toggle)
libitext1-java 1.4-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 7,636 kB
  • sloc: java: 86,865; xml: 396; makefile: 15
file content (23 lines) | stat: -rwxr-xr-x 548 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/usr/bin/make -f
export CLASSPATH := /usr/share/java/ant-optional.jar:/usr/share/ant/lib/ant-launcher.jar

%:
	dh $@ --buildsystem=ant --with maven-repo-helper

override_dh_auto_build:
	dh_auto_build -- jar \
		-Dcompile.optimize=false \
		-propertyfile debian/ant.properties

override_dh_auto_clean:

override_dh_clean:
	dh_clean
	$(RM) -r build

get-orig-source: get-orig-pom
	-uscan --download-current-version --force-download --rename

get-orig-pom:
	-wget -O debian/pom.xml http://repo1.maven.org/maven2/com/lowagie/itext/1.4/itext-1.4.pom