[neon/kde/kdeconnect/Neon/stable] debian: renable bluetooth as it hasn't given problems in unstable for the past month
Carlos De Maine
null at kde.org
Tue Sep 2 23:04:58 BST 2025
Git commit 546c619277776cdce72a3b5acd590a4b7a61c6db by Carlos De Maine.
Committed on 02/09/2025 at 22:04.
Pushed by carlosdem into branch 'Neon/stable'.
renable bluetooth as it hasn't given problems in unstable for the past month
M +0 -12 debian/rules
https://invent.kde.org/neon/kde/kdeconnect/-/commit/546c619277776cdce72a3b5acd590a4b7a61c6db
diff --git a/debian/rules b/debian/rules
index 183cf3b6..955f23f1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,15 +5,3 @@
%:
dh $@ --with kf6 --buildsystem kf6
-
-override_dh_auto_configure:
- # TEMPORARILY disable bluetooth link because it blocks plasma startup
- # https://invent.kde.org/network/kdeconnect-kde/-/merge_requests/600#note_884500
- # https://invent.kde.org/network/kdeconnect-kde/-/merge_requests/643
- # https://invent.kde.org/network/kdeconnect-kde/-/merge_requests/651
- failat=$(shell date -d 2025-09-01 +%s); \
- now=$(shell date -d now +%s); \
- if [ $$now -ge $$failat ]; then \
- /bin/false; \
- fi
- dh_auto_configure -- -DBLUETOOTH_ENABLED=OFF
More information about the Neon-commits
mailing list