[28638] in Source-Commits
machtype commit: Add Xenial and drop Vivid
daemon@ATHENA.MIT.EDU (Anders Kaseorg)
Fri Jun 24 16:02:31 2016
Date: Fri, 24 Jun 2016 16:02:29 -0400
From: Anders Kaseorg <andersk@mit.edu>
Message-Id: <201606242002.u5OK2TKE012641@drugstore.mit.edu>
To: source-commits@mit.edu
https://github.com/mit-athena/machtype/commit/5e161f8377455d8d1c6b7f2f7d509036e5eef2d2
commit 5e161f8377455d8d1c6b7f2f7d509036e5eef2d2
Author: Anders Kaseorg <andersk@mit.edu>
Date: Tue Jun 21 02:07:07 2016 -0400
Add Xenial and drop Vivid
debian/changelog | 6 ++++++
generate_sysnames.py | 5 +++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ed565b3..9b11554 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+debathena-machtype (10.5.10) unstable; urgency=medium
+
+ * Add Xenial and drop Vivid.
+
+ -- Anders Kaseorg <andersk@mit.edu> Tue, 21 Jun 2016 02:06:32 -0400
+
debathena-machtype (10.5.9) unstable; urgency=medium
* Fix build support for Jessie.
diff --git a/generate_sysnames.py b/generate_sysnames.py
index d470b4b..de24beb 100755
--- a/generate_sysnames.py
+++ b/generate_sysnames.py
@@ -117,9 +117,10 @@ class Ubuntu(Distro):
# Update this when a new release comes online
# add "deprecated=True" to distros when we stop building for
# them.
-distros = [Ubuntu('15.10'),
+distros = [Ubuntu('16.04'),
+ Ubuntu('15.10'),
Debian('8.0'),
- Ubuntu('15.04'),
+ Ubuntu('15.04', deprecated=True),
Ubuntu('14.10', deprecated=True),
Ubuntu('14.04'),
Ubuntu('13.10'), Ubuntu('13.04'),