summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-02-08 11:56:51 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-02-08 12:05:46 +0000
commite4116d01a23f283d0197844e2fea7f13c0854ae8 (patch)
tree267f3cfcf734d0dd01c18c237ff50efb791233d1
parentReformating, harmonizing and updating manpage. (diff)
downloadmycli-e4116d01a23f283d0197844e2fea7f13c0854ae8.tar.xz
mycli-e4116d01a23f283d0197844e2fea7f13c0854ae8.zip
Wrap-and-sorting debian directory.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/control39
1 files changed, 21 insertions, 18 deletions
diff --git a/debian/control b/debian/control
index 5b9fe65..a7b6ee3 100644
--- a/debian/control
+++ b/debian/control
@@ -1,12 +1,14 @@
Source: mycli
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
-Uploaders: Lennart Weller <lhw@ring0.de>
+Uploaders:
+ Lennart Weller <lhw@ring0.de>,
Section: database
Priority: optional
-Build-Depends: debhelper-compat (= 13),
- dh-python,
- python3,
- python3-setuptools
+Build-Depends:
+ debhelper-compat (= 13),
+ dh-python,
+ python3,
+ python3-setuptools,
Standards-Version: 4.5.1
Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/mycli
Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/mycli
@@ -15,19 +17,20 @@ Testsuite: autopkgtest-pkg-python
Package: mycli
Architecture: all
-Depends: python3-click,
- python3-configobj,
- python3-cryptography,
- python3-pkg-resources,
- python3-prompt-toolkit (>= 2.0),
- python3-pygments,
- python3-pymysql,
- python3-sqlparse (>= 0.4),
- python3-tabulate,
- python3-terminaltables,
- python3-cli-helpers,
- ${misc:Depends},
- ${python3:Depends}
+Depends:
+ python3-cli-helpers,
+ python3-click,
+ python3-configobj,
+ python3-cryptography,
+ python3-pkg-resources,
+ python3-prompt-toolkit (>= 2.0),
+ python3-pygments,
+ python3-pymysql,
+ 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.