[boinc] 01/01: dropped parse_issues.patch

Guo Yixuan yixuan-guest at moszumanska.debian.org
Tue May 27 02:38:51 UTC 2014


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

yixuan-guest pushed a commit to branch master
in repository boinc.

commit ff0c718485cb0e22add8f7ca116404c02275e390
Author: Guo Yixuan <culu.gyx at gmail.com>
Date:   Mon May 26 22:24:41 2014 -0400

    dropped parse_issues.patch
---
 debian/changelog                  |  2 ++
 debian/patches/parse_issues.patch | 15 ---------------
 debian/patches/series             |  1 -
 3 files changed, 2 insertions(+), 16 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6b4c061..6f66200 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 boinc (7.3.19+dfsg-2) UNRELEASED; urgency=medium
 
   * Use more debhelper features.
+  * Dropped parse_issues.patch, since the relevant part has been applied by
+    the upstream already.
 
  -- Guo Yixuan (郭溢譞) <culu.gyx at gmail.com>  Mon, 26 May 2014 18:02:53 -0400
 
diff --git a/debian/patches/parse_issues.patch b/debian/patches/parse_issues.patch
deleted file mode 100644
index 4a191d7..0000000
--- a/debian/patches/parse_issues.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Author: Steffen Moeller <moeller at debian.org>
-Description: Improved memory handling.
-
---- a/lib/procinfo_win.cpp
-+++ b/lib/procinfo_win.cpp
-@@ -25,6 +25,9 @@
-     tNTQSI   pNTQSI = (tNTQSI)GetProcAddress(hNTDllLib, "NtQuerySystemInformation");
-     ULONG    cbBuffer = 0;
- 
-+    if (!ppBuffer) return ERR_NULL;
-+    if (!pcbBuffer) return ERR_NULL;
-+
-     while (1) {
-         // Store the buffer size since it appears that somebody is monkeying around
-         //   with the return values on some systems.
diff --git a/debian/patches/series b/debian/patches/series
index 601fcc2..28a2f64 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -15,7 +15,6 @@ debian_debian_AdjustBoincTopdirPython.patch
 #evenMoreConst03.patch
 #andYetMorePatches04.patch
 #convinceDavid#cwd_handling.patch
-parse_issues.patch
 # --- A
 #convinceDavid# bug672328  MoreInformativeAppStartFailure.patch
 #send to David#

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



More information about the pkg-boinc-commits mailing list