[Pkg-voip-commits] r8101 - in /yate/trunk/debian: changelog control yate-core.install yate-dev.install yate-scripts.install yate.install

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Sat Feb 20 21:09:19 UTC 2010


Author: tzafrir-guest
Date: Sat Feb 20 21:09:18 2010
New Revision: 8101

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8101
Log:
Split out yate-core (most modules) and yate-scripts (mostly PHP) from
yate (Ioana Stanciu).

Added:
    yate/trunk/debian/yate-core.install
    yate/trunk/debian/yate-scripts.install
Modified:
    yate/trunk/debian/changelog
    yate/trunk/debian/control
    yate/trunk/debian/yate-dev.install
    yate/trunk/debian/yate.install

Modified: yate/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/changelog?rev=8101&op=diff
==============================================================================
--- yate/trunk/debian/changelog (original)
+++ yate/trunk/debian/changelog Sat Feb 20 21:09:18 2010
@@ -7,8 +7,10 @@
   * Remove explicit dependency on libyate (detected automatically).
   * Remove old conflicts. 1.3.0 is already in current Stable.
   * Rename yete-gtk2 to yate-qt4 (which is what it is). 
-
- -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Sat, 20 Feb 2010 21:46:28 +0200
+  * Split out yate-core (most modules) and yate-scripts (mostly PHP) from
+    yate (Ioana Stanciu).
+
+ -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Sat, 20 Feb 2010 23:07:40 +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=8101&op=diff
==============================================================================
--- yate/trunk/debian/control (original)
+++ yate/trunk/debian/control Sat Feb 20 21:09:18 2010
@@ -25,7 +25,7 @@
 
 Package: yate
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, php5-cli
+Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, yate-core (= ${binary:Version})
 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
@@ -44,10 +44,21 @@
  .
  This package contains shared libraries for YATE.
 
+Package: yate-core
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: YATE core modules
+ 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 the core modules necessary for running YATE.
+
 Package: yate-dev
 Architecture: any
 Section: libdevel
-Depends: ${shlibs:Depends}, ${misc:Depends}, yate (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, libyate2.1.0 (= ${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
@@ -66,9 +77,20 @@
  .
  This package provides documentation for YATE.
 
+# Or maybe a separate -php and -perl packages?
+Package: yate-scripts
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, yate (= ${binary:Version}), php5-cli
+Description: PHP scripts 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.
+ .
+ These are the php scripts for YATE.
+
 Package: yate-pgsql
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, yate (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, yate-core (= ${binary:Version})
 Description: PostgreSQL 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
@@ -78,7 +100,7 @@
 
 Package: yate-openh323
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, yate (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, yate-core (= ${binary:Version})
 Description: OpenH323 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
@@ -90,7 +112,7 @@
 Conflicts: yate-gtk2
 Replaces: yate-gtk2
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, yate (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, yate-core (= ${binary:Version})
 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
@@ -101,7 +123,7 @@
 
 Package: yate-alsa
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, yate (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, yate-core (= ${binary:Version})
 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
@@ -111,7 +133,7 @@
 
 Package: yate-mysql
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, yate (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, yate-core (= ${binary:Version})
 Description: MySQL support 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

Added: yate/trunk/debian/yate-core.install
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/yate-core.install?rev=8101&op=file
==============================================================================
--- yate/trunk/debian/yate-core.install (added)
+++ yate/trunk/debian/yate-core.install Sat Feb 20 21:09:18 2010
@@ -1,0 +1,5 @@
+usr/lib/yate/*.yate
+usr/lib/yate/client/osschan.yate
+usr/lib/yate/jingle/*.yate
+usr/lib/yate/server/*.yate
+etc/yate/*.conf

Modified: yate/trunk/debian/yate-dev.install
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/yate-dev.install?rev=8101&op=diff
==============================================================================
--- yate/trunk/debian/yate-dev.install (original)
+++ yate/trunk/debian/yate-dev.install Sat Feb 20 21:09:18 2010
@@ -1,3 +1,4 @@
+usr/bin/yate-config usr/bin/
 usr/include/*
 usr/lib/libyate*.so
 usr/lib/pkgconfig/yate.pc

Added: yate/trunk/debian/yate-scripts.install
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/yate-scripts.install?rev=8101&op=file
==============================================================================
--- yate/trunk/debian/yate-scripts.install (added)
+++ yate/trunk/debian/yate-scripts.install Sat Feb 20 21:09:18 2010
@@ -1,0 +1,1 @@
+usr/share/yate/scripts/*

Modified: yate/trunk/debian/yate.install
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/yate.install?rev=8101&op=diff
==============================================================================
--- yate/trunk/debian/yate.install (original)
+++ yate/trunk/debian/yate.install Sat Feb 20 21:09:18 2010
@@ -1,9 +1,3 @@
 usr/bin/yate usr/bin/
-usr/bin/yate-config usr/bin/
-usr/lib/yate/*.yate
-usr/lib/yate/client/*.yate
-usr/lib/yate/jingle/*.yate
-usr/lib/yate/server/*.yate
-usr/share/yate/scripts/*
 etc/yate/*.conf
 




More information about the Pkg-voip-commits mailing list