From 56c177028edf17b4a67a4915cbf14d4093fd45b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= <ark@switnet.org> Date: Mon, 7 Mar 2022 15:46:21 +0000 Subject: [PATCH] Change youtube-dl source to testing --- helpers/make-youtube-dl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/helpers/make-youtube-dl b/helpers/make-youtube-dl index d1f0f9269..868f0ff7b 100644 --- a/helpers/make-youtube-dl +++ b/helpers/make-youtube-dl @@ -18,13 +18,14 @@ # 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 testing main' REPOKEY=648ACFD622F3D138 - . ./config +sed -i '/debhelper/s|13|12|' debian/control + changelog "Imported into Trisquel" compile -- GitLab