From 121319a4bbc554a57b5d9f8435fd6684a859f028 Mon Sep 17 00:00:00 2001 From: Greg Price Date: Wed, 23 Jul 2008 01:19:34 -0400 Subject: [PATCH] fix control, control.in, and changelog in guest installer This demonstrates why it's evil that we have to keep control and control.in both in source control. svn path=/trunk/packages/sipb-xen-guest-installer/; revision=719 --- debian/changelog | 7 +++++++ debian/control | 10 +++++----- debian/control.in | 2 +- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6895cd8..6ed8a3f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +sipb-xen-guest-installer (1.4) unstable; urgency=low + + * sipb-xen-install, using xen-create-image, which uses debootstrap + (ecprice, neboat, and me, weeks ago) + + -- Greg Price Wed, 23 Jul 2008 01:15:58 -0400 + sipb-xen-guest-installer (1.3) unstable; urgency=low * Change sipb-xen-lvcopy so that it fails if you try to clone diff --git a/debian/control b/debian/control index 6f8afa1..3add234 100644 --- a/debian/control +++ b/debian/control @@ -1,12 +1,12 @@ -Source: sipb-xen-remctl-auto +Source: sipb-xen-guest-installer Section: net Priority: extra Maintainer: SIPB Xen Project -Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.1.0) +Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.2.0) Standards-Version: 3.7.2 -Package: sipb-xen-guest-installer-domU +Package: sipb-xen-guest-installer Architecture: all Depends: ${misc:Depends}, patch, xen-tools, kpartx -Description: Installs the SIPB Xen automatic remctl management system - This is our automatic remctl configuration management system. +Description: SIPB Xen automatic guest-image installer system + This is our automatic guest-image installer system. diff --git a/debian/control.in b/debian/control.in index 9e02b50..25834b4 100644 --- a/debian/control.in +++ b/debian/control.in @@ -7,6 +7,6 @@ Standards-Version: 3.7.2 Package: sipb-xen-guest-installer Architecture: all -Depends: ${misc:Depends} +Depends: ${misc:Depends}, patch, xen-tools, kpartx Description: SIPB Xen automatic guest-image installer system This is our automatic guest-image installer system. -- 1.7.9.5