diff options
Diffstat (limited to 'packaging/ubuntu/make-package.sh')
-rw-r--r-- | packaging/ubuntu/make-package.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packaging/ubuntu/make-package.sh b/packaging/ubuntu/make-package.sh index 2b78fba16..fa3a4f438 100644 --- a/packaging/ubuntu/make-package.sh +++ b/packaging/ubuntu/make-package.sh @@ -68,6 +68,14 @@ rel=utopic sed -i "s/${prev}/${rel}/g" debian/changelog debuild -S +# and now for precise +prev=utopic +rel=precise +sed -i "s/${prev}/${rel}/g" debian/changelog +cp debian/12.04.control debian/control +cp debian/12.04.rules debian/rules +debuild -S + cd .. if [[ "$1x" = "postx" ]] ; then |