Update list of Ubuntu releases, declare Trixie as being testable
Also bump upstream version to 4.9.3.
This commit is contained in:
parent
ae7ecc4e0e
commit
ab32eaf0b9
3
Makefile
3
Makefile
@ -14,7 +14,7 @@
|
||||
#
|
||||
TMPDIR ?= /tmp
|
||||
DIST_PREFIX = ${TMPDIR}
|
||||
VERSION = 4.9.2
|
||||
VERSION = 4.9.3
|
||||
DEBVERSION = $(shell echo $(VERSION)|sed 's/\(rc\|pre\|beta\|alpha\)/~\1/')
|
||||
BASE = xen-tools
|
||||
VCS = git
|
||||
@ -235,6 +235,7 @@ install-hooks:
|
||||
-cd ${prefix}/usr/share/xen-tools/ && ln -s artful.d jammy.d
|
||||
-cd ${prefix}/usr/share/xen-tools/ && ln -s artful.d kinetic.d
|
||||
-cd ${prefix}/usr/share/xen-tools/ && ln -s artful.d lunar.d
|
||||
-cd ${prefix}/usr/share/xen-tools/ && ln -s artful.d mantic.d
|
||||
-cd ${prefix}/usr/share/xen-tools/ && ln -s artful.d devel.d
|
||||
cp hooks/common.sh ${prefix}/usr/share/xen-tools
|
||||
cp -r hooks/common ${prefix}/usr/share/xen-tools
|
||||
|
||||
@ -872,7 +872,7 @@ my $MOUNT_POINT = undef;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.9.2';
|
||||
my $RELEASE = '4.9.3';
|
||||
|
||||
|
||||
#
|
||||
|
||||
@ -121,7 +121,7 @@ $CONFIG{ 'template' } = '/etc/xen-tools/xm-nfs.tmpl';
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.9.2';
|
||||
my $RELEASE = '4.9.3';
|
||||
|
||||
|
||||
# store version number away.
|
||||
|
||||
@ -167,7 +167,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.9.2';
|
||||
my $RELEASE = '4.9.3';
|
||||
|
||||
|
||||
#
|
||||
|
||||
@ -106,7 +106,7 @@ $CONFIG{ 'extension' } = '.cfg';
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.9.2';
|
||||
my $RELEASE = '4.9.3';
|
||||
|
||||
|
||||
|
||||
|
||||
@ -111,7 +111,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.9.2';
|
||||
my $RELEASE = '4.9.3';
|
||||
|
||||
|
||||
#
|
||||
|
||||
@ -113,7 +113,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.9.2';
|
||||
my $RELEASE = '4.9.3';
|
||||
|
||||
|
||||
#
|
||||
|
||||
@ -148,7 +148,7 @@ $CONFIG{ 'extension' } = '.cfg';
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.9.2';
|
||||
my $RELEASE = '4.9.3';
|
||||
|
||||
|
||||
|
||||
|
||||
@ -100,7 +100,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.9.2';
|
||||
my $RELEASE = '4.9.3';
|
||||
|
||||
|
||||
|
||||
|
||||
@ -80,7 +80,7 @@ use strict;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.9.2';
|
||||
my $RELEASE = '4.9.3';
|
||||
|
||||
# Init
|
||||
my $mirror = '';
|
||||
|
||||
@ -113,7 +113,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.9.2';
|
||||
my $RELEASE = '4.9.3';
|
||||
|
||||
|
||||
#
|
||||
|
||||
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -1,5 +1,7 @@
|
||||
xen-tools (4.9.2-2) UNRELEASED; urgency=medium
|
||||
xen-tools (4.9.3-1) UNRELEASED; urgency=medium
|
||||
|
||||
* New upstream maintenance release
|
||||
+ Update list of Ubuntu and Debian releases.
|
||||
* Drop alternative Suggests on btrfs-tools. (Closes: #932122; Security
|
||||
support for Xen in Debian 8 has long ended.)
|
||||
|
||||
|
||||
@ -18,7 +18,7 @@ stretch = debian pygrub
|
||||
buster = debian pygrub
|
||||
bullseye = debian pygrub
|
||||
bookworm = debian pygrub
|
||||
trixie = debian pygrub dont-test
|
||||
trixie = debian pygrub
|
||||
forky = debian pygrub dont-test
|
||||
sid = debian pygrub
|
||||
|
||||
@ -63,8 +63,9 @@ focal = ubuntu pygrub
|
||||
groovy = ubuntu eol pygrub
|
||||
hirsute = ubuntu eol pygrub
|
||||
impish = ubuntu eol pygrub
|
||||
jammy = ubuntu pygrub
|
||||
kinetic = ubuntu pygrub
|
||||
lunar = ubuntu pygrub dont-test
|
||||
jammy = ubuntu eol pygrub
|
||||
kinetic = ubuntu eol pygrub
|
||||
lunar = ubuntu pygrub
|
||||
mantic = ubuntu pygrub dont-test
|
||||
|
||||
devel = ubuntu pygrub dont-test
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user