From 18159b6265696a909875271ffc265160c6a5b2a5 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 10 Dec 2014 09:45:53 -0700 Subject: [PATCH] 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 --- packaging/ubuntu/make-package.sh | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/packaging/ubuntu/make-package.sh b/packaging/ubuntu/make-package.sh index 41c294ad8..22c0998e2 100644 --- a/packaging/ubuntu/make-package.sh +++ b/packaging/ubuntu/make-package.sh @@ -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