r750 - in /trunk/boinc-app-seti/debian: changelog patches/002_disable_static_linkage.patch patches/series

fst-guest at users.alioth.debian.org fst-guest at users.alioth.debian.org
Mon Nov 19 11:22:03 UTC 2007


Author: fst-guest
Date: Mon Nov 19 11:22:03 2007
New Revision: 750

URL: http://svn.debian.org/wsvn/pkg-boinc/?sc=1&rev=750
Log:
* Updated 002_disable_static_linkage.patch for the new release. This patch is
  still required to link some libraries dynamically, although the
  --disable-dynamic-linkage option was given to configure. This is probably
  a bug in upstream's configure.ac.

Modified:
    trunk/boinc-app-seti/debian/changelog
    trunk/boinc-app-seti/debian/patches/002_disable_static_linkage.patch
    trunk/boinc-app-seti/debian/patches/series

Modified: trunk/boinc-app-seti/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc-app-seti/debian/changelog?rev=750&op=diff
==============================================================================
--- trunk/boinc-app-seti/debian/changelog (original)
+++ trunk/boinc-app-seti/debian/changelog Mon Nov 19 11:22:03 2007
@@ -7,7 +7,8 @@
   * debian/patches/:
     - Removed 001_build_fixes.patch and 004_include_new_str_util.h.patch
       because they are not required for the new upstream version.
-    - Updated 003_dont_use_own_jpeglib.patch for the new release.
+    - Updated 002_disable_static_linkage.patch and 
+      003_dont_use_own_jpeglib.patch for the new release.
     - Added 005_mkdir_depdir_in_handwritten_rules.patch which adds "-mkdir
       $(DEPDIR)" to some rules for object files in client/Makefile.am. When
       building with CDBS $(DEPDIR) does not get created but it is required by
@@ -15,7 +16,7 @@
       out why $(DEPDIR) does not get created with CDBS and how to fix it
       properly.
 
- -- Frank S. Thomas <frank at thomas-alfeld.de>  Mon, 19 Nov 2007 11:22:53 +0100
+ -- Frank S. Thomas <frank at thomas-alfeld.de>  Mon, 19 Nov 2007 12:18:09 +0100
 
 boinc-app-seti (5.13+cvs20060510-3) unstable; urgency=low
 

Modified: trunk/boinc-app-seti/debian/patches/002_disable_static_linkage.patch
URL: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc-app-seti/debian/patches/002_disable_static_linkage.patch?rev=750&op=diff
==============================================================================
--- trunk/boinc-app-seti/debian/patches/002_disable_static_linkage.patch (original)
+++ trunk/boinc-app-seti/debian/patches/002_disable_static_linkage.patch Mon Nov 19 11:22:03 2007
@@ -1,8 +1,8 @@
-Index: boinc-app-seti-5.13+cvs20060510/configure.ac
+Index: boinc-app-seti-5.28+cvs20071116/configure.ac
 ===================================================================
---- boinc-app-seti-5.13+cvs20060510.orig/configure.ac	2007-03-29 11:05:09.000000000 +0200
-+++ boinc-app-seti-5.13+cvs20060510/configure.ac	2007-03-29 11:06:02.000000000 +0200
-@@ -156,15 +156,18 @@
+--- boinc-app-seti-5.28+cvs20071116.orig/configure.ac
++++ boinc-app-seti-5.28+cvs20071116/configure.ac
+@@ -179,15 +179,18 @@
  AC_SYS_LARGEFILE
  ACX_PTHREAD([AC_DEFINE(HAVE_PTHREAD,1, [Have pthread])])
  
@@ -28,4 +28,4 @@
 +STATIC_LIB_LIST="nolib"
  
  # Checks for libraries.
- CHECK_SSL
+ SAH_CHECK_LIB([m], [sin],

Modified: trunk/boinc-app-seti/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc-app-seti/debian/patches/series?rev=750&op=diff
==============================================================================
--- trunk/boinc-app-seti/debian/patches/series (original)
+++ trunk/boinc-app-seti/debian/patches/series Mon Nov 19 11:22:03 2007
@@ -1,3 +1,3 @@
-#002_disable_static_linkage.patch
+002_disable_static_linkage.patch
 003_dont_use_own_jpeglib.patch
 005_mkdir_depdir_in_handwritten_rules.patch




More information about the pkg-boinc-commits mailing list