[freeside-commits] branch FREESIDE_4_BRANCH updated. b1bee8666faf742f0f148b29f255644e7e7a6af2

Ivan ivan at 420.am
Thu Aug 3 17:02:11 PDT 2017


The branch, FREESIDE_4_BRANCH has been updated
       via  b1bee8666faf742f0f148b29f255644e7e7a6af2 (commit)
      from  3f3bc48566ce23104d3e008b50c823d236af9b5c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b1bee8666faf742f0f148b29f255644e7e7a6af2
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Aug 3 17:02:10 2017 -0700

    have base freeside deb package depend on same versions

diff --git a/debian/control b/debian/control
index 615b764..b1acea2 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

-----------------------------------------------------------------------

Summary of changes:
 debian/control |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list