1
0
mirror of synced 2026-04-14 15:34:20 +00:00

Bump default ubuntu fallback release to 22.04 Jammy LTS

This commit is contained in:
Axel Beckert
2023-01-30 02:58:10 +01:00
parent bbd21369cf
commit 0ec1bed1d1
2 changed files with 2 additions and 1 deletions

View File

@@ -62,7 +62,7 @@ my %fallback_mirror = ( Debian => 'http://deb.debian.org/debian/',
# have aliases like stable or testing, so we take the nearest LTS
# release which is 10.04 at the time of writing.
my %fallback_suite = ( Debian => 'stable',
Ubuntu => 'bionic' );
Ubuntu => 'jammy' );
# Where to look for the sources.list to parse
my @sources_list_files = ( '/etc/apt/sources.list',

1
debian/changelog vendored
View File

@@ -3,6 +3,7 @@ xen-tools (4.9.2-1) UNRELEASED; urgency=medium
* New upstream maintenance release
+ Update list of Ubuntu and Debian releases.
+ Fix bashism in release testing target "tidy".
+ Bump default ubuntu fallback release to 22.04 Jammy LTS.
* Update upstream signing key to update its expiry date.
* Depend and Build-Depend on non-(build-)essential package
mount. (Closes: #1027383)