summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control33
1 files changed, 33 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..ec6d514
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,33 @@
+Source: mycli
+Maintainer: Lennart Weller <lhw@ring0.de>
+Section: database
+Priority: optional
+Build-Depends: debhelper (>= 12),
+ debhelper-compat (= 12),
+ dh-python,
+ python3,
+ python3-setuptools (>= 0.6b3)
+Standards-Version: 4.5.0
+Vcs-git: https://salsa.debian.org/lhw-guest/mycli.git
+Vcs-browser: https://salsa.debian.org/lhw-guest/mycli
+Homepage: http://mycli.net
+Testsuite: autopkgtest-pkg-python
+
+Package: mycli
+Architecture: all
+Depends: python3-click (>= 7.0),
+ python3-configobj (>= 5.0.5),
+ python3-cryptography (>= 1.0.0),
+ python3-pkg-resources (>= 40),
+ python3-prompt-toolkit (>= 2.0.6),
+ python3-pygments (>= 1.6),
+ python3-pymysql (>= 0.9.2),
+ python3-sqlparse (>= 0.3.0),
+ python3-tabulate (>= 0.8.2),
+ python3-terminaltables,
+ ${misc:Depends},
+ ${python3:Depends}
+Description: CLI for MySQL/MariaDB
+ This is a command line interface for MySQL, MariaDB, and Percona with
+ auto-completion and syntax highlighting. The CLI is also capable of pretty
+ printing tabular data.