File: rules

package info (click to toggle)
dumbster 1.6%2Bdebian-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 232 kB
  • sloc: java: 714; xml: 89; makefile: 12; sh: 6
file content (19 lines) | stat: -rwxr-xr-x 450 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

export CLASSPATH=/usr/share/java/javax.mail.jar:/usr/share/java/javax.activation.jar:/usr/share/java/junit.jar:/usr/share/java/ant-junit.jar

%:
	dh $@ --with maven-repo-helper --with javahelper

override_dh_auto_build:
	mkdir -p lib
	dh_auto_build -- compile jar

override_dh_auto_test:
	dh_auto_build -- test

override_dh_installchangelogs:
	dh_installchangelogs -- version.txt

get-orig-source:
	bash debian/get_orig_source.sh