Skip to content

Commit

Permalink
Debian: Upload for PostgreSQL 17.
Browse files Browse the repository at this point in the history
* Restrict to 64-bit architectures.
* Mark postgresql-all as <!nocheck>.
  • Loading branch information
df7cb committed Sep 13, 2024
1 parent 3e48547 commit 294ed69
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 9 deletions.
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <!nocheck>.

-- Christoph Berg <[email protected]> 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.
Expand Down
18 changes: 13 additions & 5 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,24 @@ Source: pg-dirtyread
Section: database
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <[email protected]>
Uploaders: Christoph Berg <[email protected]>
Build-Depends: debhelper-compat (= 13), postgresql-all (>= 217~)
Standards-Version: 4.6.2
Uploaders:
Christoph Berg <[email protected]>,
Build-Depends:
architecture-is-64-bit <!pkg.postgresql.32-bit>,
debhelper-compat (= 13),
postgresql-all <!nocheck>,
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.
16 changes: 12 additions & 4 deletions debian/control.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,24 @@ Source: pg-dirtyread
Section: database
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <[email protected]>
Uploaders: Christoph Berg <[email protected]>
Build-Depends: debhelper-compat (= 13), postgresql-all (>= 217~)
Standards-Version: 4.6.2
Uploaders:
Christoph Berg <[email protected]>,
Build-Depends:
architecture-is-64-bit <!pkg.postgresql.32-bit>,
debhelper-compat (= 13),
postgresql-all <!nocheck>,
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.

0 comments on commit 294ed69

Please sign in to comment.