Source: kmod Version: 30+20220630-1 Tags: patch User: helm...@debian.org Usertags: rebootstrap
Hi Marco, the addition of zstd happens to break rebootstrap, due to suboptimal design choices in rebootstrap. zstd (wrongly) isn't Multi-Arch: foreign, so kmod's dependncy cross grades zstd, which is bad. While the issue also is elsewhere, I'd appreciate if you could fix this in the simplest possible way: Annotate the dependency <!nocheck> as it really is only used for testing. I'll also look into addressing the issue elsewhere. Thanks Helmut
diff --minimal -Nru kmod-30+20220630/debian/changelog kmod-30+20220630/debian/changelog --- kmod-30+20220630/debian/changelog 2022-07-03 13:28:18.000000000 +0200 +++ kmod-30+20220630/debian/changelog 2022-07-06 06:51:27.000000000 +0200 @@ -1,3 +1,10 @@ +kmod (30+20220630-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Annotate zstd dependency with <!nocheck>. (Closes: #-1) + + -- Helmut Grohne <hel...@subdivi.de> Wed, 06 Jul 2022 06:51:27 +0200 + kmod (30+20220630-1) unstable; urgency=medium * New upstream snapshot. diff --minimal -Nru kmod-30+20220630/debian/control kmod-30+20220630/debian/control --- kmod-30+20220630/debian/control 2022-07-03 13:28:07.000000000 +0200 +++ kmod-30+20220630/debian/control 2022-07-06 06:51:27.000000000 +0200 @@ -6,7 +6,7 @@ autoconf, automake, libtool, liblzma-dev, libssl-dev, - libzstd-dev, zstd, + libzstd-dev, zstd <!nocheck>, gtk-doc-tools, xsltproc, Standards-Version: 4.6.1.0 Rules-Requires-Root: no