From 21fce058b54e96db5e488450beb56390194a71f9 Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Sun, 15 Sep 2024 14:00:27 +0200 Subject: [PATCH] New upstream version. * Upload for PostgreSQL 17. * Restrict to 64-bit architectures. --- debian/changelog | 8 ++++++++ debian/control | 5 +++-- debian/control.in | 3 ++- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8fd051d..fffb6c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +postgresql-unit (7.9-1) unstable; urgency=medium + + * New upstream version. + * Upload for PostgreSQL 17. + * Restrict to 64-bit architectures. + + -- Christoph Berg Sun, 15 Sep 2024 13:58:15 +0200 + postgresql-unit (7.8-1) unstable; urgency=medium * New upstream version. diff --git a/debian/control b/debian/control index 96184ea..332fefc 100644 --- a/debian/control +++ b/debian/control @@ -3,17 +3,18 @@ Section: database Priority: optional Maintainer: Christoph Berg Build-Depends: + architecture-is-64-bit , bison, debhelper-compat (= 13), flex, postgresql-server-dev-all (>= 217~), -Standards-Version: 4.6.2 +Standards-Version: 4.7.0 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-16-unit +Package: postgresql-17-unit Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, ${postgresql:Depends} Description: SI Units for PostgreSQL diff --git a/debian/control.in b/debian/control.in index e790eb9..90877d9 100644 --- a/debian/control.in +++ b/debian/control.in @@ -3,11 +3,12 @@ Section: database Priority: optional Maintainer: Christoph Berg Build-Depends: + architecture-is-64-bit , bison, debhelper-compat (= 13), flex, postgresql-server-dev-all (>= 217~), -Standards-Version: 4.6.2 +Standards-Version: 4.7.0 Rules-Requires-Root: no Vcs-Git: https://github.com/df7cb/postgresql-unit.git Vcs-Browser: https://github.com/df7cb/postgresql-unit