summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control34
1 files changed, 34 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..d4920ce
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,34 @@
+Source: pgcli
+Maintainer: Lennart Weller <lhw@ring0.de>
+Section: database
+Priority: optional
+Vcs-git: https://salsa.debian.org/lhw-guest/pgcli.git
+Vcs-browser: https://salsa.debian.org/lhw-guest/pgcli
+Homepage: http://pgcli.com
+Build-Depends: debhelper (>= 12),
+ debhelper-compat (= 12),
+ dh-python,
+ python3,
+ python3-pgspecial (>= 1.9.0),
+ python3-setuptools (>= 0.6b3)
+Standards-Version: 4.5.0
+Testsuite: autopkgtest-pkg-python
+
+Package: pgcli
+Architecture: all
+Depends: python3-click (>= 4.1),
+ python3-configobj (>= 5.0.6),
+ python3-pendulum (>= 2.1.0),
+ python3-pkg-resources (>= 40),
+ python3-prompt-toolkit (>= 3.0),
+ python3-psycopg2 (>= 2.8),
+ python3-pygments (>= 2.0),
+ python3-sqlparse (>= 0.3.0),
+ python3-tabulate (>= 0.8.2),
+ python3-terminaltables,
+ ${misc:Depends},
+ ${python3:Depends}
+Description: CLI for Postgres
+ pgcli is a command line interface for PostgreSQL with
+ auto-completion and syntax highlighting. The CLI is also capable of pretty
+ printing tabular data.