File: rules

package info (click to toggle)
diskscan 0.20-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,664 kB
  • ctags: 1,342
  • sloc: ansic: 11,136; python: 338; xml: 138; sh: 41; makefile: 34
file content (11 lines) | stat: -rwxr-xr-x 205 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
#export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --buildsystem=cmake --sourcedirectory=. --builddirectory=.

override_dh_clean:
	dh_clean
	./distclean.sh