[Pkg-voip-commits] r10138 - in /asterisk/trunk/debian: README.Debian changelog patches/fix_xmpp_19532 patches/powerpcspe patches/series

tzafrir at alioth.debian.org tzafrir at alioth.debian.org
Mon Apr 8 23:27:03 UTC 2013


Author: tzafrir
Date: Mon Apr  8 23:27:03 2013
New Revision: 10138

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10138
Log:
Reverting other changes rejected by the release team: README.Debian,
powerpcspe and fix_xmpp_19532 dropped (#545272 and #701505 reopened).

Removed:
    asterisk/trunk/debian/patches/fix_xmpp_19532
    asterisk/trunk/debian/patches/powerpcspe
Modified:
    asterisk/trunk/debian/README.Debian
    asterisk/trunk/debian/changelog
    asterisk/trunk/debian/patches/series

Modified: asterisk/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/README.Debian?rev=10138&op=diff
==============================================================================
--- asterisk/trunk/debian/README.Debian (original)
+++ asterisk/trunk/debian/README.Debian Mon Apr  8 23:27:03 2013
@@ -303,180 +303,6 @@
 live/asterisk is a wrapper to that private copy of Asterisk.
 
 
-Test Suite
-==========
-# Required packages: sipp >= 3.2-2, python-starpy, python-yaml
-./debian/rules build
-sed -i -e 's|^ASTDATADIR = .*|ASTDATADIR = /usr/share/asterisk|' makeopts
-git clone <url> testsuite
-cd testsuite
-./run-local setup
-(for type in imap odbc; do echo "noload => app_voicemail_${type}storage.so"; done) >>astroot/etc/asterisk/modules.conf
-dget asterisk-core-sounds-en-gsm
-dpkg -x asterisk-core-sounds-en-gsm_*_all.deb astroot
-# ln -s en_US_f_Allison astroot/usr/share/asterisk/sounds/en # ASTERISK-21322
-mv astroot/usr/share/asterisk/sounds/en_US_f_Allison astroot/usr/share/asterisk/sounds/en
-./run-local run -v 1.8.13
-
-Printing all tests:
-  awk -F'"' '/<testcase /{print $2}' asterisk-test-suite-report.xml
-
-Failed ones:
-  awk -F'"' '/<testcase /{test=$2}; /<failure>/{print test}' asterisk-test-suite-report.xml 
-
-Total test: 123. Failures: 27.
-
-Tests:
-tests/example
-tests/manager/login
-tests/manager/action-events-response
-tests/manager/authlimit
-tests/manager/authtimeout
-tests/cdr/console_dial_sip_answer
-tests/cdr/console_dial_sip_busy
-tests/cdr/console_dial_sip_congestion
-tests/cdr/console_dial_sip_transfer
-tests/cdr/console_fork_after_busy_forward
-tests/cdr/console_fork_before_dial
-tests/cdr/cdr_fork_end_time
-tests/cdr/cdr_unanswered_yes
-tests/cdr/cdr_accountcode
-tests/cdr/cdr_userfield
-tests/cdr/nocdr
-tests/cdr/originate-cdr-disposition
-tests/cdr/batch_cdrs
-tests/channels/SIP/options
-tests/channels/SIP/info_dtmf
-tests/channels/SIP/tcpauthlimit
-tests/channels/SIP/tcpauthtimeout
-tests/channels/SIP/sip_register
-tests/channels/SIP/sip_channel_params
-tests/channels/SIP/sip_tls_call
-tests/channels/SIP/sip_tls_register
-tests/channels/SIP/sip_srtp
-tests/channels/SIP/noload_res_srtp
-tests/channels/SIP/noload_res_srtp_attempt_srtp
-tests/channels/SIP/secure_bridge_media
-tests/channels/SIP/message_disabled
-tests/channels/SIP/handle_response_address_incomplete
-tests/channels/SIP/realtime_sipregs
-tests/channels/SIP/realtime_nosipregs
-tests/channels/SIP/SDP_offer_answer
-tests/channels/SIP/sip_hold
-tests/channels/SIP/header_parsing
-tests/channels/SIP/use_contact_from_200
-tests/channels/SIP/sip_cause
-tests/channels/SIP/invite_no_totag
-tests/channels/SIP/rfc2833_dtmf_detect
-tests/channels/SIP/device_state_notification
-tests/channels/SIP/directrtpsetup
-tests/channels/SIP/session_timers/basic_uac_teardown
-tests/channels/SIP/session_timers/basic_uac_refresh
-tests/channels/SIP/session_timers/basic_uas_refresh
-tests/channels/SIP/session_timers/basic_uas_teardown
-tests/channels/SIP/session_timers/uas_minimum_se
-tests/channels/SIP/session_timers/uac_se_below_minse
-tests/channels/SIP/session_timers/uas_originate/no_minse_small_se
-tests/channels/SIP/session_timers/uas_originate/no_minse_medium_se
-tests/channels/SIP/session_timers/uas_originate/no_minse_large_se
-tests/channels/SIP/session_timers/uas_originate/small_minse_small_se
-tests/channels/SIP/session_timers/uas_originate/small_minse_medium_se
-tests/channels/SIP/session_timers/uas_originate/small_minse_large_se
-tests/channels/SIP/session_timers/uas_originate/medium_minse_medium_se
-tests/channels/SIP/session_timers/uas_originate/medium_minse_large_se
-tests/channels/SIP/session_timers/uas_originate/large_minse_large_se
-tests/channels/iax2/basic-call
-tests/udptl
-tests/udptl_v6
-tests/feature_blonde_transfer
-tests/feature_attended_transfer
-tests/callparking
-tests/fastagi/connect
-tests/fastagi/channel-status
-tests/fastagi/hangup
-tests/fastagi/stream-file
-tests/fastagi/control-stream-file
-tests/fastagi/database
-tests/fastagi/execute
-tests/fastagi/get-data
-tests/fastagi/record-file
-tests/fastagi/say-alpha
-tests/fastagi/say-date
-tests/fastagi/say-datetime
-tests/fastagi/say-time
-tests/fastagi/say-digits
-tests/fastagi/say-number
-tests/fastagi/say-phonetic
-tests/asyncagi/asyncagi_break
-tests/pbx/call-files
-tests/pbx/pbx_lua_background
-tests/fax/local_channel_t38_queryoption
-tests/apps/directory_operator_exit
-tests/apps/directory_context_operator_exit
-tests/apps/directory_attendant_exit
-tests/apps/bridge/bridge_baseline
-tests/apps/voicemail/leave_voicemail_nominal
-tests/apps/voicemail/leave_voicemail_priority
-tests/apps/voicemail/leave_voicemail_forwarding
-tests/apps/voicemail/leave_voicemail_forwarding_auto_urgent
-tests/apps/voicemail/func_vmcount
-tests/apps/voicemail/authenticate_nominal
-tests/apps/voicemail/authenticate_invalid_mailbox
-tests/apps/voicemail/authenticate_invalid_password
-tests/apps/voicemail/authenticate_extensions
-tests/apps/voicemail/check_voicemail_nominal
-tests/apps/voicemail/check_voicemail_envelope
-tests/apps/voicemail/check_voicemail_delete
-tests/apps/voicemail/check_voicemail_new_user
-tests/apps/voicemail/check_voicemail_new_user_hangup
-tests/apps/voicemail/check_voicemail_options_record_busy
-tests/apps/voicemail/check_voicemail_options_record_unavail
-tests/apps/voicemail/check_voicemail_options_record_name
-tests/apps/voicemail/check_voicemail_options_record_temp
-tests/apps/voicemail/check_voicemail_options_change_password
-tests/apps/voicemail/check_voicemail_forward
-tests/apps/voicemail/check_voicemail_forward_hangup
-tests/apps/voicemail/check_voicemail_forward_with_prepend
-tests/apps/voicemail/check_voicemail_callback
-tests/apps/voicemail/check_voicemail_dialout
-tests/apps/voicemail/check_voicemail_reply
-tests/apps/incomplete/sip_incomplete
-tests/apps/queues/queue_baseline
-tests/apps/queues/position_priority_maxlen
-tests/apps/queues/set_penalty
-tests/apps/directed_pickup
-tests/apps/mixmonitor
-tests/apps/control_playback/nominal
-tests/apps/playback/nominal
-tests/connected_line/macro
-tests/redirecting/macro
-
-Failed tests:
-tests/channels/SIP/sip_channel_params
-tests/channels/SIP/sip_tls_register
-tests/channels/SIP/noload_res_srtp_attempt_srtp
-tests/channels/SIP/sip_hold
-tests/channels/SIP/rfc2833_dtmf_detect
-tests/apps/voicemail/leave_voicemail_nominal
-tests/apps/voicemail/leave_voicemail_priority
-tests/apps/voicemail/leave_voicemail_forwarding
-tests/apps/voicemail/leave_voicemail_forwarding_auto_urgent
-tests/apps/voicemail/authenticate_nominal
-tests/apps/voicemail/check_voicemail_nominal
-tests/apps/voicemail/check_voicemail_envelope
-tests/apps/voicemail/check_voicemail_delete
-tests/apps/voicemail/check_voicemail_new_user
-tests/apps/voicemail/check_voicemail_new_user_hangup
-tests/apps/voicemail/check_voicemail_options_record_busy
-tests/apps/voicemail/check_voicemail_options_record_unavail
-tests/apps/voicemail/check_voicemail_options_record_name
-tests/apps/voicemail/check_voicemail_options_record_temp
-tests/apps/voicemail/check_voicemail_options_change_password
-tests/apps/voicemail/check_voicemail_forward
-tests/apps/voicemail/check_voicemail_forward_hangup
-tests/apps/voicemail/check_voicemail_forward_with_prepend
-tests/apps/voicemail/check_voicemail_callback
-tests/apps/voicemail/check_voicemail_dialout
-tests/apps/voicemail/check_voicemail_reply
-tests/apps/queues/queue_baseline
-
+Enjoy your PBX!
+
+ -- Lionel Elie Mamane <lmamane at debian.org>, Fri, 29 Jul 2011 19:21:06 +0200

Modified: asterisk/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/changelog?rev=10138&op=diff
==============================================================================
--- asterisk/trunk/debian/changelog (original)
+++ asterisk/trunk/debian/changelog Mon Apr  8 23:27:03 2013
@@ -2,6 +2,8 @@
 
   * Rewrtote sip.conf parts of AST-2012-014: dropped patches
     fix-sip-tcp-no-FILE and fix-sip-tls-leak.
+  * Reverting other changes rejected by the release team: README.Debian,
+    powerpcspe and fix_xmpp_19532 dropped (#545272 and #701505 reopened).
 
  -- Tzafrir Cohen <tzafrir at debian.org>  Sat, 06 Apr 2013 23:58:22 +0300
 

Modified: asterisk/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/patches/series?rev=10138&op=diff
==============================================================================
--- asterisk/trunk/debian/patches/series (original)
+++ asterisk/trunk/debian/patches/series Mon Apr  8 23:27:03 2013
@@ -30,8 +30,6 @@
 AST-2012-013
 AST-2012-014
 AST-2012-015
-powerpcspe
-fix_xmpp_19532
 AST-2013-002
 AST-2013-003
 bluetooth_bind




More information about the Pkg-voip-commits mailing list