File: rules

package info (click to toggle)
pam-tmpdir 0.09
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, sid, stretch, trixie, wheezy
  • size: 1,348 kB
  • ctags: 180
  • sloc: sh: 11,228; ansic: 411; makefile: 28
file content (16 lines) | stat: -rwxr-xr-x 353 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 DH_VERBOSE=1

DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)

%:
	dh $@ --with autoreconf

override_dh_auto_configure:
	dh_auto_configure -- --exec-prefix=/ --with-pam-dir=/lib/$(DEB_HOST_MULTIARCH)/security 


override_dh_fixperms:
	dh_fixperms
	chmod u+s debian/libpam-tmpdir/sbin/pam-tmpdir-helper