From 1c22dda8850ae65502ae4df61f35ca2c312f5c73 Mon Sep 17 00:00:00 2001 From: Luis Guzman <ark@switnet.org> Date: Thu, 26 Aug 2021 03:30:16 -0500 Subject: [PATCH] Fix debian repo for libkiwix --- helpers/make-libkiwix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpers/make-libkiwix b/helpers/make-libkiwix index 1ffdf7dd..694ca757 100644 --- a/helpers/make-libkiwix +++ b/helpers/make-libkiwix @@ -18,7 +18,7 @@ # VERSION=2 -EXTERNAL='deb-src http://ftp.debian.org/debian stable-backports main' +EXTERNAL='deb-src http://ftp.debian.org/debian stable main' REPOKEY=04EE7237B7D453EC BACKPORT=true @@ -27,6 +27,6 @@ BACKPORT=true sed -i "/override_dh_auto_test/a #Prevent tests because of webserver failing" debian/rules sed -i "s|dh_auto_test --|#dh_auto_test --|" debian/rules -changelog "Backported from debian old stable backports" +changelog "Backported from debian stable as a kiwix dependency" compile -- GitLab