[boinc] 01/01: dropped nvidia_mem_display_simplification.patch

Guo Yixuan yixuan-guest at moszumanska.debian.org
Tue May 27 14:31:38 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 cb209fa1023bcb8a30d69b089a02741061b9675a
Author: Guo Yixuan <culu.gyx at gmail.com>
Date:   Tue May 27 10:31:05 2014 -0400

    dropped nvidia_mem_display_simplification.patch
    
    it contains only cosmetic changes now
---
 debian/changelog                                     |  7 +++++--
 .../patches/nvidia_mem_display_simplification.patch  | 20 --------------------
 debian/patches/series                                |  1 -
 3 files changed, 5 insertions(+), 23 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index dd2924c..d1afa4d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,11 @@ boinc (7.3.19+dfsg-2) UNRELEASED; urgency=medium
 
   [ Guo Yixuan (郭溢譞) ]
   * Use more debhelper features.
-  * Dropped parse_issues.patch, since the relevant part has been applied by
-    the upstream already.
+  * Dropped some patches
+    - parse_issues.patch: since the relevant part has been applied by
+      the upstream already.
+    - nvidia_mem_display_simplification.patch: the relevant part was
+      already removed in a previous adjustment.
 
   [ Gianfranco Costamagna ]
   * Fix typo in debian/rules, we were unnecessarily building server stuff.
diff --git a/debian/patches/nvidia_mem_display_simplification.patch b/debian/patches/nvidia_mem_display_simplification.patch
deleted file mode 100644
index 59740d0..0000000
--- a/debian/patches/nvidia_mem_display_simplification.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/lib/coproc.cpp
-+++ b/lib/coproc.cpp
-@@ -355,7 +355,7 @@
-     cuda_version = 0;
-     display_driver_version = 0;
-     strcpy(prop.name, "");
--    prop.totalGlobalMem = 0;
-+    prop.totalGlobalMem = 0.0;
-     prop.sharedMemPerBlock = 0;
-     prop.regsPerBlock = 0;
-     prop.warpSize = 0;
-@@ -385,7 +385,7 @@
-     while (!xp.get_tag()) {
-         if (xp.match_tag("/coproc_cuda")) {
-             if (!peak_flops) {
--				set_peak_flops();
-+                set_peak_flops();
-             }
-             if (!available_ram) {
-                 available_ram = prop.totalGlobalMem;
diff --git a/debian/patches/series b/debian/patches/series
index f6f66be..dd748a4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -30,7 +30,6 @@ debian_debian_AdjustBoincTopdirPython.patch
 some_extra_clang_warnings.patch
 #tmpA# nvidia_direct_invocation.patch
 #tmpA# nvidia_direct_invocation_2.patch
-nvidia_mem_display_simplification.patch
 cppcheck_realloc.patch
 MainDocumentWarnings.patch
 more_maxpathlen.patch

-- 
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