From: Greg Price Date: Wed, 1 Oct 2008 05:56:37 +0000 (-0400) Subject: don't specify (old) version of postgresql X-Git-Tag: sipb-xen-database/10.22^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-database.git/commitdiff_plain/ef093d282bec26c1d55bc7dc979216deb3c0615b?hp=0780fd8dd7cb5bb0eef1687bb8a041a8ebfe3b7a don't specify (old) version of postgresql svn path=/trunk/packages/sipb-xen-database/; revision=972 --- 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