浏览代码

backported from stable:
- debian packaging: working watch and descriptions fixes, thanks to.$
Jerome Warnier <[email protected]>$

Andrei Pelinescu-Onciul 20 年之前
父节点
当前提交
c6f463d554
共有 2 个文件被更改,包括 14 次插入13 次删除
  1. 11 11
      debian/control
  2. 3 2
      debian/watch

+ 11 - 11
debian/control

@@ -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. 

+ 3 - 2
debian/watch.ex → debian/watch

@@ -1,6 +1,7 @@
 # Example watch control file for uscan
 # Rename this file to "watch" and then you can run the "uscan" command
 # to check for upstream updates and more.
-# Site		Directory		Pattern			Version	Script
 version=2
-sunsite.unc.edu	/pub/Linux/Incoming	ser-0.8.7-(.*)\.tar\.gz	debian	uupdate
+
+# Site		Directory		Pattern			Version	Script
+ftp://ftp.berlios.de/pub/ser/latest/src/ser-(.*)_src\.tar\.gz	debian	uupdate