File: rules

package info (click to toggle)
fteqcc 3343%2Bsvn3400-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 984 kB
  • ctags: 2,025
  • sloc: ansic: 24,870; makefile: 69; sh: 6
file content (16 lines) | stat: -rwxr-xr-x 330 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
#export DH_VERBOSE=1

%:
	dh $@

override_dh_auto_install:
	mkdir -p debian/fteqcc/usr/bin
	install -s fteqcc.bin debian/fteqcc/usr/bin/fteqcc

override_dh_auto_clean:
	rm -f *.o fteqcc.bin fteqcc.log

override_dh_auto_test:
	# Do nothing. This is intentional, as the test binaries require external
	# sources.