Files
scylladb/dist/ubuntu/rules.in
Amnon Heiman 260761f2dd rules.in: Add the scylla-timer to ubuntu
This adds a rule to install the scylla-timer as part of the ubuntu
package.

Signed-off-by: Amnon Heiman <amnon@scylladb.com>
2016-07-14 12:46:47 +03:00

20 lines
496 B
Makefile
Executable File

#!/usr/bin/make -f
override_dh_auto_build:
./configure.py --disable-xen --enable-dpdk --mode=release --static-stdc++ --static-thrift --compiler=@@COMPILER@@
ninja
override_dh_auto_clean:
rm -rf build/release seastar/build
rm -rf Cql.tokens
rm -rf build.ninja seastar/build.ninja
override_dh_installinit:
dh_installinit --no-start @@DH_INSTALLINIT@@
dh_installinit --no-start --name scylla-timer @@DH_INSTALLINIT@@
override_dh_strip:
dh_strip --dbg-package=scylla-server-dbg
%:
dh $@