diff options
-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 fe95c4d..4050dd8 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) sid; urgency=medium * Uploading to sid. diff --git a/debian/control b/debian/control index f6f5858..a680c99 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,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/users/daniel.baumann/debian/packages/pgcli Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/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 |