[Pkg-voip-commits] r10000 - in /linphone/trunk/debian: changelog control copyright rules

msp at alioth.debian.org msp at alioth.debian.org
Tue Oct 9 10:44:28 UTC 2012


Author: msp
Date: Tue Oct  9 10:44:27 2012
New Revision: 10000

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10000
Log:
* Fix "Missing Media encryption" --enable-zrtp (Closes: #671815)
* fixed copyright-refers-to-symlink-license - debian/copyright

Modified:
    linphone/trunk/debian/changelog
    linphone/trunk/debian/control
    linphone/trunk/debian/copyright
    linphone/trunk/debian/rules

Modified: linphone/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/linphone/trunk/debian/changelog?rev=10000&op=diff
==============================================================================
--- linphone/trunk/debian/changelog (original)
+++ linphone/trunk/debian/changelog Tue Oct  9 10:44:27 2012
@@ -1,13 +1,14 @@
-linphone (3.5.2-11) UNRELEASED; urgency=low
-
-  * NOT RELEASED YET
+linphone (3.5.2-11) experimental; urgency=low
+
+  * Fix "Missing Media encryption" --enable-zrtp (Closes: #671815)
   * Fix "not compiled with vp8 video codec" 
     - Added Build-Depends: libvpx-dev (Closes: #688855)
   * Fix "ancient automake9" dropped Build-Depends: (Closes: #688862)
   * Fix "build with notification" added Build-Depends: (Closes: #688856)
   * Update libortp-dev: fix duplicate-{short,long}-description
-
- -- Mark Purcell <msp at debian.org>  Sun, 24 Jun 2012 22:55:52 +1000
+  * fixed copyright-refers-to-symlink-license - debian/copyright
+
+ -- Mark Purcell <msp at debian.org>  Tue, 09 Oct 2012 21:43:54 +1100
 
 linphone (3.5.2-10) unstable; urgency=low
 

Modified: linphone/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/linphone/trunk/debian/control?rev=10000&op=diff
==============================================================================
--- linphone/trunk/debian/control (original)
+++ linphone/trunk/debian/control Tue Oct  9 10:44:27 2012
@@ -12,7 +12,7 @@
  libv4l-dev [linux-any],
  libspeex-dev, libspeexdsp-dev, libsamplerate0-dev, libxml-parser-perl, libgsm1-dev,
  libgtk2.0-dev, libglade2-dev, libtheora-dev, libvpx-dev,
- libxv-dev,
+ libxv-dev, libzrtpcpp-dev (>= 2.1),
  libavcodec-dev, libreadline-dev, libsdl1.2-dev, libswscale-dev
 Standards-Version: 3.9.3
 Homepage: http://www.linphone.org/

Modified: linphone/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-voip/linphone/trunk/debian/copyright?rev=10000&op=diff
==============================================================================
--- linphone/trunk/debian/copyright (original)
+++ linphone/trunk/debian/copyright Tue Oct  9 10:44:27 2012
@@ -13,7 +13,7 @@
  (at your option) any later version.
 
 On Debian systems you can find a copy of this license in
-/usr/share/common-licenses/GPL.
+/usr/share/common-licenses/GPL-2.
 
 
 Some libraries are under other copyrights / licenses:

Modified: linphone/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/linphone/trunk/debian/rules?rev=10000&op=diff
==============================================================================
--- linphone/trunk/debian/rules (original)
+++ linphone/trunk/debian/rules Tue Oct  9 10:44:27 2012
@@ -9,7 +9,7 @@
 	dh $@ --parallel --with autotools_dev
 
 override_dh_auto_configure:
-	dh_auto_configure -- --disable-strict --disable-ssl --disable-ssl-hmac $(CONFIGURE_ARGS)
+	dh_auto_configure -- --enable-zrtp --disable-strict --disable-ssl --disable-ssl-hmac $(CONFIGURE_ARGS)
 
 override_dh_makeshlibs:
 	dh_makeshlibs -V




More information about the Pkg-voip-commits mailing list