From 5cd8bf0e42b89b35596041248fd55c14d707ffe4 Mon Sep 17 00:00:00 2001
From: Michael Jerris <mike@jerris.com>
Date: Fri, 15 May 2009 21:15:49 +0000
Subject: [PATCH] build: add new files to debian package build (FSBUILD-148)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13368 d0543943-73ff-0310-b7d9-9358b9ac24b2
---
 debian/freeswitch-dev.install |  3 ++-
 debian/freeswitch.conffiles   | 17 ++++++++++++++++-
 debian/freeswitch.install     | 23 +++++++++++++++++++++--
 3 files changed, 39 insertions(+), 4 deletions(-)

diff --git a/debian/freeswitch-dev.install b/debian/freeswitch-dev.install
index c879951711..561218d0aa 100644
--- a/debian/freeswitch-dev.install
+++ b/debian/freeswitch-dev.install
@@ -1,5 +1,6 @@
 opt/freeswitch/lib/*.a
 opt/freeswitch/lib/*.la
+opt/freeswitch/lib/pkgconfig/spandsp.pc
 opt/freeswitch/mod/*.a
 opt/freeswitch/mod/*.la
-opt/freeswitch/include/*.h
+opt/freeswitch/include/*
diff --git a/debian/freeswitch.conffiles b/debian/freeswitch.conffiles
index a8d40be1cb..043a17dea8 100644
--- a/debian/freeswitch.conffiles
+++ b/debian/freeswitch.conffiles
@@ -6,15 +6,22 @@
 /opt/freeswitch/conf/voicemail.tpl
 /opt/freeswitch/conf/freeswitch.xml
 /opt/freeswitch/conf/extensions.conf
+/opt/freeswitch/conf/zt.conf
+/opt/freeswitch/conf/tones.conf
+/opt/freeswitch/conf/pika.conf
+/opt/freeswitch/conf/notify-voicemail.tpl
+/opt/freeswitch/conf/m3ua.conf
 /opt/freeswitch/conf/dialplan/public.xml
 /opt/freeswitch/conf/dialplan/default.xml
 /opt/freeswitch/conf/dialplan/features.xml
 /opt/freeswitch/conf/dialplan/default/00_pizza_demo.xml
+/opt/freeswitch/conf/dialplan/default/01_example.com.xml
 /opt/freeswitch/conf/dialplan/default/99999_enum.xml
 /opt/freeswitch/conf/dialplan/public/00_inbound_did.xml
 /opt/freeswitch/conf/sip_profiles/external.xml
 /opt/freeswitch/conf/sip_profiles/internal/example.xml
 /opt/freeswitch/conf/sip_profiles/internal.xml
+/opt/freeswitch/conf/sip_profiles/internal-ipv6.xml
 /opt/freeswitch/conf/sip_profiles/external/example.xml
 /opt/freeswitch/conf/directory/default/1007.xml
 /opt/freeswitch/conf/directory/default/1001.xml
@@ -38,9 +45,10 @@
 /opt/freeswitch/conf/directory/default/1006.xml
 /opt/freeswitch/conf/directory/default/1016.xml
 /opt/freeswitch/conf/directory/default/1012.xml
+/opt/freeswitch/conf/directory/default/example.com.xml
 /opt/freeswitch/conf/directory/default.xml
 /opt/freeswitch/conf/autoload_configs/ivr.conf.xml
-opt/freeswitch/conf/autoload_configs/shout.conf.xml
+/opt/freeswitch/conf/autoload_configs/shout.conf.xml
 /opt/freeswitch/conf/autoload_configs/voicemail.conf.xml
 /opt/freeswitch/conf/autoload_configs/switch.conf.xml
 /opt/freeswitch/conf/autoload_configs/syslog.conf.xml
@@ -70,5 +78,12 @@ opt/freeswitch/conf/autoload_configs/shout.conf.xml
 /opt/freeswitch/conf/autoload_configs/console.conf.xml
 /opt/freeswitch/conf/autoload_configs/timezones.conf.xml
 /opt/freeswitch/conf/autoload_configs/fax.conf.xml
+/opt/freeswitch/conf/autoload_configs/acl.conf.xml
+/opt/freeswitch/conf/autoload_configs/lcr.conf.xml
+/opt/freeswitch/conf/autoload_configs/opal.conf.xml
+/opt/freeswitch/conf/autoload_configs/easyroute.conf.xml
+/opt/freeswitch/conf/autoload_configs/memcache.conf.xml
+/opt/freeswitch/conf/autoload_configs/unicall.conf.xml
+/opt/freeswitch/conf/autoload_configs/python.conf.xml
 /opt/freeswitch/conf/jingle_profiles/server.xml
 /opt/freeswitch/conf/jingle_profiles/client.xml
diff --git a/debian/freeswitch.install b/debian/freeswitch.install
index ace1324a22..e63491d007 100644
--- a/debian/freeswitch.install
+++ b/debian/freeswitch.install
@@ -1,6 +1,9 @@
 opt/freeswitch/htdocs/*
 opt/freeswitch/bin/freeswitch
 opt/freeswitch/bin/fs_cli
+opt/freeswitch/bin/gentls_cert
+opt/freeswitch/bin/fsxs
+opt/freeswitch/bin/fs_ivrd
 opt/freeswitch/bin/scripts/*
 opt/freeswitch/lib/libfreeswitch*.so*
 opt/freeswitch/lib/libopenzap*.so*
@@ -25,7 +28,7 @@ opt/freeswitch/mod/mod_dptools.so*
 opt/freeswitch/mod/mod_enum.so*
 opt/freeswitch/mod/mod_fifo.so*
 opt/freeswitch/mod/mod_voipcodecs.so*
-opt/freeswutch/mod/mod_speex.so*
+opt/freeswitch/mod/mod_speex.so*
 opt/freeswitch/mod/mod_dialplan*.so*
 opt/freeswitch/mod/mod_dingaling.so*
 opt/freeswitch/mod/mod_iax.so*
@@ -35,7 +38,8 @@ opt/freeswitch/mod/mod_openzap.so
 opt/freeswitch/mod/ozmod_analog_em.so*
 opt/freeswitch/mod/ozmod_analog.so*
 opt/freeswitch/mod/ozmod_isdn.so*
-opt/freeswitch/mod/ozmod_ss7_boost.so
+opt/freeswitch/mod/ozmod_skel.so*
+opt/freeswitch/mod/ozmod_ss7_boost.so*
 opt/freeswitch/mod/ozmod_wanpipe.so*
 opt/freeswitch/mod/ozmod_zt.so*
 opt/freeswitch/mod/mod_event_*.so*
@@ -54,15 +58,22 @@ opt/freeswitch/conf/tetris.ttml
 opt/freeswitch/conf/fur_elise.ttml
 opt/freeswitch/conf/openzap.conf
 opt/freeswitch/conf/wanpipe.conf
+opt/freeswitch/conf/zt.conf
+opt/freeswitch/conf/tones.conf
+opt/freeswitch/conf/pika.conf
+opt/freeswitch/conf/notify-voicemail.tpl
+opt/freeswitch/conf/m3ua.conf
 opt/freeswitch/conf/dialplan/public.xml
 opt/freeswitch/conf/dialplan/default.xml
 opt/freeswitch/conf/dialplan/features.xml
 opt/freeswitch/conf/dialplan/default/00_pizza_demo.xml
+opt/freeswitch/conf/dialplan/default/01_example.com.xml
 opt/freeswitch/conf/dialplan/default/99999_enum.xml
 opt/freeswitch/conf/dialplan/public/00_inbound_did.xml
 opt/freeswitch/conf/sip_profiles/external.xml
 opt/freeswitch/conf/sip_profiles/internal/example.xml
 opt/freeswitch/conf/sip_profiles/internal.xml
+opt/freeswitch/conf/sip_profiles/internal-ipv6.xml
 opt/freeswitch/conf/sip_profiles/external/example.xml
 opt/freeswitch/conf/directory/default/1007.xml
 opt/freeswitch/conf/directory/default/1001.xml
@@ -86,6 +97,7 @@ opt/freeswitch/conf/directory/default/1018.xml
 opt/freeswitch/conf/directory/default/1006.xml
 opt/freeswitch/conf/directory/default/1016.xml
 opt/freeswitch/conf/directory/default/1012.xml
+opt/freeswitch/conf/directory/default/example.com.xml
 opt/freeswitch/conf/directory/default.xml
 opt/freeswitch/conf/voicemail.tpl
 opt/freeswitch/conf/freeswitch.xml
@@ -123,5 +135,12 @@ opt/freeswitch/conf/autoload_configs/console.conf.xml
 opt/freeswitch/conf/autoload_configs/timezones.conf.xml
 opt/freeswitch/conf/autoload_configs/fax.conf.xml
 opt/freeswitch/conf/autoload_configs/fifo.conf.xml
+opt/freeswitch/conf/autoload_configs/acl.conf.xml
+opt/freeswitch/conf/autoload_configs/lcr.conf.xml
+opt/freeswitch/conf/autoload_configs/opal.conf.xml
+opt/freeswitch/conf/autoload_configs/easyroute.conf.xml
+opt/freeswitch/conf/autoload_configs/memcache.conf.xml
+opt/freeswitch/conf/autoload_configs/unicall.conf.xml
+opt/freeswitch/conf/autoload_configs/python.conf.xml
 opt/freeswitch/conf/jingle_profiles/server.xml
 opt/freeswitch/conf/jingle_profiles/client.xml