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

Kurt Roeckx kroeckx at alioth.debian.org
Tue Nov 16 19:46:16 UTC 2010


Author: kroeckx
Date: 2010-11-16 19:46:15 +0000 (Tue, 16 Nov 2010)
New Revision: 471

Modified:
   openssl/trunk/debian/changelog
   openssl/trunk/debian/rules
Log:
Generate the proper stamp file so that everything doesn't get build twice.


Modified: openssl/trunk/debian/changelog
===================================================================
--- openssl/trunk/debian/changelog	2010-11-16 18:36:38 UTC (rev 470)
+++ openssl/trunk/debian/changelog	2010-11-16 19:46:15 UTC (rev 471)
@@ -1,7 +1,8 @@
 openssl (0.9.8o-3) unstable; urgency=high
 
   * Fix TLS extension parsing race condition (CVE-2010-3864) (Closes: #603709)
-  * Re-add the engines.  Patch by Joerg Schneider. (Closes: #603693)
+  * Re-add the engines.  They were missing since 0.9.8m-1.
+    Patch by Joerg Schneider. (Closes: #603693)
   * Not all architectures were build using -g (Closes: #570702)
   * Add powerpcspe support (Closes: #579805)
   * Add armhf support (Closes: #596881)
@@ -10,6 +11,7 @@
     - Danish (Closes: #599459)
     - Vietnamese (Closes: #601536)
     - Arabic (Closes: #596166)
+  * Generate the proper stamp file so that everything doesn't get build twice.
 
  -- Kurt Roeckx <kurt at roeckx.be>  Tue, 16 Nov 2010 19:20:55 +0100
 

Modified: openssl/trunk/debian/rules
===================================================================
--- openssl/trunk/debian/rules	2010-11-16 18:36:38 UTC (rev 470)
+++ openssl/trunk/debian/rules	2010-11-16 19:46:15 UTC (rev 471)
@@ -57,12 +57,12 @@
 #	make -f Makefile clean
 #	./Configure --prefix=/usr --openssldir=/usr/lib/ssl no-idea no-mdc2 no-rc5 debian-$(DEB_HOST_ARCH)
 #	make -f Makefile all
-	touch build
+	touch build-stamp
 
 clean:
 	dh_testdir
 	dh_testroot
-	-rm -f build
+	-rm -f build-stamp
 	-./Configure $(CONFARGS) debian-$(DEB_HOST_ARCH)
 	[ ! -f Makefile ] || make -f Makefile  clean clean-shared
 	#-make -f Makefile  dclean




More information about the Pkg-openssl-changes mailing list