[Pkg-voip-commits] r5452 - in /srtp/trunk/debian: changelog patches/1004_make_runtest_more_verbose.patch patches/series

maniac-guest at alioth.debian.org maniac-guest at alioth.debian.org
Wed Apr 2 12:02:16 UTC 2008


Author: maniac-guest
Date: Wed Apr  2 12:02:16 2008
New Revision: 5452

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5452
Log:
make runtest more verbose in order to be easier to debug FTBFS

Added:
    srtp/trunk/debian/patches/1004_make_runtest_more_verbose.patch
Modified:
    srtp/trunk/debian/changelog
    srtp/trunk/debian/patches/series

Modified: srtp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/srtp/trunk/debian/changelog?rev=5452&op=diff
==============================================================================
--- srtp/trunk/debian/changelog (original)
+++ srtp/trunk/debian/changelog Wed Apr  2 12:02:16 2008
@@ -1,7 +1,12 @@
 srtp (1.4.4~dfsg-2) UNRELEASED; urgency=low
 
+  [ Jonas Smedegaard ]
   * Add patch 1003 to avoid the symbol "mips" clashing with builtin
     symbol on MIPS GCC compiler. Closes: bug#439976.
+
+  [ Victor Seva ]
+  * Add patch 1004 to add verbose to make runtest. Make FTBFS easier
+    to debug. (Closes: #460534)
 
  -- Jonas Smedegaard <dr at jones.dk>  Sat, 29 Dec 2007 18:02:07 +0100
 

Added: srtp/trunk/debian/patches/1004_make_runtest_more_verbose.patch
URL: http://svn.debian.org/wsvn/pkg-voip/srtp/trunk/debian/patches/1004_make_runtest_more_verbose.patch?rev=5452&op=file
==============================================================================
--- srtp/trunk/debian/patches/1004_make_runtest_more_verbose.patch (added)
+++ srtp/trunk/debian/patches/1004_make_runtest_more_verbose.patch Wed Apr  2 12:02:16 2008
@@ -1,0 +1,46 @@
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -19,14 +19,14 @@ all: test 
+ 
+ runtest: build_table_apps test
+ 	@echo "running libsrtp test applications..."
+-	crypto/test/cipher_driver$(EXE) -v >/dev/null
+-	crypto/test/kernel_driver$(EXE) -v >/dev/null
+-	test/rdbx_driver$(EXE) -v >/dev/null
+-	test/srtp_driver$(EXE) -v >/dev/null
+-	test/roc_driver$(EXE) -v >/dev/null
+-	test/replay_driver$(EXE) -v >/dev/null
+-	test/dtls_srtp_driver$(EXE) >/dev/null
+-	cd test; ./rtpw_test.sh >/dev/null	
++	crypto/test/cipher_driver$(EXE) -v
++	crypto/test/kernel_driver$(EXE) -v
++	test/rdbx_driver$(EXE) -v
++	test/srtp_driver$(EXE) -v
++	test/roc_driver$(EXE) -v
++	test/replay_driver$(EXE) -v
++	test/dtls_srtp_driver$(EXE)
++	cd test; ./rtpw_test.sh
+ 	@echo "libsrtp test applications passed."
+ 	$(MAKE) -C crypto runtest
+ 
+--- a/crypto/Makefile.in
++++ b/crypto/Makefile.in
+@@ -56,12 +56,12 @@ runtest: libcryptomodule.a $(testapp)
+ 	test/env$(EXE) # print out information on the build environment
+ 	@echo "running libcryptomodule test applications..."
+ 	test `test/aes_calc $k $p` = $c
+-	test/cipher_driver$(EXE) -v >/dev/null
+-	test/datatypes_driver$(EXE) -v >/dev/null
+-	test/stat_driver$(EXE) >/dev/null
+-	test/sha1_driver$(EXE) -v >/dev/null
+-	test/kernel_driver$(EXE) -v >/dev/null
+-	test/rand_gen$(EXE) -n 256 >/dev/null
++	test/cipher_driver$(EXE) -v
++	test/datatypes_driver$(EXE) -v
++	test/stat_driver$(EXE)
++	test/sha1_driver$(EXE) -v
++	test/kernel_driver$(EXE) -v
++	test/rand_gen$(EXE) -n 256
+ 	@echo "libcryptomodule test applications passed."
+ 
+ # libcryptomodule.a (the crypto engine) 

Modified: srtp/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/srtp/trunk/debian/patches/series?rev=5452&op=diff
==============================================================================
--- srtp/trunk/debian/patches/series (original)
+++ srtp/trunk/debian/patches/series Wed Apr  2 12:02:16 2008
@@ -1,3 +1,4 @@
 #1001_negative_valued_char_must_be_signed.patch
 1002_add_explicit_path_in_test_script.patch
 1003_fix_mips_namespace_collision.patch
+1004_make_runtest_more_verbose.patch




More information about the Pkg-voip-commits mailing list