File: control

package info (click to toggle)
mimeo 1.4.4-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,988 kB
  • ctags: 553
  • sloc: sql: 80,498; python: 81; makefile: 27; sh: 19
file content (24 lines) | stat: -rw-r--r-- 1,030 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: mimeo
Section: database
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Uploaders: Christoph Berg <myon@debian.org>
Build-Depends: debhelper (>= 9), postgresql-server-dev-all (>= 171~)
Standards-Version: 3.9.8
Homepage: https://github.com/omniti-labs/mimeo
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-postgresql/mimeo.git/
Vcs-Git: https://anonscm.debian.org/git/pkg-postgresql/mimeo.git
XS-Testsuite: autopkgtest

Package: postgresql-9.6-mimeo
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends},
 postgresql-9.6, postgresql-contrib-9.6
# run_refresh.py is optional
Recommends: python
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
 (whole table copy), incremental (based on an incrementing timestamp or id),
 and DML (inserts, updates and deletes) replication methods.