From dd3d0ece41f07588ed1fecce7df0f593cde967d5 Mon Sep 17 00:00:00 2001
From: Ruben Rodriguez <ruben@trisquel.info>
Date: Fri, 19 Jun 2020 14:24:16 -0400
Subject: [PATCH] Backports from cosmic are deprecated, moving to focal

---
 helpers/make-gnome-icon-theme | 4 ++--
 helpers/make-libnumbertext    | 2 +-
 helpers/make-opendht          | 4 ++--
 helpers/make-pam-u2f          | 4 ++--
 helpers/make-ring             | 4 ++--
 helpers/make-vpb-driver       | 2 +-
 6 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/helpers/make-gnome-icon-theme b/helpers/make-gnome-icon-theme
index a223a43a..02ee6b4a 100644
--- a/helpers/make-gnome-icon-theme
+++ b/helpers/make-gnome-icon-theme
@@ -18,10 +18,10 @@
 #
 
 VERSION=1
-EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu cosmic universe'
+EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu focal universe'
 
 . ./config
 
-changelog "Backport from cosmic"
+changelog "Backport from focal"
 
 compile
\ No newline at end of file
diff --git a/helpers/make-libnumbertext b/helpers/make-libnumbertext
index 2d594292..5373b0b9 100644
--- a/helpers/make-libnumbertext
+++ b/helpers/make-libnumbertext
@@ -18,7 +18,7 @@
 #
 
 VERSION=1
-EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu cosmic main universe'
+EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu focal main universe'
 REPOKEY="3B4FE6ACC0B21F32"
 BACKPORT=true
 
diff --git a/helpers/make-opendht b/helpers/make-opendht
index f6a57361..c571bd79 100644
--- a/helpers/make-opendht
+++ b/helpers/make-opendht
@@ -18,11 +18,11 @@
 #
 
 VERSION=1
-EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu cosmic main universe'
+EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu focal main universe'
 REPOKEY=7638D0442B90D010
 
 . ./config
 
-changelog "Backported from cosmic"
+changelog "Backported from focal"
 
 compile
diff --git a/helpers/make-pam-u2f b/helpers/make-pam-u2f
index e36ba828..0c40c258 100644
--- a/helpers/make-pam-u2f
+++ b/helpers/make-pam-u2f
@@ -18,14 +18,14 @@
 #
 
 VERSION=1
-EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu cosmic universe'
+EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu focal universe'
 
 . ./config
 
 sed 's/debhelper.*/debhelper,/' -i debian/control
 echo 9 > debian/compat
 
-changelog "Backported from cosmic"
+changelog "Backported from focal"
 
 compile
 
diff --git a/helpers/make-ring b/helpers/make-ring
index 4efa1088..52ac360c 100644
--- a/helpers/make-ring
+++ b/helpers/make-ring
@@ -32,13 +32,13 @@
 #   softhsm2
 
 VERSION=1
-EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu cosmic main universe'
+EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu focal main universe'
 REPOKEY=7638D0442B90D010
 
 . ./config
 
 sed 's/--disable-downloads/--disable-downloads --disable-nettle/' -i debian/rules
 
-changelog "Backported from cosmic"
+changelog "Backported from focal"
 
 compile
diff --git a/helpers/make-vpb-driver b/helpers/make-vpb-driver
index b7387ce6..e581ff42 100644
--- a/helpers/make-vpb-driver
+++ b/helpers/make-vpb-driver
@@ -18,7 +18,7 @@
 #
 
 VERSION=2
-EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu cosmic universe'
+EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu focal universe'
 
 . ./config
 
-- 
GitLab