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

Kurt Roeckx kroeckx at alioth.debian.org
Sat Sep 10 12:25:02 UTC 2011


Author: kroeckx
Date: 2011-09-10 12:25:02 +0000 (Sat, 10 Sep 2011)
New Revision: 514

Modified:
   openssl/trunk/debian/changelog
   openssl/trunk/debian/rules
Log:
Add build-arch and build-indep targets to the rules file.


Modified: openssl/trunk/debian/changelog
===================================================================
--- openssl/trunk/debian/changelog	2011-09-10 12:12:56 UTC (rev 513)
+++ openssl/trunk/debian/changelog	2011-09-10 12:25:02 UTC (rev 514)
@@ -17,6 +17,7 @@
     (Closes: #631503)
   * Add support for s390x.  Patch from Aurelien Jarno <aurel32 at debian.org>
     (Closes: #641100)
+  * Add build-arch and build-indep targets to the rules file.
 
  -- Kurt Roeckx <kurt at roeckx.be>  Sat, 10 Sep 2011 12:03:13 +0200
 

Modified: openssl/trunk/debian/rules
===================================================================
--- openssl/trunk/debian/rules	2011-09-10 12:12:56 UTC (rev 513)
+++ openssl/trunk/debian/rules	2011-09-10 12:25:02 UTC (rev 514)
@@ -27,7 +27,9 @@
 OPTS      = $($(ARCHOPTS))
 WANTED_LIBC_VERSION = 2.3.1-10
 
-build: build-stamp
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
 build-stamp:
 	dh_testdir
 #	perl util/ssldir.pl /usr/lib/ssl




More information about the Pkg-openssl-changes mailing list