diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-05 09:57:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-05 09:57:14 +0000 |
commit | dccb882257d3d351872d1467e84cef8c31aba9cc (patch) | |
tree | 2cb688b7b86a6c48d1f23b96475e65e5beecbcea | |
parent | Adding debian version 4.1.0-1. (diff) | |
download | pgcli-debian.tar.xz pgcli-debian.zip |
Adding debian version 4.1.0-2.debian/4.1.0-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 4050dd8..0aedcac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +pgcli (4.1.0-2) sid; urgency=medium + + * Uploading to sid. + * Removing manual depends on python3-pendulum, not required anymore. + + -- Daniel Baumann <daniel.baumann@progress-linux.org> Wed, 24 Jul 2024 11:13:25 +0200 + pgcli (4.1.0-1) sid; urgency=medium * Uploading to sid. diff --git a/debian/control b/debian/control index a680c99..04f7ebb 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,6 @@ Section: database Architecture: all Depends: python3-cli-helpers, - python3-pendulum, python3-pgspecial (>= 2), python3-pkg-resources, python3-prompt-toolkit (>= 3.0), |