[SCM] Debian packaging for apr branch, master, updated. fdb9d3756d411a2f1175a8960060a713b248cf62
Stefan Fritsch
sf at sfritsch.de
Tue Jul 2 20:23:35 UTC 2013
The following commit has been merged in the master branch:
commit 62533cdeba711cdf836a3510961505553a423f69
Author: Stefan Fritsch <sf at sfritsch.de>
Date: Tue Jul 2 22:05:37 2013 +0200
Remove the test debug output added in 1.4.6-3
The bug was #673711 in eglibc and has been fixed some time ago.
diff --git a/debian/changelog b/debian/changelog
index d47fc0b..887938a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
apr (1.4.8-1) UNRELEASED; urgency=low
* New upstream release
+ * Remove the test debug output added in 1.4.6-3. The bug was #673711 in
+ eglibc and has been fixed some time ago.
-- Stefan Fritsch <sf at debian.org> Tue, 02 Jul 2013 21:55:04 +0200
diff --git a/debian/patches/debug-kfreebsd-issues.patch b/debian/patches/debug-kfreebsd-issues.patch
deleted file mode 100644
index 9a870d2..0000000
--- a/debian/patches/debug-kfreebsd-issues.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Add debug output because of test failures causing FTBFS on kfreebsd-i386
-Index: apr/test/testlock.c
-===================================================================
---- apr.orig/test/testlock.c 2012-05-28 13:08:20.394496385 +0200
-+++ apr/test/testlock.c 2012-05-28 13:09:00.902494363 +0200
-@@ -297,6 +297,7 @@
- continue;
- }
- ABTS_INT_EQUAL(tc, 1, APR_STATUS_IS_TIMEUP(s));
-+ printf("Timer returned %dms late\n", (int)(end - begin - timeout)/1000);
- ABTS_ASSERT(tc, "Timer returned too late", end - begin - timeout < 100000);
- break;
- }
diff --git a/debian/patches/series b/debian/patches/series
index 6828cae..4d208bf 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,4 +5,3 @@ hurd_path_max.patch
fix_doxygen.patch
omit_extra_libs.patch
hurd_shm_flock.patch
-debug-kfreebsd-issues.patch
--
Debian packaging for apr
More information about the Pkg-apache-commits
mailing list