Revert "d/control: Add breaks on compressed 5.16 kernels"
This would otherwise force 5.16 older than 5.16.0-1pureos2 off the system as it can't be upraded due to it being removed from the archive when 5.17 enters.
@martin.kepplinger this is the revert I mentioned. If we do
diff --git a/debian/control.in b/debian/control.in
index 582f917f2d2a..3d5abd43e6d2 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -24,7 +24,7 @@ Vcs-Browser: https://source.puri.sm/Librem5/linux
Package: linux-image-%KREL%
Architecture: arm64
Depends:
- flash-kernel,
+ flash-kernel (>= 3.102.0pureos6),
initramfs-tools,
kmod,
linux-base,
in the kernel package we should be on the save side (we'd upload flash-kernel past 5.17 to give them a chance to migrate together).
This reverts commit 57c06f68.