diff options
author | Ivan Kohler <ivan@freeside.biz> | 2017-03-11 11:02:48 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2017-03-11 11:02:48 -0800 |
commit | c617da61c42b529f95aa3659b467d5cda618cbbb (patch) | |
tree | 608c4ebeff406ffb9bf8f5f7adedecccaf4a8006 | |
parent | dba92a3a9a42b7191381af53456cb86c9cd8c39b (diff) |
hard depend on Business::OnlinePayment, we pull it in for the tokenization upgrade
-rw-r--r-- | debian/control | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 0d23070b9..503e14dcc 100644 --- a/debian/control +++ b/debian/control @@ -98,9 +98,8 @@ Depends: aspell-en,gnupg,ghostscript,gsfonts,gzip,latex-xcolor, libtry-tiny-perl, libnumber-phone-perl, libxml-libxml-simple-perl, libxml-writer-perl, libio-socket-ssl-perl, libmap-splat-perl, libdatetime-format-ical-perl, librest-client-perl, - libgeo-streetaddress-us-perl + libgeo-streetaddress-us-perl, libbusiness-onlinepayment-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 |