vcswatch reports that
this package seems to have new commits in its VCS but has
not yet updated debian/changelog. You should consider updating
the Debian changelog and uploading this new version into the archive.
Here are the relevant commit logs:
commit b2ea9efcf71af900028e014e38cb2e9a3893dc83
Merge: 6f87c36 e401995
Author: Chris Hofstaedtler <zeha@users.noreply.github.com>
Date: Sun Nov 3 17:37:10 2024 +0100
Merge pull request #291 from grml/mmdebstrap
Switch default debootstrap tool to mmdebstrap
commit e4019950428363167162b8d299f16cac71ff1e40
Author: Chris Hofstaedtler <chris@hofstaedtler.name>
Date: Sun Oct 20 20:41:32 2024 +0200
Switch default debootstrap tool to mmdebstrap
mmdebstrap is the modern, fast tool. grml-small comes with mmdebstrap
but not debootstrap, so it's really necessary there.
Closes: #290
commit 6f87c368119b1d30ec02ece5314d3692a933d3f9
Merge: c6ec3e8 5bdbcfd
Author: Chris Hofstaedtler <zeha@users.noreply.github.com>
Date: Tue Oct 29 19:29:17 2024 +0100
Merge pull request #292 from grml/shellcheck
Appease shellcheck
commit 5bdbcfd00517edafcce6e0c752c144d30de0e938
Author: Chris Hofstaedtler <chris@hofstaedtler.name>
Date: Fri Oct 25 17:04:52 2024 +0200
shellcheck: add all defaulted vars for chroot-script
commit 18c350890626c084c8c4874dca0b9bd19eae90e1
Author: Chris Hofstaedtler <chris@hofstaedtler.name>
Date: Fri Oct 25 16:48:19 2024 +0200
prompt_for_release: RELEASE is already defaulted
commit cdd9896a44c5716ea7400e7efdaece8a3d100d22
Author: Chris Hofstaedtler <chris@hofstaedtler.name>
Date: Fri Oct 25 16:46:07 2024 +0200
shellcheck: quote vars passed to dialog
SC2086
commit 1de02ac88ed7f6589c6f808e76aa94bf7d16c8e4
Author: Chris Hofstaedtler <chris@hofstaedtler.name>
Date: Fri Oct 25 16:44:09 2024 +0200
shellcheck: avoid if-then-else warning
SC2015
commit d558ca5406f37e6dd551ddc5f8336722699e47c9
Author: Chris Hofstaedtler <chris@hofstaedtler.name>
Date: Fri Oct 25 16:39:29 2024 +0200
shellcheck: use parameter expansion style for $VERBOSE
Avoids SC2046/SC2086.
commit c6ec3e88ca9e9ea99516d92ea49dec513d64197c
Merge: 022ccff 8da0f25
Author: Chris Hofstaedtler <zeha@users.noreply.github.com>
Date: Fri Oct 25 16:23:20 2024 +0200
Merge pull request #289 from grml/rm-debian2hd
Drop support for debian2hd / AUTOINSTALL
commit 8da0f25ed168d5e1944c04ef69b26e6ac9f8e31b
Author: Chris Hofstaedtler <chris@hofstaedtler.name>
Date: Fri Oct 4 17:32:28 2024 +0200
Drop support for debian2hd / AUTOINSTALL
grml-autoconfig dropped this, as it is plainly broken under systemd
but nobody has complained.