Package: apr-util
Version: 1.3.4+dfsg-2
Severity: important
Tags: patch


Coin,

Please consider applying this simple patch to deactivate the test suite on Hurd, as only the sqlite2 test fails and the software is perfectly usuable (apache2 is working like a charm for example). Maybe we could investigate why this test fail, or more probably we'd wait for sqlite2 support to be dropped, as it is deprecated and sqlite3 is working well on Hurd.

Regards.

--
Marc Dequènes (Duck)
diff -Nur orig/apr-util-1.3.4+dfsg/debian/changelog apr-util-1.3.4+dfsg/debian/changelog
--- orig/apr-util-1.3.4+dfsg/debian/changelog	2009-05-23 20:32:28.000000000 +0200
+++ apr-util-1.3.4+dfsg/debian/changelog	2009-05-17 13:00:34.000000000 +0200
@@ -1,3 +1,10 @@
+apr-util (1.3.4+dfsg-2+hurdfr1) unreleased; urgency=low
+
+  * NMU by HurdFr.
+  * Deactivated test suite on hurd-i386 (failure with sqlite2).
+
+ -- Marc Dequènes (Duck) <d...@hurdfr.org>  Sun, 17 May 2009 13:00:28 +0200
+
 apr-util (1.3.4+dfsg-2) unstable; urgency=low
 
   [ Ryan Niebur ]
diff -Nur orig/apr-util-1.3.4+dfsg/debian/rules apr-util-1.3.4+dfsg/debian/rules
--- orig/apr-util-1.3.4+dfsg/debian/rules	2009-05-23 20:32:28.000000000 +0200
+++ apr-util-1.3.4+dfsg/debian/rules	2009-05-18 00:10:14.000000000 +0200
@@ -45,6 +45,9 @@
 else
 	TEST_TARGET =
 endif
+ifeq (gnu, $(DEB_BUILD_GNU_SYSTEM))
+	TEST_TARGET =
+endif
 
 ifeq ($(DEB_BUILD_ARCH),i386)
         CONFFLAGS=apr_lock_method=USE_PROC_PTHREAD_SERIALIZE

Attachment: pgpAWSorSsTbe.pgp
Description: PGP Digital Signature

Reply via email to