summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJohannes 'josch' Schauer <josch@debian.org>2020-07-15 08:22:53 +0200
committerJohannes 'josch' Schauer <josch@debian.org>2020-07-15 08:22:53 +0200
commit4fa8dd7f4553b8fd17f8063aacdd05b91d3cb988 (patch)
tree9713913d5a79258e5af159c8db488f56245fb543 /debian
parentcb4e36cbea9c1fdcb772775a28d9171fe549ada5 (diff)
debian/rules: add an empty searx/data/bangs.json
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 5f12a5c..13bf6c4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,7 @@ override_dh_auto_build:
./manage.sh locales # run pybabel
make themes
python3 ./debian/ionicons/generate.py < ./debian/ionicons/input.json
+ echo '{"bang":[]}' > searx/data/bangs.json
# do not run tests because the splinter python3 module is not packaged yet
override_dh_auto_test: