File: rules

package info (click to toggle)
memtool 2018.03.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 404 kB
  • sloc: sh: 1,232; ansic: 752; makefile: 26
file content (8 lines) | stat: -rwxr-xr-x 236 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

binary-indep binary-arch binary build-arch build-indep build clean install:
	dh $@

.PHONY: binary-indep binary-arch binary build-arch build-indep build clean install