[Pkg-voip-commits] r10391 - in /libccrtp/trunk/debian: changelog control libccrtp0.install libccrtp2.install patches/05_ftbfs_no-add-needed.diff patches/spelling-error-in-manpage.patch

msp at alioth.debian.org msp at alioth.debian.org
Thu Jan 16 08:03:51 UTC 2014


Author: msp
Date: Thu Jan 16 08:03:51 2014
New Revision: 10391

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10391
Log:
* NOT RELEASED YET
* New upstream release
* NEW package libccrtp2 - match soname
* Refreshed debian/patches

Added:
    libccrtp/trunk/debian/libccrtp2.install
      - copied unchanged from r10390, libccrtp/trunk/debian/libccrtp0.install
Removed:
    libccrtp/trunk/debian/libccrtp0.install
Modified:
    libccrtp/trunk/debian/changelog
    libccrtp/trunk/debian/control
    libccrtp/trunk/debian/patches/05_ftbfs_no-add-needed.diff
    libccrtp/trunk/debian/patches/spelling-error-in-manpage.patch

Modified: libccrtp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/libccrtp/trunk/debian/changelog?rev=10391&op=diff
==============================================================================
--- libccrtp/trunk/debian/changelog	(original)
+++ libccrtp/trunk/debian/changelog	Thu Jan 16 08:03:51 2014
@@ -1,3 +1,13 @@
+libccrtp (2.0.7-1) UNRELEASED; urgency=low
+
+  * NOT RELEASED YET
+
+  * New upstream release
+  * NEW package libccrtp2 - match soname
+  * Refreshed debian/patches
+
+ -- Mark Purcell <msp at debian.org>  Thu, 16 Jan 2014 18:56:38 +1100
+
 libccrtp (2.0.6-1) unstable; urgency=low
 
   * New upstream release

Modified: libccrtp/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/libccrtp/trunk/debian/control?rev=10391&op=diff
==============================================================================
--- libccrtp/trunk/debian/control	(original)
+++ libccrtp/trunk/debian/control	Thu Jan 16 08:03:51 2014
@@ -13,7 +13,7 @@
 Package: libccrtp-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, libccrtp0 (= ${binary:Version}),
+Depends: ${misc:Depends}, libccrtp2 (= ${binary:Version}),
  libc6-dev, libucommon-dev, pkg-config
 Description: Common C++ class framework for RTP packets - development files
  GNU ccRTP is a GNU Common C++ based high performance RTP stack. RTP is
@@ -42,7 +42,7 @@
  streaming with different underlying transport protocols, not just
  with IPV4 UDP sockets. 
 
-Package: libccrtp0
+Package: libccrtp2
 Section: libs
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}

Modified: libccrtp/trunk/debian/patches/05_ftbfs_no-add-needed.diff
URL: http://svn.debian.org/wsvn/pkg-voip/libccrtp/trunk/debian/patches/05_ftbfs_no-add-needed.diff?rev=10391&op=diff
==============================================================================
--- libccrtp/trunk/debian/patches/05_ftbfs_no-add-needed.diff	(original)
+++ libccrtp/trunk/debian/patches/05_ftbfs_no-add-needed.diff	Thu Jan 16 08:03:51 2014
@@ -1,23 +1,23 @@
 Description: libccrtp: ftbfs with gold or ld --no-add-needed
 Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615740
  
-Index: libccrtp-2.0.1/demo/Makefile.am
+Index: libccrtp-2.0.7/demo/Makefile.am
 ===================================================================
---- libccrtp-2.0.1.orig/demo/Makefile.am	2011-07-10 22:14:02.000000000 +1000
-+++ libccrtp-2.0.1/demo/Makefile.am	2011-10-29 14:00:04.000000000 +1100
+--- libccrtp-2.0.7.orig/demo/Makefile.am	2014-01-16 18:59:42.199819378 +1100
++++ libccrtp-2.0.7/demo/Makefile.am	2014-01-16 18:59:42.195819420 +1100
 @@ -31,6 +31,7 @@
  noinst_PROGRAMS = rtpsend rtplisten rtphello rtpduphello audiorx audiotx \
      ccrtptest $(srtp_src)
  
 +LDADD = $(GNULIBS)
  rtpsend_SOURCES = rtpsend.cpp
