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
@ -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…
x
Reference in New Issue
Block a user