[PATCH] Add yakkety (16.10) to Ubuntu packaging

Miika Turkia miika.turkia at gmail.com
Fri Nov 11 21:06:35 PST 2016


Signed-off-by: Miika Turkia <miika.turkia at gmail.com>
---
 packaging/ubuntu/make-package.sh | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/packaging/ubuntu/make-package.sh b/packaging/ubuntu/make-package.sh
index 3e6f4de..64fb34f 100644
--- a/packaging/ubuntu/make-package.sh
+++ b/packaging/ubuntu/make-package.sh
@@ -99,12 +99,18 @@ rel=wily
 sed -i "s/${prev}/${rel}/g" debian/changelog
 debuild -S
 
-# and now for wily
+# and now for xenial
 prev=wily
 rel=xenial
 sed -i "s/${prev}/${rel}/g" debian/changelog
 debuild -S
 
+# and now for yakkety
+prev=wily
+rel=yakkety
+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
-- 
2.5.0



More information about the subsurface mailing list