summaryrefslogtreecommitdiff
path: root/debian/control
blob: 985456b493c7f970872fdcb5410bb8d3ad16f389 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Source: searx
Section: web
Priority: optional
Maintainer: Johannes 'josch' Schauer <josch@debian.org>
Build-depends:
 debhelper-compat (= 13),
 dh-python,
 grunt,
 node-grunt-contrib-concat,
 node-grunt-contrib-uglify,
 node-less,
 python3-all,
 python3-babel,
 python3-setuptools,
 python3-fontforge,
Standards-Version: 4.5.0
Homepage: https://asciimoo.github.io/searx/
Vcs-Git: https://salsa.debian.org/debian/searx.git
Vcs-Browser: https://salsa.debian.org/debian/searx
Rules-Requires-Root: no

Package: python3-searx
Architecture: all
Depends:
 libjs-bootstrap,
 libjs-jquery,
 libjs-leaflet,
 libjs-requirejs,
 python3-certifi,
 python3-dateutil,
 python3-flask,
 python3-flask-babel,
 python3-lxml,
 python3-openssl,
 python3-pygments,
 python3-requests,
 python3-werkzeug (>= 0.16.1),
 python3-yaml,
 ${misc:Depends},
 ${python3:Depends},
Section: python
Description: Privacy-respecting metasearch engine - library package
 Searx is an internet metasearch engine which aggregates results from more than
 70 search services. Searx runs as a web service and provides a web interface
 that allows the user to do a general search (aggregating results from google,
 bing, yahoo) or search for files (piratebay, kickass, torrentz), images (bing,
 deviantart, google images, flickr), IT (github, stackoverflow, Arch Linux
 wiki), maps (OpenStreetMap, photon), music (youtube, spotify, soundcloud),
 news (bing news, google news, reddit), science (arxiv, wolframalpha) social
 media (digg, twitter) and videos (youtube, dailymotion, vimeo).
 .
 This package provides the Python library.

Package: searx
Architecture: all
Depends:
 python3-searx (= ${source:Version}),
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 nginx,
 uwsgi,
 uwsgi-plugin-python3,
Description: Privacy-respecting metasearch engine
 Searx is an internet metasearch engine which aggregates results from more than
 70 search services. Searx runs as a web service and provides a web interface
 that allows the user to do a general search (aggregating results from google,
 bing, yahoo) or search for files (piratebay, kickass, torrentz), images (bing,
 deviantart, google images, flickr), IT (github, stackoverflow, Arch Linux
 wiki), maps (OpenStreetMap, photon), music (youtube, spotify, soundcloud),
 news (bing news, google news, reddit), science (arxiv, wolframalpha) social
 media (digg, twitter) and videos (youtube, dailymotion, vimeo).