diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-18 13:21:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-18 13:21:44 +0000 |
commit | 625ddbb6789c678b36c168a5815c19a1223d2b6c (patch) | |
tree | a3e4cc303e4b9e04ecfa862f3f508d5e5af22b47 | |
parent | Merging upstream version 4.1.0. (diff) | |
download | pgcli-625ddbb6789c678b36c168a5815c19a1223d2b6c.tar.xz pgcli-625ddbb6789c678b36c168a5815c19a1223d2b6c.zip |
Merging debian version 4.1.0-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/copyright | 6 |
3 files changed, 13 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index f45d82f..abd14e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +pgcli (4.1.0-1) sid; urgency=medium + + * Uploading to sid. + * Merging upstream version 4.1.0. + * Updating copyright for 2024. + * Updating to standards-version 4.7.0. + + -- Daniel Baumann <daniel.baumann@progress-linux.org> Sat, 18 May 2024 07:30:04 +0200 + pgcli (4.0.1-1~progress7.99u1) graograman-backports; urgency=medium * Initial reupload to graograman-backports. diff --git a/debian/control b/debian/control index 499dd79..fd046b3 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Build-Depends: python3-sqlparse (>= 0.3), python3-psycopg (>= 3.1.7-4~), Rules-Requires-Root: no -Standards-Version: 4.6.2 +Standards-Version: 4.7.0 Homepage: https://www.pgcli.com Vcs-Browser: https://git.progress-linux.org/packages/graograman-backports/pgcli Vcs-Git: https://git.progress-linux.org/packages/graograman-backports/pgcli diff --git a/debian/copyright b/debian/copyright index 943b062..7c77472 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,12 +4,12 @@ Upstream-Contact: Amjith Ramanujam <amjith.r@gmail.com> Source: https://www.pgcli.com Files: * -Copyright: 2014-2022 Amjith Ramanujam <amjith.r@gmail.com> +Copyright: 2014-2024 Amjith Ramanujam <amjith.r@gmail.com> License: BSD-3-clause Files: debian/* -Copyright: 2015-2020 Lennart Weller <lhw@ring0.de> - 2021-2022 Daniel Baumann <daniel.baumann@progress-linux.org> +Copyright: 2021-2024 Daniel Baumann <daniel.baumann@progress-linux.org> + 2015-2020 Lennart Weller <lhw@ring0.de> License: BSD-3-clause License: BSD-3-clause |