diff options
-rw-r--r-- | packaging/ubuntu/make-package.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packaging/ubuntu/make-package.sh b/packaging/ubuntu/make-package.sh index 15e59a001..b29c32021 100644 --- a/packaging/ubuntu/make-package.sh +++ b/packaging/ubuntu/make-package.sh @@ -93,6 +93,12 @@ rel=vivid sed -i "s/${prev}/${rel}/g" debian/changelog debuild -S +# and now for wily +prev=vivid +rel=wily +sed -i "s/${prev}/${rel}/g" debian/changelog +debuild -S + # and now for precise (precise can't build Qt5 based packages) # with the switch to cmake the amount of effort to build Qt4 packages # on precise just doesn't seem worth it anymore |