diff options
Diffstat (limited to 'packaging')
-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 b29c32021..a825c5151 100644 --- a/packaging/ubuntu/make-package.sh +++ b/packaging/ubuntu/make-package.sh @@ -99,6 +99,12 @@ rel=wily sed -i "s/${prev}/${rel}/g" debian/changelog debuild -S +# and now for wily +prev=wily +rel=xenial +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 |