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

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
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.
......
......@@ -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-16-mimeo
Package: postgresql-17-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
......
......@@ -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
......
......@@ -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
Depends: @, libtap-parser-sourcehandler-pgtap-perl, postgresql-16-pgtap, make
Depends: @, libtap-parser-sourcehandler-pgtap-perl, postgresql-17-pgtap, make
Tests: prove
Restrictions: allow-stderr, needs-root
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