diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-02-13 14:56:20 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-02-13 14:56:20 -0800 |
commit | 6a1082fd1d50f0fbd30f74b816176ef886160c84 (patch) | |
tree | 23065cb91a440204136b6b411f87f652ef11d59e | |
parent | 117659ee02ba32bf59335bf18faa7a075f231709 (diff) |
fix freeside-lib dep for new 4.0~git versioning
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index efd6234db..c8bffae1b 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,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, freeside-lib (>= 3.8git~20151123) + debconf, cron, openbsd-inetd, tcpd, undersmtpd, ssmtp, freeside-lib (>= 3.8) 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 |