[Pkg-voip-commits] r5299 - in /ser/trunk/debian: changelog control

marcusb-guest at alioth.debian.org marcusb-guest at alioth.debian.org
Sun Mar 16 15:31:46 UTC 2008


Author: marcusb-guest
Date: Sun Mar 16 15:31:46 2008
New Revision: 5299

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5299
Log:
Rearrange module packages, making some packages dummies.

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=5299&op=diff
==============================================================================
--- ser/trunk/debian/changelog (original)
+++ ser/trunk/debian/changelog Sun Mar 16 15:31:46 2008
@@ -4,6 +4,9 @@
   * 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).
+  * Merge the acc_db module into the main ser package, and the acc_radius
+    module into the ser-radius-modules package, since they have no extra
+    dependencies.
   * Bump compat version to 5.
 
  -- Marcus Better <marcus at better.se>  Thu, 13 Mar 2008 19:50:19 +0000

Modified: ser/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/ser/trunk/debian/control?rev=5299&op=diff
==============================================================================
--- ser/trunk/debian/control (original)
+++ ser/trunk/debian/control Sun Mar 16 15:31:46 2008
@@ -14,6 +14,7 @@
 Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
 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})
+Replaces: ser-acc-radius-module (<< 2)
 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
@@ -72,6 +73,8 @@
 Package: ser-radius-modules
 Architecture: any
 Depends: ${shlibs:Depends}, ser (= ${binary:Version})
+Conflicts: ser-acc-radius-module (<< 2)
+Replaces: ser-acc-radius-module (<< 2)
 Description: RADIUS modules for the SIP Express Router
  This package contains the SER modules for authentication, accounting
  and other functions using the RADIUS protocol.
@@ -94,9 +97,9 @@
 Architecture: any
 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.
+Description: accounting module for SER (dummy package)
+ The acc_db module is now included in the main ser package. This is a
+ transitional dummy package that can be safely removed.
  .
  SER, the SIP Express Router, is a very fast and flexible server for
  SIP (the Session Initiation Protocol).
@@ -105,8 +108,9 @@
 Architecture: any
 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.
+ The acc_radius module is now included in the ser-radius-modules
+ package. This is a transitional dummy package that can be safely
+ removed.
  .
  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