1
0
mirror of synced 2026-04-15 23:51:03 +00:00

Support Ubuntu's "devel" alias

This commit is contained in:
Axel Beckert
2016-08-11 20:04:28 +02:00
parent beda1b78a5
commit 5d7954dde2
4 changed files with 5 additions and 0 deletions

View File

@@ -217,6 +217,7 @@ install-hooks:
-cd ${prefix}/usr/share/xen-tools/ && ln -s karmic.d wily.d
-cd ${prefix}/usr/share/xen-tools/ && ln -s karmic.d xenial.d
-cd ${prefix}/usr/share/xen-tools/ && ln -s karmic.d yakkety.d
-cd ${prefix}/usr/share/xen-tools/ && ln -s karmic.d devel.d
cp hooks/common.sh ${prefix}/usr/share/xen-tools
cp -r hooks/common ${prefix}/usr/share/xen-tools

View File

@@ -14,6 +14,7 @@ Distribution Releases Changes
* Preliminary support for Ubuntu 16.10 Yakkety Yak.
* Knows about code names for Debian 10 (Buster) and 11 (Bullseye).
* Considers Debian Squeeze, Ubuntu Vivid and Wily being EoL.
* Knows about Ubuntu's "devel" alias.
Other Changes
-------------

1
debian/changelog vendored
View File

@@ -7,6 +7,7 @@ xen-tools (4.6.3~dev-1) UNRELEASED; urgency=medium
+ Fixes typo found by lintian.
+ Preliminary support for Ubuntu 16.10 Yakkety Yak.
+ Knows future Debian release names Buster (10) and Bullseye (11).
+ Knows about Ubuntu's "devel" alias.
* Declare compliance with Debian Policy 3.9.8. (No changes needed.)
* Use NEWS.markdown as upstream changelog, don't install it as docs.

View File

@@ -46,3 +46,5 @@ vivid = ubuntu eol pygrub
wily = ubuntu eol pygrub
xenial = ubuntu pygrub
yakkety = ubuntu pygrub
devel = ubuntu pygrub