- rtpsend_LDFLAGS = ../src/libccrtp.la @GNULIBS@
+ rtpsend_LDADD = ../src/libccrtp.la @GNULIBS@
  
-Index: libccrtp-2.0.1/demo/Makefile.in
+Index: libccrtp-2.0.7/demo/Makefile.in
 ===================================================================
---- libccrtp-2.0.1.orig/demo/Makefile.in	2011-07-10 22:14:55.000000000 +1000
-+++ libccrtp-2.0.1/demo/Makefile.in	2011-10-29 14:01:13.000000000 +1100
-@@ -67,6 +67,7 @@
+--- libccrtp-2.0.7.orig/demo/Makefile.in	2014-01-16 18:59:42.199819378 +1100
++++ libccrtp-2.0.7/demo/Makefile.in	2014-01-16 18:59:42.195819420 +1100
+@@ -111,6 +111,7 @@
  @SRTP_GCRYPT_FALSE@@SRTP_OPENSSL_TRUE at am__EXEEXT_1 =  \
  @SRTP_GCRYPT_FALSE@@SRTP_OPENSSL_TRUE@	ccsrtptest$(EXEEXT)
  @SRTP_GCRYPT_TRUE at am__EXEEXT_1 = ccsrtptest$(EXEEXT)

Modified: libccrtp/trunk/debian/patches/spelling-error-in-manpage.patch
URL: http://svn.debian.org/wsvn/pkg-voip/libccrtp/trunk/debian/patches/spelling-error-in-manpage.patch?rev=10391&op=diff
==============================================================================
--- libccrtp/trunk/debian/patches/spelling-error-in-manpage.patch	(original)
+++ libccrtp/trunk/debian/patches/spelling-error-in-manpage.patch	Thu Jan 16 08:03:51 2014
@@ -1,10 +1,10 @@
 Description: spelling-error-in-manpage
 Bug-Debian: http://lintian.debian.org/tags/spelling-error-in-manpage.html
 
-Index: libccrtp-2.0.3/src/ccrtp/CryptoContext.h
+Index: libccrtp-2.0.7/src/ccrtp/CryptoContext.h
 ===================================================================
