diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 06:30:05 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 06:30:05 +0000 |
commit | dc8ec1eff31fb28d46ce91a3d4156d6babd628f9 (patch) | |
tree | 6de37370bf2d3fda32c42472360e7fc01aa1f879 /debian/patches/test_verbose | |
parent | Adding upstream version 1.6.3. (diff) | |
download | apr-util-dc8ec1eff31fb28d46ce91a3d4156d6babd628f9.tar.xz apr-util-dc8ec1eff31fb28d46ce91a3d4156d6babd628f9.zip |
Adding debian version 1.6.3-1.debian/1.6.3-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/test_verbose')
-rw-r--r-- | debian/patches/test_verbose | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/test_verbose b/debian/patches/test_verbose new file mode 100644 index 0000000..b66201d --- /dev/null +++ b/debian/patches/test_verbose @@ -0,0 +1,13 @@ +Index: apr-util/test/Makefile.in +=================================================================== +--- apr-util.orig/test/Makefile.in 2012-08-13 20:45:30.000000000 +0200 ++++ apr-util/test/Makefile.in 2013-11-01 19:35:02.439372134 +0100 +@@ -74,7 +74,7 @@ + done; \ + else \ + @apr_shlibpath_var@="`echo "../crypto/.libs:../dbm/.libs:../dbd/.libs:../ldap/.libs:$$@apr_shlibpath_var@" | sed -e 's/::*$$//'`" \ +- ./$$prog; \ ++ ./$$prog -v ; \ + status=$$?; \ + if test $$status != 0; then \ + teststatus=$$status; \ |