File: rules

package info (click to toggle)
nanomsg 0.8~beta%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,004 kB
  • ctags: 3,049
  • sloc: ansic: 24,398; sh: 11,331; makefile: 495; pascal: 486
file content (12 lines) | stat: -rwxr-xr-x 235 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

%:
	dh $@ --with autoreconf --parallel

override_dh_auto_build:
	dh_auto_build
	a2x -f manpage $(CURDIR)/doc/nanocat.txt
	a2x -f manpage $(CURDIR)/doc/tcpmuxd.txt

override_dh_auto_test:
	dh_auto_test --no-parallel