Skip to content
Snippets Groups Projects
Commit 396a5d02 authored by Luis Guzmán's avatar Luis Guzmán
Browse files

Migrate helpers to jammy lts repository.

parent 23bd019c
No related branches found
No related tags found
No related merge requests found
#!/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
......@@ -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
......@@ -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
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment