From: František Dvořák Date: Mon, 10 Mar 2014 16:21:42 +0000 (+0100) Subject: Fix dependency of noarch subpackage on the arch one - there shouldn't be so strict... X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=02bb7d88a60ad85db639ac40389d68690cd99cfb;p=rOCCI-packaging.git Fix dependency of noarch subpackage on the arch one - there shouldn't be so strict dependency. --- diff --git a/rocci-server/debian/control b/rocci-server/debian/control index f5c13ad..36cdb79 100644 --- a/rocci-server/debian/control +++ b/rocci-server/debian/control @@ -30,7 +30,7 @@ Package: rocci-server-apache Architecture: all Pre-Depends: ${misc:Pre-Depends} Depends: - rocci-server (= ${binary:Version}), apache2-mpm-worker, + rocci-server (>= ${source:Version}), apache2-mpm-worker, libapache2-mod-passenger (>= 4.0.29), ${misc:Depends} Description: Ruby OCCI Server with configurations for Apache