~waveform/ubiquity:prepare-package

Last commit made on 2024-04-30
Get this branch:
git clone -b prepare-package https://git.launchpad.net/~waveform/ubiquity
Only Dave Jones can upload to this branch. If you are Dave Jones please log in for upload directions.

Branch merges

Branch information

Name:
prepare-package
Repository:
lp:~waveform/ubiquity

Recent commits

7af8f68... by Dave Jones

Add oem-config-prepare package

As the package description states, this is intended for use in image
builds to avoid resorting to hooks to execute oem-config-prepare. The
script is executed in this package's postinst instead (and the
oem-config package subsequently removes itself, and thus this package
which depends on it, after run on first boot)

9be78ec... by Steve Langasek

releasing package ubiquity version 24.04.5

e9b4f67... by Dave Jones

changelog

d6cfbc9... by Dave Jones

Update timezone plugin to use soup3 API

385ac62... by Jeremy BĂ­cha

Import webkitgtk 4.1 instead of 4.0 for the slideshow

d735b4b... by Steve Langasek

releasing package ubiquity version 24.04.4

1f330a8... by Steve Langasek

Bump soup usage to libsoup3.0.

f25485c... by Steve Langasek

Bump webkit gir dependency to 4.1.

e7212ec... by Dan Bungert

changelog

8803d47... by Dan Bungert

tests: fix usage of deprecated assert_

Per https://docs.python.org/3/whatsnew/3.12.html#id3 ,
assert_() usage should be migrated to assertTrue().