summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-02-08 11:11:28 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-02-08 11:12:13 +0000
commite884be14af7f62fb96372534ed4068da00f6c335 (patch)
treee2ab30cf982e5e79a7df6a0d846ccf125c2736ba
parentReformating, harmonizing and updating manpage. (diff)
downloadpgcli-e884be14af7f62fb96372534ed4068da00f6c335.tar.xz
pgcli-e884be14af7f62fb96372534ed4068da00f6c335.zip
Wrap-and-sorting debian directory.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/control41
1 files changed, 22 insertions, 19 deletions
diff --git a/debian/control b/debian/control
index c2f8181..ba9f5e2 100644
--- a/debian/control
+++ b/debian/control
@@ -1,34 +1,37 @@
Source: pgcli
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
-Uploaders: Lennart Weller <lhw@ring0.de>
+Uploaders:
+ Lennart Weller <lhw@ring0.de>,
Section: database
Priority: optional
Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/pgcli
Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/pgcli
Homepage: https://www.pgcli.com
-Build-Depends: debhelper-compat (= 13),
- dh-python,
- python3,
- python3-pgspecial (>= 1.11),
- python3-setuptools
+Build-Depends:
+ debhelper-compat (= 13),
+ dh-python,
+ python3,
+ python3-pgspecial (>= 1.11),
+ python3-setuptools,
Standards-Version: 4.5.1
Testsuite: autopkgtest-pkg-python
Package: pgcli
Architecture: all
-Depends: python3-click,
- python3-configobj,
- python3-pendulum,
- python3-pkg-resources,
- python3-prompt-toolkit (>= 3.0),
- python3-psycopg2 (>= 2.8),
- python3-pygments,
- python3-sqlparse (>= 0.3),
- python3-tabulate,
- python3-terminaltables,
- python3-cli-helpers,
- ${misc:Depends},
- ${python3:Depends}
+Depends:
+ python3-cli-helpers,
+ python3-click,
+ python3-configobj,
+ python3-pendulum,
+ python3-pkg-resources,
+ python3-prompt-toolkit (>= 3.0),
+ python3-psycopg2 (>= 2.8),
+ python3-pygments,
+ python3-sqlparse (>= 0.3),
+ python3-tabulate,
+ python3-terminaltables,
+ ${misc:Depends},
+ ${python3:Depends},
Description: CLI for PostgreSQL with auto-completion and syntax highlighting
pgcli is a command line interface for Postgres with auto-completion and syntax
highlighting. It is also capable of pretty printing tabular data.