[SCM] SETI at home packaging branch, master, updated. debian/7.00_svn1883-2-9-gea16fbb

Gianfranco Costamagna costamagnagianfranco at yahoo.it
Thu Jul 25 07:55:25 UTC 2013


The following commit has been merged in the master branch:
commit 5d78f94a6d8d41d12091fc3d84239e0bf364a5cb
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Thu Jul 25 09:54:01 2013 +0200

    Preparing for new release

diff --git a/debian/changelog b/debian/changelog
index ac33c49..d3b648f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+boinc-app-seti (7.00~svn1933-1) unstable; urgency=low
+
+  * New upstream release.
+  * Removed win_build, mac_build, vector_lib, jpeglib
+    not used in building and not completely listed in copyright file.
+  * debian/copyright and README.sources have been updated.
+  * dropping 101_freebsd_build.patch and separate_build_dir.patch,
+    accepted upstream.
+
+ -- Gianfranco Costamagna <costamagnagianfranco at yahoo.it>  Thu, 25 Jul 2013 09:38:04 +0200
+
 boinc-app-seti (7.00~svn1883-2) unstable; urgency=low
 
   [ Gianfranco Costamagna ]
diff --git a/debian/patches/101_freebsd_build.patch b/debian/patches/101_freebsd_build.patch
deleted file mode 100644
index 47f93be..0000000
--- a/debian/patches/101_freebsd_build.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- a/client/vector/analyzeFuncs_sse.cpp
-+++ b/client/vector/analyzeFuncs_sse.cpp
-@@ -32,6 +32,7 @@
- // This file is empty is __i386__ is not defined
- #include "sah_config.h"
- #include <vector>
-+#include <cmath>
- 
- #if defined(__i386__) || defined(__x86_64__) || defined(USE_SSE)
- 
-@@ -790,7 +791,7 @@
- #elif defined(_WIN64) || defined(SUPPORTS_ATTRIB_OPT)
-     val -= ((val + roundVal) - roundVal);  // TODO: ADD CHECK THAT THIS WORKS
- #else
--    val -= floor(val + 0.5);
-+    val -= std::floor(val + 0.5);
- #endif
-     return val;
- }     
diff --git a/debian/patches/separate_build_dir.patch b/debian/patches/separate_build_dir.patch
deleted file mode 100644
index 110e506..0000000
--- a/debian/patches/separate_build_dir.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/client/Makefile.am
-+++ b/client/Makefile.am
-@@ -216,7 +216,7 @@ endif
- if LINUX
- # too much optimization on main.cpp breaks the client for some reason
- seti_boinc-main.o: main.cpp
--	if $(CXX) --include ../sah_config.h $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(DEFS) -DTEXT_UI -DNDEBUG -DCLIENT $(CLIENT_C_FLAGS) -I$(top_srcdir)/db $(BOINC_CFLAGS) $(PTHREAD_CFLAGS) -O2 -Wall -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
-+	if $(CXX) --include ../sah_config.h $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(DEFS) -DTEXT_UI -DNDEBUG -DCLIENT $(CLIENT_C_FLAGS) -I$(top_srcdir)/db -I$(top_srcdir) $(BOINC_CFLAGS) $(PTHREAD_CFLAGS) -O2 -Wall -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
- endif
- 
- 
---- a/Makefile.incl
-+++ b/Makefile.incl
-@@ -6,7 +6,7 @@
- 
- AM_LIBS = @LIBS@
- AM_LDFLAGS = @LDFLAGS@
--AM_CPPFLAGS = @CFLAGS@ @PICFLAGS@ @DEFS@
-+AM_CPPFLAGS = @CFLAGS@ @PICFLAGS@ @DEFS@ -I$(top_srcdir)
- AM_CFLAGS = $(AM_CPPFLAGS)
- AM_CXXFLAGS = $(AM_CPPFLAGS)
- 
diff --git a/debian/patches/series b/debian/patches/series
index e96eedd..c8db021 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,5 +1,4 @@
 disable_avx_in_configure.patch
-101_freebsd_build.patch
 210_fix_fgets_warning.patch
 211_give_stderr_some_output.patch
 212_increase_buffers.patch
@@ -11,4 +10,3 @@ disable_avx_in_configure.patch
 #005_powerpc_altivec.patch
 006_omitting_archs.patch
 007_worker_comments.patch
-separate_build_dir.patch

-- 
SETI at home packaging



More information about the pkg-boinc-commits mailing list