mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +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
|
||||
|
||||
# and now for utopic (precise can't build Qt5 based packages)
|
||||
prev=trusty
|
||||
for rel in utopic precise
|
||||
do
|
||||
sed -i "s/${prev}/${rel}/g" debian/changelog
|
||||
debuild -S
|
||||
prev=${rel}
|
||||
done
|
||||
rel=utopic
|
||||
sed -i "s/${prev}/${rel}/g" debian/changelog
|
||||
debuild -S
|
||||
|
|
Loading…
Reference in a new issue