浏览代码

- ser-ctl package added (ser command line tools)
- ser-pa-module changed to ser-presence-modules
- ser-acc-radius and ser-acc-db removed
- ser-xmlrpc-module added

Jan Janak 19 年之前
父节点
当前提交
cd4812f853
共有 1 个文件被更改,包括 19 次插入15 次删除
  1. 19 15
      debian/control

+ 19 - 15
debian/control

@@ -21,6 +21,15 @@ Description: Sip Express Router, very fast and configurable SIP proxy
  Authentication, Record Routing, SMS Gateway, Jabber Gateway, Transaction 
  Authentication, Record Routing, SMS Gateway, Jabber Gateway, Transaction 
  Module, Registrar and User Location.
  Module, Registrar and User Location.
 
 
+Package: ser-ctl
+Architecture: any
+Depends: python2.3
+Suggests: python2.3-mysqldb, python2.3-psycopg
+Description: SER command line administration tools
+ This package contains the SER command line administration tools written
+ in python. The tools can be used to administer SIP accounts, SIP domains,
+ and various settings of a SER based SIP server.
+
 Package: ser-mysql-module
 Package: ser-mysql-module
 Architecture: any
 Architecture: any
 Depends: ${shlibs:Depends}, ser (= ${Source-Version})
 Depends: ${shlibs:Depends}, ser (= ${Source-Version})
@@ -44,12 +53,12 @@ Description: contains the cpl-c module (CPL support)
  This has been split out of the main ser package, so that ser will not
  This has been split out of the main ser package, so that ser will not
  depend upon libxml2.
  depend upon libxml2.
 
 
-Package: ser-pa-module
+Package: ser-presence-module
 Architecture: any
 Architecture: any
 Depends: ${shlibs:Depends}, ser (= ${Source-Version})
 Depends: ${shlibs:Depends}, ser (= ${Source-Version})
-Description: contains the pa module (Presence server support)
- This has been split out of the main ser package, so that ser will not
- depend upon libxml2.
+Description: contains the SIMPLE based presence support (Presence server)
+ This module contains modules and libraries needed to implement SIMPLE
+ based presence support in SER
 
 
 Package: ser-radius-modules
 Package: ser-radius-modules
 Architecture: any
 Architecture: any
@@ -67,16 +76,11 @@ Description: contains the PostgreSQL database connectivity module
  depend upon libpq. 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.
  authentication module or persistent user location entries.
 
 
-Package: ser-acc-db-module
-Architecture: any
-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 PostgreSQL.
-
-Package: ser-acc-radius-module
+Package: ser-xmlrpc-module
 Architecture: any
 Architecture: any
 Depends: ${shlibs:Depends}, ser (= ${Source-Version})
 Depends: ${shlibs:Depends}, ser (= ${Source-Version})
-Description: contains the ser acc module, with RADIUS support 
- This modules will enable you to do accounting over radius. 
+Description: contains the XML-RPC based interface to SER
+ This module provides XML-RPC administrative interface to SER. The
+ interface can be used to change various configuration options of
+ SER at runtime. Other applications, such as serctl command line
+ tools and SERWeb use XML-RPC interface to communicate with SER