[Pkg-apache-commits] r883 - in /trunk/apr-util: changelog rules

sf at alioth.debian.org sf at alioth.debian.org
Thu Feb 26 12:15:17 UTC 2009


Author: sf
Date: Thu Feb 26 12:15:17 2009
New Revision: 883

URL: http://svn.debian.org/wsvn/pkg-apache/?sc=1&rev=883
Log:
Recognize DEB_BUILD_OPTIONS=nocheck in addition to notest

Modified:
    trunk/apr-util/changelog
    trunk/apr-util/rules

Modified: trunk/apr-util/changelog
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apr-util/changelog?rev=883&op=diff
==============================================================================
--- trunk/apr-util/changelog (original)
+++ trunk/apr-util/changelog Thu Feb 26 12:15:17 2009
@@ -7,6 +7,7 @@
 
   [ Stefan Fritsch ]
   * Fix decription for libaprutil1-dbg (closes: #508145).
+  * Recognize DEB_BUILD_OPTIONS=nocheck in addition to notest (closes: #515352).
 
  -- Ryan Niebur <ryanryan52 at gmail.com>  Fri, 26 Dec 2008 13:40:19 -0800
 

Modified: trunk/apr-util/rules
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apr-util/rules?rev=883&op=diff
==============================================================================
--- trunk/apr-util/rules (original)
+++ trunk/apr-util/rules Thu Feb 26 12:15:17 2009
@@ -40,7 +40,7 @@
   MAKEFLAGS += -j$(NUMJOBS)
 endif
 
-ifeq (,$(findstring notest,$(DEB_BUILD_OPTIONS)))
+ifeq (,$(findstring notest,$(DEB_BUILD_OPTIONS))$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
 	TEST_TARGET = test
 else
 	TEST_TARGET =




More information about the Pkg-apache-commits mailing list