Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
mimeo
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
mimeo
Commits
00c752c6
Commit
00c752c6
authored
9 months ago
by
Christoph Berg
Browse files
Options
Downloads
Patches
Plain Diff
Upload for PostgreSQL 17.
* Mark postgresql-all as <!nocheck>.
parent
0a39e028
No related branches found
No related tags found
No related merge requests found
Pipeline
#730492
failed
9 months ago
Stage: provisioning
Stage: build
Stage: test
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
debian/changelog
+7
-0
7 additions, 0 deletions
debian/changelog
debian/control
+15
-7
15 additions, 7 deletions
debian/control
debian/control.in
+14
-6
14 additions, 6 deletions
debian/control.in
debian/rules
+1
-1
1 addition, 1 deletion
debian/rules
debian/tests/control
+1
-1
1 addition, 1 deletion
debian/tests/control
with
38 additions
and
15 deletions
debian/changelog
+
7
−
0
View file @
00c752c6
mimeo (1.5.1-18) unstable; urgency=medium
* Upload for PostgreSQL 17.
* Mark postgresql-all as <!nocheck>.
-- Christoph Berg <myon@debian.org> Thu, 12 Sep 2024 15:47:02 +0200
mimeo (1.5.1-17) unstable; urgency=medium
* Source-only upload.
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
15
−
7
View file @
00c752c6
...
...
@@ -2,20 +2,28 @@ Source: mimeo
Section: database
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders: Christoph Berg <myon@debian.org>
Build-Depends: debhelper-compat (= 13), postgresql-all (>= 217~)
Standards-Version: 4.6.2
Uploaders:
Christoph Berg <myon@debian.org>,
Build-Depends:
debhelper-compat (= 13),
postgresql-all <!nocheck>,
postgresql-server-dev-all,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://github.com/omniti-labs/mimeo
Vcs-Browser: https://salsa.debian.org/postgresql/mimeo
Vcs-Git: https://salsa.debian.org/postgresql/mimeo.git
Package: postgresql-1
6
-mimeo
Package: postgresql-1
7
-mimeo
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends},
${postgresql:Depends}, postgresql-contrib-16
Depends:
postgresql-contrib-17,
${misc:Depends},
${postgresql:Depends},
${shlibs:Depends},
# run_refresh.py is optional
Recommends: python3
Recommends:
python3,
Description: specialized, per-table replication between PostgreSQL instances
Mimeo is a PostgreSQL extension that provides specialized, per-table
replication between PostgreSQL instances. It currently provides snapshot
...
...
This diff is collapsed.
Click to expand it.
debian/control.in
+
14
−
6
View file @
00c752c6
...
...
@@ -2,9 +2,13 @@ Source: mimeo
Section: database
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders: Christoph Berg <myon@debian.org>
Build-Depends: debhelper-compat (= 13), postgresql-all (>= 217~)
Standards-Version: 4.6.2
Uploaders:
Christoph Berg <myon@debian.org>,
Build-Depends:
debhelper-compat (= 13),
postgresql-all <!nocheck>,
postgresql-server-dev-all,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://github.com/omniti-labs/mimeo
Vcs-Browser: https://salsa.debian.org/postgresql/mimeo
...
...
@@ -12,10 +16,14 @@ Vcs-Git: https://salsa.debian.org/postgresql/mimeo.git
Package: postgresql-PGVERSION-mimeo
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends},
${postgresql:Depends}, postgresql-contrib-PGVERSION
Depends:
postgresql-contrib-PGVERSION,
${misc:Depends},
${postgresql:Depends},
${shlibs:Depends},
# run_refresh.py is optional
Recommends: python3
Recommends:
python3,
Description: specialized, per-table replication between PostgreSQL instances
Mimeo is a PostgreSQL extension that provides specialized, per-table
replication between PostgreSQL instances. It currently provides snapshot
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
1
View file @
00c752c6
...
...
@@ -5,7 +5,7 @@ override_dh_installdocs:
rm -rf debian/postgresql-*-mimeo/usr/share/doc/postgresql-doc-*
override_dh_pgxs_test:
# defer testing to autopkgtest
# defer testing to autopkgtest
, we don't have port 5432 free at build time
%:
dh $@ --with pgxs_loop
This diff is collapsed.
Click to expand it.
debian/tests/control
+
1
−
1
View file @
00c752c6
Depends: @, libtap-parser-sourcehandler-pgtap-perl, postgresql-1
6
-pgtap, make
Depends: @, libtap-parser-sourcehandler-pgtap-perl, postgresql-1
7
-pgtap, make
Tests: prove
Restrictions: allow-stderr, needs-root
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