summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 56c366861076838a999181140b53e3e50d1ee8c0 (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
Source: litecli
Section: database
Priority: optional
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3,
 python3-setuptools,
Rules-Requires-Root: no
Standards-Version: 4.5.1
Homepage: https://litecli.com
Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/litecli
Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/litecli
Testsuite: autopkgtest-pkg-python

Package: litecli
Section: database
Architecture: all
Depends:
 python3-cli-helpers,
 ${misc:Depends},
 ${python3:Depends},
Description: CLI for SQLite
 litecli is a command line interface for SQLite with auto-completion and syntax
 highlighting.