File: rules

package info (click to toggle)
libccd 2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 668 kB
  • sloc: ansic: 5,295; makefile: 375; python: 319; sh: 165
file content (14 lines) | stat: -rwxr-xr-x 317 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
# -*- makefile -*-

export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow

.PHONY: override_dh_auto_configure

override_dh_auto_configure:
	dh_auto_configure --  \
	    -DCCD_DOUBLE:BOOL=True

# Avoid to run the legacy autotools files and use cmake
%:
	dh $@ --buildsystem=cmake --without autoreconf