File: rules

package info (click to toggle)
qstat 2.15-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,652 kB
  • ctags: 3,017
  • sloc: ansic: 24,995; sh: 4,109; makefile: 60
file content (15 lines) | stat: -rwxr-xr-x 339 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

%:
	dh $@ --with autotools_dev

override_dh_auto_configure:
	dh_auto_configure -- --enable-dump

override_dh_auto_install:
	make install DESTDIR=$(CURDIR)/debian/qstat
	mv $(CURDIR)/debian/qstat/usr/bin/qstat \
	   $(CURDIR)/debian/qstat/usr/bin/quakestat

override_dh_installexamples:
	dh_installexamples -XREADME.txt