File: rules

package info (click to toggle)
scythe 0.994%2Bgit20141017.20d3cff-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 2,596 kB
  • sloc: ansic: 862; makefile: 71; sh: 59
file content (11 lines) | stat: -rwxr-xr-x 191 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

include /usr/share/dpkg/buildflags.mk
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_build:
	dh_auto_build
	markdown README.md > README.html