From: Evan Broder Date: Mon, 26 Jan 2009 01:09:03 +0000 (-0500) Subject: Fix-up several packages to include the correct Conflicts and Replaces X-Git-Tag: 0.0.20^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-xen-config.git/commitdiff_plain/2ac9ffd6799efeb00f5492223999fe7ebebd3f15 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 --- 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.