File: rules

package info (click to toggle)
xdg-dbus-proxy 0.1.4-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 832 kB
  • sloc: ansic: 2,844; sh: 1,774; xml: 211; makefile: 37
file content (15 lines) | stat: -rwxr-xr-x 275 bytes parent folder | download | duplicates (3)
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
export LC_ALL=C.UTF-8

include /usr/share/dpkg/default.mk

%:
	dh $@ --buildsystem=meson

override_dh_auto_configure:
	dh_auto_configure -- \
		-Dauto_features=enabled \
		-Dinstalled_tests=true \
		$(NULL)