---- libccrtp-2.0.3.orig/src/ccrtp/CryptoContext.h	2012-03-22 01:18:01.000000000 +1100
-+++ libccrtp-2.0.3/src/ccrtp/CryptoContext.h	2012-06-23 14:07:03.000000000 +1000
+--- libccrtp-2.0.7.orig/src/ccrtp/CryptoContext.h	2014-01-16 18:58:25.760676035 +1100
++++ libccrtp-2.0.7/src/ccrtp/CryptoContext.h	2014-01-16 18:58:25.732676350 +1100
 @@ -232,7 +232,7 @@
      /**
       * Compute the authentication tag.
@@ -14,10 +14,10 @@
       * SRTP Cryptograhic context.
       *
       * @param rtp
-Index: libccrtp-2.0.3/src/ccrtp/channel.h
+Index: libccrtp-2.0.7/src/ccrtp/channel.h
 ===================================================================
---- libccrtp-2.0.3.orig/src/ccrtp/channel.h	2011-08-03 08:31:14.000000000 +1000
-+++ libccrtp-2.0.3/src/ccrtp/channel.h	2012-06-23 14:07:03.000000000 +1000
+--- libccrtp-2.0.7.orig/src/ccrtp/channel.h	2014-01-16 18:58:25.760676035 +1100
++++ libccrtp-2.0.7/src/ccrtp/channel.h	2014-01-16 18:58:25.732676350 +1100
 @@ -73,7 +73,7 @@
  
  /**
@@ -27,10 +27,10 @@
   *
   * This class provides a flat interface that includes all the services
   * required by an RTP stack.
-Index: libccrtp-2.0.3/src/ccrtp/CryptoContextCtrl.h
+Index: libccrtp-2.0.7/src/ccrtp/CryptoContextCtrl.h
 ===================================================================
---- libccrtp-2.0.3.orig/src/ccrtp/CryptoContextCtrl.h	2012-03-22 01:18:01.000000000 +1100
-+++ libccrtp-2.0.3/src/ccrtp/CryptoContextCtrl.h	2012-06-23 14:07:03.000000000 +1000
+--- libccrtp-2.0.7.orig/src/ccrtp/CryptoContextCtrl.h	2014-01-16 18:58:25.760676035 +1100
++++ libccrtp-2.0.7/src/ccrtp/CryptoContextCtrl.h	2014-01-16 18:58:25.732676350 +1100
 @@ -176,7 +176,7 @@
      /**
       * Compute the authentication tag.
@@ -40,23 +40,10 @@
       * SRTP Cryptograhic context.
       *
       * @param rtp
-Index: libccrtp-2.0.3/doc/ccrtp.info
+Index: libccrtp-2.0.7/doc/ccrtp.texi
 ===================================================================
---- libccrtp-2.0.3.orig/doc/ccrtp.info	2011-08-03 08:40:46.000000000 +1000
-+++ libccrtp-2.0.3/doc/ccrtp.info	2012-06-23 14:07:03.000000000 +1000
-@@ -533,7 +533,7 @@
- '100' payload type numeric identifier and an RTP clock rate of 90 Khz.
- Note that the numeric identifier does not have to be in the dynamic
- range. The static payload types are default bindings and MAY be
--overriden, thus, DynamicPayloadFormat(0,90000) is a valid construct
-+overridden, thus, DynamicPayloadFormat(0,90000) is a valid construct
- provided 0 has been established as the payload type through a previous
- negotiation process(1).
- 
-Index: libccrtp-2.0.3/doc/ccrtp.texi
-===================================================================
---- libccrtp-2.0.3.orig/doc/ccrtp.texi	2011-08-03 08:31:14.000000000 +1000
-+++ libccrtp-2.0.3/doc/ccrtp.texi	2012-06-23 14:07:03.000000000 +1000
+--- libccrtp-2.0.7.orig/doc/ccrtp.texi	2014-01-16 18:58:25.760676035 +1100
++++ libccrtp-2.0.7/doc/ccrtp.texi	2014-01-16 18:58:25.736676304 +1100
 @@ -704,7 +704,7 @@
  '100' payload type numeric identifier and an @acronym{RTP} clock rate
  of 90 Khz. Note that the numeric identifier does not have to be in the
@@ -66,10 +53,10 @@
  provided 0 has been established as the payload type through a previous
  negotiation process at footnote{Despite the fact that RFC 3551 defines a
  static binding of the 0 code to mu-law PCM at 8Khz.}.
-Index: libccrtp-2.0.3/src/ccrtp/iqueue.h
+Index: libccrtp-2.0.7/src/ccrtp/iqueue.h
 ===================================================================
---- libccrtp-2.0.3.orig/src/ccrtp/iqueue.h	2011-08-03 08:31:14.000000000 +1000
-+++ libccrtp-2.0.3/src/ccrtp/iqueue.h	2012-06-23 14:07:52.000000000 +1000
+--- libccrtp-2.0.7.orig/src/ccrtp/iqueue.h	2014-01-16 18:58:25.760676035 +1100
++++ libccrtp-2.0.7/src/ccrtp/iqueue.h	2014-01-16 18:58:25.736676304 +1100
 @@ -1191,7 +1191,7 @@
       *
       * A generic header validity check (as specified in RFC 1889)
@@ -88,10 +75,10 @@
       *
       * @return number of bytes read.
       * @param buffer of read packet.
-Index: libccrtp-2.0.3/src/ccrtp/oqueue.h
+Index: libccrtp-2.0.7/src/ccrtp/oqueue.h
 ===================================================================
---- libccrtp-2.0.3.orig/src/ccrtp/oqueue.h	2011-08-03 08:31:14.000000000 +1000
-+++ libccrtp-2.0.3/src/ccrtp/oqueue.h	2012-06-23 14:10:15.000000000 +1000
+--- libccrtp-2.0.7.orig/src/ccrtp/oqueue.h	2014-01-16 18:58:25.760676035 +1100
++++ libccrtp-2.0.7/src/ccrtp/oqueue.h	2014-01-16 18:58:25.736676304 +1100
 @@ -286,7 +286,7 @@
       * Sometimes a "NULL" or empty packet will be used instead, and
       * these are known as "silent" packets.  "Silent" packets are
@@ -137,10 +124,10 @@
       *
       * @param buffer Pointer to data to write.
       * @param len Length of data to write.
-Index: libccrtp-2.0.3/m4/libgcrypt_local.m4
+Index: libccrtp-2.0.7/m4/libgcrypt_local.m4
 ===================================================================
---- libccrtp-2.0.3.orig/m4/libgcrypt_local.m4	2011-08-03 08:31:14.000000000 +1000
-+++ libccrtp-2.0.3/m4/libgcrypt_local.m4	2012-06-23 14:11:13.000000000 +1000
+--- libccrtp-2.0.7.orig/m4/libgcrypt_local.m4	2014-01-16 18:58:25.760676035 +1100
++++ libccrtp-2.0.7/m4/libgcrypt_local.m4	2014-01-16 18:58:25.736676304 +1100
 @@ -17,7 +17,7 @@
  dnl with the API version to also check the API compatibility. Example:
  dnl a MINIMUN-VERSION of 1:1.2.5 won't pass the test unless the installed 
@@ -150,10 +137,10 @@
  dnl with a changed API.
  dnl
  AC_DEFUN([AM_PATH_LIBGCRYPT_CCRTP],
-Index: libccrtp-2.0.3/src/ccrtp/cqueue.h
+Index: libccrtp-2.0.7/src/ccrtp/cqueue.h
 ===================================================================
---- libccrtp-2.0.3.orig/src/ccrtp/cqueue.h	2011-10-30 03:49:29.000000000 +1100
-+++ libccrtp-2.0.3/src/ccrtp/cqueue.h	2012-06-23 14:09:24.000000000 +1000
+--- libccrtp-2.0.7.orig/src/ccrtp/cqueue.h	2014-01-16 18:58:25.760676035 +1100
++++ libccrtp-2.0.7/src/ccrtp/cqueue.h	2014-01-16 18:58:25.736676304 +1100
 @@ -179,7 +179,7 @@
      { return ctrlSendCount; }
  
@@ -163,10 +150,10 @@
       *
       * The endQueue method (provided by RTPQueue) deletes all
       * registered CryptoContexts.
-Index: libccrtp-2.0.3/src/ccrtp/rtcppkt.h
+Index: libccrtp-2.0.7/src/ccrtp/rtcppkt.h
 ===================================================================
---- libccrtp-2.0.3.orig/src/ccrtp/rtcppkt.h	2011-08-03 08:31:14.000000000 +1000
-+++ libccrtp-2.0.3/src/ccrtp/rtcppkt.h	2012-06-23 14:11:53.000000000 +1000
+--- libccrtp-2.0.7.orig/src/ccrtp/rtcppkt.h	2014-01-16 18:58:25.760676035 +1100
++++ libccrtp-2.0.7/src/ccrtp/rtcppkt.h	2014-01-16 18:58:25.736676304 +1100
 @@ -58,7 +58,7 @@
   * @short SDES items that may be carried in a Source DEScription RTCP packet.
   *
@@ -176,10 +163,10 @@
   * different sending frequencies, though with recommended default
   * values.
   **/
-Index: libccrtp-2.0.3/src/ccrtp/rtppkt.h
+Index: libccrtp-2.0.7/src/ccrtp/rtppkt.h
 ===================================================================
---- libccrtp-2.0.3.orig/src/ccrtp/rtppkt.h	2011-08-03 08:31:14.000000000 +1000
-+++ libccrtp-2.0.3/src/ccrtp/rtppkt.h	2012-06-23 14:10:53.000000000 +1000
+--- libccrtp-2.0.7.orig/src/ccrtp/rtppkt.h	2014-01-16 18:58:25.760676035 +1100
++++ libccrtp-2.0.7/src/ccrtp/rtppkt.h	2014-01-16 18:58:25.736676304 +1100
 @@ -637,7 +637,7 @@
  
      /**




More information about the Pkg-voip-commits mailing list