File: rules

package info (click to toggle)
cinnamon-settings-daemon 4.8.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,228 kB
  • sloc: ansic: 39,427; xml: 195; sh: 43; python: 29; makefile: 10
file content (21 lines) | stat: -rwxr-xr-x 522 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f
# -*- makefile -*-

export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
	    --libexecdir=lib/$(DEB_HOST_MULTIARCH)/cinnamon-settings-daemon

override_dh_makeshlibs:
	# Disabled, there are no shared libraries, but some plugins that cause this
	# to fail

override_dh_auto_test:
	# Disable old test suite on build time