Fix dependency of noarch subpackage on the arch one - there shouldn't be so strict...
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Mon, 10 Mar 2014 16:21:42 +0000 (17:21 +0100)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Mon, 10 Mar 2014 16:21:42 +0000 (17:21 +0100)
rocci-server/debian/control

index f5c13ad..36cdb79 100644 (file)
@@ -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