File: rules

package info (click to toggle)
tools-build-clojure 0.10.6%2Bds-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 792 kB
  • sloc: xml: 113; javascript: 90; sh: 34; java: 12; makefile: 8
file content (17 lines) | stat: -rwxr-xr-x 451 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

# Because the src/test tests require writing to ~/.m2 and network
# access, we handle them in debian/tests/source, not here.  This also
# means that the test-related "build deps" are in in the source
# tests/control stanza instead of ./control.

%:
	dh $@ --with javahelper --with maven_repo_helper

override_jh_build:
	jar cf tools.build.jar -C src/main/clojure .

override_jh_clean:
	jh_clean
	rm -f tools.build.jar
	rm -rf meta