From 7f16aa06fef587c59cc02cbd7de2cac2d202145a Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Fri, 23 Oct 2015 21:18:48 +0200 Subject: [PATCH] Preliminary support for Ubuntu 16.04 LTS Xenial Xerus --- Makefile | 1 + README.markdown | 3 ++- debian/changelog | 1 + debian/control | 3 ++- etc/distributions.conf | 1 + 5 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f9dd9e2..7826a59 100644 --- a/Makefile +++ b/Makefile @@ -213,6 +213,7 @@ install-hooks: -cd ${prefix}/usr/share/xen-tools/ && ln -s karmic.d utopic.d -cd ${prefix}/usr/share/xen-tools/ && ln -s karmic.d vivid.d -cd ${prefix}/usr/share/xen-tools/ && ln -s karmic.d wily.d + -cd ${prefix}/usr/share/xen-tools/ && ln -s karmic.d xenial.d cp hooks/common.sh ${prefix}/usr/share/xen-tools cp -r hooks/common ${prefix}/usr/share/xen-tools diff --git a/README.markdown b/README.markdown index eb59ef5..8d7c815 100644 --- a/README.markdown +++ b/README.markdown @@ -63,7 +63,8 @@ known to work reliably, i.e.: * Trusty Tahr 14.04 (LTS) * Utopic Unicorn 14.10 * Vivid Vervet 15.04 -* Wily Werewolf 15.10 (under development) +* Wily Werewolf 15.10 +* Xenial Xerus 16.04 (under development, LTS) [1]: http://bugs.debian.org/659360 "debootstrap in Wheezy can no more build Ubuntu Edgy or earlier" diff --git a/debian/changelog b/debian/changelog index 7a27725..c31883f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ xen-tools (4.6+dev-1) UNRELEASED; urgency=medium contents of KNOWN_BUGS.markdown to the GitHub issue tracker. + Fix Perl warning in t/hook-inittab.t if /etc/inittab isn't present. - Fixes failed autopkgtest. + + Preliminary support for Ubuntu 16.04 LTS Xenial Xerus. * Update Vcs-* headers to point to GitHub instead of GitLab. * Add debian/maintscript to remove obsolete conffile /etc/bash_completion.d/xen-tools properly. diff --git a/debian/control b/debian/control index 6855927..0415e22 100644 --- a/debian/control +++ b/debian/control @@ -85,6 +85,7 @@ Description: Tools to manage Xen virtual servers * Ubuntu 14.04 Trusty Tahr (LTS) * Ubuntu 14.10 Utopic Unicorn * Ubuntu 15.04 Vivid Vervet - * Ubuntu 15.10 Wily Werewolf (under development) + * Ubuntu 15.10 Wily Werewolf + * Ubuntu 16.04 Xenial Xerus (preliminary support, under development) * CentOS 5 * CentOS 6 diff --git a/etc/distributions.conf b/etc/distributions.conf index 6213286..c5ece57 100644 --- a/etc/distributions.conf +++ b/etc/distributions.conf @@ -42,3 +42,4 @@ trusty = ubuntu pygrub utopic = ubuntu eol pygrub vivid = ubuntu pygrub wily = ubuntu pygrub +xenial = ubuntu pygrub