From 85506200b6874c05d2c0c793d87e7718225913b2 Mon Sep 17 00:00:00 2001
From: Luis Guzman <ark@switnet.org>
Date: Tue, 7 Jun 2022 18:12:37 +0000
Subject: [PATCH] Fix bleachbit changelog

---
 helpers/make-bleachbit | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/helpers/make-bleachbit b/helpers/make-bleachbit
index 08d53724..b01d6945 100644
--- a/helpers/make-bleachbit
+++ b/helpers/make-bleachbit
@@ -18,7 +18,7 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=2
+VERSION=3
 
 . ./config
 
@@ -38,10 +38,6 @@ replace firefox abrowser .
 
 cp $DATA/icecat.xml cleaners/icecat.xml
 
-changelog "Rename firefox to abrowser"
-
-changelog "Add icecat cleaner"
-
-changelog "Remove cleaners for non-free programs and stop advertising them"
+changelog "Rename firefox to abrowser, add icecat cleaner and remove cleaners for non-free programs and stop advertising them"
 
 compile
-- 
GitLab