Skip to content
Snippets Groups Projects
Commit 9ae5089b authored by Luis Guzmán's avatar Luis Guzmán
Browse files

Backport command-not-found from debian stable

Fix several bugs (and is only one package)
parent 0314c768
No related branches found
No related tags found
1 merge request!508Backport command-not-found from debian stable
Pipeline #236 passed
......@@ -19,16 +19,20 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=3
EXTERNAL='deb-src http://ftp.debian.org/debian stable main'
REPOKEY=04EE7237B7D453EC
VERSION=1
. ./config
# ---
# New way of working the db
#https://bugs.launchpad.net/ubuntu/+source/command-not-found/+bug/1844651
# ---
#Delete components upstream, keep universe for passing test making main the first (only) parsed.
# Delete components upstream, keep universe for passing test making main the first (only) parsed.
#sed -i '/universe/d' CommandNotFound/db/creator.py
sed -i '/contrib/d;/restricted/d;/non-free/d;/multiverse/d' CommandNotFound/db/creator.py
#Remove reference to non-free software or mirrors.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment