Skip to content

Commit

Permalink
cgrates: add debian package
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed Jan 25, 2017
1 parent 16b8d12 commit 75e5f53
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 11 deletions.
19 changes: 9 additions & 10 deletions packaging/debian/common/changelog
@@ -1,14 +1,13 @@
opensips (2.2.0-1) stable; urgency=low
opensips (2.3.0-1) unstable; urgency=medium

* Major Release
* New upstream release.
* debian/rules:
+ Add packaging for the cgrates module.
* debian/control:
+ Add new opensips-cgrates-module.
* debian/copyright:
+ Add copyright info for cgrates module files.

-- Razvan Crainea <razvan@opensips.org> Fri, 04 Sep 2015 13:44:06 +0200


opensips (2.1.0) stable; urgency=low

* Major Public Release.

-- Bogdan-Andrei Iancu <bogdan@opensips.org> Tue, 07 May 2015 19:22:57 +0200
-- Răzvan Crainea <razvan@opensips.org> Thu, 12 Jan 2017 16:20:44 +0200


12 changes: 12 additions & 0 deletions packaging/debian/common/control
Expand Up @@ -45,6 +45,7 @@ Depends: adduser, ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Suggests: opensips-b2bua-module,
opensips-berkeley-module,
opensips-carrierroute-module,
opensips-cgrates-module,
opensips-compression-module,
opensips-console,
opensips-cpl-module,
Expand Down Expand Up @@ -583,3 +584,14 @@ Description: REST client module for OpenSIPS
per second even on low-budget hardware.
.
This package provides the REST client support for OpenSIPS.

Package: opensips-cgrates-module
Architecture: any
Multi-Arch: same
Depends: opensips (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: CGRateS connector for OpenSIPS
OpenSIPS is a very fast and flexible SIP (RFC3261)
server. Written entirely in C, OpenSIPS can handle thousands calls
per second even on low-budget hardware.
.
This package provides a connnector to the CGRateS rating/billing engine.
4 changes: 4 additions & 0 deletions packaging/debian/common/copyright
Expand Up @@ -298,6 +298,10 @@ Files: modules/carrierroute/*
Copyright: 2007, 2008, 1&1 Internet AG
License: GPL-2+

Files: modules/cgrates/*
Copyright: 2017, Răzvan Crainea
License: GPL-2+

Files: modules/cfgutils/*
Copyright: 2011-2015, OpenSIPS Solutions
License: GPL-2+
Expand Down
6 changes: 5 additions & 1 deletion packaging/debian/common/rules
Expand Up @@ -35,7 +35,8 @@ ALL_MODPKG_LIST := \
PRESENCE XMLRPC PERL SNMPSTATS XMPP CROUTE BERKELEY LDAP \
GEOIP REGEX IDENTITY B2BUA DBHTTP DIALPLAN MEMCACHED JSON \
REDIS RABBITMQ HTTP COMPRESSION EMERGENCY \
PROTO_SCTP PROTO_TLS PROTO_WSS TLS_MGM REST_CLIENT LUA
PROTO_SCTP PROTO_TLS PROTO_WSS TLS_MGM REST_CLIENT LUA \
CGRATES

ifeq ($(BUILD_MODPKG_LIST),NONE)
override BUILD_MODPKG_LIST :=
Expand Down Expand Up @@ -150,6 +151,9 @@ TLS_MGM_MOD_PATH=$(addprefix modules/, $(TLS_MGM_MODULES))
REST_CLIENT_PKGNAME = opensips-restclient-module
REST_CLIENT_MODULES = rest_client
REST_CLIENT_MOD_PATH=$(addprefix modules/, $(REST_CLIENT_MODULES))
CGRATES_PKGNAME = opensips-cgrates-module
CGRATES_MODULES = cgrates
CGRATES_MOD_PATH=$(addprefix modules/, $(CGRATES_MODULES))


# Need this per-package variables available in environment so accessible
Expand Down

0 comments on commit 75e5f53

Please sign in to comment.