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

msp at alioth.debian.org msp at alioth.debian.org
Sat Apr 24 07:43:26 UTC 2010


Author: msp
Date: Sat Apr 24 07:43:25 2010
New Revision: 8318

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8318
Log:
Add ${misc:Depends} - fixes debhelper-but-no-misc-depends

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=8318&op=diff
==============================================================================
--- ser/trunk/debian/changelog (original)
+++ ser/trunk/debian/changelog Sat Apr 24 07:43:25 2010
@@ -2,8 +2,9 @@
 
   * Build-Depends: libreadline-dev (Closes: #553849)
   * Fix  init.d-script-missing-dependency-on-remote_fs
-
- -- Mark Purcell <msp at debian.org>  Sat, 24 Apr 2010 17:40:31 +1000
+  * Add ${misc:Depends} - fixes debhelper-but-no-misc-depends
+
+ -- Mark Purcell <msp at debian.org>  Sat, 24 Apr 2010 17:42:47 +1000
 
 ser (2.0.0-2) unstable; urgency=low
 

Modified: ser/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/ser/trunk/debian/control?rev=8318&op=diff
==============================================================================
--- ser/trunk/debian/control (original)
+++ ser/trunk/debian/control Sat Apr 24 07:43:25 2010
@@ -30,7 +30,7 @@
 
 Package: ser-mysql-module
 Architecture: any
-Depends: ${shlibs:Depends}, ser (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, ser (= ${binary:Version})
 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
@@ -41,7 +41,7 @@
 
 Package: ser-jabber-module
 Architecture: any
-Depends: ${shlibs:Depends}, ser (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, ser (= ${binary:Version})
 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.
@@ -51,7 +51,7 @@
 
 Package: ser-cpl-module
 Architecture: any
-Depends: ${shlibs:Depends}, ser (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, ser (= ${binary:Version})
 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
@@ -62,7 +62,7 @@
 
 Package: ser-pa-module
 Architecture: any
-Depends: ${shlibs:Depends}, ser (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, ser (= ${binary:Version})
 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.
@@ -72,7 +72,7 @@
 
 Package: ser-radius-modules
 Architecture: any
-Depends: ${shlibs:Depends}, ser (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, ser (= ${binary:Version})
 Conflicts: ser-acc-radius-module (<< 2)
 Replaces: ser-acc-radius-module (<< 2)
 Description: RADIUS modules for the SIP Express Router
@@ -84,7 +84,7 @@
 
 Package: ser-postgres-module
 Architecture: any
-Depends: ${shlibs:Depends}, ser (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, ser (= ${binary:Version})
 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
@@ -95,7 +95,7 @@
 
 Package: ser-acc-db-module
 Architecture: any
-Depends: ser (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, ser (= ${binary:Version})
 Suggests: ser-mysql-module, ser-postgres-module
 Description: accounting module for SER (dummy package)
  The acc_db module is now included in the main ser package. This is a
@@ -106,7 +106,7 @@
 
 Package: ser-acc-radius-module
 Architecture: any
-Depends: ser-radius-modules (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, ser-radius-modules (= ${binary:Version})
 Description: accounting module for SER, with RADIUS support (dummy package)
  The acc_radius module is now included in the ser-radius-modules
  package. This is a transitional dummy package that can be safely
@@ -117,7 +117,7 @@
 
 Package: ser-osp-module
 Architecture: any
-Depends: ${shlibs:Depends}, ser (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, ser (= ${binary:Version})
 Description: Open Settlement Protocol module for for SER
  This module enables SER to support secure, multi-lateral peering
  using the OSP standard. Using this module, SER can send peering




More information about the Pkg-voip-commits mailing list