Fix skytools3-walmgr dependencies (support 9.1)
authorDimitri Fontaine <dim@tapoueh.org>
Mon, 17 Oct 2011 15:06:18 +0000 (17:06 +0200)
committerDimitri Fontaine <dim@tapoueh.org>
Mon, 17 Oct 2011 15:06:18 +0000 (17:06 +0200)
debian/changelog
debian/control
debian/control.in

index 61a37b31cd84ee2a812729893943e162f6b74595..070d27068360c6554b479e2dcdcb9b8123f2c0cb 100644 (file)
@@ -1,3 +1,10 @@
+skytools3 (3.0~rc2-1) experimental; urgency=low
+
+  * Fix skytools3-walmgr dependencies (support 9.1)
+  * Bug fixes upstream
+
+ -- Dimitri Fontaine <dim@tapoueh.org>  Tue, 11 Oct 2011 12:06:54 +0200
+
 skytools3 (3.0~rc1-2) experimental; urgency=low
 
   * Add automake to the Build Depends (Closes: #632574)
index 6ae71ffaeb7be48945823d9ca546ffda3f8948b4..c5f79e02c7a18bb548ef3ee01f9a991e4fe8c7bc 100644 (file)
@@ -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.
+
index 540d49115a7562e0faf8aa9d8c14521e4fd45ee8..0cb76152b62b4920aa593a2cc09d6c9def053019 100644 (file)
@@ -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).