[beignet] 01/02: Drop Enhance-debug-output.patch

Rebecca Palmer rnpalmer-guest at moszumanska.debian.org
Mon Apr 27 21:37:38 UTC 2015


This is an automated email from the git hooks/post-receive script.

rnpalmer-guest pushed a commit to branch master
in repository beignet.

commit 177f07c441b918b5cb185ca5ace304ffee270a7e
Author: Rebecca N. Palmer <rebecca_palmer at zoho.com>
Date:   Mon Apr 27 22:31:07 2015 +0100

    Drop Enhance-debug-output.patch
    
    No longer useful: only 3 places use the FATAL defined here,
    and they already all have different messages
---
 debian/changelog                          |  1 +
 debian/patches/Enhance-debug-output.patch | 20 --------------------
 debian/patches/series                     |  1 -
 3 files changed, 1 insertion(+), 21 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 421c186..8d55407 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ beignet (1.0.3-1) UNRELEASED; urgency=medium
   * Fix excessive rounding error in tgamma.
   * Update d/copyright.
   * Build with Python 3.
+  * Drop Enhance-debug-output.patch.
 
  -- Rebecca N. Palmer <rebecca_palmer at zoho.com>  Fri, 24 Apr 2015 21:16:12 +0100
 
diff --git a/debian/patches/Enhance-debug-output.patch b/debian/patches/Enhance-debug-output.patch
deleted file mode 100644
index 9411773..0000000
--- a/debian/patches/Enhance-debug-output.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-From: Simon Richter <sjr at debian.org>
-Date: Fri, 29 Aug 2014 16:17:22 +0200
-Subject: Enhance debug output
-
----
- src/cl_utils.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/cl_utils.h b/src/cl_utils.h
-index 26cf329e2627..fced17ab26c8 100644
---- a/src/cl_utils.h
-+++ b/src/cl_utils.h
-@@ -88,6 +88,7 @@ do {                                                        \
- 
- #define FATAL(...)                                          \
- do {                                                        \
-+  fprintf(stderr, "in function %s:\n", __FUNCTION__);       \
-   fprintf(stderr, "error: ");                               \
-   fprintf(stderr, __VA_ARGS__);                             \
-   fprintf(stderr, "\n");                                    \
diff --git a/debian/patches/series b/debian/patches/series
index 9614d5e..0f0de35 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
-Enhance-debug-output.patch
 Debian-compliant-compiler-flags-handling.patch
 Link-against-terminfo.patch
 Enable-test-debug.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/beignet.git



More information about the Pkg-opencl-commits mailing list