[neon/kde/kwave/Neon/unstable_jammy] debian: Update rules
Carlos De Maine
null at kde.org
Sun Aug 18 01:46:54 BST 2024
Git commit 3a95099522d7540f0276acf227e0f25ae48062a8 by Carlos De Maine.
Committed on 18/08/2024 at 00:46.
Pushed by carlosdem into branch 'Neon/unstable_jammy'.
Update rules
(cherry picked from commit c580e40f4cf64eca88cdff1ad9c89f88440f3cfc)
Co-authored-by: Carlos De Maine <carlosdemaine at gmail.com>
M +1 -8 debian/rules
https://invent.kde.org/neon/kde/kwave/-/commit/3a95099522d7540f0276acf227e0f25ae48062a8
diff --git a/debian/rules b/debian/rules
index e4ddf79..03edc10 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,8 @@
#!/usr/bin/make -f
-DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
-
-ifneq ($(DEB_HOST_ARCH_OS),linux)
- DEB_CMAKE_CUSTOM_FLAGS += -DWITH_ALSA=OFF
-endif
-
-export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
%:
dh $@ --with kf6 --buildsystem kf6
override_dh_auto_configure:
- dh_auto_configure -- -DWITH_MP3=ON $(DEB_CMAKE_CUSTOM_FLAGS)
+ dh_auto_configure -- -DWITH_MP3=ON --DEBUG=ON
More information about the Neon-commits
mailing list