File: rules

package info (click to toggle)
ignition-fuel-tools 1.0.0%2Bdfsg4-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 964 kB
  • sloc: cpp: 3,175; python: 2,716; ruby: 169; sh: 127; ansic: 27; makefile: 10
file content (20 lines) | stat: -rwxr-xr-x 566 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f
# -*- makefile -*-

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

.PHONY: get-orig-source \
        override_dh_auto_configure

# An issue in ign-cmake is preventing the configure step to
# be run with CMAKE_BUILD_TYPE as None in this moment.
# Temporary fix is to setup as RelWithDebInfo
override_dh_auto_configure:
	dh_auto_configure -- \
	    -DCMAKE_BUILD_TYPE=RelWithDebInfo
%:
	dh $@

# Upstream release page is generated dynamically taking long time
get-orig-source:
	uscan --timeout 90 --verbose --force-download --repack --compress xz