File: rules

package info (click to toggle)
protection-domain-mapper 1.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 164 kB
  • sloc: ansic: 1,275; makefile: 48
file content (13 lines) | stat: -rwxr-xr-x 255 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export PD_MAPPER_BUILD_OPTS=prefix=/usr

%:
	dh $@

override_dh_auto_build:
	dh_auto_build -- ${PD_MAPPER_BUILD_OPTS}

override_dh_auto_install:
	dh_auto_install -- ${PD_MAPPER_BUILD_OPTS}