[neon/kde/kdeconnect/Neon/release] debian: two months this time

Carlos De Maine null at kde.org
Thu Jul 4 07:08:28 BST 2024


Git commit 63d70d5037d474a75022e83d621b1d06c99e1a22 by Carlos De Maine.
Committed on 04/07/2024 at 06:08.
Pushed by carlosdem into branch 'Neon/release'.

two months this time

(cherry picked from commit f016cd58c45ef40895f3105d0a76f9fdfb384a8c)

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

M  +1    -1    debian/rules

https://invent.kde.org/neon/kde/kdeconnect/-/commit/63d70d5037d474a75022e83d621b1d06c99e1a22

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


More information about the Neon-commits mailing list