Skip to content

Commit

Permalink
pkg/kamailio/deb: add erlang package module
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxmaniac committed May 26, 2015
1 parent 5e59fb4 commit da3e31a
Show file tree
Hide file tree
Showing 12 changed files with 107 additions and 6 deletions.
16 changes: 16 additions & 0 deletions pkg/kamailio/deb/debian/control
Expand Up @@ -8,6 +8,7 @@ Build-Depends: bison,
debhelper (>= 9),
docbook-xml,
dpkg-dev (>= 1.16.1.1),
erlang-dev,
flex,
gcj-jdk,
libconfuse-dev,
Expand Down Expand Up @@ -622,6 +623,21 @@ Description: cnxcc modules for Kamailio
.
This package provides the cnxcc module for Kamailio.

Package: kamailio-erlang-modules
Architecture: linux-any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: kamailio (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: earlang modules for Kamailio
Kamailio is a very fast and flexible SIP (RFC3261)
proxy server. Written entirely in C, Kamailio can handle thousands calls
per second even on low-budget hardware.
.
This module provides interact with Erlang node. The module allows sending,
receiving Erlang messages and RPC calls between each other.

Package: kamailio-extra-modules
Architecture: linux-any
Multi-Arch: same
Expand Down
3 changes: 2 additions & 1 deletion pkg/kamailio/deb/debian/rules
Expand Up @@ -39,7 +39,8 @@ PACKAGE_GROUPS=mysql postgres berkeley unixodbc radius presence \
ldap xml perl utils lua memcached \
snmpstats carrierroute xmpp cpl redis python geoip\
sqlite json mono ims sctp java \
purple tls outbound websocket autheph dnssec kazoo cnxcc
purple tls outbound websocket autheph dnssec kazoo cnxcc \
erlang

# module groups to be packaged onto kamailio-extra-modules
EXTRA_GROUPS=gzcompress uuid ev jansson
Expand Down
16 changes: 16 additions & 0 deletions pkg/kamailio/deb/jessie/control
Expand Up @@ -8,6 +8,7 @@ Build-Depends: bison,
debhelper (>= 9),
docbook-xml,
dpkg-dev (>= 1.16.1.1),
erlang-dev,
flex,
gcj-jdk,
libconfuse-dev,
Expand Down Expand Up @@ -621,6 +622,21 @@ Description: cnxcc modules for Kamailio
.
This package provides the cnxcc module for Kamailio.

Package: kamailio-erlang-modules
Architecture: linux-any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: kamailio (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: earlang modules for Kamailio
Kamailio is a very fast and flexible SIP (RFC3261)
proxy server. Written entirely in C, Kamailio can handle thousands calls
per second even on low-budget hardware.
.
This module provides interact with Erlang node. The module allows sending,
receiving Erlang messages and RPC calls between each other.

Package: kamailio-extra-modules
Architecture: linux-any
Multi-Arch: same
Expand Down
3 changes: 2 additions & 1 deletion pkg/kamailio/deb/jessie/rules
Expand Up @@ -39,7 +39,8 @@ PACKAGE_GROUPS=mysql postgres berkeley unixodbc radius presence \
ldap xml perl utils lua memcached \
snmpstats carrierroute xmpp cpl redis python geoip\
sqlite json mono ims sctp java \
purple tls outbound websocket autheph dnssec kazoo cnxcc
purple tls outbound websocket autheph dnssec kazoo cnxcc \
erlang

# module groups to be packaged onto kamailio-extra-modules
EXTRA_GROUPS=gzcompress uuid ev jansson
Expand Down
16 changes: 16 additions & 0 deletions pkg/kamailio/deb/precise/control
Expand Up @@ -8,6 +8,7 @@ Build-Depends: bison,
debhelper (>= 9),
docbook-xml,
dpkg-dev (>= 1.16.1.1),
erlang-dev,
flex,
gcj-jdk,
libconfuse-dev,
Expand Down Expand Up @@ -577,6 +578,21 @@ Description: authentication using ephemeral credentials module for Kamailio
.
This package provides the ephemeral module for Kamailio.

Package: kamailio-erlang-modules
Architecture: linux-any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: kamailio (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: earlang modules for Kamailio
Kamailio is a very fast and flexible SIP (RFC3261)
proxy server. Written entirely in C, Kamailio can handle thousands calls
per second even on low-budget hardware.
.
This module provides interact with Erlang node. The module allows sending,
receiving Erlang messages and RPC calls between each other.

Package: kamailio-extra-modules
Architecture: linux-any
Multi-Arch: same
Expand Down
3 changes: 2 additions & 1 deletion pkg/kamailio/deb/precise/rules
Expand Up @@ -38,7 +38,8 @@ PACKAGE_GROUPS=mysql postgres berkeley unixodbc radius presence \
ldap xml perl utils lua memcached \
snmpstats carrierroute xmpp cpl redis python geoip\
sqlite json mono ims sctp java \
purple tls outbound websocket autheph
purple tls outbound websocket autheph \
erlang

# module groups to be packaged onto kamailio-extra-modules
EXTRA_GROUPS=gzcompress uuid ev jansson
Expand Down
15 changes: 15 additions & 0 deletions pkg/kamailio/deb/squeeze/control
Expand Up @@ -7,6 +7,7 @@ Uploaders: Victor Seva <linuxmaniac@torreviejawireless.org>,
Build-Depends: bison,
debhelper (>= 8),
docbook-xml,
erlang-dev,
flex,
libconfuse-dev,
libcurl4-openssl-dev,
Expand Down Expand Up @@ -469,6 +470,20 @@ Description: authentication using ephemeral credentials module for Kamailio
.
This package provides the ephemeral module for Kamailio.

Package: kamailio-erlang-modules
Architecture: linux-any
Pre-Depends: ${misc:Pre-Depends}
Depends: kamailio (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: earlang modules for Kamailio
Kamailio is a very fast and flexible SIP (RFC3261)
proxy server. Written entirely in C, Kamailio can handle thousands calls
per second even on low-budget hardware.
.
This module provides interact with Erlang node. The module allows sending,
receiving Erlang messages and RPC calls between each other.

Package: kamailio-extra-modules
Architecture: linux-any
Pre-Depends: ${misc:Pre-Depends}
Expand Down
3 changes: 2 additions & 1 deletion pkg/kamailio/deb/squeeze/rules
Expand Up @@ -36,7 +36,8 @@ PACKAGE_GROUPS=mysql postgres berkeley unixodbc radius presence \
ldap xml perl utils lua memcached \
snmpstats carrierroute xmpp cpl python geoip\
sqlite json ims \
tls outbound websocket autheph
tls outbound websocket autheph \
erlang

# module groups to be packaged onto kamailio-extra-modules
EXTRA_GROUPS=gzcompress uuid ev
Expand Down
16 changes: 16 additions & 0 deletions pkg/kamailio/deb/trusty/control
Expand Up @@ -8,6 +8,7 @@ Build-Depends: bison,
debhelper (>= 9),
docbook-xml,
dpkg-dev (>= 1.16.1.1),
erlang-dev,
flex,
gcj-jdk,
libconfuse-dev,
Expand Down Expand Up @@ -621,6 +622,21 @@ Description: cnxcc modules for Kamailio
.
This package provides the cnxcc module for Kamailio.

Package: kamailio-erlang-modules
Architecture: linux-any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: kamailio (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: earlang modules for Kamailio
Kamailio is a very fast and flexible SIP (RFC3261)
proxy server. Written entirely in C, Kamailio can handle thousands calls
per second even on low-budget hardware.
.
This module provides interact with Erlang node. The module allows sending,
receiving Erlang messages and RPC calls between each other.

Package: kamailio-extra-modules
Architecture: linux-any
Multi-Arch: same
Expand Down
3 changes: 2 additions & 1 deletion pkg/kamailio/deb/trusty/rules
Expand Up @@ -39,7 +39,8 @@ PACKAGE_GROUPS=mysql postgres berkeley unixodbc radius presence \
ldap xml perl utils lua memcached \
snmpstats carrierroute xmpp cpl redis python geoip\
sqlite json mono ims sctp java \
purple tls outbound websocket autheph dnssec kazoo cnxcc
purple tls outbound websocket autheph dnssec kazoo cnxcc \
erlang

# module groups to be packaged onto kamailio-extra-modules
EXTRA_GROUPS=gzcompress uuid ev jansson
Expand Down
16 changes: 16 additions & 0 deletions pkg/kamailio/deb/wheezy/control
Expand Up @@ -8,6 +8,7 @@ Build-Depends: bison,
debhelper (>= 9),
docbook-xml,
dpkg-dev (>= 1.16.1.1),
erlang-dev,
flex,
gcj-jdk,
libconfuse-dev,
Expand Down Expand Up @@ -561,6 +562,21 @@ Description: authentication using ephemeral credentials module for Kamailio
.
This package provides the ephemeral module for Kamailio.

Package: kamailio-erlang-modules
Architecture: linux-any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: kamailio (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: earlang modules for Kamailio
Kamailio is a very fast and flexible SIP (RFC3261)
proxy server. Written entirely in C, Kamailio can handle thousands calls
per second even on low-budget hardware.
.
This module provides interact with Erlang node. The module allows sending,
receiving Erlang messages and RPC calls between each other.

Package: kamailio-extra-modules
Architecture: linux-any
Multi-Arch: same
Expand Down
3 changes: 2 additions & 1 deletion pkg/kamailio/deb/wheezy/rules
Expand Up @@ -38,7 +38,8 @@ PACKAGE_GROUPS=mysql postgres berkeley unixodbc radius presence \
ldap xml perl utils lua memcached \
snmpstats carrierroute xmpp cpl redis python geoip\
sqlite json mono ims sctp java \
tls outbound websocket autheph
tls outbound websocket autheph \
erlang

# module groups to be packaged onto kamailio-extra-modules
EXTRA_GROUPS=gzcompress uuid ev jansson
Expand Down

0 comments on commit da3e31a

Please sign in to comment.