[Pkg-openmpi-commits] r184 - in /openmpi/trunk/debian: changelog rules

manuel at users.alioth.debian.org manuel at users.alioth.debian.org
Sat Apr 4 17:46:04 UTC 2009


Author: manuel
Date: Sat Apr  4 17:46:04 2009
New Revision: 184

URL: http://svn.debian.org/wsvn/pkg-openmpi/?sc=1&rev=184
Log:
Support for "nocheck" build option.

Modified:
    openmpi/trunk/debian/changelog
    openmpi/trunk/debian/rules

Modified: openmpi/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/changelog?rev=184&op=diff
==============================================================================
--- openmpi/trunk/debian/changelog (original)
+++ openmpi/trunk/debian/changelog Sat Apr  4 17:46:04 2009
@@ -8,6 +8,7 @@
   * Faked SONAME change by renaming library package. (Closes: #512616)
   * Made libopenmpi-dev depend on libibverbs-dev. (Closes: #522153)
   * Backported bugfix for SSH failures when running on localhost.
+  * Support for "nocheck" build option in debian/rules.
   * Updated debian/copyright.
 
   * Dirk Eddelbuettel removed himself from Uploaders. The team thanks Dirk
@@ -15,7 +16,7 @@
     I personally thank Dirk for encouraging me to become a Debian Developer
     and his support and mentoring on that way and beyond.
 
- -- Manuel Prinz <manuel at debian.org>  Sat, 04 Apr 2009 19:08:58 +0200
+ -- Manuel Prinz <manuel at debian.org>  Sat, 04 Apr 2009 19:45:12 +0200
 
 openmpi (1.3-2) unstable; urgency=low
 

Modified: openmpi/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/rules?rev=184&op=diff
==============================================================================
--- openmpi/trunk/debian/rules (original)
+++ openmpi/trunk/debian/rules Sat Apr  4 17:46:04 2009
@@ -69,7 +69,9 @@
 
 check: check-stamp build
 check-stamp:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	-$(MAKE) check 
+endif
 	touch $@
 
 clean: clean-work unpatch




More information about the Pkg-openmpi-commits mailing list