diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2016-09-12 18:20:17 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-09-12 18:28:59 -0500 |
commit | 70a34c5128f11c32ce199b6b87d205c98cd41357 (patch) | |
tree | 850f3eff9678da5f09d0c9fcc2ccb11d5068555b /debian | |
parent | 5cd19c26283661da5d242f031d1c81a4129782fd (diff) |
71720: Prevent billing events from running on holidays [debian]
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 4de8fee57..538a12d6e 100644 --- a/debian/control +++ b/debian/control @@ -97,7 +97,8 @@ Depends: aspell-en,gnupg,ghostscript,gsfonts,gzip,latex-xcolor, libcpanel-json-xs-perl, libarchive-zip-perl, libtry-tiny-perl, libnumber-phone-perl, libxml-libxml-simple-perl, libxml-writer-perl, libio-socket-ssl-perl, - libmap-splat-perl + libmap-splat-perl, + libdatetime-format-ical-perl Conflicts: libparams-classify-perl (>= 0.013-6) Suggests: libbusiness-onlinepayment-perl Description: Libraries for Freeside billing and trouble ticketing |