From b94187b63160163429a090991d092969a3c11729 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Rodr=C3=ADguez?= <ruben@trisquel.info> Date: Thu, 13 Feb 2014 05:41:20 +0100 Subject: [PATCH] Updated p7zip --- helpers/make-p7zip | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/helpers/make-p7zip b/helpers/make-p7zip index 03a1f568..19c8f2fb 100644 --- a/helpers/make-p7zip +++ b/helpers/make-p7zip @@ -23,9 +23,10 @@ VERSION=1 sed -i '/Suggests: p7zip-rar/d' debian/control #Our versions doesn't handle rar files, due to licenses -sed -i 's/RAR, ARJ,/ARJ,/g' debian/control +sed -i 's/RAR (only//; s/if non-free p7zip-rar package is installed),//' debian/control # + changelog "Remove non free suggests" #Closes https://trisquel.info/es/issues/4360 -compile +PARALLEL=false compile -- GitLab