[boinc-app-seti] 04/04: Upload to experimental

Gianfranco Costamagna locutusofborg at moszumanska.debian.org
Tue Apr 4 08:22:54 UTC 2017


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

locutusofborg pushed a commit to branch master
in repository boinc-app-seti.

commit 2495063f6d9b34bf6fdd4b85cb7f7a86e3bf4572
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Tue Apr 4 10:15:45 2017 +0200

    Upload to experimental
---
 debian/changelog                          |  7 +++++
 debian/patches/212_increase_buffers.patch | 44 +++++++++++++++----------------
 debian/patches/isnan-fix.patch            |  2 +-
 debian/patches/series                     |  1 -
 debian/patches/upstream-fix.patch         | 11 --------
 5 files changed, 30 insertions(+), 35 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bc652c9..8cb9dfb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+boinc-app-seti (8.00~svn3643-1~exp1) experimental; urgency=medium
+
+  * New upstream release, drop upstream fix.
+  * Patch refresh
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Tue, 04 Apr 2017 10:14:51 +0200
+
 boinc-app-seti (8.00~svn3363-4) unstable; urgency=medium
 
   * Fix broken symlink (thanks Andreas Beckmann!)
diff --git a/debian/patches/212_increase_buffers.patch b/debian/patches/212_increase_buffers.patch
index 1b73684..942039d 100644
--- a/debian/patches/212_increase_buffers.patch
+++ b/debian/patches/212_increase_buffers.patch
@@ -1,28 +1,28 @@
 Description: increase buffer size.
 --- a/client/seti.cpp
 +++ b/client/seti.cpp
-@@ -1024,10 +1024,11 @@
-   unsigned long nbytes, nsamples,samples_per_byte;
-   sah_complex *data;
-   unsigned long i;
--  char *p, buf[256];
-+  char *p, buf[2560];
-   sah_complex *bin_data=0;
-   int retval=0;
-   FORCE_FRAME_POINTER;
-+  buf[0]=0;
- #ifdef USE_MANUAL_CALLSTACK
-   call_stack.enter("seti_parse_data()");
- #endif 
-@@ -1042,7 +1043,7 @@
-   switch(swi.data_type) {
-     case DATA_ASCII:
-       for (i=0; i<nsamples; i++) {
--        p = fgets(buf, 256, f);
-+        p = fgets(buf, sizeof(buf), f);
-         if (!p) {
-           SETIERROR(READ_FAILED,"in seti_parse_data");
-         }
+@@ -1024,10 +1024,11 @@ int seti_parse_data(FILE* f, ANALYSIS_STATE& state) {
+   unsigned long nbytes, nsamples,samples_per_byte;
+   sah_complex *data;
+   unsigned long i;
+-  char *p, buf[256];
++  char *p, buf[2560];
+   sah_complex *bin_data=0;
+   int retval=0;
+   FORCE_FRAME_POINTER;
++  buf[0]=0;
+ #ifdef USE_MANUAL_CALLSTACK
+   call_stack.enter("seti_parse_data()");
+ #endif 
+@@ -1042,7 +1043,7 @@ int seti_parse_data(FILE* f, ANALYSIS_STATE& state) {
+   switch(swi.data_type) {
+     case DATA_ASCII:
+       for (i=0; i<nsamples; i++) {
+-        p = fgets(buf, 256, f);
++        p = fgets(buf, sizeof(buf), f);
+         if (!p) {
+           SETIERROR(READ_FAILED,"in seti_parse_data");
+         }
 --- a/tools/workunit_resample.cpp
 +++ b/tools/workunit_resample.cpp
 @@ -62,7 +62,7 @@
diff --git a/debian/patches/isnan-fix.patch b/debian/patches/isnan-fix.patch
index ec78161..652c261 100644
--- a/debian/patches/isnan-fix.patch
+++ b/debian/patches/isnan-fix.patch
@@ -4,7 +4,7 @@ Bug-Debian: https://bugs.debian.org/831186
 
 --- boinc-app-seti-8.00~svn3363.orig/client/vector/analyzeFuncs_vector.cpp
 +++ boinc-app-seti-8.00~svn3363/client/vector/analyzeFuncs_vector.cpp
-@@ -45,9 +45,7 @@
+@@ -44,9 +44,7 @@
  #include <csignal>
  #include <cstdlib>
  #include <cmath>
diff --git a/debian/patches/series b/debian/patches/series
index b296e94..b56beb4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -13,4 +13,3 @@
 216-fix-build.patch
 #fix-arm-build.patch
 isnan-fix.patch
-upstream-fix.patch
diff --git a/debian/patches/upstream-fix.patch b/debian/patches/upstream-fix.patch
deleted file mode 100644
index 44140b1..0000000
--- a/debian/patches/upstream-fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-Description: cherry-pick little upstream fix for arm
---- boinc-app-seti-8.00~svn3363.orig/client/vector/analyzeFuncs_vfp_aux.cpp
-+++ boinc-app-seti-8.00~svn3363/client/vector/analyzeFuncs_vfp_aux.cpp
-@@ -47,6 +47,7 @@
- #include "diagnostics.h"
- #include "asmlib.h"
- #include "pulsefind.h"
-+#include "fp_arm.h"
- 
- 
- template <int x>

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



More information about the pkg-boinc-commits mailing list