From 0539d2d603977033146d9ab15e105b0421dad697 Mon Sep 17 00:00:00 2001
From: Mason Hock <mason@masonhock.com>
Date: Thu, 5 Sep 2019 14:53:06 -0700
Subject: [PATCH] clean and bump version

---
 helpers/make-command-not-found | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/helpers/make-command-not-found b/helpers/make-command-not-found
index 7b153ff2..1f841f7a 100644
--- a/helpers/make-command-not-found
+++ b/helpers/make-command-not-found
@@ -17,7 +17,7 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=1
+VERSION=2
 
 . ./config
 
@@ -28,8 +28,6 @@ for word in restricted nonfree multiverse aee afio app-install-data-commercial a
   /bin/sed "/name: .*$word.*/,+3d" -i CommandNotFound/db/dists/$UPSTREAM*/*/cnf/Commands-*
 done
 
-#sed 's/|universe|/|main|/' -i ./UnifiedDataExtractor/scan.data
-
 changelog "Removed references to non-free software"
 
 compile
-- 
GitLab