1
0
mirror of synced 2026-01-11 23:42:56 +00:00

Update list of Ubuntu releases, declare Trixie as being testable

Also bump upstream version to 4.9.3.
This commit is contained in:
Axel Beckert 2023-12-11 23:32:11 +01:00
parent ae7ecc4e0e
commit ab32eaf0b9
13 changed files with 20 additions and 16 deletions

View File

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

View File

@ -872,7 +872,7 @@ my $MOUNT_POINT = undef;
#
# Release number.
#
my $RELEASE = '4.9.2';
my $RELEASE = '4.9.3';
#

View File

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

View File

@ -167,7 +167,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.9.2';
my $RELEASE = '4.9.3';
#

View File

@ -106,7 +106,7 @@ $CONFIG{ 'extension' } = '.cfg';
#
# Release number.
#
my $RELEASE = '4.9.2';
my $RELEASE = '4.9.3';

View File

@ -111,7 +111,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.9.2';
my $RELEASE = '4.9.3';
#

View File

@ -113,7 +113,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.9.2';
my $RELEASE = '4.9.3';
#

View File

@ -148,7 +148,7 @@ $CONFIG{ 'extension' } = '.cfg';
#
# Release number.
#
my $RELEASE = '4.9.2';
my $RELEASE = '4.9.3';

View File

@ -100,7 +100,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.9.2';
my $RELEASE = '4.9.3';

View File

@ -80,7 +80,7 @@ use strict;
#
# Release number.
#
my $RELEASE = '4.9.2';
my $RELEASE = '4.9.3';
# Init
my $mirror = '';

View File

@ -113,7 +113,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.9.2';
my $RELEASE = '4.9.3';
#

4
debian/changelog vendored
View File

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

View File

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