[Pkg-voip-commits] r4368 - bayonne/trunk/debian

msp at alioth.debian.org msp at alioth.debian.org
Sat Sep 1 16:38:30 UTC 2007


Author: msp
Date: 2007-09-01 16:38:29 +0000 (Sat, 01 Sep 2007)
New Revision: 4368

Added:
   bayonne/trunk/debian/compat
   bayonne/trunk/debian/examples
Modified:
   bayonne/trunk/debian/bayonne-prompts-en.files
   bayonne/trunk/debian/bayonne-prompts-sys.files
   bayonne/trunk/debian/changelog
   bayonne/trunk/debian/control
   bayonne/trunk/debian/rules
Log:
* lintian cleanup: add debian/compat
* Install testscripts under doc/bayonne/examples/

Modified: bayonne/trunk/debian/bayonne-prompts-en.files
===================================================================
--- bayonne/trunk/debian/bayonne-prompts-en.files	2007-09-01 15:30:41 UTC (rev 4367)
+++ bayonne/trunk/debian/bayonne-prompts-en.files	2007-09-01 16:38:29 UTC (rev 4368)
@@ -1,3 +1,3 @@
 usr/share/bayonne/bayonne/UsEngM/*
 usr/share/bayonne/bayonne/UsEngF/*
-usr/share/bayonne/phrasebook/*
+usr/share/bayonne/phrasebook/en

Modified: bayonne/trunk/debian/bayonne-prompts-sys.files
===================================================================
--- bayonne/trunk/debian/bayonne-prompts-sys.files	2007-09-01 15:30:41 UTC (rev 4367)
+++ bayonne/trunk/debian/bayonne-prompts-sys.files	2007-09-01 16:38:29 UTC (rev 4368)
@@ -1 +1,2 @@
 usr/share/bayonne/bayonne/sys/*
+usr/share/bayonne/phrasebook/none

Modified: bayonne/trunk/debian/changelog
===================================================================
--- bayonne/trunk/debian/changelog	2007-09-01 15:30:41 UTC (rev 4367)
+++ bayonne/trunk/debian/changelog	2007-09-01 16:38:29 UTC (rev 4368)
@@ -18,10 +18,11 @@
   * debian/watch, debian/copyright: Update.
 
   [ Mark Purcell ]
-  * Package: bayonne-prompts-sys is depreciated
   * bayonne-doc html & latex docs only
+  * lintian cleanup: add debian/compat
+  * Install testscripts under doc/bayonne/examples/
 
- -- Mark Purcell <msp at debian.org>  Sat, 01 Sep 2007 16:24:28 +0100
+ -- Mark Purcell <msp at debian.org>  Sat, 01 Sep 2007 17:38:16 +0100
 
 bayonne (1.2.16-6) unstable; urgency=low
 

Added: bayonne/trunk/debian/compat
===================================================================
--- bayonne/trunk/debian/compat	                        (rev 0)
+++ bayonne/trunk/debian/compat	2007-09-01 16:38:29 UTC (rev 4368)
@@ -0,0 +1 @@
+4

Modified: bayonne/trunk/debian/control
===================================================================
--- bayonne/trunk/debian/control	2007-09-01 15:30:41 UTC (rev 4367)
+++ bayonne/trunk/debian/control	2007-09-01 16:38:29 UTC (rev 4368)
@@ -32,8 +32,8 @@
 Package: bayonne
 Architecture: any
 Depends: ${shlibs:Depends}, adduser, procps
-Recommends: bayonne-prompts-en, sox, wget
-Suggests: bayonne-doc
+Recommends: bayonne-prompts-sys, sox, wget
+Suggests: bayonne-prompts-en, bayonne-doc
 Description: Telephony server of the GNU project
  Bayonne, the telecommunications application server of the GNU project,
  offers a free, scalable, media independent software environment
@@ -70,3 +70,10 @@
 Description: bayonne voice library for US English speaker
  The US English speaker library offers default voice prompts
  for the Bayonne telephony server.
+
+Package: bayonne-prompts-sys
+Architecture: all
+Description: bayonne sys voice library
+ The sys speaker library provides voice prompts for the Bayonne
+ telephony server.
+

Added: bayonne/trunk/debian/examples
===================================================================
--- bayonne/trunk/debian/examples	                        (rev 0)
+++ bayonne/trunk/debian/examples	2007-09-01 16:38:29 UTC (rev 4368)
@@ -0,0 +1 @@
+tests

Modified: bayonne/trunk/debian/rules
===================================================================
--- bayonne/trunk/debian/rules	2007-09-01 15:30:41 UTC (rev 4367)
+++ bayonne/trunk/debian/rules	2007-09-01 16:38:29 UTC (rev 4368)
@@ -4,7 +4,6 @@
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
-export DH_COMPAT=4
 
 export OPENH323DIR=/usr/share/openh323
 export PWLIBDIR=/usr/share/pwlib
@@ -51,6 +50,7 @@
 	--libexecdir=\$${prefix}/lib/bayonne \
 	--without-phonedev \
 	--without-xml \
+	--with-voices=en \
 	--without-unsafe
 
 build: build-stamp
@@ -101,7 +101,6 @@
 	dh_installdocs -i docs/html/* docs/latex/*
 	rm -f debian/bayonne/etc/*.orig
 	dh_installlogrotate -i
-	#dh_installman doc/man3/* -i
 	dh_installinfo -i
 	dh_installchangelogs -i ChangeLog
 	dh_link -i
@@ -125,6 +124,7 @@
 	dh_installinit -a
 	dh_installcron -a
 	dh_installchangelogs -a ChangeLog
+	dh_installexamples -a
 	dh_link -a
 	dh_strip -a
 	/usr/bin/strip --remove-section=.comment --remove-section=.note debian/bayonne/usr/lib/bayonne-*/*




More information about the Pkg-voip-commits mailing list