From 50c09e3d10658a56e3389216893126b27a31638e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Fri, 5 Apr 2024 22:38:12 +0900 Subject: [PATCH] fix(noble): cmake : Depends: cmake-data (= 3.28.3-1build5) but it is not going to be installed --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 1ce45cd..eeda513 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: base16384 Section: utils Priority: optional Maintainer: Fumiama Minamoto -Build-Depends: debhelper (>= 9), cmake (>= 3) +Build-Depends: debhelper (>= 9), cmake (>= 3), cmake-data (>= 3) Rules-Requires-Root: no Standards-Version: 4.4.1 Homepage: https://github.com/fumiama/base16384