From 396a5d02a8bab8dff0f7ecd608d092ffef6a711d Mon Sep 17 00:00:00 2001
From: Luis Guzman <ark@switnet.org>
Date: Tue, 11 Jan 2022 15:38:22 -0600
Subject: [PATCH] Migrate helpers to jammy lts repository.

---
 helpers/make-debhelper          | 8 +++++---
 helpers/make-mumble             | 6 +++---
 helpers/make-python-gwebsockets | 6 +++---
 helpers/make-sane-airscan       | 6 +++---
 4 files changed, 14 insertions(+), 12 deletions(-)

diff --git a/helpers/make-debhelper b/helpers/make-debhelper
index 3cdb31cd..d437c57b 100644
--- a/helpers/make-debhelper
+++ b/helpers/make-debhelper
@@ -1,5 +1,7 @@
 #!/bin/sh
 #
+#    Copyright (C) 2022 Trisquel GNU/Linux developers
+#                       <trisquel-devel@listas.trisquel.info>
 #    Copyright (C) 2021 Luis Guzman <ark@switnet.org>
 #
 #    This program is free software; you can redistribute it and/or modify
@@ -17,15 +19,15 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=1
-EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu groovy main universe'
+VERSION=2
+EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu jammy main universe'
 REPOKEY="871920D1991BC93C"
 BACKPORT=true
 
 
 . ./config
 
-changelog "Backported from groovy"
+changelog "Backported from jammy."
 
 compile
 
diff --git a/helpers/make-mumble b/helpers/make-mumble
index 6d8fbe59..0b9e2905 100644
--- a/helpers/make-mumble
+++ b/helpers/make-mumble
@@ -17,14 +17,14 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=2
-EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu groovy main universe'
+VERSION=3
+EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu jammy main universe'
 REPOKEY="871920D1991BC93C"
 BACKPORT=true
 
 . ./config
 
-changelog "Backported from groovy"
+changelog "Backported from jammy"
 
 compile
 
diff --git a/helpers/make-python-gwebsockets b/helpers/make-python-gwebsockets
index 67f11452..713ca132 100644
--- a/helpers/make-python-gwebsockets
+++ b/helpers/make-python-gwebsockets
@@ -17,13 +17,13 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=1
-EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu groovy main universe'
+VERSION=2
+EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu jammy main universe'
 REPOKEY="871920D1991BC93C"
 
 . ./config
 
-changelog "Backported from groovy"
+changelog "Backported from jammy"
 
 compile
 
diff --git a/helpers/make-sane-airscan b/helpers/make-sane-airscan
index a68e4ec7..5e981c59 100644
--- a/helpers/make-sane-airscan
+++ b/helpers/make-sane-airscan
@@ -17,8 +17,8 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=1
-EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu groovy main universe'
+VERSION=2
+EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu jammy main universe'
 REPOKEY="871920D1991BC93C"
 
 . ./config
@@ -26,7 +26,7 @@ REPOKEY="871920D1991BC93C"
 sed 's/debhelper.*/debhelper,/' -i debian/control
 echo 12 > debian/compat
 
-changelog "Backported from groovy"
+changelog "Backported from jammy"
 
 compile
 
-- 
GitLab