From 02bb7d88a60ad85db639ac40389d68690cd99cfb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Mon, 10 Mar 2014 17:21:42 +0100 Subject: [PATCH] Fix dependency of noarch subpackage on the arch one - there shouldn't be so strict dependency. --- rocci-server/debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.2.3