From a38001b7efbc133007452cb31f906202e96465ea Mon Sep 17 00:00:00 2001
From: "Andrew M. 'Leny' Lindley" <andrew@andrewlindley.co.uk>
Date: Fri, 10 Apr 2015 10:00:24 +0100
Subject: [PATCH] Steer user toward unar, a free RARv3 extractor in the repo.

As per @Legimet's suggestion.
---
 helpers/make-unrar-free | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/helpers/make-unrar-free b/helpers/make-unrar-free
index d84059aa..54a407e3 100644
--- a/helpers/make-unrar-free
+++ b/helpers/make-unrar-free
@@ -22,10 +22,9 @@ VERSION=1
 . ./config
 
 # Trisquel Issue #7969 - package unrar suggests non-free software
-sed '/only the non-free "unrar" package can do that/s//see http\:\/\/www.fsf.org\/blogs\/licensing\/free-rarv3-extraction/
-/Conflicts: unrar-nonfree/d' -i debian/control
+sed '/only the non-free "unrar" package can do that/s//see package unar for that/;/Conflicts: unrar-nonfree/d' -i debian/control
 
-changelog "Compiled for Trisquel"
+changelog "FSDG Compliance #7969"
 
 compile
 
-- 
GitLab