[Pkg-voip-commits] r10647 - in /ortp/trunk/debian: ./ changelog compat control copyright docs libortp-dev.docs libortp-dev.install libortp9.install libortp9.symbols patches/ patches/series rules source.lintian-overrides source/ source/format source/options watch

lechner-guest at alioth.debian.org lechner-guest at alioth.debian.org
Sun May 17 12:09:02 UTC 2015


Author: lechner-guest
Date: Sun May 17 12:09:02 2015
New Revision: 10647

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10647
Log:
[svn-inject] Applying Debian modifications (1:0.24.2-1) to trunk

Added:
    ortp/trunk/debian/   (with props)
    ortp/trunk/debian/changelog
    ortp/trunk/debian/compat
    ortp/trunk/debian/control
    ortp/trunk/debian/copyright
    ortp/trunk/debian/docs
    ortp/trunk/debian/libortp-dev.docs
    ortp/trunk/debian/libortp-dev.install
    ortp/trunk/debian/libortp9.install
    ortp/trunk/debian/libortp9.symbols
    ortp/trunk/debian/patches/
    ortp/trunk/debian/patches/series
    ortp/trunk/debian/rules   (with props)
    ortp/trunk/debian/source/
    ortp/trunk/debian/source.lintian-overrides
    ortp/trunk/debian/source/format
    ortp/trunk/debian/source/options
    ortp/trunk/debian/watch

Propchange: ortp/trunk/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Added: ortp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/ortp/trunk/debian/changelog?rev=10647&op=file
==============================================================================
--- ortp/trunk/debian/changelog	(added)
+++ ortp/trunk/debian/changelog	Sun May 17 12:09:02 2015
@@ -0,0 +1,5 @@
+ortp (1:0.24.2-1) unstable; urgency=medium
+
+  * Initial release separate from linphone (Closes: #785522)
+
+ -- Felix Lechner <felix.lechner at gmail.com>  Sun, 17 May 2015 05:07:34 -0700

Added: ortp/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-voip/ortp/trunk/debian/compat?rev=10647&op=file
==============================================================================
--- ortp/trunk/debian/compat	(added)
+++ ortp/trunk/debian/compat	Sun May 17 12:09:02 2015
@@ -0,0 +1 @@
+9

Added: ortp/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/ortp/trunk/debian/control?rev=10647&op=file
==============================================================================
--- ortp/trunk/debian/control	(added)
+++ ortp/trunk/debian/control	Sun May 17 12:09:02 2015
@@ -0,0 +1,73 @@
+Source: ortp
+Priority: optional
+Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
+Uploaders: Mark Purcell <msp at debian.org>, Kilian Krause <kilian at debian.org>, Tzafrir Cohen <tzafrir at debian.org>
+Build-Depends:
+ debhelper (>= 9),
+ autotools-dev,
+ dh-autoreconf,
+ doxygen
+Standards-Version: 3.9.6
+Section: libs
+Homepage: http://www.linphone.org/technical-corner/ortp/overview
+Vcs-Browser: https://github.com/BelledonneCommunications/ortp
+Vcs-Git: git://git.linphone.org/ortp.git
+
+Package: libortp9
+Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends}
+Description: Real-time Transport Protocol (RTP) stack
+ This library implements RFC 1889 (RTP) and offers an easy to
+ use API with high-level and low-level access. It is part of
+ Linphone.
+ .
+ The main features are support for multiple profiles (AV profile
+ RFC 1890 being the default one); an optional packet scheduler
+ for synchronizing RTP recv and send; blocking or non-blocking
+ IO for RTP sessions; multiplexed IO; some of RFC 2833 for
+ telephone events over RTP.
+
+Package: libortp-dev
+Section: libdevel
+Architecture: any
+Multi-Arch: same
+Depends:
+ libortp9 (= ${binary:Version}),
+ ${misc:Depends}
+Description: Development files for the ortp RTP library
+ This library implements RFC 1889 (RTP) and offers an easy to
+ use API with high-level and low-level access. It is part of
+ Linphone.
+ .
+ The main features are support for multiple profiles (AV profile
+ RFC 1890 being the default one); an optional packet scheduler
+ for synchronizing RTP recv and send; blocking or non-blocking
+ IO for RTP sessions; multiplexed IO; some of RFC 2833 for
+ telephone events over RTP.
+ .
+ This package contains the development files.
+
+Package: libortp9-dbg
+Architecture: any
+Multi-Arch: same
+Section: debug
+Priority: extra
+Depends:
+ libortp9 (= ${binary:Version}),
+ ${misc:Depends}
+Description: Debug symbols for the ortp RTP library
+ This library implements RFC 1889 (RTP) and offers an easy to
+ use API with high-level and low-level access. It is part of
+ Linphone.
+ .
+ The main features are support for multiple profiles (AV profile
+ RFC 1890 being the default one); an optional packet scheduler
+ for synchronizing RTP recv and send; blocking or non-blocking
+ IO for RTP sessions; multiplexed IO; some of RFC 2833 for
+ telephone events over RTP.
+ .
+ This package contains the debugging symbols.

