From db34721fd00b248bee2938e11576ae635863e3f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= <ark@switnet.org> Date: Fri, 2 Apr 2021 17:52:05 +0000 Subject: [PATCH] Rename package and remove test because of firewall --- helpers/{make-libkiwix9 => make-libkiwix} | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) rename helpers/{make-libkiwix9 => make-libkiwix} (81%) diff --git a/helpers/make-libkiwix9 b/helpers/make-libkiwix similarity index 81% rename from helpers/make-libkiwix9 rename to helpers/make-libkiwix index bd1de0608..1ffdf7dd1 100644 --- a/helpers/make-libkiwix9 +++ b/helpers/make-libkiwix @@ -17,13 +17,16 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=1 +VERSION=2 EXTERNAL='deb-src http://ftp.debian.org/debian stable-backports main' REPOKEY=04EE7237B7D453EC BACKPORT=true . ./config -changelog "Backported from debian stable backports" +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" compile -- GitLab