File: rules

package info (click to toggle)
orthanc-imagej 1.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 212 kB
  • ctags: 137
  • sloc: java: 1,388; makefile: 12
file content (19 lines) | stat: -rwxr-xr-x 479 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

JSON_SIMPLE_JAR = /usr/share/java/json-simple.jar

%:
	dh $@ --parallel --builddirectory=Build

override_dh_auto_configure:
	dh_auto_configure -- -DCMAKE_JAVA_INCLUDE_PATH=${JSON_SIMPLE_JAR}

override_dh_auto_install:
	dh_auto_install
	dh_link ${JSON_SIMPLE_JAR} usr/share/imagej/plugins/Orthanc_Import_json-simple.jar

override_dh_installchangelogs:
	dh_installchangelogs -k NEWS

get-orig-source:
	uscan --verbose --force-download --repack --compression xz