From 2ac9ffd6799efeb00f5492223999fe7ebebd3f15 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-xen-config/; revision=1989 --- debian/changelog | 7 +++++++ debian/control | 2 ++ 2 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index ffabdb6..e8e72a7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +invirt-xen-config (0.0.20) unstable; urgency=low + + * Add Provides and Conflicts lines to debian/control for + config-package-dev + + -- Evan Broder Sat, 24 Jan 2009 20:16:06 -0500 + invirt-xen-config (0.0.19) unstable; urgency=low * prune tempfile, subprocess imports from invirt-database diff --git a/debian/control b/debian/control index 4d7fc24..d5e69b3 100644 --- a/debian/control +++ b/debian/control @@ -10,5 +10,7 @@ Architecture: all Depends: ${misc:Depends}, dsniff, lvm2, grub, ubuntu-xen-server, invirt-base, python-sqlalchemy, python-psycopg2, invirt-database +Provides: ${diverted-files} +Conflicts: ${diverted-files} Description: Xen configuration for Invirt host This package configures Xen for an Invirt host. -- 1.7.9.5