summaryrefslogtreecommitdiffstats
path: root/debian/rules
blob: b6d5fec1bd7e9a3f9151ce8bfac4f4b398fc6d99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- -DUDEV_RULES_DIR=/lib/udev/rules.d \
	                     -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON

override_dh_makeshlibs:
	dh_makeshlibs -- -c4

override_dh_auto_test:
	debian/run-regression-tests.sh