[Pkg-apache-commits] [SCM] Debian packaging for the apr-util (Apache Portable Runtime util library) package branch, master, updated. 84c51390d0152172ad8a9ca07ff6d2303d95ccb0

Stefan Fritsch sf at sfritsch.de
Sat May 19 21:02:45 UTC 2012


The following commit has been merged in the master branch:
commit ca699896f00f70732eb55a19e28947af360a4335
Author: Stefan Fritsch <sf at sfritsch.de>
Date:   Sat May 19 22:08:52 2012 +0200

    Re-enable test suite on hurd

diff --git a/debian/changelog b/debian/changelog
index 62a656c..946df4f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 apr-util (1.4.1-2) UNRELEASED; urgency=low
 
   * Remove obsolete version on binutils dependency. Closes: #666260
+  * Re-enable test suite on hurd. Closes: #550360
   * Switch VCS to git
 
  -- Stefan Fritsch <sf at debian.org>  Sun, 06 May 2012 14:57:58 +0200
diff --git a/debian/rules b/debian/rules
index a302d3a..69424e9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,12 +45,6 @@ else
 	TEST_TARGET =
 endif
 
-# disable tests on hurd until they are fixed (see #530287)
-DEB_HOST_ARCH_OS := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
-ifeq (hurd, $(DEB_HOST_ARCH_OS))
-	TEST_TARGET =
-endif
-
 ifeq ($(DEB_BUILD_ARCH),i386)
         CONFFLAGS=apr_lock_method=USE_PROC_PTHREAD_SERIALIZE
 else

-- 
Debian packaging for the apr-util (Apache Portable Runtime util library) package



More information about the Pkg-apache-commits mailing list