File: rules

package info (click to toggle)
slurm-drmaa 1.0.4-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,336 kB
  • sloc: sh: 10,675; ansic: 9,595; yacc: 183; makefile: 93
file content (16 lines) | stat: -rwxr-xr-x 472 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@

override_dh_auto_configure:
	./configure --with-slurm-inc=/usr/include/slurm/ --with-slurm-lib=/usr/lib/libslurm.so --prefix=/usr/lib/slurm-drmaa


get-orig-source:
        # Uscan will read debian/watch, grab the correct version, repack, and leave it in the
        # current directory
	uscan --noconf --force-download --rename --repack --download-current-version --destdir=.