osmo_dia2gsup/debian/rules

20 lines
387 B
Plaintext
Raw Normal View History

#!/usr/bin/make -f
export DH_VERBOSE=1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
include /usr/share/dpkg/default.mk
export ERL_COMPILER_OPTIONS=deterministic
%:
dh $@
override_dh_auto_build:
dh_auto_build
if [ -e build_dep.tar.gz ] ; then tar xzf ./build_dep.tar.gz ; fi
rebar3 compile
rebar3 escriptize
rebar3 eunit
override_dh_clean:
dh_clean
rm -rf _build _checkouts