File: rules

package info (click to toggle)
ncdt 2.1-5
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 132 kB
  • sloc: ansic: 358; makefile: 40
file content (18 lines) | stat: -rwxr-xr-x 283 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

#export DH_VERBOSE=1

%:
	dh $@

override_dh_auto_build:
	dh_auto_build -- COPT="$(CFLAGS)"

execute_after_dh_auto_install:
	install ncdt debian/ncdt/usr/bin

# Package does not contain tests.
override_dh_auto_test:

override_dh_installman:
	dh_installman ncdt.1