File: rules

package info (click to toggle)
cinnamon-screensaver 5.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,056 kB
  • sloc: python: 4,406; ansic: 3,697; xml: 1,235; makefile: 10; sh: 4
file content (15 lines) | stat: -rwxr-xr-x 366 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
	    -D use-debian-pam=true \
	    --libexecdir=lib/$(DEB_HOST_MULTIARCH)/cinnamon-screensaver

override_dh_python3:
	dh_python3 usr/share/cinnamon-screensaver