File: control

package info (click to toggle)
searx-admin 0.0~git20170823.95fe63b%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 512 kB
  • sloc: python: 385; sh: 19; makefile: 5
file content (25 lines) | stat: -rw-r--r-- 1,150 bytes parent folder | download
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
Source: searx-admin
Section: web
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Fred LE MEUR <frederic.le-meur@ac-versailles.fr>,
           James Valleroy <jvalleroy@mailbox.org>
Build-Depends: debhelper-compat (= 13), dh-exec, dh-python, python3
Standards-Version: 4.6.2
Homepage: https://github.com/kvch/searx-admin
Vcs-Git: https://salsa.debian.org/python-team/packages/searx-admin.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/searx-admin
Rules-Requires-Root: binary-targets

Package: searx-admin
Architecture: all
Depends: fonts-materialdesignicons-webfont, libjs-material-design-lite,
 python3-yaml, python3-flask, python3-flask-sqlalchemy,
 python3-flask-security, python3-requests, python3-bcrypt,
 python3-flask-mail, searx, ${python3:Depends}, ${misc:Depends}
Suggests: sqlite3
Description: Web based management interface for searx
 It is a web application which is capable of managing your instance and
 manipulating its settings via a web UI. It aims to replace editing of
 settings.yml for less experienced administrators or people who prefer
 graphical admin interfaces.