From 7743657a6b98784595a2abee93d0e91b6c6ca3e7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= <ark@switnet.org>
Date: Sat, 9 Apr 2022 03:33:07 +0000
Subject: [PATCH] Fix unp helper for aramo release.

---
 helpers/make-unp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/helpers/make-unp b/helpers/make-unp
index 639e66c27..63ebd970b 100644
--- a/helpers/make-unp
+++ b/helpers/make-unp
@@ -21,10 +21,10 @@ VERSION=1
 COMPONENT=main
 . ./config
 
-sed -i 's/You may also want to install some non-free packages like "unace-nonfree",//g;s/"unrar-nonfree" and "lha" to extract archives of these types\.//g' debian/control
+sed -i '/\ \./Q' debian/control
 
 changelog "Description changed
-	   Closes #2076 " 
+	   Closes #2076 "
 
 compile
 
-- 
GitLab