File: rules

package info (click to toggle)
deal 3.1.9-8
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 1,512 kB
  • sloc: ansic: 5,224; cpp: 4,186; tcl: 3,125; makefile: 203; sh: 9
file content (20 lines) | stat: -rwxr-xr-x 468 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

override_dh_auto_build:
	$(MAKE) EXTRA_LDFLAGS="$(shell dpkg-buildflags --get LDFLAGS)" \
		EXTRA_CFLAGS="$(shell dpkg-buildflags --get CFLAGS) $(shell dpkg-buildflags --get CPPFLAGS)"

override_dh_auto_test:

override_dh_auto_clean:
	touch Make.dep
	$(MAKE) clean
	dh_clean makecounttable counttable.c build-stamp configure-stamp
	# test suite leftovers
	rm -f test.out correct.out

override_dh_installman:
	dh_installman debian/deal.6

%:
	dh $@