diff options
author | Ivan Kohler <ivan@freeside.biz> | 2017-08-15 18:34:40 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2017-08-15 18:34:40 -0700 |
commit | 2c856415e89e7eb8a6cc18885c4fca20087aa5ce (patch) | |
tree | 4cfe45f7f44c6c5cb3ca472ef2a530d9e888af70 /debian | |
parent | 4f0b72e1e69fcd5aa4351d5f151be06b3909f74b (diff) |
have base freeside deb package depend on same versions
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 615b7645d..b1acea289 100644 --- a/debian/control +++ b/debian/control @@ -16,8 +16,10 @@ Package: freeside 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 (>= 4.0~git-20160211) +Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, + freeside-webui (= ${binary:Version}), freeside-lib (= ${binary:Version}), + debconf, cron, openbsd-inetd, tcpd, undersmtpd, ssmtp, + 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 |