File: rules

package info (click to toggle)
libfido2 1.16.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,620 kB
  • sloc: ansic: 34,755; sh: 519; makefile: 77; awk: 64
file content (16 lines) | stat: -rwxr-xr-x 326 bytes parent folder | download | duplicates (3)
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