Skip to content
Snippets Groups Projects
Commit d236463f authored by Christoph Berg's avatar Christoph Berg :satellite:
Browse files

Upload for PostgreSQL 17.

* Restrict to 64-bit architectures.
parent bbdf4d4b
No related branches found
No related tags found
No related merge requests found
Pipeline #873290 passed
postgresql-plproxy (2.11.0-12) unstable; urgency=medium
* Upload for PostgreSQL 17.
* Restrict to 64-bit architectures.
-- Christoph Berg <myon@debian.org> Sat, 14 Sep 2024 23:42:04 +0200
postgresql-plproxy (2.11.0-11) unstable; urgency=medium
* Upload for PostgreSQL 16.
......
......@@ -4,18 +4,19 @@ Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders: Christoph Berg <myon@debian.org>, Peter Eisentraut <petere@debian.org>
Build-Depends: debhelper-compat (= 13),
architecture-is-64-bit <!pkg.postgresql.32-bit>,
flex, bison,
postgresql-server-dev-all (>= 217~),
Standards-Version: 4.6.2
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://plproxy.github.io/
Vcs-Git: https://salsa.debian.org/postgresql/postgresql-plproxy.git
Vcs-Browser: https://salsa.debian.org/postgresql/postgresql-plproxy
Package: postgresql-16-plproxy
Package: postgresql-17-plproxy
Architecture: any
Depends: ${postgresql:Depends}, ${misc:Depends}, ${shlibs:Depends}
Description: database partitioning system for PostgreSQL 16
Description: database partitioning system for PostgreSQL 17
PL/Proxy is a database partitioning system implemented as a PL language. Main
idea is that proxy functions are created with same signature as the remote
functions to be called, so only destination info needs to be specified inside
......
......@@ -4,9 +4,10 @@ Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders: Christoph Berg <myon@debian.org>, Peter Eisentraut <petere@debian.org>
Build-Depends: debhelper-compat (= 13),
architecture-is-64-bit <!pkg.postgresql.32-bit>,
flex, bison,
postgresql-server-dev-all (>= 217~),
Standards-Version: 4.6.2
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://plproxy.github.io/
Vcs-Git: https://salsa.debian.org/postgresql/postgresql-plproxy.git
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment