[freeside-commits] branch FREESIDE_3_BRANCH updated. f4e9cbd7087d2bda5d39dadbaa758d67b1584fe5
Ivan
ivan at 420.am
Tue Sep 12 21:27:35 PDT 2017
The branch, FREESIDE_3_BRANCH has been updated
via f4e9cbd7087d2bda5d39dadbaa758d67b1584fe5 (commit)
from 73123102cfae1f5e7a25353220acfc049af0c199 (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 f4e9cbd7087d2bda5d39dadbaa758d67b1584fe5
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Sep 12 21:27:34 2017 -0700
apache2-mpm-prefork is gone in debian 8+ (jessie+)
diff --git a/debian/control b/debian/control
index 390d3c0..3cb5b1e 100644
--- a/debian/control
+++ b/debian/control
@@ -100,7 +100,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
Conflicts: apache2-mpm-worker, libev-perl
@@ -141,7 +141,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