[freeside-commits] branch master updated. 7ac4105f13d9711592d6ae9d8294c5ed532e063a
Ivan
ivan at 420.am
Tue Sep 12 21:27:32 PDT 2017
The branch, master has been updated
via 7ac4105f13d9711592d6ae9d8294c5ed532e063a (commit)
from 9d6472ecb151bb37896ca7077c5426fcbc8323ff (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 7ac4105f13d9711592d6ae9d8294c5ed532e063a
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Sep 12 21:27:31 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