From f50665a2bd86ad2e0af5e70190b047dba20d9e49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= <ark@switnet.org> Date: Sat, 18 Jun 2022 21:13:47 +0000 Subject: [PATCH] umbrello: Forward port to aramo. --- helpers/make-umbrello | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/helpers/make-umbrello b/helpers/make-umbrello index 3f377c82..420e5bfb 100644 --- a/helpers/make-umbrello +++ b/helpers/make-umbrello @@ -2,6 +2,7 @@ # # Copyright (C) 2022 Trisquel GNU/Linux developers # <trisquel-devel@listas.trisquel.info> +# Copyright (C) 2022 Luis Guzman <ark@switnet.org> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -18,13 +19,15 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=0 -EXTERNAL='deb-src http://archive.neon.kde.org/user $UPSTREAM main' +#Temporary fordward port from focal to aramo backports. +VERSION=1 +EXTERNAL='deb-src http://archive.neon.kde.org/user focal main' REPOKEY="E6D4736255751E5D" BACKPORT=true . ./config +sed -i 's|kdevplatform-dev|kdevelop-dev|' debian/control changelog "Backport latest release from kde archive." -- GitLab