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:
Dirk Hohndel 2014-12-10 09:45:53 -07:00
parent 6653d98e67
commit 18159b6265

View file

@ -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