[Pkg-voip-commits] r10158 - in /yate/trunk/debian: changelog rules yate-core.install yate-sctp.install

dekkers-guest at alioth.debian.org dekkers-guest at alioth.debian.org
Tue May 7 22:46:02 UTC 2013


Author: dekkers-guest
Date: Tue May  7 22:46:02 2013
New Revision: 10158

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10158
Log:
Add missing modules and config files and call dh_install with
--fail-missing to catch new modules and config files in new upstream
releases

Modified:
    yate/trunk/debian/changelog
    yate/trunk/debian/rules
    yate/trunk/debian/yate-core.install
    yate/trunk/debian/yate-sctp.install

Modified: yate/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/changelog?rev=10158&op=diff
==============================================================================
--- yate/trunk/debian/changelog (original)
+++ yate/trunk/debian/changelog Tue May  7 22:46:02 2013
@@ -3,8 +3,10 @@
   * NOT RELEASED YET
   * Put PID file in /var/run/yate instead of /var/run (Closes: #702812)
   * Put log file in /var/log/yate instead of /var/log
-
- -- Jeroen Dekkers <jeroen at dekkers.ch>  Mon, 06 May 2013 16:32:08 +0200
+  * Call dh_install with --fail-missing
+  * Add missing modules and config files
+
+ -- Jeroen Dekkers <jeroen at dekkers.ch>  Mon, 06 May 2013 16:32:51 +0200
 
 yate (4.3.0-1~dfsg-1) experimental; urgency=low
 

Modified: yate/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/rules?rev=10158&op=diff
==============================================================================
--- yate/trunk/debian/rules (original)
+++ yate/trunk/debian/rules Tue May  7 22:46:02 2013
@@ -28,7 +28,7 @@
 override_dh_auto_test:
 
 override_dh_install:
-	dh_install -XCOPYING -XChangeLog --list-missing
+	dh_install -XCOPYING -XChangeLog -Xamrnbcodec.conf -Xh323chan.conf --fail-missing
 
 get-orig-source:
 	@@dh_testdir

Modified: yate/trunk/debian/yate-core.install
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/yate-core.install?rev=10158&op=diff
==============================================================================
--- yate/trunk/debian/yate-core.install (original)
+++ yate/trunk/debian/yate-core.install Tue May  7 22:46:02 2013
@@ -2,6 +2,8 @@
 usr/lib/*/yate/client/osschan.yate
 usr/lib/*/yate/client/jabberclient.yate
 usr/lib/*/yate/sig/
+usr/lib/*/yate/sip/*.yate
+usr/lib/*/yate/jabber/*.yate
 usr/share/yate/data/*
 
 #usr/lib/*/yate/server/*.yate   
@@ -38,6 +40,7 @@
 usr/lib/*/yate/server/accfile.yate
 usr/lib/*/yate/server/cache.yate
 usr/lib/*/yate/server/monitoring.yate
+usr/lib/*/yate/server/eventlogs.yate
 
 #etc/yate/*.conf
 #exclude alsa qt4 pgsql mysql dahdi sctp
@@ -100,3 +103,5 @@
 etc/yate/ystunchan.conf
 etc/yate/monitoring.conf
 etc/yate/sigtransport.conf
+etc/yate/presence.conf
+etc/yate/eventlogs.conf

Modified: yate/trunk/debian/yate-sctp.install
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/yate-sctp.install?rev=10158&op=diff
==============================================================================
--- yate/trunk/debian/yate-sctp.install (original)
+++ yate/trunk/debian/yate-sctp.install Tue May  7 22:46:02 2013
@@ -1,2 +1,2 @@
 usr/lib/*/yate/server/lksctp.yate
-
+etc/yate/lksctp.conf




More information about the Pkg-voip-commits mailing list