[freeside-commits] branch FREESIDE_4_BRANCH updated. 59fab97884bf29db106d77b1bc6de905c3d8af2b
Ivan
ivan at 420.am
Tue Sep 12 21:27:33 PDT 2017
The branch, FREESIDE_4_BRANCH has been updated
via 59fab97884bf29db106d77b1bc6de905c3d8af2b (commit)
from cc89796b815615a8fcc45b2981059c638e860f19 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 59fab97884bf29db106d77b1bc6de905c3d8af2b
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Sep 12 21:27:32 2017 -0700
apache2-mpm-prefork is gone in debian 8+ (jessie+)
diff --git a/debian/control b/debian/control
index 6807aad..984e29f 100644
--- a/debian/control
+++ b/debian/control
@@ -113,7 +113,7 @@ Description: Libraries for Freeside billing and trouble ticketing
Package: freeside-webui
Architecture: all
-Depends: freeside-lib,apache2,apache2-mpm-prefork,apache2-utils,
+Depends: freeside-lib,apache2,apache2-utils,
libapache-dbi-perl,libapache2-mod-perl2,libapache2-request-perl,
libapache-session-perl,openssl, libcgi-emulate-psgi-perl,
libplack-perl (>= 1.0002)
@@ -175,7 +175,7 @@ Description: Self-service portal html/cgi filesfor Freeside billing and trouble
Package: freeside-ng-selfservice
Architecture: all
-Depends: libapache2-mod-php5,php5-xmlrpc,apache2-mpm-prefork
+Depends: libapache2-mod-php5,php5-xmlrpc,apache2
Recommends:
Description: Next Generation Self-service portal for Freeside billing and trouble ticketing
Freeside is a web-based billing and trouble ticketing application.
-----------------------------------------------------------------------
Summary of changes:
debian/control | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
More information about the freeside-commits
mailing list