Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
postgresql-mysql-fdw
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PostgreSQL
postgresql-mysql-fdw
Commits
f1bf1f0d
Commit
f1bf1f0d
authored
1 year ago
by
Christoph Berg
Browse files
Options
Downloads
Patches
Plain Diff
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
1 year ago
Stage: provisioning
Stage: build
Stage: test
Changes
3
Pipelines
9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+7
-0
7 additions, 0 deletions
debian/changelog
debian/control
+5
-5
5 additions, 5 deletions
debian/control
debian/control.in
+2
-2
2 additions, 2 deletions
debian/control.in
with
14 additions
and
7 deletions
debian/changelog
+
7
−
0
View file @
f1bf1f0d
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.
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
5
−
5
View file @
f1bf1f0d
...
...
@@ -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-1
5
-mysql-fdw
Package: postgresql-1
6
-mysql-fdw
Architecture: any
Depends:
default-libmysqlclient-dev | libmysqlclient-dev,
postgresql
-15
,
${
postgresql
:Depends}
,
${misc:Depends},
${shlibs:Depends},
Description: Postgres 1
5
Foreign Data Wrapper for MySQL
Description: Postgres 1
6
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 1
5
.
This package is for PostgreSQL 1
6
.
This diff is collapsed.
Click to expand it.
debian/control.in
+
2
−
2
View file @
f1bf1f0d
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment