From 37ec8fc09ba897b02a1ca871055eb69a00deceae Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Mon, 17 Oct 2011 17:06:18 +0200 Subject: [PATCH] Fix skytools3-walmgr dependencies (support 9.1) --- debian/changelog | 7 +++++++ debian/control | 25 +++++++++++++++++++++++-- debian/control.in | 4 ++-- 3 files changed, 32 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 61a37b31..070d2706 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +skytools3 (3.0~rc2-1) experimental; urgency=low + + * Fix skytools3-walmgr dependencies (support 9.1) + * Bug fixes upstream + + -- Dimitri Fontaine Tue, 11 Oct 2011 12:06:54 +0200 + skytools3 (3.0~rc1-2) experimental; urgency=low * Add automake to the Build Depends (Closes: #632574) diff --git a/debian/control b/debian/control index 6ae71ffa..c5f79e02 100644 --- a/debian/control +++ b/debian/control @@ -36,8 +36,8 @@ Description: python framework for Skype tools for PostgreSQL replication Package: skytools3-walmgr Architecture: any -Depends: ${misc:Depends}, ${python:Depends}, python-skytools3, postgresql-8.4 | postgresql-9.0 -Enhances: postgresql-8.4, postgresql-9.0 +Depends: ${misc:Depends}, ${python:Depends}, python-skytools3, postgresql-8.4 | postgresql-9.0 | postgresql-9.1 +Enhances: postgresql-8.4, postgresql-9.0, postgresql-9.1 Description: Skype tools for PostgreSQL replication and failover This is a package of tools in use in Skype for replication and failover. It's the WAL Shipping part of it (binary cluster-wide replication). @@ -60,3 +60,24 @@ Replaces: skytools-modules-9.1 Description: Skype tools for PostgreSQL replication, londiste and PGQ This is the PGQ extension used by Skype replication, londiste. It consists of PL/pgsql, and C code in database. + +Package: postgresql-8.4-pgq3 +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, postgresql-8.4 +Provides: skytools-modules +Conflicts: skytools-modules-8.4 +Replaces: skytools-modules-8.4 +Description: Skype tools for PostgreSQL replication, londiste and PGQ + This is the PGQ extension used by Skype replication, londiste. It consists + of PL/pgsql, and C code in database. + +Package: postgresql-9.0-pgq3 +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, postgresql-9.0 +Provides: skytools-modules +Conflicts: skytools-modules-9.0 +Replaces: skytools-modules-9.0 +Description: Skype tools for PostgreSQL replication, londiste and PGQ + This is the PGQ extension used by Skype replication, londiste. It consists + of PL/pgsql, and C code in database. + diff --git a/debian/control.in b/debian/control.in index 540d4911..0cb76152 100644 --- a/debian/control.in +++ b/debian/control.in @@ -36,8 +36,8 @@ Description: python framework for Skype tools for PostgreSQL replication Package: skytools3-walmgr Architecture: any -Depends: ${misc:Depends}, ${python:Depends}, python-skytools3, postgresql-8.4 | postgresql-9.0 -Enhances: postgresql-8.4, postgresql-9.0 +Depends: ${misc:Depends}, ${python:Depends}, python-skytools3, postgresql-8.4 | postgresql-9.0 | postgresql-9.1 +Enhances: postgresql-8.4, postgresql-9.0, postgresql-9.1 Description: Skype tools for PostgreSQL replication and failover This is a package of tools in use in Skype for replication and failover. It's the WAL Shipping part of it (binary cluster-wide replication). -- 2.39.5