[boinc-app-seti] 03/03: New upstream release, patch refresh

Gianfranco Costamagna locutusofborg-guest at alioth.debian.org
Fri Oct 11 16:24:13 UTC 2013


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

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

commit abb5cfc2ae8849829c5487aa0671437cb4f6650f
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Fri Oct 11 18:23:56 2013 +0200

    New upstream release, patch refresh
---
 debian/changelog                                   |    6 ++++++
 debian/patches/210_fix_fgets_warning.patch         |    8 ++++----
 debian/patches/211_give_stderr_some_output.patch   |    6 +++---
 debian/patches/213_const_warning_reduction.patch   |    2 +-
 debian/patches/addressing-autosetup-warnings.patch |   20 ++++++++++----------
 5 files changed, 24 insertions(+), 18 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 06c1ada..938a3b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+boinc-app-seti (7.19~svn2022-1) UNRELEASED; urgency=low
+
+  * New upstream release, addressing some autosetup warnings
+
+ -- Gianfranco Costamagna <costamagnagianfranco at yahoo.it>  Fri, 11 Oct 2013 18:22:23 +0200
+
 boinc-app-seti (7.09~svn1982-1) experimental; urgency=low
 
   * New upstream release, addressing some arm* problems
diff --git a/debian/patches/210_fix_fgets_warning.patch b/debian/patches/210_fix_fgets_warning.patch
index 13f61cd..ff4ba13 100644
--- a/debian/patches/210_fix_fgets_warning.patch
+++ b/debian/patches/210_fix_fgets_warning.patch
@@ -1,6 +1,6 @@
 --- a/client/seti_header.cpp
 +++ b/client/seti_header.cpp
-@@ -170,8 +170,9 @@
+@@ -173,8 +173,9 @@
  static workunit *wu;
  
  int seti_parse_wu_header(FILE* f) {
@@ -11,7 +11,7 @@
   
    std::string buffer("");
    buffer.reserve(10*1024);
-@@ -183,13 +184,14 @@
+@@ -186,13 +187,14 @@
    //swi.fft_len=2048;
    //swi.ifft_len=8;
  
@@ -29,7 +29,7 @@
      buffer+=buf;
    }
    buffer+=buf;
-@@ -207,8 +209,9 @@
+@@ -210,8 +212,9 @@
  }
  
  int seti_parse_wu_header(FILE* f, SETI_WU_INFO &swi) {
@@ -40,7 +40,7 @@
    
    std::string buffer("");
    buffer.reserve(10*1024);
-@@ -219,13 +222,14 @@
+@@ -222,13 +225,14 @@
    //swi.fft_len=2048;
    //swi.ifft_len=8;
  
diff --git a/debian/patches/211_give_stderr_some_output.patch b/debian/patches/211_give_stderr_some_output.patch
index 3a9e4fd..7bfe922 100644
--- a/debian/patches/211_give_stderr_some_output.patch
+++ b/debian/patches/211_give_stderr_some_output.patch
@@ -9,7 +9,7 @@
    int retval = 0, i;
    FORCE_FRAME_POINTER;
    run_stage=PREGRX;
-@@ -176,7 +176,10 @@
+@@ -179,7 +179,10 @@
    bool standalone = false;
    g_argv[0]=argv[0];
  
@@ -20,7 +20,7 @@
      g_argv[i]=argv[i];
      char *p=argv[i];
      while (*p=='-') p++;
-@@ -204,6 +207,7 @@
+@@ -207,6 +210,7 @@
        exit(1);
      }
    }
@@ -28,7 +28,7 @@
  
    try {
  
-@@ -236,16 +240,22 @@
+@@ -239,16 +243,22 @@
      // Initialize BOINC
      //
  
diff --git a/debian/patches/213_const_warning_reduction.patch b/debian/patches/213_const_warning_reduction.patch
index e1ffe6d..a3e774e 100644
--- a/debian/patches/213_const_warning_reduction.patch
+++ b/debian/patches/213_const_warning_reduction.patch
@@ -34,7 +34,7 @@
  #endif
 --- a/client/seti_header.cpp
 +++ b/client/seti_header.cpp
-@@ -63,8 +63,8 @@
+@@ -66,8 +66,8 @@
  
  // Write a SETI work unit header to a file
  
diff --git a/debian/patches/addressing-autosetup-warnings.patch b/debian/patches/addressing-autosetup-warnings.patch
index fd1da57..ab33728 100644
--- a/debian/patches/addressing-autosetup-warnings.patch
+++ b/debian/patches/addressing-autosetup-warnings.patch
@@ -2,8 +2,8 @@ Description: Addressing some autosetup warnings
 
 Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
 
---- boinc-app-seti-7.09~svn1982.orig/splitter_fft/Makefile.am
-+++ boinc-app-seti-7.09~svn1982/splitter_fft/Makefile.am
+--- a/splitter_fft/Makefile.am
++++ b/splitter_fft/Makefile.am
 @@ -1,11 +1,9 @@
 -CC=gcc
  BOINCDIR=@BOINCDIR@
@@ -16,8 +16,8 @@ Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
  
  
  
---- boinc-app-seti-7.09~svn1982.orig/tools/Makefile.am
-+++ boinc-app-seti-7.09~svn1982/tools/Makefile.am
+--- a/tools/Makefile.am
++++ b/tools/Makefile.am
 @@ -2,9 +2,6 @@
  
  include $(top_srcdir)/Makefile.incl
@@ -28,8 +28,8 @@ Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
  BOINC_LIBS = -L$(BOINCDIR)/api -lboinc_api -L$(BOINCDIR)/lib -lboinc 
  
  CLIENT_C_FLAGS = $(CFLAGS) \
---- boinc-app-seti-7.09~svn1982.orig/splitter_pfb/Makefile.am
-+++ boinc-app-seti-7.09~svn1982/splitter_pfb/Makefile.am
+--- a/splitter_pfb/Makefile.am
++++ b/splitter_pfb/Makefile.am
 @@ -1,12 +1,9 @@
 -CC=gcc
  BOINCDIR=@BOINCDIR@
@@ -43,16 +43,16 @@ Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
  GSL_LIBS = -lgsl -lgslcblas -lgsl
  
  DBLIBS=@INFORMIX_LIBS@ -lm -lstdc++
---- boinc-app-seti-7.09~svn1982.orig/assimilator/Makefile.am
-+++ boinc-app-seti-7.09~svn1982/assimilator/Makefile.am
+--- a/assimilator/Makefile.am
++++ b/assimilator/Makefile.am
 @@ -1,8 +1,8 @@
  ## $Id: Makefile.am,v 1.2.2.6 2007/08/09 23:37:34 jeffc Exp $
  include $(top_srcdir)/Makefile.incl
  
 -AM_CFLAGS = @CFLAGS@ @DEFS@ -DTEXT_UI -DNDEBUG @PTHREAD_CFLAGS@ 
 -AM_CXXFLAGS = $(AM_CFLAGS) 
-+AM_CFLAGS += @CFLAGS@ @DEFS@ -DTEXT_UI -DNDEBUG @PTHREAD_CFLAGS@ 
-+AM_CXXFLAGS += $(AM_CFLAGS) 
++AM_CFLAGS += @CFLAGS@ @DEFS@ -DTEXT_UI -DNDEBUG @PTHREAD_CFLAGS@
++AM_CXXFLAGS += $(AM_CFLAGS)
  
  AM_LDFLAGS += -Xlinker -R -Xlinker $(INFORMIXDIR)/lib:$(INFORMIXDIR)/lib/esql:$(LD_LIBRARY_PATH) @LDFLAGS@ -static
  

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