From 8120fa2ab41305ca1b97b5bb57642327db87ee4f Mon Sep 17 00:00:00 2001 From: Stas Sergeev Date: Thu, 30 Jul 2026 22:04:05 +0300 Subject: [PATCH] deb: remove clang and build-essentials Instead add clang to ci_prereq.sh as its still used on CI. --- ci_prereq.sh | 4 ++-- debian/control | 6 ------ 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/ci_prereq.sh b/ci_prereq.sh index 579973aa..0258bc8f 100755 --- a/ci_prereq.sh +++ b/ci_prereq.sh @@ -4,8 +4,8 @@ sudo apt-get update sudo apt install -y \ devscripts \ equivs \ - git + git \ + clang -sudo add-apt-repository ppa:stsp-0/nasm-segelf sudo add-apt-repository ppa:stsp-0/thunk-gen mk-build-deps --install --root-cmd sudo diff --git a/debian/control b/debian/control index 867348a4..2c737910 100644 --- a/debian/control +++ b/debian/control @@ -4,14 +4,8 @@ Priority: optional Maintainer: Stas Sergeev Standards-Version: 3.9.7 Build-Depends: - make, - sed, - bash, - clang, nasm, - binutils, binutils-x86-64-linux-gnu, - coreutils, libelf-dev, thunk-gen (>= 1.9~), git,