Update list of Ubuntu and Debian releases
Bump upstream version to 4.9.2.
This commit is contained in:
parent
b7490687e2
commit
ede684baaa
7
Makefile
7
Makefile
@ -14,7 +14,7 @@
|
||||
#
|
||||
TMPDIR ?= /tmp
|
||||
DIST_PREFIX = ${TMPDIR}
|
||||
VERSION = 4.9.1
|
||||
VERSION = 4.9.2
|
||||
DEBVERSION = $(shell echo $(VERSION)|sed 's/\(rc\|pre\|beta\|alpha\)/~\1/')
|
||||
BASE = xen-tools
|
||||
VCS = git
|
||||
@ -186,6 +186,7 @@ install-hooks:
|
||||
-cd ${prefix}/usr/share/xen-tools/ && ln -s debian.d bullseye.d
|
||||
-cd ${prefix}/usr/share/xen-tools/ && ln -s debian.d bookworm.d
|
||||
-cd ${prefix}/usr/share/xen-tools/ && ln -s debian.d trixie.d
|
||||
-cd ${prefix}/usr/share/xen-tools/ && ln -s debian.d forky.d
|
||||
-cd ${prefix}/usr/share/xen-tools/ && ln -s debian.d sid.d
|
||||
-cd ${prefix}/usr/share/xen-tools/ && ln -s debian.d unstable.d
|
||||
-cd ${prefix}/usr/share/xen-tools/ && ln -s debian.d testing.d
|
||||
@ -230,6 +231,10 @@ install-hooks:
|
||||
-cd ${prefix}/usr/share/xen-tools/ && ln -s artful.d focal.d
|
||||
-cd ${prefix}/usr/share/xen-tools/ && ln -s artful.d groovy.d
|
||||
-cd ${prefix}/usr/share/xen-tools/ && ln -s artful.d hirsute.d
|
||||
-cd ${prefix}/usr/share/xen-tools/ && ln -s artful.d impish.d
|
||||
-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 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.1';
|
||||
my $RELEASE = '4.9.2';
|
||||
|
||||
|
||||
#
|
||||
|
||||
@ -121,7 +121,7 @@ $CONFIG{ 'template' } = '/etc/xen-tools/xm-nfs.tmpl';
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.9.1';
|
||||
my $RELEASE = '4.9.2';
|
||||
|
||||
|
||||
# store version number away.
|
||||
|
||||
@ -167,7 +167,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.9.1';
|
||||
my $RELEASE = '4.9.2';
|
||||
|
||||
|
||||
#
|
||||
|
||||
@ -106,7 +106,7 @@ $CONFIG{ 'extension' } = '.cfg';
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.9.1';
|
||||
my $RELEASE = '4.9.2';
|
||||
|
||||
|
||||
|
||||
|
||||
@ -111,7 +111,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.9.1';
|
||||
my $RELEASE = '4.9.2';
|
||||
|
||||
|
||||
#
|
||||
|
||||
@ -113,7 +113,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.9.1';
|
||||
my $RELEASE = '4.9.2';
|
||||
|
||||
|
||||
#
|
||||
|
||||
@ -148,7 +148,7 @@ $CONFIG{ 'extension' } = '.cfg';
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.9.1';
|
||||
my $RELEASE = '4.9.2';
|
||||
|
||||
|
||||
|
||||
|
||||
@ -100,7 +100,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.9.1';
|
||||
my $RELEASE = '4.9.2';
|
||||
|
||||
|
||||
|
||||
|
||||
@ -79,7 +79,7 @@ use strict;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.9.1';
|
||||
my $RELEASE = '4.9.2';
|
||||
|
||||
# Init
|
||||
my $mirror = '';
|
||||
|
||||
@ -113,7 +113,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.9.1';
|
||||
my $RELEASE = '4.9.2';
|
||||
|
||||
|
||||
#
|
||||
|
||||
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -1,5 +1,7 @@
|
||||
xen-tools (4.9.1-2) UNRELEASED; urgency=medium
|
||||
xen-tools (4.9.2-1) UNRELEASED; urgency=medium
|
||||
|
||||
* New upstream maintenance release
|
||||
+ Update list of Ubuntu and Debian releases.
|
||||
* Update upstream signing key to update its expiry date.
|
||||
|
||||
-- Axel Beckert <abe@debian.org> Mon, 09 Jan 2023 04:42:57 +0100
|
||||
|
||||
@ -17,8 +17,9 @@ jessie = debian eol
|
||||
stretch = debian pygrub
|
||||
buster = debian pygrub
|
||||
bullseye = debian pygrub
|
||||
bookworm = debian pygrub dont-test
|
||||
bookworm = debian pygrub
|
||||
trixie = debian pygrub dont-test
|
||||
forky = debian pygrub dont-test
|
||||
sid = debian pygrub
|
||||
|
||||
testing = debian pygrub
|
||||
@ -59,7 +60,11 @@ cosmic = ubuntu eol pygrub ubuntu-archive-keyring.gpg
|
||||
disco = ubuntu eol pygrub ubuntu-archive-keyring.gpg
|
||||
eoan = ubuntu eol pygrub ubuntu-archive-keyring.gpg
|
||||
focal = ubuntu pygrub
|
||||
groovy = ubuntu pygrub
|
||||
hirsute = ubuntu pygrub
|
||||
groovy = ubuntu eol pygrub
|
||||
hirsute = ubuntu eol pygrub
|
||||
impish = ubuntu eol pygrub
|
||||
jammy = ubuntu pygrub
|
||||
kinetic = ubuntu pygrub
|
||||
lunar = ubuntu pygrub
|
||||
|
||||
devel = ubuntu pygrub dont-test
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user