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

Jonas Smedegaard js at alioth.debian.org
Tue Jan 30 14:39:08 CET 2007


Author: js
Date: 2007-01-30 14:39:08 +0100 (Tue, 30 Jan 2007)
New Revision: 3100

Modified:
   srtp/trunk/debian/rules
Log:
Postpone resolving example files, to avoid spurious output when invoked from SVN without real source.

Modified: srtp/trunk/debian/rules
===================================================================
--- srtp/trunk/debian/rules	2007-01-30 13:34:31 UTC (rev 3099)
+++ srtp/trunk/debian/rules	2007-01-30 13:39:08 UTC (rev 3100)
@@ -27,7 +27,7 @@
 build/srtp-docs::
 	$(DEB_MAKE_INVOKE) libsrtpdoc
 
-DEB_INSTALL_EXAMPLES_srtp-utils := $(shell find test crypto/test -type f -regex '.*/[^/\.]+' -not -name rtpw)
+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




More information about the Pkg-voip-commits mailing list