From cb19c608412378d9e7f07845155a626933603bf7 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Thu, 20 Nov 2008 22:46:55 -0500 Subject: [PATCH] Add a dependency on apticron for all servers svn path=/trunk/packages/invirt-base/; revision=1727 --- debian/changelog | 6 ++++++ debian/control | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0964f34..b639c45 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +invirt-base (0.0.13) unstable; urgency=low + + * Add a dependency on apticron for all servers + + -- Evan Broder Thu, 20 Nov 2008 20:37:40 -0500 + invirt-base (0.0.12) unstable; urgency=low * Change the apt source list for production diff --git a/debian/control b/debian/control index 7c8376d..550a5ff 100644 --- a/debian/control +++ b/debian/control @@ -7,9 +7,9 @@ Standards-Version: 3.8.0 Package: invirt-base Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, molly-guard, python-json - (>= 3.4-2), python-yaml (>= 3.05), python-mako (>= 0.2.2), - invirt-config, invirt-mail-config +Depends: ${python:Depends}, ${misc:Depends}, molly-guard, apticron, + python-json (>= 3.4-2), python-yaml (>= 3.05), python-mako (>= + 0.2.2), invirt-config, invirt-mail-config Provides: ${python:Provides} XB-Python-Version: ${python:Versions} Description: Base configuration required for all Invirt servers -- 1.7.9.5