File: rules

package info (click to toggle)
gnss-sdr 0.0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 26,572 kB
  • ctags: 16,792
  • sloc: cpp: 74,301; ansic: 23,589; python: 723; xml: 404; sh: 24; makefile: 7
file content (14 lines) | stat: -rwxr-xr-x 318 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
export DH_VERBOSE = 1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --buildsystem=cmake --parallel --builddirectory=build 

override_dh_auto_configure:
	dh_auto_configure -- -DENABLE_PACKAGING=ON -DENABLE_OSMOSDR=ON

override_dh_auto_test:

#get-orig-source:
#	. debian/get-orig-source