File: rules

package info (click to toggle)
ignition-transport 11.0.0%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,276 kB
  • sloc: cpp: 19,121; ansic: 989; ruby: 236; sh: 100; sql: 25; makefile: 8
file content (16 lines) | stat: -rwxr-xr-x 369 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/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 are using networking heavily, disabled
# since they can not run on the build farm
override_dh_auto_test:

%:
	dh $@