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