[Pkg-voip-commits] r10631 - in /belle-sip/trunk/debian: changelog control libbellesip0.symbols source.lintian-overrides watch
lechner-guest at alioth.debian.org
lechner-guest at alioth.debian.org
Fri May 15 00:30:31 UTC 2015
Author: lechner-guest
Date: Fri May 15 00:30:31 2015
New Revision: 10631
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10631
Log:
* New upstream version 1.4.1
* Changed Svn-Browser to GitHub mirror
* Changed Svn-Git: to upstream, bypassing Savannah
* Changed url in watch file to run off GitHub tags
Added:
belle-sip/trunk/debian/source.lintian-overrides
Modified:
belle-sip/trunk/debian/changelog
belle-sip/trunk/debian/control
belle-sip/trunk/debian/libbellesip0.symbols
belle-sip/trunk/debian/watch
Modified: belle-sip/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/belle-sip/trunk/debian/changelog?rev=10631&op=diff
==============================================================================
--- belle-sip/trunk/debian/changelog (original)
+++ belle-sip/trunk/debian/changelog Fri May 15 00:30:31 2015
@@ -1,11 +1,12 @@
-belle-sip (1.4.0-1) unstable; urgency=medium
+belle-sip (1.4.1-1) unstable; urgency=medium
[ Felix Lechner ]
- * New upstream version
+ * New upstream version 1.4.1
* Added Build-Depends: libcunit1-ncurses-dev
* Added build option '--disable-tests' as unit tests require network
- * Added pgpsigurlmangle option to watch file
- * Added upstream signing key
+ * Changed Svn-Browser to GitHub mirror
+ * Changed Svn-Git: to upstream, bypassing Savannah
+ * Changed url in watch file to run off GitHub tags
* Removed unnecessary section declaration for libbellesip0 from control
* Added Multi-Arch: same to libbellesip-dbg
* Corrected names and paths in copyright
@@ -13,7 +14,7 @@
* Fixed spelling errors in binary
* Updated Standards-Version to 3.9.6
- -- Felix Lechner <felix.lechner at gmail.com> Thu, 14 May 2015 12:03:29 -0700
+ -- Felix Lechner <felix.lechner at gmail.com> Thu, 14 May 2015 17:29:58 -0700
belle-sip (1.3.0-1.1) unstable; urgency=medium
Modified: belle-sip/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/belle-sip/trunk/debian/control?rev=10631&op=diff
==============================================================================
--- belle-sip/trunk/debian/control (original)
+++ belle-sip/trunk/debian/control Fri May 15 00:30:31 2015
@@ -9,8 +9,8 @@
libantlr3c-dev, antlr3, libpolarssl-dev
Standards-Version: 3.9.6
Homepage: http://www.linphone.org
-Vcs-Svn: svn://anonscm.debian.org/pkg-voip/belle-sip/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-voip/belle-sip/
+Vcs-Browser: https://github.com/BelledonneCommunications/belle-sip
+Vcs-Git: git://git.linphone.org/belle-sip.git
Package: libbellesip0
Pre-Depends: ${misc:Pre-Depends}
Modified: belle-sip/trunk/debian/libbellesip0.symbols
URL: http://svn.debian.org/wsvn/pkg-voip/belle-sip/trunk/debian/libbellesip0.symbols?rev=10631&op=diff
==============================================================================
--- belle-sip/trunk/debian/libbellesip0.symbols (original)
+++ belle-sip/trunk/debian/libbellesip0.symbols Fri May 15 00:30:31 2015
@@ -262,6 +262,7 @@
belle_sdp_rtcp_fb_attribute_destroy at Base 1.4.0
belle_sdp_rtcp_fb_attribute_get_id at Base 1.4.0
belle_sdp_rtcp_fb_attribute_get_param at Base 1.4.0
+ belle_sdp_rtcp_fb_attribute_get_smaxpr at Base 1.4.1
belle_sdp_rtcp_fb_attribute_get_trr_int at Base 1.4.0
belle_sdp_rtcp_fb_attribute_get_type at Base 1.4.0
belle_sdp_rtcp_fb_attribute_marshal at Base 1.4.0
@@ -269,6 +270,7 @@
belle_sdp_rtcp_fb_attribute_parse at Base 1.4.0
belle_sdp_rtcp_fb_attribute_set_id at Base 1.4.0
belle_sdp_rtcp_fb_attribute_set_param at Base 1.4.0
+ belle_sdp_rtcp_fb_attribute_set_smaxpr at Base 1.4.1
belle_sdp_rtcp_fb_attribute_set_trr_int at Base 1.4.0
belle_sdp_rtcp_fb_attribute_set_type at Base 1.4.0
belle_sdp_rtcp_fb_attribute_t_vptr_get at Base 1.4.0
@@ -537,6 +539,7 @@
belle_sip_generate_self_signed_certificate at Base 1.4.0
belle_sip_get_certificate_and_pkey_in_dir at Base 1.4.0
belle_sip_get_char at Base 1.2.4
+ belle_sip_get_log_handler at Base 1.4.1
belle_sip_get_src_addr_for at Base 1.2.4
belle_sip_get_well_known_reason_phrase at Base 1.2.4
belle_sip_getaddrinfo at Base 1.4.0
@@ -1200,6 +1203,8 @@
belle_sip_stack_sleep at Base 1.2.4
belle_sip_stack_t_vptr_get at Base 1.2.4
belle_sip_stack_tls_available at Base 1.2.4
+ belle_sip_strcat_printf at Base 1.4.1
+ belle_sip_strcat_vprintf at Base 1.4.1
belle_sip_strdup at Base 1.2.4
belle_sip_strdup_printf at Base 1.2.4
belle_sip_strdup_vprintf at Base 1.2.4
Added: belle-sip/trunk/debian/source.lintian-overrides
URL: http://svn.debian.org/wsvn/pkg-voip/belle-sip/trunk/debian/source.lintian-overrides?rev=10631&op=file
==============================================================================
--- belle-sip/trunk/debian/source.lintian-overrides (added)
+++ belle-sip/trunk/debian/source.lintian-overrides Fri May 15 00:30:31 2015
@@ -0,0 +1,2 @@
+# Upstream does not sign GitHub tarfiles
+belle-sip source: debian-watch-may-check-gpg-signature
Modified: belle-sip/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-voip/belle-sip/trunk/debian/watch?rev=10631&op=diff
==============================================================================
--- belle-sip/trunk/debian/watch (original)
+++ belle-sip/trunk/debian/watch Fri May 15 00:30:31 2015
@@ -1,4 +1,5 @@
version=3
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/belle-sip-$1\.tar\.gz/ \
+ https://github.com/BelledonneCommunications/belle-sip/tags .*/v?(\d\S*)\.tar\.gz
-#http://download.savannah.gnu.org/releases/linphone/unstable/source/ belle-sip-(.+).tar.gz debian svn-upgrade
-opts=pgpsigurlmangle=s/$/.sig/ http://download-mirror.savannah.gnu.org/releases/linphone/belle-sip/ belle-sip-(.+).tar.gz debian svn-upgrade
+#opts=pgpsigurlmangle=s/$/.sig/ http://download-mirror.savannah.gnu.org/releases/linphone/belle-sip/ belle-sip-(.+).tar.gz debian svn-upgrade
More information about the Pkg-voip-commits
mailing list