summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 17:39:33 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 17:39:33 +0000
commit03396a4cc0dce6081211cbebf73c6518f8dfc3e9 (patch)
treed877b343c21223bbcd6d2a292bd674a1d7d64e1b /debian/control
parentAdding upstream version 1.26.1. (diff)
downloadmycli-03396a4cc0dce6081211cbebf73c6518f8dfc3e9.tar.xz
mycli-03396a4cc0dce6081211cbebf73c6518f8dfc3e9.zip
Adding debian version 1.26.1-3.debian/1.26.1-3debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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..74a5599
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,33 @@
+Source: mycli
+Section: database
+Priority: optional
+Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
+Uploaders:
+ Lennart Weller <lhw@ring0.de>,
+Build-Depends:
+ debhelper-compat (= 13),
+ dh-sequence-python3,
+ python3,
+ python3-setuptools,
+Rules-Requires-Root: no
+Standards-Version: 4.6.2
+Homepage: https://www.mycli.net
+Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/mycli
+Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/mycli
+
+Package: mycli
+Section: database
+Architecture: all
+Depends:
+ python3-cli-helpers,
+ python3-pkg-resources,
+ python3-prompt-toolkit (>= 2.0),
+ python3-sqlglot,
+ python3-sqlparse (>= 0.4),
+ python3-tabulate,
+ python3-terminaltables,
+ ${misc:Depends},
+ ${python3:Depends},
+Description: CLI for MySQL/MariaDB with auto-completion and syntax highlighting
+ mycli is a command line interface for MySQL/MariaDB with auto-completion and
+ syntax highlighting. It is also capable of pretty printing tabular data.