summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-18 05:31:44 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-18 05:31:44 +0000
commitfd6411fc087e37564cc53f879bab46fb06af1130 (patch)
treeacb543290d7e4ab5202712f0e881829c317a0380 /debian/control
parentAdding upstream version 2.1.2. (diff)
downloadpython-pgspecial-fd6411fc087e37564cc53f879bab46fb06af1130.tar.xz
python-pgspecial-fd6411fc087e37564cc53f879bab46fb06af1130.zip
Adding debian version 2.1.2-1.debian/2.1.2-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--debian/control28
1 files changed, 28 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..0ac2ad6
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,28 @@
+Source: python-pgspecial
+Priority: optional
+Maintainer: Debian Python Team <team+python@tracker.debian.org>
+Uploaders: ChangZhuo Chen (陳昌倬) <czchen@debian.org>
+Build-Depends: debhelper-compat (= 13),
+ dh-python,
+ pybuild-plugin-pyproject,
+ python3-all,
+ python3-click,
+ python3-psycopg,
+ python3-setuptools,
+ python3-sqlparse,
+Standards-Version: 4.6.2
+Section: python
+Homepage: https://github.com/dbcli/pgspecial
+Vcs-Git: https://salsa.debian.org/python-team/packages/python-pgspecial.git
+Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pgspecial
+Rules-Requires-Root: no
+
+Package: python3-pgspecial
+Architecture: all
+Depends: ${misc:Depends},
+ ${python3:Depends}
+Description: Meta-commands handler for Postgres Database (Python 3)
+ This package provides an API to execute meta-commands (AKA "special", or
+ "backslash commands") on PostgreSQL.
+ .
+ This package is for Python 3 environment.