File: rules

package info (click to toggle)
sail 0.9.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,568 kB
  • sloc: ansic: 44,502; cpp: 9,648; python: 4,139; sh: 140; makefile: 5
file content (11 lines) | stat: -rwxr-xr-x 226 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- -DSAIL_BUILD_APPS=OFF -DSAIL_BUILD_EXAMPLES=OFF

# disable tests for now
# https://github.com/HappySeaFox/sail/issues/204
override_dh_auto_test: