[neon/kde/kdeconnect/Neon/unstable] debian: add another 3 months

Carlos De Maine null at kde.org
Mon May 5 05:31:28 BST 2025


Git commit fb6e3a3f71f9d0afa0f7286253d7d3541e83f6b7 by Carlos De Maine.
Committed on 05/05/2025 at 04:31.
Pushed by carlosdem into branch 'Neon/unstable'.

add another 3 months

M  +1    -1    debian/rules

https://invent.kde.org/neon/kde/kdeconnect/-/commit/fb6e3a3f71f9d0afa0f7286253d7d3541e83f6b7

diff --git a/debian/rules b/debian/rules
index b3aa8470..a335f3ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ override_dh_auto_configure:
 	# 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-05-01 +%s); \
+	failat=$(shell date -d 2025-08-01 +%s); \
 	now=$(shell date -d now +%s); \
 	if [ $$now -ge $$failat ]; then \
 		/bin/false; \


More information about the Neon-commits mailing list