command-not-found: don't recommend extra repositories

This commit is contained in:
Ruben Rodriguez 2023-06-09 17:04:52 -04:00
parent 198995bcdb
commit 0cf2c7a7c8
2 changed files with 29 additions and 2 deletions

View file

@ -19,7 +19,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=2
VERSION=3
. ./config
@ -45,9 +45,12 @@ sed -i '/snapd/d' debian/control
#Remove update-from-web
rm update-from-web.sh
#Patch test
#Patch the test suite
patch -p1 < $DATA/fix_test.patch
#Do not recommend extra repositories
patch -p1 < $DATA/no_extra_repositories.patch
changelog "Removed references to non-free software"
compile