[neon/kde/kdeconnect/Neon/release] debian: still not fixed properly upstream so review again in May

Carlos De Maine null at kde.org
Tue Apr 2 00:23:30 BST 2024


Git commit 15e38d08a8a591f4a21a8a9bae07f4f6f5185425 by Carlos De Maine.
Committed on 01/04/2024 at 23:23.
Pushed by carlosdem into branch 'Neon/release'.

still not fixed properly upstream so review again in May

M  +3    -1    debian/rules

https://invent.kde.org/neon/kde/kdeconnect/-/commit/15e38d08a8a591f4a21a8a9bae07f4f6f5185425

diff --git a/debian/rules b/debian/rules
index 02a09e5f..dfbee110 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,9 @@
 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
-	failat=$(shell date -d 2024-04-01 +%s); \
+	# https://invent.kde.org/network/kdeconnect-kde/-/merge_requests/643
+	# https://invent.kde.org/network/kdeconnect-kde/-/merge_requests/651
+	failat=$(shell date -d 2024-05-01 +%s); \
 	now=$(shell date -d now +%s); \
 	if [ $$now -ge $$failat ]; then \
 		/bin/false; \


More information about the Neon-commits mailing list