Added: ortp/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-voip/ortp/trunk/debian/copyright?rev=10647&op=file
==============================================================================
--- ortp/trunk/debian/copyright	(added)
+++ ortp/trunk/debian/copyright	Sun May 17 12:09:02 2015
@@ -0,0 +1,106 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: ortp
+Upstream-Contact: Simon Morlat <simon.morlat at linphone.org>
+Source: https://github.com/BelledonneCommunications/ortp/tags
+
+Files: *
+Copyright: 2014 Belledonne Communications, Grenoble, France
+License: LGPL-2.1
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+ .
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the
+ Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA 02110-1301, USA
+ .
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License version 2.1 can be found in
+ "/usr/share/common-licenses/LGPL-2.1".
+
+Files:
+ build/wp8/oRTP/inttypes.h
+ build/wp8/oRTP/stdint.h
+ include/MSVC/inttypes.h
+ include/MSVC/stdint.h
+Copyright: 2006 Alexander Chemeris
+License: BSD-2-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ . 
+   1. Redistributions of source code must retain the above copyright notice,
+      this list of conditions and the following disclaimer.
+ . 
+   2. Redistributions in binary form must reproduce the above copyright
+      notice, this list of conditions and the following disclaimer in the
+      documentation and/or other materials provided with the distribution.
+ .
+   3. The name of the author may be used to endorse or promote products
+      derived from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
+ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+ EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
+ OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 
+ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+ OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Files:
+ src/b64.c
+ include/ortp/b64.h
+Copyright: 2004-2008 Matthew Wilson and Synesis Software
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+ - Redistributions of source code must retain the above copyright notice, this
+   list of conditions and the following disclaimer.
+ - Redistributions in binary form must reproduce the above copyright notice,
+   this list of conditions and the following disclaimer in the documentation
+   and/or other materials provided with the distribution.
+ - Neither the name(s) of Matthew Wilson and Synesis Software nor the names of
+   any contributors may be used to endorse or promote products derived from
+   this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
+
+Files: debian/*
+Copyright: 2015 Felix Lechner <felix.lechner at gmail.com>
+License: GPL-2+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in
+ "/usr/share/common-licenses/GPL-2".

Added: ortp/trunk/debian/docs
URL: http://svn.debian.org/wsvn/pkg-voip/ortp/trunk/debian/docs?rev=10647&op=file
==============================================================================
--- ortp/trunk/debian/docs	(added)
+++ ortp/trunk/debian/docs	Sun May 17 12:09:02 2015
@@ -0,0 +1,3 @@
+AUTHORS
+README
+TODO

Added: ortp/trunk/debian/libortp-dev.docs
URL: http://svn.debian.org/wsvn/pkg-voip/ortp/trunk/debian/libortp-dev.docs?rev=10647&op=file
==============================================================================
--- ortp/trunk/debian/libortp-dev.docs	(added)
+++ ortp/trunk/debian/libortp-dev.docs	Sun May 17 12:09:02 2015
@@ -0,0 +1 @@
+usr/share/doc/ortp-*/html/

