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

Upload for PostgreSQL 16.

Use ${postgresql:Depends}.
parent b64d990b
No related branches found
No related tags found
No related merge requests found
Pipeline #702567 passed
postgresql-mysql-fdw (2.9.1-2) unstable; urgency=medium
* Upload for PostgreSQL 16.
* Use ${postgresql:Depends}.
-- Christoph Berg <myon@debian.org> Mon, 18 Sep 2023 21:27:32 +0200
postgresql-mysql-fdw (2.9.1-1) unstable; urgency=medium
* New upstream version 2.9.1.
......
......@@ -9,21 +9,21 @@ Build-Depends:
debhelper-compat (= 13),
default-libmysqlclient-dev | libmysqlclient-dev,
postgresql-server-dev-all (>= 217~),
Standards-Version: 4.6.1
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Vcs-Git: https://salsa.debian.org/postgresql/postgresql-mysql-fdw.git
Vcs-Browser: https://salsa.debian.org/postgresql/postgresql-mysql-fdw
Package: postgresql-15-mysql-fdw
Package: postgresql-16-mysql-fdw
Architecture: any
Depends:
default-libmysqlclient-dev | libmysqlclient-dev,
postgresql-15,
${postgresql:Depends},
${misc:Depends},
${shlibs:Depends},
Description: Postgres 15 Foreign Data Wrapper for MySQL
Description: Postgres 16 Foreign Data Wrapper for MySQL
postgresql-mysql-fdw is a PostgreSQL extension implementing a Foreign Data
Wrapper (FDW) to access MySQL data from PostgreSQL.
.
This package is for PostgreSQL 15.
This package is for PostgreSQL 16.
......@@ -9,7 +9,7 @@ Build-Depends:
debhelper-compat (= 13),
default-libmysqlclient-dev | libmysqlclient-dev,
postgresql-server-dev-all (>= 217~),
Standards-Version: 4.6.1
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Vcs-Git: https://salsa.debian.org/postgresql/postgresql-mysql-fdw.git
......@@ -19,7 +19,7 @@ Package: postgresql-PGVERSION-mysql-fdw
Architecture: any
Depends:
default-libmysqlclient-dev | libmysqlclient-dev,
postgresql-PGVERSION,
${postgresql:Depends},
${misc:Depends},
${shlibs:Depends},
Description: Postgres PGVERSION Foreign Data Wrapper for MySQL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment