[Pkg-openssl-changes] r152 - openssl/trunk/debian

Kurt Roeckx kroeckx at costa.debian.org
Mon May 15 18:26:06 UTC 2006


Author: kroeckx
Date: 2006-05-15 18:26:05 +0000 (Mon, 15 May 2006)
New Revision: 152

Modified:
   openssl/trunk/debian/changelog
   openssl/trunk/debian/rules
Log:
Make the package fail to build if the regression tests fail.


Modified: openssl/trunk/debian/changelog
===================================================================
--- openssl/trunk/debian/changelog	2006-05-15 18:24:16 UTC (rev 151)
+++ openssl/trunk/debian/changelog	2006-05-15 18:26:05 UTC (rev 152)
@@ -7,6 +7,7 @@
       where missing in libcrypo.a
     - The apps directory didn't always get build, so we didn't have an openssl
       and a small part of the regression tests failed.
+  * Make the package fail to build if the regression tests fail.
 
  -- Kurt Roeckx <kurt at roeckx.be>  Mon, 15 May 2006 16:00:58 +0000
 

Modified: openssl/trunk/debian/rules
===================================================================
--- openssl/trunk/debian/rules	2006-05-15 18:24:16 UTC (rev 151)
+++ openssl/trunk/debian/rules	2006-05-15 18:26:05 UTC (rev 152)
@@ -34,7 +34,7 @@
 #	chmod +x debian/libtool
 	./Configure no-shared $(CONFARGS) debian-$(DEB_HOST_ARCH)
 	make -f Makefile all
-	-make test
+	make test
 	mv libcrypto.a libcrypto.static
 	mv libssl.a libssl.static
 	make -f Makefile clean
@@ -43,7 +43,7 @@
 		set -xe; \
 		./Configure shared $(CONFARGS) debian-$(DEB_HOST_ARCH)-$$opt; \
 		make -f Makefile all; \
-		make test || /bin/true; \
+		make test; \
 		mkdir -p $$opt; \
 		mv libcrypto.so* libssl.so* $$opt/; \
 		make -f Makefile clean; \
@@ -53,7 +53,7 @@
 	ln -sf apps/openssl.pod crypto/crypto.pod ssl/ssl.pod doc/
 #	make -f Makefile linux-shared
 	make -f Makefile all
-	-make test
+	make test
 #	strip apps/openssl
 #	make -f Makefile clean
 #	./Configure --prefix=/usr --openssldir=/usr/lib/ssl no-idea no-mdc2 no-rc5 debian-$(DEB_HOST_ARCH)




More information about the Pkg-openssl-changes mailing list