|
@@ -2,7 +2,7 @@ Source: ser
|
|
|
Section: net
|
|
|
Priority: optional
|
|
|
Maintainer: Andrei Pelinescu-Onciul <[email protected]>
|
|
|
-Build-Depends: debhelper (>= 4), libmysqlclient-dev, libexpat1-dev, libradiusclient-ng-dev, libxml2-dev, libpq-dev
|
|
|
+Build-Depends: debhelper (>= 4), libmysqlclient-dev | libmysqlclient14-dev | libmysqlclient12-dev, libexpat1-dev, libradiusclient-ng-dev | libradius1-dev, libxml2-dev, libpq-dev | postgresql-dev
|
|
|
Standards-Version: 3.5.2
|
|
|
|
|
|
Package: ser
|
|
@@ -24,18 +24,18 @@ Description: Sip Express Router, very fast and configurable SIP proxy
|
|
|
Package: ser-mysql-module
|
|
|
Architecture: any
|
|
|
Depends: ${shlibs:Depends}, ser (= ${Source-Version})
|
|
|
-Description: contains the mysql database connectivity module
|
|
|
+Description: contains the MySQL database connectivity module
|
|
|
This has been split out of the main ser package, so that ser will not
|
|
|
- depend upon mysql. This module will enable you to use the digest
|
|
|
+ depend upon libmysqlclient. This module will enable you to use the digest
|
|
|
authentication module or persistent user location entries.
|
|
|
|
|
|
Package: ser-jabber-module
|
|
|
Architecture: any
|
|
|
Depends: ${shlibs:Depends}, ser (= ${Source-Version})
|
|
|
-Description: contains the jabber module (sip-jabber message translation)
|
|
|
+Description: contains the Jabber module (SIP-Jabber message translation)
|
|
|
This has been split out of the main ser package, so that ser will not
|
|
|
depend upon libexpat. This module will enable you to use ser to translate
|
|
|
- sip messages into jabber messages.
|
|
|
+ SIP messages into Jabber messages.
|
|
|
|
|
|
Package: ser-cpl-module
|
|
|
Architecture: any
|
|
@@ -54,17 +54,17 @@ Description: contains the pa module (Presence server support)
|
|
|
Package: ser-radius-modules
|
|
|
Architecture: any
|
|
|
Depends: ${shlibs:Depends}, ser (= ${Source-Version})
|
|
|
-Description: contains the ser radius modules
|
|
|
+Description: contains the ser RADIUS modules
|
|
|
This has been split out of the main ser package, so that ser will not
|
|
|
depend upon libradius1. This modules will enable you to authenticate,
|
|
|
- do group membership checking or check the messages uris using radius.
|
|
|
+ do group membership checking or check the messages uris using RADIUS.
|
|
|
|
|
|
Package: ser-postgres-module
|
|
|
Architecture: any
|
|
|
Depends: ${shlibs:Depends}, ser (= ${Source-Version})
|
|
|
-Description: contains the postgres database connectivity module
|
|
|
+Description: contains the PostgreSQL database connectivity module
|
|
|
This has been split out of the main ser package, so that ser will not
|
|
|
- depend upon libbpq. This module will enable you to use the digest
|
|
|
+ depend upon libpq. This module will enable you to use the digest
|
|
|
authentication module or persistent user location entries.
|
|
|
|
|
|
Package: ser-acc-db-module
|
|
@@ -73,10 +73,10 @@ Depends: ${shlibs:Depends}, ser (= ${Source-Version})
|
|
|
Suggests: ser-mysql-module
|
|
|
Description: contains the ser acc module, with db support
|
|
|
This modules will enable you to do accounting in a database.
|
|
|
- You need also a database interface module like mysql or postgres.
|
|
|
+ You need also a database interface module like MySQL or PostgreSQL.
|
|
|
|
|
|
Package: ser-acc-radius-module
|
|
|
Architecture: any
|
|
|
Depends: ${shlibs:Depends}, ser (= ${Source-Version})
|
|
|
-Description: contains the ser acc module, with radius support
|
|
|
+Description: contains the ser acc module, with RADIUS support
|
|
|
This modules will enable you to do accounting over radius.
|