File: rules

package info (click to toggle)
swarm-cluster 3.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,140 kB
  • sloc: cpp: 7,092; python: 185; makefile: 64; sh: 12
file content (15 lines) | stat: -rwxr-xr-x 252 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export DH_OPTIONS
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --sourcedirectory=src

override_dh_auto_build:
	dh_auto_build
	markdown README.md > README.html

override_dh_auto_clean:
	dh_auto_clean
	rm -f README.html