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 5cb969e11467dd8f3964f904b28f0711232e3ecd
Merge: 86e6f0a 8bc61a2
Author: Vagrant Cascadian <vagrant@debian.org>
Date: Fri Feb 17 00:21:18 2023 +0000
Merge branch 'X13s' into 'master'
db: add Lenovo ThinkPad X13s
See merge request installer-team/flash-kernel!39
commit 86e6f0a222f9602610df44e005264a4db65b9670
Merge: 8b13c21 b89e841
Author: Vagrant Cascadian <vagrant@debian.org>
Date: Fri Feb 17 00:16:48 2023 +0000
Merge branch 'add-toradex-colibri-imx6ull-emmc' into 'master'
Add machine db entries for Colibri iMX6ULL eMMC
See merge request installer-team/flash-kernel!40
commit b89e8413cd8a024665b4626fe8ea5a8ef2234800
Author: Francesco Dolcini <francesco@dolcini.it>
Date: Thu Feb 16 21:55:40 2023 +0100
Add machine db entries for Colibri iMX6ULL eMMC
Add machine db entries for Toradex Colibri iMX6ULL eMMC SoM mated with
Aster, Evaluation and Iris carrier boards [0].
[0] https://www.toradex.com/computer-on-modules/colibri-arm-family/nxp-imx6ull
Signed-off-by: Francesco Dolcini <francesco@dolcini.it>
commit 8bc61a26c734bfe613b9abb3fc69494e21601029
Author: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Date: Fri Jan 6 13:53:04 2023 +0100
db: add Lenovo ThinkPad X13s
The Lenovo ThinkPad X13s provides an UEFI implementation. Flash-kernel is
only used to copy the device-tree to a location where GRUB can pick it up.
Hence, use kernel flavor "any". (LP: #2002092)
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
commit 8b13c21c283438b3c2ee565c01e4f2c0815a6792
Author: Vagrant Cascadian <vagrant@debian.org>
Date: Mon Sep 19 14:33:44 2022 -0700
debian/control: Update Standards-Version to 4.6.1.
commit 95fbba9ae080cf90617407f6661f0d373ee72f95
Merge: 176d911 48ce719
Author: Vagrant Cascadian <vagrant@debian.org>
Date: Mon Sep 19 21:22:02 2022 +0000
Merge branch 'vm-entries' into 'master'
Add QEMU-related "dummy" entries
See merge request installer-team/flash-kernel!38
commit 176d9115b00ea402614c3da189d53ed08e8d43ea
Merge: 0277e39 971d404
Author: Vagrant Cascadian <vagrant@debian.org>
Date: Mon Sep 19 21:19:40 2022 +0000
Merge branch 'lr/olpc-xo175-2' into 'master'
Make the OLPC XO-1.75 boot script a bit more forgiving
See merge request installer-team/flash-kernel!26
commit 0277e394b78d54610fefa315741014820f50d490
Author: Daniel Serpell <daniel.serpell@gmail.com>
Date: Thu Sep 15 11:09:09 2022 -0300
Add A20-OLinuXino_MICRO-eMMC.
(Closes: #1019881)
commit 48ce7192f72e786d50c4aeac79e545a6835eec4d
Author: Dave Jones <dave.jones@canonical.com>
Date: Mon Aug 15 16:38:27 2022 +0100
Add QEMU-related "dummy" entries
These entries permit flash-kernel to be run (without error) under
various QEMU environments.
commit 7bb874ffab5cc39ee326fd1deff42743b6eeb561
Merge: 91f09d2 d86843a
Author: Vagrant Cascadian <vagrant@debian.org>
Date: Tue Aug 9 15:07:32 2022 +0000
Merge branch 'lenovo' into 'master'
db: add Lenovo Miix 630 and Lenovo Yoga C630
See merge request installer-team/flash-kernel!32
commit 91f09d2991e8a77c6c55581ead120026a517d3c9
Merge: 714adc3 4c93056
Author: Vagrant Cascadian <vagrant@debian.org>
Date: Tue Aug 9 14:59:45 2022 +0000
Merge branch 'reproducible-ucf-debconf' into 'master'
Choose a stable temporary file path for ucf
See merge request installer-team/flash-kernel!37
commit 4c93056df7459b9ad3b38a00aef27af43eba10ad
Author: Johannes Schauer Marin Rodrigues <josch@mister-muffin.de>
Date: Sat Aug 6 07:24:48 2022 +0200
Choose a stable temporary file path for ucf
If ucf is given a path created with mktemp(1), then that path will be
stored in /var/cache/debconf/config.dat and make the installation
unreproducible. By choosing a stable temporary file name, installations
become bit-by-bit reproducible again. This is also done like that in the
privoxy postinst.
commit d86843a152aa9706a73f8372b28060338c13d890
Author: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Date: Fri Apr 29 22:35:52 2022 +0200
db: add Lenovo Miix 630 and Lenovo Yoga C630
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
commit 971d40436f48790976ac8bbeb6b284ce56e1aa07
Author: Lubomir Rintel <lkundrak@v3.sk>
Date: Thu Dec 31 01:44:35 2020 +0100
Make the OLPC XO-1.75 boot script a bit more forgiving
This makes the script slighlty less picky about the compatible strings.
In general, if the root compatible strings contains ids that are known
supported by mainline/Debian kernel, we know the machine is going to boot
and we don't need to do further checks.
This makes the logic a bit simpler, but also ensures XO-4 (and
potentially other MMP boards such as Dell Ariel) will boot fine if it
provides a good device tree.