Source: skytools
Maintainer: Christoph Berg <myon@debian.org>
Section: database
Priority: optional
Standards-Version: 3.9.1
Build-Depends: python-all-dev, postgresql-server-dev-8.4,
 postgresql-server-dev-9.0, postgresql-server-dev-all,
# needed by pgxs_debian_control.mk
 grep-dctrl,
# needed by pg_buildext
 postgresql-client-common,
 debhelper (>= 7.0.50~), xmlto, asciidoc
Homepage: http://wiki.postgresql.org/wiki/Skytools
Vcs-Svn: svn://svn.debian.org/pkg-postgresql/trunk/skytools/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-postgresql/trunk/skytools/

Package: skytools
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-psycopg2,
 skytools-modules
# /usr/share/skytools moved here
Replaces: skytools-modules-8.4 (<< 2.1.12)
Description: Database management tools for PostgreSQL
 Skytools is a set of PostgreSQL tools for WAL shipping, queueing and
 replication.
 .
 This package contains the Python parts of skytools:
  - londiste: PostgreSQL replication engine written
  - pgqadm: PgQ queueing administration interface
  - walmgr: Managing WAL-based replication

Package: skytools-modules-8.4
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, postgresql-8.4
Provides: skytools-modules
Conflicts: postgresql-8.4-pgq3
Replaces: postgresql-8.4-pgq3
Description: PostgreSQL 8.4 modules for skytools
 Skytools is a set of PostgreSQL tools for WAL shipping, queueing and
 replication.
 .
 This package contains the PostgreSQL modules for skytools:
  - txid: Provides 8-byte transaction ids for external usage
  - logtriga: Trigger function for table event logging in "partial SQL"
    format, used in londsite for replication
  - logutriga: Trigger function for table event logging in
    urlencoded format
  - londiste: Database parts of replication engine
  - pgq: Generic queue in database

Package: skytools-modules-9.0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, postgresql-9.0
Provides: skytools-modules
Conflicts: postgresql-9.0-pgq3
Replaces: postgresql-9.0-pgq3
Description: PostgreSQL 9.0 modules for skytools
 Skytools is a set of PostgreSQL tools for WAL shipping, queueing and
 replication.
 .
 This package contains the PostgreSQL modules for skytools:
  - txid: Provides 8-byte transaction ids for external usage
  - logtriga: Trigger function for table event logging in "partial SQL"
    format, used in londsite for replication
  - logutriga: Trigger function for table event logging in
    urlencoded format
  - londiste: Database parts of replication engine
  - pgq: Generic queue in database

