File: rules

package info (click to toggle)
statsprocessor 0.11%2Bgit20160316-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 34,912 kB
  • sloc: ansic: 789; makefile: 37; sh: 8
file content (16 lines) | stat: -rwxr-xr-x 303 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 DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_clean:
	dh_auto_clean
	rm -f sp64.1

override_dh_auto_build:
	$(MAKE) -C src
	help2man -i debian/extra-man-info.txt \
	  -n 'word generator based on per-position Markov chains' \
	   -N ./src/sp64 > sp64.1