From 8a7e2ad8bb0123d9f53f0dceb4e40c01ed58170d Mon Sep 17 00:00:00 2001 From: Adam Glasgall Date: Sun, 24 Mar 2013 17:45:38 -0400 Subject: [PATCH] replace reference to ubuntu-xen-server with broken-out list of xen packages --- debian/changelog | 7 +++++++ debian/control | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index cfb7147..eb365f3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +invirt-xen-config (0.0.38~glasgall3) precise; urgency=low + + * ubuntu-xen-server bit the dust several releases ago. replace it by + explicitly listing the xen bits we need in Depends. + + -- Adam Glasgall Sun, 24 Mar 2013 17:44:24 -0400 + invirt-xen-config (0.0.38~glasgall2) precise; urgency=low * Bump xen-utils dependency diff --git a/debian/control b/debian/control index 8b2177e..4c577bb 100644 --- a/debian/control +++ b/debian/control @@ -7,9 +7,9 @@ Standards-Version: 3.8.0 Package: invirt-xen-config Architecture: all -Depends: ${misc:Depends}, dsniff, lvm2, grub, ubuntu-xen-server, - invirt-base, python-sqlalchemy, python-psycopg2, - invirt-database +Depends: ${misc:Depends}, dsniff, lvm2, grub, + xen-hypervisor-4.1, xen-utils-4.1, xen-tools, invirt-base, + bridge-utils, python-sqlalchemy, python-psycopg2, invirt-database Provides: ${diverted-files} Conflicts: ${diverted-files} Description: Xen configuration for Invirt host -- 1.7.9.5