Added: ortp/trunk/debian/libortp-dev.install
URL: http://svn.debian.org/wsvn/pkg-voip/ortp/trunk/debian/libortp-dev.install?rev=10647&op=file
==============================================================================
--- ortp/trunk/debian/libortp-dev.install	(added)
+++ ortp/trunk/debian/libortp-dev.install	Sun May 17 12:09:02 2015
@@ -0,0 +1,4 @@
+usr/include/*
+usr/lib/*/lib*.a
+usr/lib/*/lib*.so
+usr/lib/*/pkgconfig/*

Added: ortp/trunk/debian/libortp9.install
URL: http://svn.debian.org/wsvn/pkg-voip/ortp/trunk/debian/libortp9.install?rev=10647&op=file
==============================================================================
--- ortp/trunk/debian/libortp9.install	(added)
+++ ortp/trunk/debian/libortp9.install	Sun May 17 12:09:02 2015
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*

Added: ortp/trunk/debian/libortp9.symbols
URL: http://svn.debian.org/wsvn/pkg-voip/ortp/trunk/debian/libortp9.symbols?rev=10647&op=file
==============================================================================
--- ortp/trunk/debian/libortp9.symbols	(added)
+++ ortp/trunk/debian/libortp9.symbols	Sun May 17 12:09:02 2015
@@ -0,0 +1,510 @@
+libortp.so.9 libortp9 #MINVER#
+ __ortp_scheduler at Base 1:0.24.2
+ __ortp_thread_create at Base 1:0.24.2
+ __ortp_thread_join at Base 1:0.24.2
+ __ortp_thread_self at Base 1:0.24.2
+ __rtp_session_sendm_with_ts at Base 1:0.24.2
+ _ortp_get_cur_time at Base 1:0.24.2
+ _ortp_logv_flush at Base 1:0.24.2
+ _ortp_sendto at Base 1:0.24.2
+ _rtp_session_sendto at Base 1:0.24.2
+ allocb at Base 1:0.24.2
+ appendb at Base 1:0.24.2
+ av_profile at Base 1:0.24.2
+ av_profile_init at Base 1:0.24.2
+ b64_decode2 at Base 1:0.24.2
+ b64_decode at Base 1:0.24.2
+ b64_encode2 at Base 1:0.24.2
+ b64_encode at Base 1:0.24.2
+ b64_getErrorString at Base 1:0.24.2
+ b64_getErrorStringLength at Base 1:0.24.2
+ close_socket at Base 1:0.24.2
+ compute_rtcp_interval at Base 1:0.24.2
+ concatb at Base 1:0.24.2
+ copyb at Base 1:0.24.2
+ copymsg at Base 1:0.24.2
+ count_power_items_fast at Base 1:0.24.2
+ count_power_items_simple at Base 1:0.24.2
+ datab_alloc at Base 1:0.24.2
+ dupb at Base 1:0.24.2
+ dupmsg at Base 1:0.24.2
+ esballoc at Base 1:0.24.2
+ flushq at Base 1:0.24.2
+ fmtp_get_value at Base 1:0.24.2
+ freeb at Base 1:0.24.2
+ freemsg at Base 1:0.24.2
+ getq at Base 1:0.24.2
+ insq at Base 1:0.24.2
+ jitter_control_compute_mean_size at Base 1:0.24.2
+ jitter_control_dump_stats at Base 1:0.24.2
+ jitter_control_enable_adaptive at Base 1:0.24.2
+ jitter_control_init at Base 1:0.24.2
+ jitter_control_new_packet at Base 1:0.24.2
+ jitter_control_set_payload at Base 1:0.24.2
+ jitter_control_update_corrective_slide at Base 1:0.24.2
+ jitter_control_update_size at Base 1:0.24.2
+ make_xr_dlrr at Base 1:0.24.2
+ make_xr_rcvr_rtt at Base 1:0.24.2
+ make_xr_stat_summary at Base 1:0.24.2
+ make_xr_voip_metrics at Base 1:0.24.2
+ mblk_init at Base 1:0.24.2
+ mblk_meta_copy at Base 1:0.24.2
+ meta_rtp_set_session at Base 1:0.24.2
+ meta_rtp_transport_append_modifier at Base 1:0.24.2
+ meta_rtp_transport_close at Base 1:0.24.2
+ meta_rtp_transport_destroy at Base 1:0.24.2
+ meta_rtp_transport_get_endpoint at Base 1:0.24.2
+ meta_rtp_transport_getsocket at Base 1:0.24.2
+ meta_rtp_transport_modifier_inject_packet at Base 1:0.24.2
+ meta_rtp_transport_modifier_inject_packet_to at Base 1:0.24.2
+ meta_rtp_transport_new at Base 1:0.24.2
+ meta_rtp_transport_recvfrom at Base 1:0.24.2
+ meta_rtp_transport_sendto at Base 1:0.24.2
+ meta_rtp_transport_set_endpoint at Base 1:0.24.2
+ msgappend at Base 1:0.24.2
+ msgb_allocator_alloc at Base 1:0.24.2
+ msgb_allocator_init at Base 1:0.24.2
+ msgb_allocator_uninit at Base 1:0.24.2
+ msgdsize at Base 1:0.24.2
+ msgpullup at Base 1:0.24.2
+ o_list_append at Base 1:0.24.2
+ o_list_free at Base 1:0.24.2
+ o_list_new at Base 1:0.24.2
+ o_list_remove at Base 1:0.24.2
+ o_list_remove_link at Base 1:0.24.2
+ offset0 at Base 1:0.24.2
+ offset0xD5 at Base 1:0.24.2
+ offset127 at Base 1:0.24.2
+ ortp_client_pipe_close at Base 1:0.24.2
+ ortp_client_pipe_connect at Base 1:0.24.2
+ ortp_ev_queue_destroy at Base 1:0.24.2
+ ortp_ev_queue_flush at Base 1:0.24.2
+ ortp_ev_queue_get at Base 1:0.24.2
+ ortp_ev_queue_new at Base 1:0.24.2
+ ortp_ev_queue_put at Base 1:0.24.2
+ ortp_event_destroy at Base 1:0.24.2
+ ortp_event_dup at Base 1:0.24.2
+ ortp_event_get_data at Base 1:0.24.2
+ ortp_event_get_type at Base 1:0.24.2
+ ortp_event_new at Base 1:0.24.2
+ ortp_exit at Base 1:0.24.2
+ ortp_extremum_get_current at Base 1:0.24.2
+ ortp_extremum_get_previous at Base 1:0.24.2
+ ortp_extremum_init at Base 1:0.24.2
+ ortp_extremum_record_max at Base 1:0.24.2
+ ortp_extremum_record_min at Base 1:0.24.2
+ ortp_extremum_reset at Base 1:0.24.2
+ ortp_file_exist at Base 1:0.24.2
+ ortp_free at Base 1:0.24.2
+ ortp_get_cur_time at Base 1:0.24.2
+ ortp_get_cur_time_ms at Base 1:0.24.2
+ ortp_get_global_stats at Base 1:0.24.2
+ ortp_get_log_handler at Base 1:0.24.2
+ ortp_get_log_level_mask at Base 1:0.24.2
+ ortp_get_scheduler at Base 1:0.24.2
+ ortp_global_stats at Base 1:0.24.2
+ ortp_global_stats_display at Base 1:0.24.2
+ ortp_global_stats_reset at Base 1:0.24.2
+ ortp_init at Base 1:0.24.2
+ ortp_logv at Base 1:0.24.2
+ ortp_logv_flush at Base 1:0.24.2
+ ortp_logv_out at Base 1:0.24.2
+ ortp_loss_rate_estimator_destroy at Base 1:0.24.2
+ ortp_loss_rate_estimator_get_value at Base 1:0.24.2
+ ortp_loss_rate_estimator_init at Base 1:0.24.2
+ ortp_loss_rate_estimator_new at Base 1:0.24.2
+ ortp_loss_rate_estimator_process_report_block at Base 1:0.24.2
+ ortp_loss_rate_estimator_uninit at Base 1:0.24.2
+ ortp_malloc0 at Base 1:0.24.2
+ ortp_malloc at Base 1:0.24.2
+ ortp_min_version_required at Base 1:0.24.2
+ ortp_network_simulator_destroy at Base 1:0.24.2
+ ortp_network_simulator_mode_from_string at Base 1:0.24.2
+ ortp_network_simulator_mode_to_string at Base 1:0.24.2
+ ortp_pipe_read at Base 1:0.24.2
+ ortp_pipe_write at Base 1:0.24.2
+ ortp_random at Base 1:0.24.2
+ ortp_realloc at Base 1:0.24.2
+ ortp_scheduler_init at Base 1:0.24.2
+ ortp_server_pipe_accept_client at Base 1:0.24.2
+ ortp_server_pipe_close at Base 1:0.24.2
+ ortp_server_pipe_close_client at Base 1:0.24.2
+ ortp_server_pipe_create at Base 1:0.24.2
+ ortp_set_log_file at Base 1:0.24.2
+ ortp_set_log_handler at Base 1:0.24.2
+ ortp_set_log_level_mask at Base 1:0.24.2
+ ortp_set_log_thread_id at Base 1:0.24.2
+ ortp_set_memory_functions at Base 1:0.24.2
+ ortp_shm_close at Base 1:0.24.2
+ ortp_shm_open at Base 1:0.24.2
+ ortp_sleep_ms at Base 1:0.24.2
+ ortp_sleep_until at Base 1:0.24.2
+ ortp_strcat_printf at Base 1:0.24.2
+ ortp_strcat_vprintf at Base 1:0.24.2
+ ortp_strdup at Base 1:0.24.2
+ ortp_strdup_printf at Base 1:0.24.2
+ ortp_strdup_vprintf at Base 1:0.24.2
+ ortp_stream_clear_aux_addresses at Base 1:0.24.2
+ ortp_stream_is_ipv6 at Base 1:0.24.2
+ ortp_strndup at Base 1:0.24.2
+ ortp_timeval_to_ntp at Base 1:0.24.2
+ payload_type_aaceld_16k at Base 1:0.24.2
+ payload_type_aaceld_22k at Base 1:0.24.2
+ payload_type_aaceld_32k at Base 1:0.24.2
+ payload_type_aaceld_44k at Base 1:0.24.2
+ payload_type_aaceld_48k at Base 1:0.24.2
+ payload_type_aal2_g726_16 at Base 1:0.24.2
+ payload_type_aal2_g726_24 at Base 1:0.24.2
+ payload_type_aal2_g726_32 at Base 1:0.24.2
+ payload_type_aal2_g726_40 at Base 1:0.24.2
+ payload_type_amr at Base 1:0.24.2
+ payload_type_amrwb at Base 1:0.24.2
+ payload_type_append_recv_fmtp at Base 1:0.24.2
+ payload_type_append_send_fmtp at Base 1:0.24.2
+ payload_type_clone at Base 1:0.24.2
+ payload_type_cn at Base 1:0.24.2
+ payload_type_destroy at Base 1:0.24.2
+ payload_type_evrc0 at Base 1:0.24.2
+ payload_type_evrcb0 at Base 1:0.24.2
+ payload_type_g7221 at Base 1:0.24.2
+ payload_type_g722 at Base 1:0.24.2
+ payload_type_g7231 at Base 1:0.24.2
+ payload_type_g726_16 at Base 1:0.24.2
+ payload_type_g726_24 at Base 1:0.24.2
+ payload_type_g726_32 at Base 1:0.24.2
+ payload_type_g726_40 at Base 1:0.24.2
+ payload_type_g729 at Base 1:0.24.2
+ payload_type_get_rtpmap at Base 1:0.24.2
+ payload_type_gsm at Base 1:0.24.2
+ payload_type_gsm_efr at Base 1:0.24.2
+ payload_type_h261 at Base 1:0.24.2
+ payload_type_h263 at Base 1:0.24.2
+ payload_type_h263_1998 at Base 1:0.24.2
+ payload_type_h263_2000 at Base 1:0.24.2
+ payload_type_h264 at Base 1:0.24.2
+ payload_type_ilbc at Base 1:0.24.2
+ payload_type_isac at Base 1:0.24.2
+ payload_type_jpeg at Base 1:0.24.2
+ payload_type_l16_mono at Base 1:0.24.2
+ payload_type_l16_stereo at Base 1:0.24.2
+ payload_type_lpc1015 at Base 1:0.24.2
+ payload_type_lpc1016 at Base 1:0.24.2
+ payload_type_lpc at Base 1:0.24.2
+ payload_type_mp4v at Base 1:0.24.2
+ payload_type_mpv at Base 1:0.24.2
+ payload_type_new at Base 1:0.24.2
+ payload_type_opus at Base 1:0.24.2
+ payload_type_pcm8000 at Base 1:0.24.2
+ payload_type_pcma8000 at Base 1:0.24.2
+ payload_type_pcmu8000 at Base 1:0.24.2
+ payload_type_set_avpf_params at Base 1:0.24.2
+ payload_type_set_recv_fmtp at Base 1:0.24.2
+ payload_type_set_send_fmtp at Base 1:0.24.2
+ payload_type_silk_mb at Base 1:0.24.2
+ payload_type_silk_nb at Base 1:0.24.2
+ payload_type_silk_swb at Base 1:0.24.2
+ payload_type_silk_wb at Base 1:0.24.2
+ payload_type_speex_nb at Base 1:0.24.2
+ payload_type_speex_uwb at Base 1:0.24.2
+ payload_type_speex_wb at Base 1:0.24.2
+ payload_type_t140 at Base 1:0.24.2
+ payload_type_t140_red at Base 1:0.24.2
+ payload_type_telephone_event at Base 1:0.24.2
+ payload_type_theora at Base 1:0.24.2
+ payload_type_truespeech at Base 1:0.24.2
+ payload_type_vp8 at Base 1:0.24.2
+ payload_type_x_snow at Base 1:0.24.2
+ payload_type_x_udpftp at Base 1:0.24.2
+ peekq at Base 1:0.24.2
+ posix_timer at Base 1:0.24.2
+ posix_timer_do at Base 1:0.24.2
+ posix_timer_init at Base 1:0.24.2
+ posix_timer_uninit at Base 1:0.24.2
+ putq at Base 1:0.24.2
+ qinit at Base 1:0.24.2
+ remq at Base 1:0.24.2
+ rtcp_APP_get_data at Base 1:0.24.2
+ rtcp_APP_get_name at Base 1:0.24.2
+ rtcp_APP_get_ssrc at Base 1:0.24.2
+ rtcp_APP_get_subtype at Base 1:0.24.2
+ rtcp_BYE_get_reason at Base 1:0.24.2
+ rtcp_BYE_get_ssrc at Base 1:0.24.2
+ rtcp_PSFB_fir_get_fci at Base 1:0.24.2
+ rtcp_PSFB_get_media_source_ssrc at Base 1:0.24.2
+ rtcp_PSFB_get_packet_sender_ssrc at Base 1:0.24.2
+ rtcp_PSFB_get_type at Base 1:0.24.2
+ rtcp_PSFB_rpsi_get_fci at Base 1:0.24.2
+ rtcp_PSFB_rpsi_get_fci_bit_string_len at Base 1:0.24.2
+ rtcp_PSFB_sli_get_fci at Base 1:0.24.2
+ rtcp_RR_get_report_block at Base 1:0.24.2
+ rtcp_RR_get_ssrc at Base 1:0.24.2
+ rtcp_RTPFB_get_media_source_ssrc at Base 1:0.24.2
+ rtcp_RTPFB_get_packet_sender_ssrc at Base 1:0.24.2
+ rtcp_RTPFB_get_type at Base 1:0.24.2
+ rtcp_RTPFB_tmmbr_get_fci at Base 1:0.24.2
+ rtcp_SR_get_report_block at Base 1:0.24.2
+ rtcp_SR_get_sender_info at Base 1:0.24.2
+ rtcp_SR_get_ssrc at Base 1:0.24.2
+ rtcp_XR_dlrr_get_dlrr at Base 1:0.24.2
+ rtcp_XR_dlrr_get_lrr at Base 1:0.24.2
+ rtcp_XR_dlrr_get_ssrc at Base 1:0.24.2
+ rtcp_XR_get_block_type at Base 1:0.24.2
+ rtcp_XR_get_ssrc at Base 1:0.24.2
+ rtcp_XR_rcvr_rtt_get_ntp_timestamp at Base 1:0.24.2
+ rtcp_XR_stat_summary_get_begin_seq at Base 1:0.24.2
+ rtcp_XR_stat_summary_get_dev_jitter at Base 1:0.24.2
+ rtcp_XR_stat_summary_get_dev_ttl_or_hl at Base 1:0.24.2
+ rtcp_XR_stat_summary_get_dup_packets at Base 1:0.24.2
+ rtcp_XR_stat_summary_get_end_seq at Base 1:0.24.2
+ rtcp_XR_stat_summary_get_flags at Base 1:0.24.2
+ rtcp_XR_stat_summary_get_lost_packets at Base 1:0.24.2
+ rtcp_XR_stat_summary_get_max_jitter at Base 1:0.24.2
+ rtcp_XR_stat_summary_get_max_ttl_or_hl at Base 1:0.24.2
+ rtcp_XR_stat_summary_get_mean_jitter at Base 1:0.24.2
+ rtcp_XR_stat_summary_get_mean_ttl_or_hl at Base 1:0.24.2
+ rtcp_XR_stat_summary_get_min_jitter at Base 1:0.24.2
+ rtcp_XR_stat_summary_get_min_ttl_or_hl at Base 1:0.24.2
+ rtcp_XR_stat_summary_get_ssrc at Base 1:0.24.2
+ rtcp_XR_voip_metrics_get_burst_density at Base 1:0.24.2
+ rtcp_XR_voip_metrics_get_burst_duration at Base 1:0.24.2
+ rtcp_XR_voip_metrics_get_discard_rate at Base 1:0.24.2
+ rtcp_XR_voip_metrics_get_end_system_delay at Base 1:0.24.2
+ rtcp_XR_voip_metrics_get_ext_r_factor at Base 1:0.24.2
+ rtcp_XR_voip_metrics_get_gap_density at Base 1:0.24.2
+ rtcp_XR_voip_metrics_get_gap_duration at Base 1:0.24.2
+ rtcp_XR_voip_metrics_get_gmin at Base 1:0.24.2
+ rtcp_XR_voip_metrics_get_jb_abs_max at Base 1:0.24.2
+ rtcp_XR_voip_metrics_get_jb_maximum at Base 1:0.24.2
+ rtcp_XR_voip_metrics_get_jb_nominal at Base 1:0.24.2
+ rtcp_XR_voip_metrics_get_loss_rate at Base 1:0.24.2
+ rtcp_XR_voip_metrics_get_mos_cq at Base 1:0.24.2
+ rtcp_XR_voip_metrics_get_mos_lq at Base 1:0.24.2
+ rtcp_XR_voip_metrics_get_noise_level at Base 1:0.24.2
+ rtcp_XR_voip_metrics_get_r_factor at Base 1:0.24.2
+ rtcp_XR_voip_metrics_get_rerl at Base 1:0.24.2
+ rtcp_XR_voip_metrics_get_round_trip_delay at Base 1:0.24.2
+ rtcp_XR_voip_metrics_get_rx_config at Base 1:0.24.2
+ rtcp_XR_voip_metrics_get_signal_level at Base 1:0.24.2
+ rtcp_XR_voip_metrics_get_ssrc at Base 1:0.24.2
+ rtcp_common_header_init at Base 1:0.24.2
+ rtcp_get_common_header at Base 1:0.24.2
+ rtcp_is_APP at Base 1:0.24.2
+ rtcp_is_BYE at Base 1:0.24.2
+ rtcp_is_PSFB at Base 1:0.24.2
+ rtcp_is_PSFB_internal at Base 1:0.24.2
+ rtcp_is_RR at Base 1:0.24.2
+ rtcp_is_RTPFB at Base 1:0.24.2
+ rtcp_is_RTPFB_internal at Base 1:0.24.2
+ rtcp_is_SDES at Base 1:0.24.2
+ rtcp_is_SR at Base 1:0.24.2
+ rtcp_is_XR at Base 1:0.24.2
+ rtcp_next_packet at Base 1:0.24.2
+ rtcp_rewind at Base 1:0.24.2
+ rtcp_sdes_parse at Base 1:0.24.2
+ rtp_add_csrc at Base 1:0.24.2
+ rtp_get_extheader at Base 1:0.24.2
+ rtp_get_payload at Base 1:0.24.2
+ rtp_getq at Base 1:0.24.2
+ rtp_getq_permissive at Base 1:0.24.2
+ rtp_profile_clear_all at Base 1:0.24.2
+ rtp_profile_clone at Base 1:0.24.2
+ rtp_profile_clone_full at Base 1:0.24.2
+ rtp_profile_destroy at Base 1:0.24.2
+ rtp_profile_find_payload at Base 1:0.24.2
+ rtp_profile_find_payload_number at Base 1:0.24.2
+ rtp_profile_get_payload_from_mime at Base 1:0.24.2
+ rtp_profile_get_payload_from_rtpmap at Base 1:0.24.2
+ rtp_profile_get_payload_number_from_mime at Base 1:0.24.2
+ rtp_profile_get_payload_number_from_rtpmap at Base 1:0.24.2
+ rtp_profile_is_telephone_event at Base 1:0.24.2
+ rtp_profile_move_payload at Base 1:0.24.2
+ rtp_profile_new at Base 1:0.24.2
+ rtp_profile_set_name at Base 1:0.24.2
+ rtp_profile_set_payload at Base 1:0.24.2
+ rtp_putq at Base 1:0.24.2
+ rtp_scheduler_add_session at Base 1:0.24.2
+ rtp_scheduler_destroy at Base 1:0.24.2
+ rtp_scheduler_init at Base 1:0.24.2
+ rtp_scheduler_new at Base 1:0.24.2
+ rtp_scheduler_remove_session at Base 1:0.24.2
+ rtp_scheduler_schedule at Base 1:0.24.2
+ rtp_scheduler_set_timer at Base 1:0.24.2
+ rtp_scheduler_start at Base 1:0.24.2
+ rtp_scheduler_stop at Base 1:0.24.2
+ rtp_session_adaptive_jitter_compensation_enabled at Base 1:0.24.2
+ rtp_session_add_aux_remote_addr_full at Base 1:0.24.2
+ rtp_session_add_contributing_source at Base 1:0.24.2
+ rtp_session_add_telephone_event at Base 1:0.24.2
+ rtp_session_avpf_enabled at Base 1:0.24.2
+ rtp_session_avpf_feature_enabled at Base 1:0.24.2
+ rtp_session_avpf_payload_type_feature_enabled at Base 1:0.24.2
+ rtp_session_bye at Base 1:0.24.2
+ rtp_session_check_telephone_events at Base 1:0.24.2
+ rtp_session_clear_aux_remote_addr at Base 1:0.24.2
+ rtp_session_clear_recv_error_code at Base 1:0.24.2
+ rtp_session_clear_send_error_code at Base 1:0.24.2
+ rtp_session_compute_recv_bandwidth at Base 1:0.24.2
+ rtp_session_compute_send_bandwidth at Base 1:0.24.2
+ rtp_session_configure_rtcp_xr at Base 1:0.24.2
+ rtp_session_create_packet at Base 1:0.24.2
+ rtp_session_create_packet_in_place at Base 1:0.24.2
+ rtp_session_create_packet_raw at Base 1:0.24.2
+ rtp_session_create_packet_with_data at Base 1:0.24.2
+ rtp_session_create_rtcp_sdes_packet at Base 1:0.24.2
+ rtp_session_create_telephone_event_packet at Base 1:0.24.2
+ rtp_session_destroy at Base 1:0.24.2
+ rtp_session_dispatch_event at Base 1:0.24.2
+ rtp_session_enable_adaptive_jitter_compensation at Base 1:0.24.2
+ rtp_session_enable_avpf_feature at Base 1:0.24.2
+ rtp_session_enable_jitter_buffer at Base 1:0.24.2
+ rtp_session_enable_network_simulation at Base 1:0.24.2
+ rtp_session_enable_rtcp at Base 1:0.24.2
+ rtp_session_flush_sockets at Base 1:0.24.2
+ rtp_session_get_avpf_rr_interval at Base 1:0.24.2
+ rtp_session_get_cum_loss at Base 1:0.24.2
+ rtp_session_get_current_recv_ts at Base 1:0.24.2
+ rtp_session_get_current_send_ts at Base 1:0.24.2
+ rtp_session_get_data at Base 1:0.24.2
+ rtp_session_get_dscp at Base 1:0.24.2
+ rtp_session_get_jitter_buffer_params at Base 1:0.24.2
+ rtp_session_get_jitter_stats at Base 1:0.24.2
+ rtp_session_get_last_recv_error_code at Base 1:0.24.2
+ rtp_session_get_last_recv_time at Base 1:0.24.2
+ rtp_session_get_last_send_error_code at Base 1:0.24.2
+ rtp_session_get_local_port at Base 1:0.24.2
+ rtp_session_get_local_rtcp_port at Base 1:0.24.2
+ rtp_session_get_multicast_loopback at Base 1:0.24.2
+ rtp_session_get_multicast_ttl at Base 1:0.24.2
+ rtp_session_get_profile at Base 1:0.24.2
+ rtp_session_get_rcv_ext_seq_number at Base 1:0.24.2
+ rtp_session_get_recv_bandwidth at Base 1:0.24.2
+ rtp_session_get_recv_payload_type at Base 1:0.24.2
+ rtp_session_get_recv_profile at Base 1:0.24.2
+ rtp_session_get_recv_ssrc at Base 1:0.24.2
+ rtp_session_get_round_trip_propagation at Base 1:0.24.2
+ rtp_session_get_rtcp_recv_bandwidth at Base 1:0.24.2
+ rtp_session_get_rtcp_send_bandwidth at Base 1:0.24.2
+ rtp_session_get_rtcp_socket at Base 1:0.24.2
+ rtp_session_get_rtp_recv_bandwidth at Base 1:0.24.2
+ rtp_session_get_rtp_send_bandwidth at Base 1:0.24.2
+ rtp_session_get_rtp_socket at Base 1:0.24.2
+ rtp_session_get_send_bandwidth at Base 1:0.24.2
+ rtp_session_get_send_payload_type at Base 1:0.24.2
+ rtp_session_get_send_profile at Base 1:0.24.2
+ rtp_session_get_send_ssrc at Base 1:0.24.2
+ rtp_session_get_seq_number at Base 1:0.24.2
+ rtp_session_get_stats at Base 1:0.24.2
+ rtp_session_get_symmetric_rtp at Base 1:0.24.2
+ rtp_session_get_transports at Base 1:0.24.2
+ rtp_session_has_fb_packets_to_send at Base 1:0.24.2
+ rtp_session_init at Base 1:0.24.2
+ rtp_session_jitter_buffer_enabled at Base 1:0.24.2
+ rtp_session_join_multicast_group at Base 1:0.24.2
+ rtp_session_make_time_distorsion at Base 1:0.24.2
+ rtp_session_network_simulate at Base 1:0.24.2
+ rtp_session_new at Base 1:0.24.2
+ rtp_session_notify_inc_rtcp at Base 1:0.24.2
+ rtp_session_pick_with_cseq at Base 1:0.24.2
+ rtp_session_process at Base 1:0.24.2
+ rtp_session_read_telephone_event at Base 1:0.24.2
+ rtp_session_recv_telephone_events_supported at Base 1:0.24.2
+ rtp_session_recv_with_ts at Base 1:0.24.2
+ rtp_session_recvm_with_ts at Base 1:0.24.2
+ rtp_session_register_event_queue at Base 1:0.24.2
+ rtp_session_release_sockets at Base 1:0.24.2
+ rtp_session_remove_contributing_source at Base 1:0.24.2
+ rtp_session_reset at Base 1:0.24.2
+ rtp_session_reset_stats at Base 1:0.24.2
+ rtp_session_resync at Base 1:0.24.2
+ rtp_session_rtcp_process_recv at Base 1:0.24.2
+ rtp_session_rtcp_process_send at Base 1:0.24.2
+ rtp_session_rtcp_psfb_scheduled at Base 1:0.24.2
+ rtp_session_rtcp_recv at Base 1:0.24.2
+ rtp_session_rtcp_rtpfb_scheduled at Base 1:0.24.2
+ rtp_session_rtcp_send at Base 1:0.24.2
+ rtp_session_rtcp_set_delay_value at Base 1:0.24.2
+ rtp_session_rtcp_set_jitter_value at Base 1:0.24.2
+ rtp_session_rtcp_set_lost_packet_value at Base 1:0.24.2
+ rtp_session_rtp_parse at Base 1:0.24.2
+ rtp_session_rtp_recv at Base 1:0.24.2
+ rtp_session_rtp_recv_abstract at Base 1:0.24.2
+ rtp_session_rtp_send at Base 1:0.24.2
+ rtp_session_run_rtcp_send_scheduler at Base 1:0.24.2
+ rtp_session_send_dtmf2 at Base 1:0.24.2
+ rtp_session_send_dtmf at Base 1:0.24.2
+ rtp_session_send_fb_rtcp_packet_and_reschedule at Base 1:0.24.2
+ rtp_session_send_regular_rtcp_packet_and_reschedule at Base 1:0.24.2
+ rtp_session_send_rtcp_APP at Base 1:0.24.2
+ rtp_session_send_rtcp_fb_fir at Base 1:0.24.2
+ rtp_session_send_rtcp_fb_pli at Base 1:0.24.2
+ rtp_session_send_rtcp_fb_rpsi at Base 1:0.24.2
+ rtp_session_send_rtcp_fb_sli at Base 1:0.24.2
+ rtp_session_send_rtcp_fb_tmmbn at Base 1:0.24.2
+ rtp_session_send_rtcp_fb_tmmbr at Base 1:0.24.2
+ rtp_session_send_telephone_events_supported at Base 1:0.24.2
+ rtp_session_send_with_ts at Base 1:0.24.2
+ rtp_session_sendm_with_ts at Base 1:0.24.2
+ rtp_session_set_blocking_mode at Base 1:0.24.2
+ rtp_session_set_connected_mode at Base 1:0.24.2
+ rtp_session_set_data at Base 1:0.24.2
+ rtp_session_set_dscp at Base 1:0.24.2
+ rtp_session_set_duplication_ratio at Base 1:0.24.2
+ rtp_session_set_jitter_buffer_params at Base 1:0.24.2
+ rtp_session_set_jitter_compensation at Base 1:0.24.2
+ rtp_session_set_local_addr at Base 1:0.24.2
+ rtp_session_set_multicast_loopback at Base 1:0.24.2
+ rtp_session_set_multicast_ttl at Base 1:0.24.2
+ rtp_session_set_payload_type at Base 1:0.24.2
+ rtp_session_set_pktinfo at Base 1:0.24.2
+ rtp_session_set_profile at Base 1:0.24.2
+ rtp_session_set_recv_buf_size at Base 1:0.24.2
+ rtp_session_set_recv_payload_type at Base 1:0.24.2
+ rtp_session_set_recv_profile at Base 1:0.24.2
+ rtp_session_set_remote_addr at Base 1:0.24.2
+ rtp_session_set_remote_addr_and_port at Base 1:0.24.2
+ rtp_session_set_remote_addr_full at Base 1:0.24.2
+ rtp_session_set_reuseaddr at Base 1:0.24.2
+ rtp_session_set_rtcp_report_interval at Base 1:0.24.2
+ rtp_session_set_rtcp_xr_media_callbacks at Base 1:0.24.2
+ rtp_session_set_rtp_socket_recv_buffer_size at Base 1:0.24.2
+ rtp_session_set_rtp_socket_send_buffer_size at Base 1:0.24.2
+ rtp_session_set_scheduling_mode at Base 1:0.24.2
+ rtp_session_set_send_payload_type at Base 1:0.24.2
+ rtp_session_set_send_profile at Base 1:0.24.2
+ rtp_session_set_seq_number at Base 1:0.24.2
+ rtp_session_set_sockets at Base 1:0.24.2
+ rtp_session_set_source_description at Base 1:0.24.2
+ rtp_session_set_ssrc at Base 1:0.24.2
+ rtp_session_set_ssrc_changed_threshold at Base 1:0.24.2
+ rtp_session_set_symmetric_rtp at Base 1:0.24.2
+ rtp_session_set_target_upload_bandwidth at Base 1:0.24.2
+ rtp_session_set_time_jump_limit at Base 1:0.24.2
+ rtp_session_set_transports at Base 1:0.24.2
+ rtp_session_signal_connect at Base 1:0.24.2
+ rtp_session_signal_disconnect_by_callback at Base 1:0.24.2
+ rtp_session_telephone_events_supported at Base 1:0.24.2
+ rtp_session_time_to_ts at Base 1:0.24.2
+ rtp_session_ts_to_time at Base 1:0.24.2
+ rtp_session_uninit at Base 1:0.24.2
+ rtp_session_unregister_event_queue at Base 1:0.24.2
+ rtp_session_update_payload_type at Base 1:0.24.2
+ rtp_signal_table_add at Base 1:0.24.2
+ rtp_signal_table_emit2 at Base 1:0.24.2
+ rtp_signal_table_emit3 at Base 1:0.24.2
+ rtp_signal_table_emit at Base 1:0.24.2
+ rtp_signal_table_init at Base 1:0.24.2
+ rtp_signal_table_remove_by_callback at Base 1:0.24.2
+ rtp_stats_display at Base 1:0.24.2
+ rtp_stats_reset at Base 1:0.24.2
+ rtp_timer_set_interval at Base 1:0.24.2
+ session_set_and at Base 1:0.24.2
+ session_set_destroy at Base 1:0.24.2
+ session_set_new at Base 1:0.24.2
+ session_set_select at Base 1:0.24.2
+ session_set_timedselect at Base 1:0.24.2
+ set_non_blocking_socket at Base 1:0.24.2
+ update_avg_rtcp_size at Base 1:0.24.2
+ wait_point_check at Base 1:0.24.2
+ wait_point_init at Base 1:0.24.2
+ wait_point_uninit at Base 1:0.24.2
+ wait_point_wakeup_at at Base 1:0.24.2

Added: ortp/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/ortp/trunk/debian/patches/series?rev=10647&op=file
==============================================================================
    (empty)

Added: ortp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/ortp/trunk/debian/rules?rev=10647&op=file
==============================================================================
--- ortp/trunk/debian/rules	(added)
+++ ortp/trunk/debian/rules	Sun May 17 12:09:02 2015
@@ -0,0 +1,19 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# Uncomment this to change the hardening options
+#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
+%:
+	dh $@ --parallel \
+		--with autotools-dev --with autoreconf \
+		--buildsystem=autoconf
+
+override_dh_auto_configure:
+	dh_auto_configure -- --enable-static
+
+override_dh_strip:
+	dh_strip -plibortp9 --dbg-package=libortp9-dbg

Propchange: ortp/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: ortp/trunk/debian/source.lintian-overrides
URL: http://svn.debian.org/wsvn/pkg-voip/ortp/trunk/debian/source.lintian-overrides?rev=10647&op=file
==============================================================================
--- ortp/trunk/debian/source.lintian-overrides	(added)
+++ ortp/trunk/debian/source.lintian-overrides	Sun May 17 12:09:02 2015
@@ -0,0 +1,2 @@
+# Upstream does not sign GitHub tarfiles
+ortp source: debian-watch-may-check-gpg-signature

Added: ortp/trunk/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-voip/ortp/trunk/debian/source/format?rev=10647&op=file
==============================================================================
--- ortp/trunk/debian/source/format	(added)
+++ ortp/trunk/debian/source/format	Sun May 17 12:09:02 2015
@@ -0,0 +1 @@
+3.0 (quilt)

Added: ortp/trunk/debian/source/options
URL: http://svn.debian.org/wsvn/pkg-voip/ortp/trunk/debian/source/options?rev=10647&op=file
==============================================================================
--- ortp/trunk/debian/source/options	(added)
+++ ortp/trunk/debian/source/options	Sun May 17 12:09:02 2015
@@ -0,0 +1,2 @@
+# Don't store changes on autogenerated files
+extend-diff-ignore = "(^|/)(config\.sub|config\.guess|Makefile|m4/.*)$"

Added: ortp/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-voip/ortp/trunk/debian/watch?rev=10647&op=file
==============================================================================
--- ortp/trunk/debian/watch	(added)
+++ ortp/trunk/debian/watch	Sun May 17 12:09:02 2015
@@ -0,0 +1,5 @@
+version=3
+
+opts=\
+filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/ortp-$1\.tar\.gz/,\
+  https://github.com/BelledonneCommunications/ortp/tags .*/v?(\d\S*)\.tar\.gz




More information about the Pkg-voip-commits mailing list