diff options
author | Jeremy Davis <jeremyd@freeside.biz> | 2016-01-19 18:17:31 -0500 |
---|---|---|
committer | Jeremy Davis <jeremyd@freeside.biz> | 2016-01-19 18:17:31 -0500 |
commit | c9970c3658a63685c53ce77f727fe675cf5ef7ce (patch) | |
tree | 68a9722ba7e626c4f7ddf602b35efc2b9b58d026 | |
parent | a540d5d5df6374280f3bff1db8cf49acab35854d (diff) |
30747 Fix debian deps for upgrades
-rw-r--r-- | debian/control | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 3eb088a67..5d3cd8058 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Architecture: all Pre-Depends: freeside-lib # dbconfig-common Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, freeside-webui, - debconf, cron, openbsd-inetd, tcpd, undersmtpd, ssmtp + debconf, cron, openbsd-inetd, tcpd, undersmtpd, ssmtp, freeside-lib (>= 4.0git~20151123) Description: Billing and trouble ticketing for service providers Freeside is a web-based billing, trouble ticketing and network monitoring application. It includes features for ISPs and WISPs, hosting providers and @@ -103,8 +103,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 -Breaks: libev-perl +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. . |