File: rules

package info (click to toggle)
pwauth 2.3.11-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 280 kB
  • sloc: ansic: 1,116; makefile: 90; perl: 22
file content (16 lines) | stat: -rwxr-xr-x 329 bytes parent folder | download | duplicates (3)
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_install:
	dh_auto_install
	rm debian/pwauth/usr/sbin/checkfaillog
	rm debian/pwauth/usr/sbin/unixgroup

override_dh_fixperms:
	dh_fixperms
	chown root:www-data debian/pwauth/usr/sbin/pwauth
	chmod 4755  debian/pwauth/usr/sbin/pwauth