[Pkg-openssl-changes] r94 - openssl/trunk/debian
Kurt Roeckx
kroeckx at costa.debian.org
Fri Nov 11 19:38:03 UTC 2005
Author: kroeckx
Date: 2005-11-11 19:38:03 +0000 (Fri, 11 Nov 2005)
New Revision: 94
Modified:
openssl/trunk/debian/changelog
openssl/trunk/debian/rules
Log:
Run make test for each of the versions we build, make it
not fail the build process if an error is found.
Modified: openssl/trunk/debian/changelog
===================================================================
--- openssl/trunk/debian/changelog 2005-11-11 19:35:22 UTC (rev 93)
+++ openssl/trunk/debian/changelog 2005-11-11 19:38:03 UTC (rev 94)
@@ -15,8 +15,10 @@
had the location in the string wrong, powerpc had it missing.
* Add includes for stddef to get size_t in md2.h, md4.h, md5.h,
ripemd.h and sha.h. (Closes: #333101)
+ * Run make test for each of the versions we build, make it
+ not fail the build process if an error is found.
- -- Kurt Roeckx <kurt at roeckx.be> Wed, 9 Nov 2005 22:05:39 +0100
+ -- Kurt Roeckx <kurt at roeckx.be> Wed, 10 Nov 2005 22:05:39 +0100
openssl (0.9.8a-3) unstable; urgency=high
Modified: openssl/trunk/debian/rules
===================================================================
--- openssl/trunk/debian/rules 2005-11-11 19:35:22 UTC (rev 93)
+++ openssl/trunk/debian/rules 2005-11-11 19:38:03 UTC (rev 94)
@@ -34,6 +34,7 @@
# chmod +x debian/libtool
./Configure no-shared $(CONFARGS) debian-$(DEB_HOST_ARCH)
make -f Makefile DIRS="crypto ssl" all
+ -make test
mv libcrypto.a libcrypto.static
mv libssl.a libssl.static
make -f Makefile DIRS="crypto ssl" clean
@@ -42,6 +43,7 @@
set -xe; \
./Configure shared $(CONFARGS) debian-$(DEB_HOST_ARCH)-$$opt; \
make -f Makefile DIRS="crypto ssl" all; \
+ -make test; \
mkdir -p $$opt; \
mv libcrypto.so* libssl.so* $$opt/; \
make -f Makefile DIRS="crypto ssl" clean; \
@@ -51,6 +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
# strip apps/openssl
# make -f Makefile clean DIRS="crypto ssl"
# ./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