~athos-ribeiro/ubuntu-seeds/+git/platform:remove-isc-dhcp-from-server

Last commit made on 2023-12-04
Get this branch:
git clone -b remove-isc-dhcp-from-server https://git.launchpad.net/~athos-ribeiro/ubuntu-seeds/+git/platform
Only Athos Ribeiro can upload to this branch. If you are Athos Ribeiro please log in for upload directions.

Branch merges

Branch information

Name:
remove-isc-dhcp-from-server
Repository:
lp:~athos-ribeiro/ubuntu-seeds/+git/platform

Recent commits

dc7ed21... by Athos Ribeiro

Remove isc-dhcp-server in favor of isc-kea

This is a follow-up on the isc-kea promotion (LP: #2002861), being
tracked in LP: #2045577.

There are no reverse-dependencies left in main for this package at this
point. However, it is still seeded through supported-maas.

Next steps are to remove it from supported-maas and proceed with the
demotion process.

ccbe163... by Julian Andres Klode

Unseed kernel-wedge from supported-kernel-common

This is no longer being used. There are some build-depends still
but no code paths calling it, but we can unseed it already since
build-depends (especially unused ones) may be satisfied from universe.

941db7a... by Steve Langasek

Seed u-boot-microchip binary for additional riscv64 board

816fc16... by Dimitri John Ledkov

supported-kernel-common: add linux-laptop

Signed-off-by: Dimitri John Ledkov <email address hidden>

67c4e53... by Gunnar Hjalmarsson

Add hard dependency on fonts-dejavu-core

The reason for this is to make sure that DejaVu Sans is available at
distupgrades, see LP: #2034986. Since fonts-dejavu-core depends on
fonts-dejavu-mono, there is no longer a need to recommend the latter.

dc95ad0... by Zixing Liu

supported-development-common: add dh-cargo to the additional supported list

be0f468... by Gunnar Hjalmarsson

Add fontconfig to desktop-common

This addition together with the comment is merely for clarity and
justification of the fact that all the font packages are only
"Recommends:".

5ddbe67... by Sebastien Bacher

Switch back the printing stack to be deb based for this cycle

The frontends aren't ready and it created some issues for flavors

7722587... by Gunnar Hjalmarsson

Font package changes

Dropped from desktop-common:
- fonts-dejavu-core (moved to Ubuntu's supported)
- fonts-freefont-ttf (moved to Ubuntu's supported)

Added to desktop-common:
- fonts-dejavu-mono (DejaVu Sans Mono is the default monospace font)
- fonts-noto-color-emoji (moved from Ubuntu's desktop-minimal)

Background in https://discourse.ubuntu.com/t/37762

5b6b97e... by Benjamin Drung

minimal: Replace obsolete isc-dhcp-client by dhcpcd-base

ISC has announced the end of life for ISC DHCP as of the end of 2022.
Kea is the recommended successor of the DHCP server (isc-dhcp-server).
Replace the DHCP client `dhclient` by `dhcpcd` from dhcpcd-base.

LP: #2019722
Signed-off-by: Benjamin Drung <email address hidden>