From 0b1926b1f7bf610e69e495ac53a2fd054c66be29 Mon Sep 17 00:00:00 2001 From: Adam Glasgall Date: Thu, 21 Mar 2013 21:06:47 -0700 Subject: [PATCH] bump postgres version dependency --- debian/changelog | 6 ++++++ debian/control | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index c07dc1e..968bbb0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +invirt-database (0.2.8~glasgall2) precise; urgency=low + + * Bump postgres version in Depends: + + -- Adam Glasgall Thu, 21 Mar 2013 21:06:13 -0700 + invirt-database (0.2.8~glasgall1) precise; urgency=low * Port packaging to dh_python2 diff --git a/debian/control b/debian/control index 4d45eea..85ce899 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: net Priority: extra Maintainer: Invirt project Build-Depends: cdbs (>= 0.4.90), debhelper (>= 4.2.0), - config-package-dev, postgresql-8.3, python-all-dev (>=2.6.6-3), + config-package-dev, postgresql-8.4, python-all-dev (>=2.6.6-3), python-setuptools, python-debian, python-apt Standards-Version: 3.8.0 @@ -18,7 +18,7 @@ Description: Installs the Invirt database schema files Package: invirt-database-server Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, postgresql-8.3, +Depends: ${misc:Depends}, ${python:Depends}, postgresql-8.4, python-sqlalchemy, python-psycopg2, invirt-database, adduser, invirt-base Provides: ${diverted-files} -- 1.7.9.5