osmith has uploaded this change for review.
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
---
M debian/rules
1 file changed, 14 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/erlang/osmo_dia2gsup refs/changes/77/34677/1
diff --git a/debian/rules b/debian/rules
index 89863f8..69e31ed 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,8 +8,8 @@
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
To view, visit change 34677. To unsubscribe, or for help writing mail filters, visit settings.