[Pkg-voip-commits] r5298 - in /ser/trunk/debian: changelog control
marcusb-guest at alioth.debian.org
marcusb-guest at alioth.debian.org
Sun Mar 16 15:28:37 UTC 2008
Author: marcusb-guest
Date: Sun Mar 16 15:28:37 2008
New Revision: 5298
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5298
Log:
Improved package descriptions.
Modified:
ser/trunk/debian/changelog
ser/trunk/debian/control
Modified: ser/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/ser/trunk/debian/changelog?rev=5298&op=diff
==============================================================================
--- ser/trunk/debian/changelog (original)
+++ ser/trunk/debian/changelog Sun Mar 16 15:28:37 2008
@@ -1,6 +1,7 @@
ser (2.0.0~cvs20080310-1) UNRELEASED; urgency=low
* New upstream release.
+ * Improved package descriptions. (Closes: #468472)
* debian/control: Build-depend on libcurl3-dev (for xcap module),
libreadline5-dev (for sercmd) and uuid-dev (for eval module).
* Bump compat version to 5.
Modified: ser/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/ser/trunk/debian/control?rev=5298&op=diff
==============================================================================
--- ser/trunk/debian/control (original)
+++ ser/trunk/debian/control Sun Mar 16 15:28:37 2008
@@ -4,7 +4,7 @@
Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
Uploaders: Mark Purcell <msp at debian.org>, Andrei Pelinescu-Onciul <andrei at iptel.org>, Jan Janak <jan at iptel.org>, Kilian Krause <kilian at debian.org>, Marcus Better <marcus at better.se>
Build-Depends: debhelper (>= 5), quilt, libmysqlclient15-dev | libmysqlclient-dev, libexpat1-dev, libradiusclient-ng-dev, libxml2-dev, libpq-dev, libcurl3-dev, libreadline5-dev, uuid-dev, bison, flex
-Standards-Version: 3.5.2
+Standards-Version: 3.7.3
Homepage: http://www.iptel.org/ser/
Vcs-Svn: svn://svn.debian.org/pkg-voip/ser/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/ser/?op=log
@@ -12,75 +12,101 @@
Package: ser
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
-Suggests: ser-mysql-module, ser-jabber-module, ser-cpl-module, ser-pa-module, ser-radius-modules
+Suggests: ser-mysql-module, ser-jabber-module, ser-cpl-module, ser-pa-module, ser-radius-modules, rtpproxy
Conflicts: ser-mysql-module (<< ${binary:Version}), ser-jabber-module (<< ${binary:Version}), ser-radius-modules (<< ${binary:Version}), ser-cpl-module (<< ${binary:Version}), ser-pa-module (<< ${binary:Version}), ser-postgres-module (<< ${binary:Version}), ser-acc-db-module (<< ${binary:Version}), ser-acc-radius-module (<< ${binary:Version})
-Description: Sip Express Router, very fast and configurable SIP proxy
- ser or SIP Express Router is a very fast and flexible SIP (RFC3621)
- proxy server. Written entirely in C, ser can handle thousands calls
- per second even on low-budget hardware. C Shell like scripting language
- provides full control over the server's behaviour. It's modular
- architecture allows only required functionality to be loaded.
- Currently the following modules are available: Digest Authentication,
- CPL scripts, Instant Messaging, MySQL support, Presence Agent, Radius
- Authentication, Record Routing, SMS Gateway, Jabber Gateway, Transaction
- Module, Registrar and User Location.
+Description: high-performance SIP server
+ SER, the SIP Express Router, is a very fast and flexible server for
+ SIP (the Session Initiation Protocol). It can act as as a SIP
+ registrar, proxy or redirect server. SER can be configured to serve
+ specialized purposes such as load balancing or SIP front-end to
+ application servers. Together with the RTPproxy it can act as media
+ relay or Session Border Controller.
+ .
+ SER features complete support of RFC 3261 functionality, a variety of
+ database backends, management features, load-balancing), NAT
+ traversal, telephony features (LCR, speeddial), multidomain hosting,
+ ENUM, presence, and more.
Package: ser-mysql-module
Architecture: any
Depends: ${shlibs:Depends}, ser (= ${binary:Version})
-Description: contains the MySQL database connectivity module
- This has been split out of the main ser package, so that ser will not
- depend upon libmysqlclient. This module will enable you to use the digest
- authentication module or persistent user location entries.
+Description: MySQL database connectivity module for SER
+ This module will enable you to use a MySQL database as backend for
+ various SER modules, such as digest authentication, user location and
+ accounting.
+ .
+ SER, the SIP Express Router, is a very fast and flexible server for
+ SIP (the Session Initiation Protocol).
Package: ser-jabber-module
Architecture: any
Depends: ${shlibs:Depends}, ser (= ${binary:Version})
-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.
+Description: Jabber bridge module for the SIP Express Router
+ This SER module allows you to exchange messages with Jabber (XMPP)
+ networks. It supports presence and instant messaging.
+ .
+ SER, the SIP Express Router, is a very fast and flexible server for
+ SIP (the Session Initiation Protocol).
Package: ser-cpl-module
Architecture: any
Depends: ${shlibs:Depends}, ser (= ${binary:Version})
-Description: contains the cpl-c module (CPL support)
- This has been split out of the main ser package, so that ser will not
- depend upon libxml2.
+Description: Call Processing Language interpreter for SER
+ This module supports the uploading, management and execution of Call
+ Processing Language (CPL) scripts in SER. CPL scripts allow the user
+ to customize call handling.
+ .
+ SER, the SIP Express Router, is a very fast and flexible server for
+ SIP (the Session Initiation Protocol).
Package: ser-pa-module
Architecture: any
Depends: ${shlibs:Depends}, ser (= ${binary: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: presence module for the SIP Express Router
+ This module implements a presence server for SER. This is an entity
+ that processes the SIP methods SUBSCRIBE, NOTIFY and PUBLISH.
+ .
+ SER, the SIP Express Router, is a very fast and flexible server for
+ SIP (the Session Initiation Protocol).
Package: ser-radius-modules
Architecture: any
Depends: ${shlibs:Depends}, ser (= ${binary:Version})
-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.
+Description: RADIUS modules for the SIP Express Router
+ This package contains the SER modules for authentication, accounting
+ and other functions using the RADIUS protocol.
+ .
+ SER, the SIP Express Router, is a very fast and flexible server for
+ SIP (the Session Initiation Protocol).
Package: ser-postgres-module
Architecture: any
Depends: ${shlibs:Depends}, ser (= ${binary:Version})
-Description: contains the PostgreSQL database connectivity module
- This has been split out of the main ser package, so that ser will not
- depend upon libpq. This module will enable you to use the digest
- authentication module or persistent user location entries.
+Description: PostgreSQL database connectivity module for SER
+ This module will enable you to use a PostgreSQL database as backend
+ for various SER modules, such as digest authentication, user location
+ and accounting.
+ .
+ SER, the SIP Express Router, is a very fast and flexible server for
+ SIP (the Session Initiation Protocol).
Package: ser-acc-db-module
Architecture: any
-Depends: ${shlibs:Depends}, ser (= ${binary: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.
+Depends: ser (= ${binary:Version})
+Suggests: ser-mysql-module, ser-postgres-module
+Description: accounting module for SER with database support
+ This module will enable you to use a database as backend for SER
+ accounting.
+ .
+ SER, the SIP Express Router, is a very fast and flexible server for
+ SIP (the Session Initiation Protocol).
Package: ser-acc-radius-module
Architecture: any
-Depends: ${shlibs:Depends}, ser (= ${binary:Version})
-Description: contains the ser acc module, with RADIUS support
- This modules will enable you to do accounting over radius.
+Depends: ser-radius-modules (= ${binary:Version})
+Description: accounting module for SER, with RADIUS support (dummy package)
+ This module will enable you to use RADIUS as backend for SER
+ accounting.
+ .
+ SER, the SIP Express Router, is a very fast and flexible server for
+ SIP (the Session Initiation Protocol).
More information about the Pkg-voip-commits
mailing list