summaryrefslogtreecommitdiffstats
path: root/packaging/ubuntu/make-package.sh
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/ubuntu/make-package.sh')
-rw-r--r--packaging/ubuntu/make-package.sh10
1 files 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