From 294ed69e89c11281fa0799ff90787eb5373c93c1 Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Fri, 13 Sep 2024 18:13:50 +0200 Subject: [PATCH] Debian: 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 1dabd8c..22373f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +pg-dirtyread (2.7-2) unstable; urgency=medium + + * Upload for PostgreSQL 17. + * Restrict to 64-bit architectures. + * Mark postgresql-all as . + + -- Christoph Berg Fri, 13 Sep 2024 18:13:17 +0200 + pg-dirtyread (2.7-1) unstable; urgency=medium * Set SO_TYPE_SEQSCAN in heap_beginscan() to support PG17. diff --git a/debian/control b/debian/control index af1d738..fda1dd6 100644 --- a/debian/control +++ b/debian/control @@ -2,16 +2,24 @@ Source: pg-dirtyread 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 Vcs-Browser: https://github.com/df7cb/pg_dirtyread Vcs-Git: https://github.com/df7cb/pg_dirtyread.git -Package: postgresql-16-dirtyread +Package: postgresql-17-dirtyread Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends}, ${postgresql:Depends} +Depends: + ${misc:Depends}, + ${postgresql:Depends}, + ${shlibs:Depends}, Description: Read dead but unvacuumed tuples from a PostgreSQL relation The pg_dirtyread extension provides the ability to read dead but unvacuumed rows from a PostgreSQL relation. diff --git a/debian/control.in b/debian/control.in index 5f5d050..e17ddf2 100644 --- a/debian/control.in +++ b/debian/control.in @@ -2,16 +2,24 @@ Source: pg-dirtyread 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 Vcs-Browser: https://github.com/df7cb/pg_dirtyread Vcs-Git: https://github.com/df7cb/pg_dirtyread.git Package: postgresql-PGVERSION-dirtyread Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends}, ${postgresql:Depends} +Depends: + ${misc:Depends}, + ${postgresql:Depends}, + ${shlibs:Depends}, Description: Read dead but unvacuumed tuples from a PostgreSQL relation The pg_dirtyread extension provides the ability to read dead but unvacuumed rows from a PostgreSQL relation.