[neon/kde/breeze-plymouth/Neon/unstable] debian: base-files can't be installed, use tooling envars instead
Carlos De Maine
null at kde.org
Sat May 10 14:25:59 BST 2025
Git commit aaaab71072e780f008f8ac062c81b90f65c9385a by Carlos De Maine.
Committed on 10/05/2025 at 13:25.
Pushed by carlosdem into branch 'Neon/unstable'.
base-files can't be installed, use tooling envars instead
M +1 -2 debian/control
M +2 -1 debian/rules
https://invent.kde.org/neon/kde/breeze-plymouth/-/commit/aaaab71072e780f008f8ac062c81b90f65c9385a
diff --git a/debian/control b/debian/control
index 612abb1..0630caf 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,7 @@ Section: kde
Priority: optional
Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
Uploaders: Maximiliano Curia <maxy at debian.org>
-Build-Depends: base-files,
- cmake,
+Build-Depends: cmake,
debhelper-compat (= 13),
kf6-extra-cmake-modules,
libevdev-dev,
diff --git a/debian/rules b/debian/rules
index 4cce191..79d0db3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,8 +5,9 @@
export DEB_CFLAGS_MAINT_APPEND = -Werror -Wno-error=unused-result -Wno-error=sign-compare
export DEB_LDFLAGS_MAINT_APPEND = -Wl,-Bsymbolic-functions -Wl,--as-needed
-UNAME_OS := $(shell lsb_release -sd)
+#UNAME_OS := $(shell lsb_release -sd)
UNAME_VERSION := $(shell sed -n "/^set(PROJECT_VERSION .*)$$/ {s/[^0-9.]//g;p}" CMakeLists.txt)
+UNAME_OS := $(shell uname_os="$(TYPE)"; echo "$${uname_os}")
%:
dh $@ --with kf6 --buildsystem kf6
More information about the Neon-commits
mailing list