[Pkg-voip-commits] r3095 - srtp/trunk/debian

Jonas Smedegaard js at alioth.debian.org
Tue Jan 30 13:40:10 CET 2007


Author: js
Date: 2007-01-30 13:40:10 +0100 (Tue, 30 Jan 2007)
New Revision: 3095

Added:
   srtp/trunk/debian/srtp-utils.install
Modified:
   srtp/trunk/debian/control.in
   srtp/trunk/debian/rules
Log:
Add new binary package srtp-utils containing rtpw and some example test binaries.

Modified: srtp/trunk/debian/control.in
===================================================================
--- srtp/trunk/debian/control.in	2007-01-30 12:35:00 UTC (rev 3094)
+++ srtp/trunk/debian/control.in	2007-01-30 12:40:10 UTC (rev 3095)
@@ -40,3 +40,19 @@
  This package contains API documentation.
  .
   Homepage: http://srtp.sourceforge.net/srtp.html
+
+Package: srtp-utils
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: Secure RTP (SRTP) and UST Reference Implementations - utilities
+ SRTP is a security profile for RTP that adds confidentiality, message
+ authentication, and replay protection to that protocol. It is specified
+ in RFC 3711.
+ .
+ LibSRTP provides an implementation of the Secure Real-time Transport
+ Protocol (SRTP), the Universal Security Transform (UST), and a
+ supporting cryptographic kernel.
+ .
+ This package contains a few simple binaries using libsrtp.
+ .
+  Homepage: http://srtp.sourceforge.net/srtp.html

Modified: srtp/trunk/debian/rules
===================================================================
--- srtp/trunk/debian/rules	2007-01-30 12:35:00 UTC (rev 3094)
+++ srtp/trunk/debian/rules	2007-01-30 12:40:10 UTC (rev 3095)
@@ -27,6 +27,9 @@
 build/libsrtp-docs::
 	$(DEB_MAKE_INVOKE) libsrtpdoc
 
+DEB_INSTALL_EXAMPLES_srtp-utils := $(shell find test crypto/test -type f -regex '.*/[^/\.]+' -not -name rtpw)
+DEB_COMPRESS_EXCLUDE += $(notdir $(DEB_INSTALL_EXAMPLES_srtp-utils))
+
 # The following is for internal development usage only
 # Update that sum when new releases occur, this
 # catches silent file content forges at the server side

Added: srtp/trunk/debian/srtp-utils.install
===================================================================
--- srtp/trunk/debian/srtp-utils.install	2007-01-30 12:35:00 UTC (rev 3094)
+++ srtp/trunk/debian/srtp-utils.install	2007-01-30 12:40:10 UTC (rev 3095)
@@ -0,0 +1 @@
+test/rtpw usr/bin/




More information about the Pkg-voip-commits mailing list