diff --git a/debian/READ_BEFORE_CHANGING_ANYTHING_IN_HERE b/debian/READ_BEFORE_CHANGING_ANYTHING_IN_HERE index e8e1642870..17480db19e 100644 --- a/debian/READ_BEFORE_CHANGING_ANYTHING_IN_HERE +++ b/debian/READ_BEFORE_CHANGING_ANYTHING_IN_HERE @@ -1,11 +1,29 @@ -Please do not change the maintainer -Plase DO send me a note before changing anything here and PLEASE DO MAKE A JIRA FIRST !!!! -This is the result of far too much sleepless time and far too many people broke this far too often so HANDS OFF FOR NOW !!!! -So one more time +Please do not change the maintainer (as found in the control file). -1. Do not perform any changes before verifying with the current maintainer (yes that is me) if they are OK -2. Before the mere idea of a change shall cross your mind create a ticket in Jira and assign it to the current maintainer -3. Yes the current maintainer has also other obligations besides fixing things people break in the debian build files so be patient, it can sometimes take a bit for him to react. -4. This has been a lot of work so please stay away from fixing it to death -5. The maintainer is always right -6. If the maintainer is wrong, look at 5. +Please DO send me a note before changing anything here. Also, PLEASE DO MAKE A +JIRA FIRST !!!! + +This request is the result of far too many sleepless nights and far too many +people breaking this far too often. So, HANDS OFF FOR NOW !!!! + +Again, to be perfectly clear: +1. Do not make any changes before verifying that they are OK with the current +maintainer (yes, that is me*). + +2. Before the mere idea of making a change crosses your mind, create a ticket in +Jira and assign it to the current maintainer. + +3. As current maintainer, I have other obligations besides fixing things people +break in the Debian build. So, please be patient; it can sometimes take a +bit for me to respond. + +4. Creating and maintaining this packages has been a lot of work. Please help +me maintain it by not fixing it to death. + +5. The maintainer is always right. + +6. If you believe the maintainer is wrong, please see item #5. + + + +* Michal Bielicki diff --git a/debian/changelog b/debian/changelog index c24db02b0f..8065d932e3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,7 +6,7 @@ freeswitch (1.0.head~git.master.20101015.1-1) unstable; urgency=low * cleaned up rules file and module make rules * more trivial changes and updates :) - -- Michal Bielicki Fr, 15 Oct 2010 13:14:02 +0200 + -- Michal Bielicki Fri, 15 Oct 2010 13:14:02 +0200 freeswitch (1.0.head~git.master.20101014.1-1) unstable; urgency=low @@ -19,7 +19,7 @@ freeswitch (1.0.head~git.master.20101014.1-1) unstable; urgency=low * added patches from Julien Duqene (FS-369) * Various trivial changes and updates :) - -- Michal Bielicki Fr, 15 Oct 2010 05:05:02 +0200 + -- Michal Bielicki Fri, 15 Oct 2010 05:05:02 +0200 freeswitch (1.0.head~git.master.20100601.2-1) unstable; urgency=low @@ -65,7 +65,7 @@ freeswitch (1.0.4-1ubuntu2) karmic; urgency=low * upgrade: Add more verbosity when building to make it easier to find build errors. * upgrade: Remove the requirement for EXACTLY automake1.9 and change it to - need atleast automake 1.9 + need at least automake 1.9 * upgrade: Add the modules (directory, cluechoo, and valet_parking) to the build files. These are in the standard build, so they should be here too. @@ -624,7 +624,7 @@ freeswitch (1.0.1-1) unstable; urgency=low * ADD: reboot option for sip phones to flush_inboud_reg sofia profile api command * FIX: add small padding to end of mp3 to avoid cut off mp3 recording * FIX: patch multiple SDP connection lines in sdp for proxy media mode (MODENDP-109) - * FIX: don't parse ringback varable in proxy situations + * FIX: don't parse ringback variable in proxy situations * ADD: per call vm recording ext with vm_message_ext variable * ADD: sip_bye_h prefix to add headers to bye * ENHANCEMENT: more interfaces available in show fsapi command @@ -646,7 +646,7 @@ freeswitch (1.0.1~trunk) unstable; urgency=low - Added mod_say_es and mod_say_nl - Updated descriptions - Added mod_cdr_csv - * Fixed typos and some errors in the previus patch. + * Fixed typos and some errors in the previous patch. * Modified monit script. Now it should work. * The debian build system now bootstrap automagically if it's necessary and all scripts are in place. diff --git a/debian/copyright b/debian/copyright index e2abda75db..f95b7df2e0 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,5 +1,5 @@ This package was debianized by Michal Bielicki - on Now 25, 2007. + on Nov 25, 2007. The source was downloaded from http://www.freewitch.org/ diff --git a/debian/freeswitch-python.install b/debian/freeswitch-python.install index 0c073e9ec2..2773f0c780 100644 --- a/debian/freeswitch-python.install +++ b/debian/freeswitch-python.install @@ -1,3 +1,3 @@ opt/freeswitch/conf/autoload_configs/python.conf.xml opt/freeswitch/mod/mod_python.so* -usr/lib/python2.5/site-packages/freeswitch.py* +usr/lib/python2.*/*-packages/freeswitch.py* diff --git a/debian/freeswitch.init b/debian/freeswitch.init index 36129cbe90..1eb71ac6d6 100755 --- a/debian/freeswitch.init +++ b/debian/freeswitch.init @@ -5,7 +5,7 @@ # Required-Stop: $network $local_fs $remote_fs # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 -# Short-Description: The FreeSwitch Voice Switching System +# Short-Description: The FreeSWITCH Voice Switching System # Description: An advanced platform for voice services ### END INIT INFO @@ -16,7 +16,7 @@ # PATH should only include /usr/* if it runs after the mountnfs.sh script PATH=/sbin:/usr/sbin:/bin:/usr/bin:/opt/freeswitch/bin -DESC="FreeSwitch Voice Switching System" +DESC="FreeSWITCH Voice Switching System" NAME=freeswitch DAEMON=/opt/freeswitch/bin/$NAME USER=freeswitch diff --git a/debian/postinst b/debian/postinst index 36d983f406..696171eb5a 100755 --- a/debian/postinst +++ b/debian/postinst @@ -24,7 +24,7 @@ case "$1" in if ! getent passwd freeswitch >/dev/null; then adduser --disabled-password --quiet --system \ --home /opt/freeswitch \ - --gecos "FreeSwitch Voice Platform" --ingroup daemon \ + --gecos "FreeSWITCH Voice Platform" --ingroup daemon \ freeswitch adduser freeswitch audio else @@ -32,7 +32,7 @@ case "$1" in echo "Error: pre-existing freeswitch user with non-standard home directory." >&2 exit 1 fi - usermod -d /opt/freeswitch -c "FreeSwitch daemon,,," \ + usermod -d /opt/freeswitch -c "FreeSWITCH daemon,,," \ -g daemon -G audio freeswitch fi