[Pkg-voip-commits] r2006 - yate/trunk/debian

Mikael Magnusson mikma-guest at costa.debian.org
Mon Jul 3 10:26:20 UTC 2006


Author: mikma-guest
Date: 2006-07-03 10:26:19 +0000 (Mon, 03 Jul 2006)
New Revision: 2006

Added:
   yate/trunk/debian/libyate0.9.0.install
Modified:
   yate/trunk/debian/changelog
   yate/trunk/debian/control
   yate/trunk/debian/rules
   yate/trunk/debian/yate.install
Log:
* Fix lintian warning: "yate: package-name-doesnt-match-sonames
  libyate0.9.0"

Modified: yate/trunk/debian/changelog
===================================================================
--- yate/trunk/debian/changelog	2006-07-03 10:00:51 UTC (rev 2005)
+++ yate/trunk/debian/changelog	2006-07-03 10:26:19 UTC (rev 2006)
@@ -17,8 +17,10 @@
   * Add config files: accfile.conf, cdrfile.conf, moh.conf,
     yrtpchan.conf, ysipchan.conf
   * Remove build-depends to libiax-dev and libspandsp-dev
+  * Fix lintian warning: "yate: package-name-doesnt-match-sonames
+    libyate0.9.0"
 
- -- Mikael Magnusson <mikma at users.sourceforge.net>  Mon,  3 Jul 2006 11:59:40 +0200
+ -- Mikael Magnusson <mikma at users.sourceforge.net>  Mon,  3 Jul 2006 12:23:21 +0200
 
 yate (0.8.7+cvs20050604-4) unstable; urgency=low
 

Modified: yate/trunk/debian/control
===================================================================
--- yate/trunk/debian/control	2006-07-03 10:00:51 UTC (rev 2005)
+++ yate/trunk/debian/control	2006-07-03 10:26:19 UTC (rev 2006)
@@ -14,10 +14,21 @@
  performs well enough to deal with PBX requirements and also flexible 
  enough for complex Gateway and IVR solutions. 
 
+Package: libyate0.9.0
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Shared library 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 shared library for yate.
+
 Package: yate-dev
 Architecture: any
 Section: libdevel
-Depends: yate (= ${Source-Version})
+Depends: libyate0.9.0 (= ${Source-Version}), yate (= ${Source-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

Added: yate/trunk/debian/libyate0.9.0.install
===================================================================
--- yate/trunk/debian/libyate0.9.0.install	2006-07-03 10:00:51 UTC (rev 2005)
+++ yate/trunk/debian/libyate0.9.0.install	2006-07-03 10:26:19 UTC (rev 2006)
@@ -0,0 +1 @@
+debian/tmp/usr/lib/libyate.so.*

Modified: yate/trunk/debian/rules
===================================================================
--- yate/trunk/debian/rules	2006-07-03 10:00:51 UTC (rev 2005)
+++ yate/trunk/debian/rules	2006-07-03 10:26:19 UTC (rev 2006)
@@ -127,7 +127,7 @@
 #	dh_python
 	dh_makeshlibs 
 	dh_installdeb
-	dh_shlibdeps -Lyate -l debian/yate/usr/lib
+	dh_shlibdeps -Llibyate0.9.0 -l debian/libyate0.9.0/usr/lib
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb

Modified: yate/trunk/debian/yate.install
===================================================================
--- yate/trunk/debian/yate.install	2006-07-03 10:00:51 UTC (rev 2005)
+++ yate/trunk/debian/yate.install	2006-07-03 10:26:19 UTC (rev 2006)
@@ -1,6 +1,5 @@
 debian/tmp/usr/bin/yate usr/bin/
 debian/tmp/usr/bin/yate-config usr/bin/
-debian/tmp/usr/lib/libyate.so.*
 debian/tmp/usr/lib/yate/modules/accfile.yate
 debian/tmp/usr/lib/yate/modules/callgen.yate
 debian/tmp/usr/lib/yate/modules/cdrbuild.yate




More information about the Pkg-voip-commits mailing list