File: rules

package info (click to toggle)
nanook 1.33%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,768 kB
  • sloc: java: 8,788; perl: 491; sh: 84; python: 42; makefile: 21
file content (18 lines) | stat: -rwxr-xr-x 383 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

# DH_VERBOSE := 1
export LC_ALL=C.UTF-8

export CLASSPATH=/usr/share/java/commons-io.jar

%:
	dh $@ --with javahelper

override_dh_auto_build:
	jh_build -J nanook.jar src/nanook

override_dh_fixperms:
	dh_fixperms
	find debian -name "*.pl" -exec chmod +x \{\} \;
	find debian -name "slurmit" -exec chmod +x \{\} \;
	find debian -name "*.R" -exec chmod -x \{\} \;