From daacb33fb7e4cc616f41aa0d5fe6c58f5973a91e Mon Sep 17 00:00:00 2001
From: Luis Guzman <ark@switnet.org>
Date: Sun, 3 Oct 2021 14:30:17 -0500
Subject: [PATCH] Debian 11 release moved testing to stable, fixing helper
 source

---
 helpers/make-protobuf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/helpers/make-protobuf b/helpers/make-protobuf
index 9a0d2b4a6..f3ebc6f7f 100644
--- a/helpers/make-protobuf
+++ b/helpers/make-protobuf
@@ -18,11 +18,11 @@
 #
 
 VERSION=1
-EXTERNAL='deb-src http://ftp.debian.org/debian testing main'
+EXTERNAL='deb-src http://ftp.debian.org/debian stable main'
 REPOKEY=648ACFD622F3D138
 
 . ./config
 
-changelog "Backported from debian testing"
+changelog "Backported from debian stable"
 
 compile
-- 
GitLab