File: rules

package info (click to toggle)
rauc 1.13-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 6,140 kB
  • sloc: ansic: 34,867; python: 2,435; sh: 1,364; xml: 53; makefile: 41
file content (15 lines) | stat: -rwxr-xr-x 430 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS  = hardening=+all

# used in rauc-service.install to install rauc.service
export systemdsystemunitdir = $(shell pkgconf --variable=systemdsystemunitdir systemd | sed s,^/,,)

%:
	dh $@ --without=autoreconf --buildsystem=meson

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

override_dh_auto_configure:
	dh_auto_configure -- -Dgpt=enabled -Dstreaming=true