From 56f6a5e9403e78b26207c6d49de5e0bcc510f597 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Mon, 3 Nov 2008 03:42:24 -0500 Subject: [PATCH] All servers should have molly-guard installed to prevent...accidents svn path=/trunk/packages/invirt-base/; revision=1513 --- debian/changelog | 7 +++++++ debian/control | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a6f3cee..5bbb128 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +invirt-base (0.0.5) unstable; urgency=low + + * All Invirt servers should have molly-guard installed, to prevent + accidents + + -- Evan Broder Mon, 03 Nov 2008 03:38:04 -0500 + invirt-base (0.0.4) unstable; urgency=low * We don't have any more sipb-xen- packages, so punt that from the diff --git a/debian/control b/debian/control index 73f2cc9..131548b 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.8.0 Package: invirt-base Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, python-json (>= 3.4-2), python-yaml (>= 3.05), python-mako (>= 0.2.2), invirt-config +Depends: ${python:Depends}, ${misc:Depends}, molly-guard, python-json (>= 3.4-2), python-yaml (>= 3.05), python-mako (>= 0.2.2), invirt-config Provides: ${python:Provides} XB-Python-Version: ${python:Versions} Description: Base configuration required for all Invirt servers -- 1.7.9.5