1
0
mirror of synced 2026-01-17 08:32:49 +00:00

Preliminary support for Ubuntu 16.04 LTS Xenial Xerus

This commit is contained in:
Axel Beckert 2015-10-23 21:18:48 +02:00
parent ae4f1587fd
commit 7f16aa06fe
5 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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"

1
debian/changelog vendored
View File

@ -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.

3
debian/control vendored
View File

@ -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

View File

@ -42,3 +42,4 @@ trusty = ubuntu pygrub
utopic = ubuntu eol pygrub
vivid = ubuntu pygrub
wily = ubuntu pygrub
xenial = ubuntu pygrub