File: rules

package info (click to toggle)
seastar 25.05.0-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 7,256 kB
  • sloc: cpp: 89,250; python: 5,066; ansic: 3,452; sh: 1,272; xml: 177; makefile: 9
file content (15 lines) | stat: -rwxr-xr-x 330 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

%:
	dh $@ --buildsystem=cmake

override_dh_auto_test:
	# skip tests
	:

override_dh_auto_configure:
	dh_auto_configure -- -DSeastar_TESTING=OFF -DSeastar_APPS=OFF -DSeastar_DEMOS=OFF -DSeastar_DOCS=OFF -DSeastar_DPDK=OFF

override_dh_install:
	dh_install
	rm -f debian/seastar-dev/usr/bin/seastar-json2code.py