diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-11-23 18:01:41 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-11-23 18:01:41 -0800 |
commit | edbd7b2aa1358fb4799a80b6ef9b2a9d9f3b4cd0 (patch) | |
tree | 6ff411c564f364d32ef2a44ed96d3766842adda7 | |
parent | f68d7f0bf0dbf710fc0b03408723129a543838a3 (diff) |
work around for Net::MAC::Vendor 1.25 recommendation of libev-perl causing apache to fail silently, until/unless deb 805847 is fixed for stretch
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 30e9f31dd..cc908d887 100644 --- a/debian/control +++ b/debian/control @@ -102,7 +102,7 @@ Depends: freeside-lib,apache2,apache2-mpm-prefork,apache2-utils, libapache-dbi-perl,libapache2-mod-perl2,libapache2-request-perl, libapache-session-perl,openssl, libcgi-emulate-psgi-perl, libplack-perl (>= 1.0002) -Conflicts: apache2-mpm-worker +Conflicts: apache2-mpm-worker, libev-perl Description: Web interface for Freeside billing and trouble ticketing Freeside is a web-based billing and trouble ticketing application. . |