From 933dd901f26ff393f2403ee28c4fb10414d96b6a Mon Sep 17 00:00:00 2001 From: Michigan Electronic Technologies Date: Thu, 4 Sep 2025 08:10:17 -0400 Subject: [PATCH] Update kernel for debian 12 (#1) * Checkpoint before follow-up message Co-authored-by: christianmellon7 * Checkpoint before follow-up message Co-authored-by: christianmellon7 * Bump Debian compatibility, source format, and standards version Co-authored-by: christianmellon7 --------- Co-authored-by: Cursor Agent --- debian/changelog | 6 ++++++ debian/compat | 2 +- debian/control | 3 ++- debian/source/format | 2 +- scripts/package/builddeb | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index f29a44124..1e3c69104 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cosmo-linux-kernel (0.3) bookworm; urgency=medium + + * Update packaging for Debian 12 (bookworm) + + -- Adam Boardman Thu, 04 Sep 2025 10:00:00 +0000 + cosmo-linux-kernel (0.2) unstable; urgency=medium * Build fixes for bookworm diff --git a/debian/compat b/debian/compat index f599e28b8..b1bd38b62 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -10 +13 diff --git a/debian/control b/debian/control index 31395bea7..48355943e 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,8 @@ Build-Depends: libssl-dev, gcc-aarch64-linux-gnu, device-tree-compiler -Standards-Version: 3.9.8 +Standards-Version: 4.6.2 +Rules-Requires-Root: no Vcs-Git: https://github.com/gemian/cosmo-linux-kernel-4.4.git Homepage: https://www.kernel.org/ diff --git a/debian/source/format b/debian/source/format index d3827e75a..163aaf8d8 100644 --- a/debian/source/format +++ b/debian/source/format @@ -1 +1 @@ -1.0 +3.0 (quilt) diff --git a/scripts/package/builddeb b/scripts/package/builddeb index 6c3b038ef..86209749f 100755 --- a/scripts/package/builddeb +++ b/scripts/package/builddeb @@ -285,7 +285,7 @@ Section: kernel Priority: optional Maintainer: $maintainer Build-Depends: $build_depends -Standards-Version: 3.8.4 +Standards-Version: 4.6.2 Homepage: http://www.kernel.org/ EOF