[neon/kde/spectacle/Neon/release_jammy] debian: add gcc-12&g++-12 so clang can guess stuff correctly

Carlos De Maine null at kde.org
Wed Jun 5 14:14:51 BST 2024


Git commit 40f2914a4970302477254e49dc54ec851b2abbb7 by Carlos De Maine.
Committed on 05/06/2024 at 13:14.
Pushed by carlosdem into branch 'Neon/release_jammy'.

add gcc-12&g++-12 so clang can guess stuff correctly

M  +2    -0    debian/control
M  +0    -3    debian/rules

https://invent.kde.org/neon/kde/spectacle/-/commit/40f2914a4970302477254e49dc54ec851b2abbb7

diff --git a/debian/control b/debian/control
index 74f3cd1..ab6d0e3 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,8 @@ Uploaders: Maximiliano Curia <maxy at debian.org>
 Build-Depends: cmake,
                clang-15,
                debhelper-compat (= 13),
+               gcc-12,
+               g++-12,
                kf6-extra-cmake-modules,
                kf6-kcolorscheme-dev,
                kf6-kconfig-dev,
diff --git a/debian/rules b/debian/rules
index 6e16319..d850963 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,8 +10,5 @@ export CMAKE_CXX_COMPILER=clang++-15
 %:
 	dh $@ --with kf6 --buildsystem kf6 --buildsystem=cmake+ninja
 
-override_dh_shlibdeps:
-	dh_shlibdeps -l$(CURDIR)/debian/$(shell dh_listpackages | head -n1)/usr/kf6/lib/$(DEB_HOST_MULTIARCH)/
-
 override_dh_install:
 	echo "skip dh_install"


More information about the Neon-commits mailing list