Tweaks done in response to Kalila's smoketest of ubuntu packaging

This commit is contained in:
Heather Anderson 2020-03-28 23:52:40 +00:00
parent 6126133b58
commit 183c966453
2 changed files with 3 additions and 1 deletions

View file

@ -8,7 +8,7 @@ GITDATE=`git -C $ATHENA/source log -n 1 --format=raw | grep author | cut -d">" -
GITCOMMIT=`git -C $ATHENA/source rev-parse HEAD | cut -c 1-7`
VERSION=0.86.0-k2-$GITDATE-$GITCOMMIT
sudo apt-get install chrpath binutils
sudo apt-get install chrpath binutils dh-make
DEB_BUILD_ROOT=temp-make-deb/athena-server-$VERSION-0ubuntu1
rm -r temp-make-deb

View file

@ -45,6 +45,8 @@ override_dh_installinit:
override_dh_shlibdeps:
# don't run sh_shlibdeps, it REALLY won't work. We do it ourselves anyhow
override_dh_strip:
# don't run dh_strip, we do it ourselves anyhow and we want failures to be non-fatal
# dh_make generated override targets
# This is example for Cmake (See https://bugs.debian.org/641051 )