From 3c8e580ce69e498f17b0f748826ff99b906d2013 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Fri, 6 Oct 2023 14:30:40 +0200 Subject: [PATCH] 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 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 89863f8..69e31ed 100755 --- a/debian/rules +++ b/debian/rules @@ -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