From 6fb064636e905bee6348f4d9bf3b06e8f1da76b2 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Sun, 25 Jan 2009 20:09:03 -0500 Subject: [PATCH] Fix-up several packages to include the correct Conflicts and Replaces lines for config-package-dev svn path=/trunk/packages/invirt-database-server/; revision=1989 --- debian/changelog | 7 +++++++ debian/control | 2 ++ 2 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index ec66821..0ab2be3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +invirt-database-server (0.0.9) unstable; urgency=low + + * Add Provides and Conflicts lines to debian/control for + config-package-dev + + -- Evan Broder Sat, 24 Jan 2009 20:15:08 -0500 + invirt-database-server (0.0.8) unstable; urgency=low * pg_hba.conf: remove password-auth localhost lines, which interfere diff --git a/debian/control b/debian/control index ce58d4b..f0ab1f7 100644 --- a/debian/control +++ b/debian/control @@ -10,5 +10,7 @@ Architecture: all Depends: ${misc:Depends}, ${python:Depends}, postgresql-8.3, python-sqlalchemy, python-psycopg2, invirt-database, adduser, invirt-base +Provides: ${diverted-files} +Replaces: ${diverted-files} Description: Installs the Invirt database server This tracks all the user VMs and is accessed from the VM host -- 1.7.9.5