From b904fc785b45972eb4562643bc11f4d66d5d31dc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 19:40:13 +0200 Subject: Adding debian version 3.5.0-5. Signed-off-by: Daniel Baumann --- debian/control | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..f6f5858 --- /dev/null +++ b/debian/control @@ -0,0 +1,36 @@ +Source: pgcli +Section: database +Priority: optional +Maintainer: Daniel Baumann +Uploaders: + Lennart Weller , +Build-Depends: + debhelper-compat (= 13), + dh-sequence-python3, + python3, + python3-setuptools, + python3-sqlparse (>= 0.3), + python3-psycopg (>= 3.1.7-4~), +Rules-Requires-Root: no +Standards-Version: 4.6.2 +Homepage: https://www.pgcli.com +Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/pgcli +Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/pgcli + +Package: pgcli +Section: database +Architecture: all +Depends: + python3-cli-helpers, + python3-pendulum, + python3-pgspecial (>= 2), + python3-pkg-resources, + python3-prompt-toolkit (>= 3.0), + 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 PostgreSQL with auto-completion and + syntax highlighting. It is also capable of pretty printing tabular data. -- cgit v1.2.3