From af7690e0ebae1181268bb3ef770ef29added65ec Mon Sep 17 00:00:00 2001 From: Corey Quinn Date: Tue, 17 Jan 2012 09:44:03 -0800 Subject: [PATCH] Fixed salt-common typo --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index c1efa339a3..6091046e52 100644 --- a/debian/control +++ b/debian/control @@ -59,7 +59,7 @@ Package: salt-master Architecture: all Depends: ${misc:Depends}, python (>= 2.6), - salt-common (= ${source:Version}) + salt-common (>= ${source:Version}) Description: This package provides a remote manager to administer servers via salt This package is a powerful remote execution manager that can be used to administer servers in a fast and efficient way. @@ -121,5 +121,5 @@ Description: The syndic component represents the master-of-masters for salt Between the remote execution system, and state management Salt addresses the backbone of cloud and data center management. . - This particular package provides the master of masters for salt-- it enables + This particular package provides the master of masters for salt-- it enables the management of multiple masters at a time.