diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-11-23 18:02:11 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-11-23 18:02:11 -0800 |
commit | b107e10a186852ad298ac08c8f1dfafc772401dd (patch) | |
tree | b6b6f33153b9768aba574629664ef386570eada0 | |
parent | d176b11b1730eeff8c19456c18f8e852c99fc423 (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 2764f706d..ad4b04d23 100644 --- a/debian/control +++ b/debian/control @@ -101,7 +101,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. . |