don't specify (old) version of postgresql sipb-xen-database/10.22
authorGreg Price <price@mit.edu>
Wed, 1 Oct 2008 05:56:37 +0000 (01:56 -0400)
committerGreg Price <price@mit.edu>
Wed, 1 Oct 2008 05:56:37 +0000 (01:56 -0400)
svn path=/trunk/packages/sipb-xen-database/; revision=972

debian/changelog
debian/control

index 0a128ed..ffceb5c 100644 (file)
@@ -1,3 +1,9 @@
+sipb-xen-database (10.22) unstable; urgency=low
+
+  * depend on postgresql without specifying old version 8.1
+
+ -- Greg Price <price@mit.edu>  Wed, 01 Oct 2008 01:55:49 -0400
+
 sipb-xen-database (10.21) unstable; urgency=low
 
   * fix distribution
index c6231e1..5a94d1e 100644 (file)
@@ -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