Merge branch 'v1.2.stable' of ssh://git.freeswitch.org:222/freeswitch into v1.2.stable

This commit is contained in:
Chris Rienzo 2013-12-10 12:15:29 -05:00
commit fa43a37a82
7 changed files with 3 additions and 8 deletions

1
debian/AUTHORS vendored
View File

@ -23,4 +23,3 @@ Thanks-to: Steven Ayre <steveayre@gmail.com>
Thanks-to: William King <william.king@quentustech.com>
# for moral support and small tweaks

View File

@ -696,4 +696,3 @@ Description: mod_xml_rpc
Module: xml_int/mod_xml_scgi
Description: mod_xml_scgi
Adds mod_xml_scgi.

View File

@ -32,4 +32,3 @@ UMask=0007
[Install]
WantedBy=multi-user.target

1
debian/rules vendored
View File

@ -133,4 +133,3 @@ binary-quicktest:
echo "applications/mod_commands" > debian/modules.conf
(cd debian && ./bootstrap.sh)
dh binary

1
debian/util.sh vendored
View File

@ -455,4 +455,3 @@ case "$cmd" in
create-orig) create_orig "$@" ;;
*) usage ;;
esac