From 48a6f92e462bcbcd9ef3aed9c613da0d59716fcc Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 14 Feb 2017 09:13:35 -0800 Subject: [PATCH] fix deb dependencies for package reorganization, so 3.x -> 4.x upgrades don't complain about overwriting files, RT#74692 --- debian/control | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/control b/debian/control index 7bf44d48e..4d4b78b7a 100644 --- a/debian/control +++ b/debian/control @@ -102,6 +102,8 @@ Depends: aspell-en,gnupg,ghostscript,gsfonts,gzip,latex-xcolor, librest-client-perl Conflicts: libparams-classify-perl (>= 0.013-6) Suggests: libbusiness-onlinepayment-perl +Replaces: freeside (<<4) +Breaks: freeside (<<4) Description: Libraries for Freeside billing and trouble ticketing Freeside is a web-based billing and trouble ticketing application. . @@ -115,6 +117,8 @@ Depends: freeside-lib,apache2,apache2-mpm-prefork,apache2-utils, libapache-session-perl,openssl, libcgi-emulate-psgi-perl, libplack-perl (>= 1.0002) Conflicts: apache2-mpm-worker, libev-perl +Replaces: freeside (<<4) +Breaks: freeside (<<4) Description: Web interface for Freeside billing and trouble ticketing Freeside is a web-based billing and trouble ticketing application. . @@ -151,6 +155,8 @@ Depends: freeside-webui,freeside-lib,rrdtool,librrds-perl, libproc-daemon-perl,libnet-snmp-perl, libapache-session-perl, libjson-perl, libdbix-abstract-perl, libdbix-sequence-perl, librrds-perl Recommends: +Replaces: freeside (<<4) +Breaks: freeside (<<4) Description: Integrated network monitoring and billing Torrus is a network monitoring system (NMS) for discovering and monitoring routers, switches and other network equipment with SNMP. -- 2.11.0