File: rules

package info (click to toggle)
ignition-fuel-tools 7.0.0%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 1,176 kB
  • sloc: cpp: 9,601; ruby: 395; sh: 131; ansic: 38; makefile: 8
file content (15 lines) | stat: -rwxr-xr-x 315 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
# -*- makefile -*-

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

override_dh_auto_configure:
	dh_auto_configure -- \
                -DUSE_HOST_SSE_FLAGS:BOOL=False \
                -DUSE_IGN_RECOMMENDED_FLAGS:BOOL=False

# Test fail without binaries
override_dh_auto_test-indep:

%:
	dh $@