File: rules

package info (click to toggle)
memtool 2016.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 384 kB
  • ctags: 53
  • sloc: sh: 1,232; ansic: 397; makefile: 8
file content (8 lines) | stat: -rwxr-xr-x 236 bytes parent folder | download | duplicates (2)
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