[Pkg-voip-commits] r8099 - in /yate/trunk/debian: changelog control

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Sat Feb 20 19:41:57 UTC 2010


Author: tzafrir-guest
Date: Sat Feb 20 19:41:52 2010
New Revision: 8099

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8099
Log:
* Remove explicit dependency on libyate (detected automatically).
* Remove old conflicts. 1.3.0 is already in current Stable.

Modified:
    yate/trunk/debian/changelog
    yate/trunk/debian/control

Modified: yate/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/changelog?rev=8099&op=diff
==============================================================================
--- yate/trunk/debian/changelog (original)
+++ yate/trunk/debian/changelog Sat Feb 20 19:41:52 2010
@@ -4,8 +4,10 @@
   * Remove debian/tmp/ from install pathes. We use debhelper 7 now. 
   * YATE2 does not use libpri anymore.
   * No need to depend on dpatch (we'll switch to quilt if we have patches). 
+  * Remove explicit dependency on libyate (detected automatically).
+  * Remove old conflicts. 1.3.0 is already in current Stable.
 
- -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Sat, 20 Feb 2010 20:37:50 +0200
+ -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Sat, 20 Feb 2010 21:40:24 +0200
 
 yate (2.1.0-1~dfsg-1) unstable; urgency=low
 

Modified: yate/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/control?rev=8099&op=diff
==============================================================================
--- yate/trunk/debian/control (original)
+++ yate/trunk/debian/control Sat Feb 20 19:41:52 2010
@@ -25,12 +25,13 @@
 
 Package: yate
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libyate2.1.0 (= ${binary:Version}), adduser, php5-cli
-Conflicts: yate-gtk, yate-openh323 (<< 1.3.0), yate-pgsql (<< 1.3.0), yate-qt
+Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, php5-cli
 Description: Yet Another Telephony Engine (YATE)
  YATE is a telephony engine aimed at creating a telephony server that
  performs well enough to deal with PBX requirements and also flexible
  enough for complex Gateway and IVR solutions.
+ .
+ This package contains YATE Server itself.
 
 Package: libyate2.1.0
 Architecture: any
@@ -41,29 +42,29 @@
  performs well enough to deal with PBX requirements and also flexible
  enough for complex Gateway and IVR solutions.
  .
- This package contains shared library for yate.
+ This package contains shared libraries for YATE.
 
 Package: yate-dev
 Architecture: any
 Section: libdevel
-Depends: ${shlibs:Depends}, ${misc:Depends}, libyate2.1.0 (= ${binary:Version}), yate (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, yate (= ${binary:Version})
 Description: Development files for YATE
  YATE is a telephony engine aimed at creating a telephony server that
  performs well enough to deal with PBX requirements and also flexible
  enough for complex Gateway and IVR solutions.
  .
- This package contains development libraries for yate.
+ This package contains development libraries for YATE.
 
 Package: yate-doc
 Section: doc
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Documentation for yate
+Description: Documentation for YATE
  YATE is a telephony engine aimed at creating a telephony server that
  performs well enough to deal with PBX requirements and also flexible
  enough for complex Gateway and IVR solutions.
  .
- This package provides documentation for yate.
+ This package provides documentation for YATE.
 
 Package: yate-pgsql
 Architecture: any
@@ -89,22 +90,23 @@
 Package: yate-gtk2
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, yate (= ${binary:Version})
-Description: YATE and GTK+ 2 based universal telephony client
+Description: YATE-based universal telephony client
  YATE is a telephony engine aimed at creating a telephony server that
  performs well enough to deal with PBX requirements and also flexible
  enough for complex Gateway and IVR solutions.
  .
- This is the GTK+ 2 YateClient for the YATE daemon.
+ YateClient uses the same telephony code to produce a software desktop VoIP
+ (SIP, H.323, IAX2) phone. yate-qt4 uses this to provide such a telephony
 
 Package: yate-alsa
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, yate (= ${binary:Version})
-Description: ALSA module for yate
+Description: ALSA module for YATE
  YATE is a telephony engine aimed at creating a telephony server that
  performs well enough to deal with PBX requirements and also flexible
  enough for complex Gateway and IVR solutions.
  .
- This is the ALSA module for yate.
+ This is the ALSA module for YATE.
 
 Package: yate-mysql
 Architecture: any
@@ -114,4 +116,4 @@
  performs well enough to deal with PBX requirements and also flexible
  enough for complex Gateway and IVR solutions.
  .
- This is the MySQL support module for yate.
+ This is the MySQL support module for YATE.




More information about the Pkg-voip-commits mailing list