[SCM] BOINC packaging branch, master, updated. upstream/7.0.52+dfsg-667-g89547e4

Gianfranco Costamagna costamagnagianfranco at yahoo.it
Sun Feb 24 22:06:14 UTC 2013


The following commit has been merged in the master branch:
commit 89547e4a745934fb3430cdc99a66957400116bf5
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Sun Feb 24 23:05:53 2013 +0100

    New upstream release, patch refresh

diff --git a/debian/changelog b/debian/changelog
index 7926922..e982f42 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+boinc (7.0.53+dfsg-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Gianfranco Costamagna <costamagnagianfranco at yahoo.it>  Sun, 24 Feb 2013 23:05:30 +0100
+
 boinc (7.0.52+dfsg-2) experimental; urgency=low
 
   * Try to fix ftbfs on hurd-i386.
diff --git a/debian/patches/MainDocumentWarnings.patch b/debian/patches/MainDocumentWarnings.patch
index b9cabb3..492f808 100644
--- a/debian/patches/MainDocumentWarnings.patch
+++ b/debian/patches/MainDocumentWarnings.patch
@@ -2,7 +2,7 @@ Author: Steffen Moeller <moeller at debian.org>
 Description: Nothing in this patch should be functionally relevant, only compile time warnings as by the ambiguity of the result parameter are resolved.
 --- a/clientgui/MainDocument.cpp
 +++ b/clientgui/MainDocument.cpp
-@@ -1640,20 +1640,20 @@
+@@ -1643,20 +1643,20 @@
  }
  #else
  void CMainDocument::KillGraphicsApp(int pid) {
@@ -31,7 +31,7 @@ Description: Nothing in this patch should be functionally relevant, only compile
      
          iRetVal = run_program(
              getcwd(currentDir, sizeof(currentDir)),
-@@ -1663,6 +1663,10 @@
+@@ -1666,6 +1666,10 @@
              0,
              id
          );
diff --git a/debian/patches/add_hardening_flags.patch b/debian/patches/add_hardening_flags.patch
index 8d60824..f844dcf 100644
--- a/debian/patches/add_hardening_flags.patch
+++ b/debian/patches/add_hardening_flags.patch
@@ -65,8 +65,8 @@ Description: Add standard flags to custom Makefiles
  BOINC_LIB_DIR = $(BOINC_DIR)/lib
  BOINC_ZIP_DIR = $(BOINC_DIR)/zip
  
--CXXFLAGS = -g \
-+CXXFLAGS += -g \
+-CXXFLAGS = -g -O0 \
++CXXFLAGS += -g -O0 \
  	-Wall -W -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -fno-common \
      -I$(BOINC_DIR) \
      -I$(BOINC_LIB_DIR) \
diff --git a/debian/patches/client_app_maxpathlen.patch b/debian/patches/client_app_maxpathlen.patch
index b01e76d..73834ea 100644
--- a/debian/patches/client_app_maxpathlen.patch
+++ b/debian/patches/client_app_maxpathlen.patch
@@ -98,7 +98,7 @@
      DIRREF dirp;
      int retval;
  
-@@ -339,7 +339,7 @@
+@@ -341,7 +341,7 @@
  }
  
  void boinc_version_dir(PROJECT& p, VERSION_INFO& vi, char* buf) {
diff --git a/debian/patches/nvidia_mem_display_simplification.patch b/debian/patches/nvidia_mem_display_simplification.patch
index 9c34da6..13b2150 100644
--- a/debian/patches/nvidia_mem_display_simplification.patch
+++ b/debian/patches/nvidia_mem_display_simplification.patch
@@ -1,6 +1,6 @@
 --- a/lib/coproc.cpp
 +++ b/lib/coproc.cpp
-@@ -499,7 +499,7 @@
+@@ -502,7 +502,7 @@
      cuda_version = 0;
      display_driver_version = 0;
      strcpy(prop.name, "");
@@ -9,7 +9,7 @@
      prop.sharedMemPerBlock = 0;
      prop.regsPerBlock = 0;
      prop.warpSize = 0;
-@@ -529,7 +529,7 @@
+@@ -532,7 +532,7 @@
      while (!xp.get_tag()) {
          if (xp.match_tag("/coproc_cuda")) {
              if (!peak_flops) {

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list