From 554175db40fddb8ad29121c0566e03a0f7698b3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= <ark@switnet.org> Date: Mon, 6 Dec 2021 18:49:10 +0000 Subject: [PATCH] Update nabia telegram backport to a supported version. --- helpers/make-libtgowt | 6 +++--- helpers/make-libtgvoip | 6 +++--- helpers/make-telegram-desktop | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/helpers/make-libtgowt b/helpers/make-libtgowt index 1f031f4e..2eea7879 100644 --- a/helpers/make-libtgowt +++ b/helpers/make-libtgowt @@ -17,13 +17,13 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=1 -EXTERNAL='deb-src http://ftp.debian.org/debian stable main' +VERSION=2 +EXTERNAL='deb-src http://ftp.debian.org/debian oldstable-backports-sloppy main' REPOKEY=648ACFD622F3D138 BACKPORT=true . ./config -changelog "Backported from debian stable as telegram-desktop dependency" +changelog "Backported from debian oldstable-backports-sloppy as telegram-desktop dependency" compile diff --git a/helpers/make-libtgvoip b/helpers/make-libtgvoip index fbd66536..2eea7879 100644 --- a/helpers/make-libtgvoip +++ b/helpers/make-libtgvoip @@ -17,13 +17,13 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=1 -EXTERNAL='deb-src http://ftp.debian.org/debian stable main' +VERSION=2 +EXTERNAL='deb-src http://ftp.debian.org/debian oldstable-backports-sloppy main' REPOKEY=648ACFD622F3D138 BACKPORT=true . ./config -changelog "Backported from debian stable as telegram-desktop dependency." +changelog "Backported from debian oldstable-backports-sloppy as telegram-desktop dependency" compile diff --git a/helpers/make-telegram-desktop b/helpers/make-telegram-desktop index ebcc38bf..0fa663bb 100644 --- a/helpers/make-telegram-desktop +++ b/helpers/make-telegram-desktop @@ -18,12 +18,12 @@ # VERSION=2 -EXTERNAL='deb-src http://ftp.debian.org/debian oldstable-backports main' +EXTERNAL='deb-src http://ftp.debian.org/debian oldstable-backports-sloppy main' REPOKEY=648ACFD622F3D138 BACKPORT=true . ./config -changelog "Backported from debian oldstable-backports" +changelog "Backported from debian oldstable-backports-sloppy" compile -- GitLab