From 8c15d97ace7f8dcbc528460403a46e7a91991bc3 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Wed, 24 Jan 2018 16:29:19 -0800 Subject: [PATCH] more RELEASE.local --- debian/rules | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian/rules b/debian/rules index 1a5113b..2149cc1 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,12 @@ export DH_VERBOSE=1 %: dh $@ --with epics -Sepicsmake --parallel +override_dh_auto_clean: + rm -f configure/RELEASE.local + dh_auto_clean + override_dh_auto_configure: + echo "EPICS_BASE=/usr/lib/epics" > configure/RELEASE.local # since we do special gymnastics to build for multiple python version # just do all the work in the install phase