From ef093d282bec26c1d55bc7dc979216deb3c0615b Mon Sep 17 00:00:00 2001 From: Greg Price Date: Wed, 1 Oct 2008 01:56:37 -0400 Subject: [PATCH 1/1] don't specify (old) version of postgresql svn path=/trunk/packages/sipb-xen-database/; revision=972 --- debian/changelog | 6 ++++++ debian/control | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0a128ed..ffceb5c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +sipb-xen-database (10.22) unstable; urgency=low + + * depend on postgresql without specifying old version 8.1 + + -- Greg Price Wed, 01 Oct 2008 01:55:49 -0400 + sipb-xen-database (10.21) unstable; urgency=low * fix distribution diff --git a/debian/control b/debian/control index c6231e1..5a94d1e 100644 --- a/debian/control +++ b/debian/control @@ -14,13 +14,13 @@ Description: Installs the SIPB Xen database schema files Package: sipb-xen-database-server Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, postgresql-8.1, python-sqlalchemy, python-psycopg2, sipb-xen-database-common, adduser +Depends: ${misc:Depends}, ${python:Depends}, postgresql, python-sqlalchemy, python-psycopg2, sipb-xen-database-common, adduser Description: Installs the SIPB Xen database server This tracks all the user VMs and is accessed from the VM host Package: sipb-xen-database-client Architecture: all -Depends: ${misc:Depends}, postgresql-client-8.1, python-sqlalchemy, python-psycopg2, sipb-xen-database-common, python +Depends: ${misc:Depends}, postgresql-client, python-sqlalchemy, python-psycopg2, sipb-xen-database-common, python Description: Installs the SIPB Xen database configuration file This is a python xen configuration script that talks to the database to dynamically load xen domU configuration information -- 1.7.9.5