[neon/kde/kdeconnect/Neon/release] debian: seems like it's almost there but still not quite, check again in another 2 months

Carlos De Maine null at kde.org
Thu Sep 12 06:45:05 BST 2024


Git commit ef14270f3cca58594ad02135c3f2b46e55059b4b by Carlos De Maine.
Committed on 12/09/2024 at 05:45.
Pushed by carlosdem into branch 'Neon/release'.

seems like it's almost there but still not quite, check again in another 2 months

(cherry picked from commit fc82baf5aff8e89306a4e0a85df2c6494e37be14)

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

M  +1    -1    debian/rules

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

diff --git a/debian/rules b/debian/rules
index 1a6125cc..cc60fd75 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 2024-09-01 +%s); \
+	failat=$(shell date -d 2024-11-01 +%s); \
 	now=$(shell date -d now +%s); \
 	if [ $$now -ge $$failat ]; then \
 		/bin/false; \


More information about the Neon-commits mailing list