From 48457a4aa7bd0c15e651c669d5ba7564d1fe1bc1 Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Sun, 15 Sep 2024 14:56:30 +0200 Subject: [PATCH] Upload for PostgreSQL 17. * Restrict to 64-bit architectures. * Mark postgresql-all as . --- debian/changelog | 8 ++++++++ debian/control | 18 +++++++++++++----- debian/control.in | 16 ++++++++++++---- 3 files changed, 33 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index 86b2350..25274d2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +toastinfo (1.5-2) unstable; urgency=medium + + * Upload for PostgreSQL 17. + * Restrict to 64-bit architectures. + * Mark postgresql-all as . + + -- Christoph Berg Sun, 15 Sep 2024 14:56:02 +0200 + toastinfo (1.5-1) unstable; urgency=medium * Upload for PostgreSQL 16. diff --git a/debian/control b/debian/control index 1da2341..885b6cf 100644 --- a/debian/control +++ b/debian/control @@ -2,17 +2,25 @@ Source: toastinfo Section: database Priority: optional Maintainer: Debian PostgreSQL Maintainers -Uploaders: Christoph Berg -Build-Depends: debhelper-compat (= 13), postgresql-all (>= 217~) -Standards-Version: 4.6.2 +Uploaders: + Christoph Berg , +Build-Depends: + architecture-is-64-bit , + debhelper-compat (= 13), + postgresql-all , + postgresql-server-dev-all, +Standards-Version: 4.7.0 Rules-Requires-Root: no Homepage: https://github.com/df7cb/toastinfo Vcs-Browser: https://github.com/df7cb/toastinfo Vcs-Git: https://github.com/df7cb/toastinfo.git -Package: postgresql-16-toastinfo +Package: postgresql-17-toastinfo Architecture: any -Depends: ${postgresql:Depends}, ${misc:Depends}, ${shlibs:Depends} +Depends: + ${misc:Depends}, + ${postgresql:Depends}, + ${shlibs:Depends}, Description: Show storage structure of varlena datatypes in PostgreSQL This PostgreSQL extension exposes the internal storage structure of variable-length datatypes, called varlena. diff --git a/debian/control.in b/debian/control.in index 2759676..304c4cd 100644 --- a/debian/control.in +++ b/debian/control.in @@ -2,9 +2,14 @@ Source: toastinfo Section: database Priority: optional Maintainer: Debian PostgreSQL Maintainers -Uploaders: Christoph Berg -Build-Depends: debhelper-compat (= 13), postgresql-all (>= 217~) -Standards-Version: 4.6.2 +Uploaders: + Christoph Berg , +Build-Depends: + architecture-is-64-bit , + debhelper-compat (= 13), + postgresql-all , + postgresql-server-dev-all, +Standards-Version: 4.7.0 Rules-Requires-Root: no Homepage: https://github.com/df7cb/toastinfo Vcs-Browser: https://github.com/df7cb/toastinfo @@ -12,7 +17,10 @@ Vcs-Git: https://github.com/df7cb/toastinfo.git Package: postgresql-PGVERSION-toastinfo Architecture: any -Depends: ${postgresql:Depends}, ${misc:Depends}, ${shlibs:Depends} +Depends: + ${misc:Depends}, + ${postgresql:Depends}, + ${shlibs:Depends}, Description: Show storage structure of varlena datatypes in PostgreSQL This PostgreSQL extension exposes the internal storage structure of variable-length datatypes, called varlena.