mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Minor tweak to Ubuntu package building
12.04 can't build our Qt5 based package, so let's just drop it. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
6653d98e67
commit
18159b6265
1 changed files with 4 additions and 6 deletions
|
@ -35,10 +35,8 @@ rm -f debian/autocl
|
||||||
|
|
||||||
debuild -S
|
debuild -S
|
||||||
|
|
||||||
|
# and now for utopic (precise can't build Qt5 based packages)
|
||||||
prev=trusty
|
prev=trusty
|
||||||
for rel in utopic precise
|
rel=utopic
|
||||||
do
|
sed -i "s/${prev}/${rel}/g" debian/changelog
|
||||||
sed -i "s/${prev}/${rel}/g" debian/changelog
|
debuild -S
|
||||||
debuild -S
|
|
||||||
prev=${rel}
|
|
||||||
done
|
|
||||||
|
|
Loading…
Reference in a new issue