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

Jonas Smedegaard js at alioth.debian.org
Wed Mar 21 11:02:18 CET 2007


Author: js
Date: 2007-03-21 10:02:17 +0000 (Wed, 21 Mar 2007)
New Revision: 3266

Added:
   srtp/trunk/debian/srtp-utils.links
Modified:
   srtp/trunk/debian/changelog
   srtp/trunk/debian/rules
   srtp/trunk/debian/srtp-utils.install
Log:
Install sample binaries below /usr/lib and only symlink to /usr/share/doc/srtp-utils/examples.

Modified: srtp/trunk/debian/changelog
===================================================================
--- srtp/trunk/debian/changelog	2007-03-20 21:18:49 UTC (rev 3265)
+++ srtp/trunk/debian/changelog	2007-03-21 10:02:17 UTC (rev 3266)
@@ -1,3 +1,10 @@
+srtp (1.4.2.dfsg-2) NOT YET RELEASED; urgency=low
+
+  * Move example binaries to /usr/lib/srtp, and only symlink them at
+    /usr/share/doc/srtp-utils, to comply with policy regarding FHS.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Wed, 21 Mar 2007 10:48:59 +0100
+
 srtp (1.4.2.dfsg-1) unstable; urgency=low
 
   [ Mikael Magnusson ]

Modified: srtp/trunk/debian/rules
===================================================================
--- srtp/trunk/debian/rules	2007-03-20 21:18:49 UTC (rev 3265)
+++ srtp/trunk/debian/rules	2007-03-21 10:02:17 UTC (rev 3266)
@@ -27,9 +27,6 @@
 build/srtp-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

Modified: srtp/trunk/debian/srtp-utils.install
===================================================================
--- srtp/trunk/debian/srtp-utils.install	2007-03-20 21:18:49 UTC (rev 3265)
+++ srtp/trunk/debian/srtp-utils.install	2007-03-21 10:02:17 UTC (rev 3266)
@@ -1 +1,15 @@
-test/rtpw usr/bin/
+test/rtpw	usr/bin/
+
+test/rdbx_driver	usr/lib/srtp/bin/
+test/replay_driver	usr/lib/srtp/bin/
+test/roc_driver		usr/lib/srtp/bin/
+test/srtp_driver	usr/lib/srtp/bin/
+
+crypto/test/aes_calc		usr/lib/srtp/bin/
+crypto/test/cipher_driver	usr/lib/srtp/bin/
+crypto/test/datatypes_driver	usr/lib/srtp/bin/
+crypto/test/env			usr/lib/srtp/bin/
+crypto/test/kernel_driver	usr/lib/srtp/bin/
+crypto/test/rand_gen		usr/lib/srtp/bin/
+crypto/test/sha1_driver		usr/lib/srtp/bin/
+crypto/test/stat_driver		usr/lib/srtp/bin/

Added: srtp/trunk/debian/srtp-utils.links
===================================================================
--- srtp/trunk/debian/srtp-utils.links	2007-03-20 21:18:49 UTC (rev 3265)
+++ srtp/trunk/debian/srtp-utils.links	2007-03-21 10:02:17 UTC (rev 3266)
@@ -0,0 +1 @@
+/usr/lib/srtp/bin /usr/share/doc/srtp-utils/examples




More information about the Pkg-voip-commits mailing list