From 38cef739c49fdbf85d270b95a07d6af9283fbd56 Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Mon, 18 Sep 2023 22:23:11 +0200 Subject: [PATCH] Debian: Upload for PostgreSQL 16. Use ${postgresql:Depends}. --- debian/changelog | 7 +++++++ debian/control | 6 +++--- debian/control.in | 4 ++-- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1f7dbb6..f39d1cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +postgresql-unit (7.7-2) unstable; urgency=medium + + * Upload for PostgreSQL 16. + * Use ${postgresql:Depends}. + + -- Christoph Berg Mon, 18 Sep 2023 22:22:20 +0200 + postgresql-unit (7.7-1) unstable; urgency=medium * Fix printing of values around 1e33 on i386. diff --git a/debian/control b/debian/control index 95f4392..96184ea 100644 --- a/debian/control +++ b/debian/control @@ -7,15 +7,15 @@ Build-Depends: debhelper-compat (= 13), flex, postgresql-server-dev-all (>= 217~), -Standards-Version: 4.6.1 +Standards-Version: 4.6.2 Rules-Requires-Root: no Vcs-Git: https://github.com/df7cb/postgresql-unit.git Vcs-Browser: https://github.com/df7cb/postgresql-unit Homepage: https://github.com/df7cb/postgresql-unit -Package: postgresql-15-unit +Package: postgresql-16-unit Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-15 +Depends: ${misc:Depends}, ${shlibs:Depends}, ${postgresql:Depends} Description: SI Units for PostgreSQL postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The base units can be combined to named and unnamed derived units using operators diff --git a/debian/control.in b/debian/control.in index f09d277..e790eb9 100644 --- a/debian/control.in +++ b/debian/control.in @@ -7,7 +7,7 @@ Build-Depends: debhelper-compat (= 13), flex, postgresql-server-dev-all (>= 217~), -Standards-Version: 4.6.1 +Standards-Version: 4.6.2 Rules-Requires-Root: no Vcs-Git: https://github.com/df7cb/postgresql-unit.git Vcs-Browser: https://github.com/df7cb/postgresql-unit @@ -15,7 +15,7 @@ Homepage: https://github.com/df7cb/postgresql-unit Package: postgresql-PGVERSION-unit Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-PGVERSION +Depends: ${misc:Depends}, ${shlibs:Depends}, ${postgresql:Depends} Description: SI Units for PostgreSQL postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The base units can be combined to named and unnamed derived units using operators