File: rules

package info (click to toggle)
dumbster 1.6%2Bdebian-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 224 kB
  • sloc: java: 714; xml: 89; makefile: 12; sh: 6
file content (18 lines) | stat: -rwxr-xr-x 453 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/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:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	dh_auto_build -- test
endif

override_dh_installchangelogs:
	dh_installchangelogs -- version.txt