debian/rules: extract build_dep.tar.gz first

Currently dh_auto_build is a no-op, but move extracting depends up in
case we add a Makefile here too.

Related: osmo-epdg I2bb0b5f608cd5d9a24c2a367425c524447bd002c
Change-Id: Ib64671a8b4629dde1e21b18a6405f7ae7d87a46f
This commit is contained in:
Oliver Smith 2023-10-06 14:30:40 +02:00
parent b8aef30a14
commit 3c8e580ce6
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -8,8 +8,8 @@ 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
dh_auto_build
rebar3 compile
rebar3 escriptize
rebar3 eunit