File: rules

package info (click to toggle)
doas 6.8.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 276 kB
  • sloc: ansic: 2,423; sh: 386; yacc: 290; makefile: 10
file content (16 lines) | stat: -rwxr-xr-x 264 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_clean:
	rm -rf ./config.h ./config.mk

override_dh_auto_configure:
	./configure --prefix=/usr

override_dh_fixperms:
	dh_fixperms
	chmod 4755 debian/doas/usr/bin/doas