more RELEASE.local

This commit is contained in:
Michael Davidsaver
2018-01-24 16:29:19 -08:00
parent 867dd87095
commit 8c15d97ace

5
debian/rules vendored
View File

@ -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