File: rules

package info (click to toggle)
rtkit 0.13-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 864 kB
  • sloc: sh: 4,253; ansic: 2,381; makefile: 92; xml: 44
file content (21 lines) | stat: -rwxr-xr-x 460 bytes parent folder | download | duplicates (2)
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

DEB_BUILD_MAINT_OPTIONS = hardening=+all
DPKG_EXPORT_BUILDFLAGS = 1

include /usr/share/dpkg/default.mk

%:
	dh $@ --buildsystem=meson --without autoreconf,autotools-dev

override_dh_update_autotools_config:
	# pass

override_dh_auto_configure:
	dh_auto_configure -- \
		-Dsystemd_systemunitdir=/lib/systemd/system \
		-Dlibsystemd=enabled \
		-Dinstalled_tests=true \

override_dh_installsystemd:
	dh_installsystemd --no-enable --no-start