From 11d5455737c73506901430442162d3db1c7b4ad2 Mon Sep 17 00:00:00 2001 From: C Robert Date: Tue, 18 Aug 2009 17:41:14 +0000 Subject: [PATCH] Removed apache2 dependency Monotone-Parent: 2c8266b41b53ae4ece560d6f611a57376986383a Monotone-Revision: fc29c1b763c506067039095b47f73dfd6301f0e2 Monotone-Author: crobert@inverse.ca Monotone-Date: 2009-08-18T17:41:14 Monotone-Branch: ca.inverse.sogo --- debian/control | 2 +- debian/rules | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index e467e416a..07a1934a1 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Standards-Version: 3.8.2 Package: sogo Section: web Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, tmpreaper, apache2 +Depends: ${shlibs:Depends}, ${misc:Depends}, tmpreaper Suggests: nginx Description: a modern and scalable groupware SOGo is a groupware server built around OpenGroupware.org (OGo) and diff --git a/debian/rules b/debian/rules index af4f59612..8ad6d9e1f 100755 --- a/debian/rules +++ b/debian/rules @@ -49,7 +49,8 @@ install-arch: build-arch cp Scripts/sogod-wrapper debian/tmp/usr/sbin/sogod-wrapper mkdir -p debian/tmp/usr/share/lintian/overrides cp debian/sogo.overrides debian/tmp/usr/share/lintian/overrides/sogo - cp Apache/SOGo-debian.conf /etc/apache2/conf.d/SOGo.conf + mkdir -p debian/tmp/etc/apache2/conf.d + cp Apache/SOGo-debian.conf debian/tmp/etc/apache2/conf.d/SOGo.conf binary-indep: build-indep install-indep