File: rules

package info (click to toggle)
libutempter 1.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 220 kB
  • sloc: ansic: 542; makefile: 133; sh: 122
file content (13 lines) | stat: -rwxr-xr-x 379 bytes parent folder | download
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 DEB_CFLAGS_MAINT_APPEND = -Werror -Wextra
export DEB_CPPFLAGS_MAINT_APPEND = -DUTEMPTER_LOG

%:
	dh $@

override_dh_fixperms:
	dh_fixperms
	chown root:utmp debian/libutempter0/usr/lib/$(DEB_HOST_MULTIARCH)/utempter/utempter
	chmod 2755 debian/libutempter0/usr/lib/$(DEB_HOST_MULTIARCH)/utempter/utempter