File: rules

package info (click to toggle)
qstat 2.11-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 2,128 kB
  • ctags: 2,545
  • sloc: ansic: 18,287; sh: 3,372; makefile: 40
file content (12 lines) | stat: -rwxr-xr-x 276 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/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