mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-05 21:43:07 +02:00
Tweaks done in response to Kalila's smoketest of ubuntu packaging
This commit is contained in:
parent
6126133b58
commit
183c966453
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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 )
|
||||
|
|
Loading…
Reference in a new issue