diff --git a/helpers/make-debhelper b/helpers/make-debhelper index 3cdb31c..d437c57 100644 --- a/helpers/make-debhelper +++ b/helpers/make-debhelper @@ -1,5 +1,7 @@ #!/bin/sh # +# Copyright (C) 2022 Trisquel GNU/Linux developers +# # Copyright (C) 2021 Luis Guzman # # 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 6d8fbe5..0b9e290 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 67f1145..713ca13 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 a68e4ec..5e981c5 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