From 02c61800c5bec6ed732e7a9d87485a6b28c474a9 Mon Sep 17 00:00:00 2001
From: Evan Broder <broder@mit.edu>
Date: Sun, 30 May 2010 11:34:48 -0400
Subject: [PATCH] Add a missing dependency for invirt-autoinstaller-host on
 kpartx.

svn path=/trunk/packages/invirt-autoinstaller/; revision=3016
---
 debian/changelog |    6 ++++++
 debian/control   |    2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ac448e7..240b65d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+invirt-autoinstaller (0.0.34) unstable; urgency=low
+
+  * Add a missing dependency for the host on kpartx.
+
+ -- Evan Broder <broder@mit.edu>  Sun, 30 May 2010 11:32:43 -0400
+
 invirt-autoinstaller (0.0.33) unstable; urgency=low
 
   * Don't hardcode netmask and gateway
diff --git a/debian/control b/debian/control
index 8d1a753..e6a5bca 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Package: invirt-autoinstaller-host
 Architecture: all
 Provides: ${diverted-files}
 Conflicts: ${diverted-files}
-Depends: ${misc:Depends}, patch, xen-tools, invirt-xen-config
+Depends: ${misc:Depends}, patch, xen-tools, invirt-xen-config, kpartx
 Description: SIPB Xen automatic guest-image installer system (host)
  This is our automatic guest-image installer system.
 
-- 
1.7.9.5