diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-11-23 18:02:43 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-11-23 18:02:43 -0800 |
commit | bc6bf7f836101ec9490db54346e47760733f4927 (patch) | |
tree | d7f6de3901a923e0eaefc80d4b96f7b977c63454 | |
parent | 5e319ce3a8a7664dd776c5927850b0911af97e1b (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 ea4b3bdd8..2e48eabbc 100644 --- a/debian/control +++ b/debian/control @@ -92,7 +92,7 @@ Architecture: all Depends: freeside-lib,apache2,apache2-mpm-prefork,apache2-utils, libapache-dbi-perl,libapache2-mod-perl2,libapache2-request-perl, libapache-session-perl,openssl -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. . |