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

Carlos De Maine null at kde.org
Mon May 5 10:11:06 BST 2025


Git commit d7cc4d96ff66bd9b2d7e73acf4547084b67e4b7c by Carlos De Maine.
Committed on 05/05/2025 at 09:11.
Pushed by carlosdem into branch 'Neon/release'.

add another 3 months

(cherry picked from commit fb6e3a3f71f9d0afa0f7286253d7d3541e83f6b7)

Co-authored-by: Carlos De Maine <carlosd.kde at gmail.com>

M  +1    -1    debian/rules

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

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