File: rules

package info (click to toggle)
ack 2.14-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,496 kB
  • ctags: 230
  • sloc: perl: 8,016; ansic: 21; fortran: 11; makefile: 7; sh: 5
file content (12 lines) | stat: -rwxr-xr-x 219 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_test:
	# ack behaves differently if not connected to a terminal,
	# causing the tests to fail
	[ ! -t 0 ] || dh_auto_test

override_dh_clean:
	dh_clean --exclude=t/swamp/