diff --git a/helpers/make-debhelper b/helpers/make-debhelper
index 3cdb31cd4afcb9bc676c94f53f606e99cb23bf71..d437c57b8972a7bc1c26d9bc4e76007ca1031685 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 6d8fbe59d7e6e6d83ec2d2eb038e5d8a4d229aa9..0b9e2905e3e142157efc6d3f94c043163a754549 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 67f1145237b2ca80478db3265826e9e682140507..713ca132acd56339df90a8d1e1a5c2d0084ec76e 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 a68e4ec71846e82c3f4960830f28bc4bf7a450bc..5e981c596eb253dbfab3090b58fac3710b8fc865 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