File: rules

package info (click to toggle)
freecol 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 183,348 kB
  • sloc: java: 143,089; xml: 8,168; sh: 493; lisp: 439; awk: 21; makefile: 14
file content (20 lines) | stat: -rwxr-xr-x 482 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f
#export DH_VERBOSE=1
export CLASSPATH=/usr/share/java/cortado.jar:/usr/share/java/miglayout.jar:/usr/share/java/commons-cli.jar:/usr/share/java/findbugs-annotations.jar
export JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8
export FORCE_SOURCE_DATE=1

%:
	dh $@ --with javahelper --buildsystem=ant

override_dh_auto_build:
	dh_auto_build -- \
		-Dbuild.sysclasspath=only \
		package \
		online-manual \
		print-manual

override_dh_clean:
	dh_clean
	$(RM) src/MANIFEST.MF