[Ubuntustudio-bugs] [Bug 2017786] Re: update script in ubuntu-meta not handling germinate or specified versions

2023-05-08 Thread Erich Eickmeyer
@brian-murray Agreed, simply checking to see whether or not germinate is installed or not is a good idea. However, checking which version is installed, as is currently done with debootstrap, is a bit overkill and I disagree with the debootstrap version check to begin with. Realistically, if one

[Ubuntustudio-bugs] [Bug 2017786] Re: update script in ubuntu-meta not handling germinate or specified versions

2023-05-08 Thread Brian Murray
@eeickmeyer - the version of the change that actually landed in the package essentially adds the following to the update script: +if ! which germinate-update-metapackage >/dev/null; then + echo >&2 "please install germinate" + exit 1 +fi I think this is a useful improvement as not