r678 - in /trunk/boinc/debian: changelog patches/001_dont_install_ca-bundle.crt.patch patches/002_remove_hardcoded_optimization.patch patches/003_use_sensible-browser.patch patches/004_exclude_sea.patch patches/series

fst-guest at users.alioth.debian.org fst-guest at users.alioth.debian.org
Tue Jun 26 07:25:26 UTC 2007


Author: fst-guest
Date: Tue Jun 26 07:25:26 2007
New Revision: 678

URL: http://svn.debian.org/wsvn/pkg-boinc/?sc=1&rev=678
Log:
debian/patches/: Added 002_remove_hardcoded_optimization.patch to remove
hardcoded compiler flags from client/Makefile.am to make debian/rules the
only place again where compiler flags are defined.
probably closes: http://bugs.debian.org/427661


Added:
    trunk/boinc/debian/patches/002_remove_hardcoded_optimization.patch
Modified:
    trunk/boinc/debian/changelog
    trunk/boinc/debian/patches/001_dont_install_ca-bundle.crt.patch
    trunk/boinc/debian/patches/003_use_sensible-browser.patch
    trunk/boinc/debian/patches/004_exclude_sea.patch
    trunk/boinc/debian/patches/series

Modified: trunk/boinc/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc/debian/changelog?rev=678&op=diff
==============================================================================
--- trunk/boinc/debian/changelog (original)
+++ trunk/boinc/debian/changelog Tue Jun 26 07:25:26 2007
@@ -34,6 +34,10 @@
     - Install unstripped versions of boinc_client, boinc_cmd and boincmgr
       and let dh_strip do this job for us. Now building BOINC with
       DEB_BUILD_OPTIONS="nostrip" actually does what it should do.
+  * debian/patches/: Added 002_remove_hardcoded_optimization.patch to remove
+    hardcoded compiler flags from client/Makefile.am to make debian/rules the
+    only place again where compiler flags are defined.
+    (probably closes: #427661)
 
   [ Steffen Moeller ]
   * Smallish changes to Debian READMEs and man pages.
@@ -42,7 +46,7 @@
   * Added Portuguese (pt.po) by Miguel Figueiredo <elmig at debianpt.org>.
     (closes: #428278)
 
- -- Frank S. Thomas <frank at thomas-alfeld.de>  Mon, 25 Jun 2007 19:52:21 +0200
+ -- Frank S. Thomas <frank at thomas-alfeld.de>  Tue, 26 Jun 2007 09:05:56 +0200
 
 boinc (5.8.17-2) unstable; urgency=low
 

Modified: trunk/boinc/debian/patches/001_dont_install_ca-bundle.crt.patch
URL: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc/debian/patches/001_dont_install_ca-bundle.crt.patch?rev=678&op=diff
==============================================================================
--- trunk/boinc/debian/patches/001_dont_install_ca-bundle.crt.patch (original)
+++ trunk/boinc/debian/patches/001_dont_install_ca-bundle.crt.patch Tue Jun 26 07:25:26 2007
@@ -1,7 +1,7 @@
-Index: boinc-5.10.0/client/Makefile.am
+Index: boinc-5.10.8/client/Makefile.am
 ===================================================================
---- boinc-5.10.0.orig/client/Makefile.am	2007-05-30 08:58:52.000000000 +0200
-+++ boinc-5.10.0/client/Makefile.am	2007-05-30 08:59:08.000000000 +0200
+--- boinc-5.10.8.orig/client/Makefile.am	2007-06-26 08:55:11.000000000 +0200
++++ boinc-5.10.8/client/Makefile.am	2007-06-26 08:57:25.000000000 +0200
 @@ -66,7 +66,7 @@
  boinc_client_LDADD = -L../lib -lboinc $(PTHREAD_LIBS)
  

Added: trunk/boinc/debian/patches/002_remove_hardcoded_optimization.patch
URL: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc/debian/patches/002_remove_hardcoded_optimization.patch?rev=678&op=file
==============================================================================
--- trunk/boinc/debian/patches/002_remove_hardcoded_optimization.patch (added)
+++ trunk/boinc/debian/patches/002_remove_hardcoded_optimization.patch Tue Jun 26 07:25:26 2007
@@ -1,0 +1,13 @@
+Index: boinc-5.10.8/client/Makefile.am
+===================================================================
+--- boinc-5.10.8.orig/client/Makefile.am	2007-06-26 08:57:25.000000000 +0200
++++ boinc-5.10.8/client/Makefile.am	2007-06-26 08:57:32.000000000 +0200
+@@ -61,7 +61,7 @@
+     work_fetch.C
+ 
+ boinc_client_DEPENDENCIES = $(LIBRSA)
+-boinc_client_CPPFLAGS = -O3 -fomit-frame-pointer -fforce-addr -ffast-math $(AM_CPPFLAGS)
++boinc_client_CPPFLAGS = $(AM_CPPFLAGS)
+ boinc_client_LDFLAGS = -static-libgcc
+ boinc_client_LDADD = -L../lib -lboinc $(PTHREAD_LIBS)
+ 

Modified: trunk/boinc/debian/patches/003_use_sensible-browser.patch
URL: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc/debian/patches/003_use_sensible-browser.patch?rev=678&op=diff
==============================================================================
--- trunk/boinc/debian/patches/003_use_sensible-browser.patch (original)
+++ trunk/boinc/debian/patches/003_use_sensible-browser.patch Tue Jun 26 07:25:26 2007
@@ -1,10 +1,10 @@
 This patch is Debian-specific. Don't use it for non Debian packages. The
 program "sensible-browser" is part of the essential package debianutils.
 
-Index: boinc-5.10.0/clientgui/hyperlink.cpp
+Index: boinc-5.10.8/clientgui/hyperlink.cpp
 ===================================================================
---- boinc-5.10.0.orig/clientgui/hyperlink.cpp	2006-10-27 12:26:56.000000000 +0200
-+++ boinc-5.10.0/clientgui/hyperlink.cpp	2007-05-30 08:59:31.000000000 +0200
+--- boinc-5.10.8.orig/clientgui/hyperlink.cpp	2006-10-27 12:26:56.000000000 +0200
++++ boinc-5.10.8/clientgui/hyperlink.cpp	2007-06-26 08:57:37.000000000 +0200
 @@ -171,7 +171,8 @@
  }
  

Modified: trunk/boinc/debian/patches/004_exclude_sea.patch
URL: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc/debian/patches/004_exclude_sea.patch?rev=678&op=diff
==============================================================================
--- trunk/boinc/debian/patches/004_exclude_sea.patch (original)
+++ trunk/boinc/debian/patches/004_exclude_sea.patch Tue Jun 26 07:25:26 2007
@@ -1,7 +1,7 @@
-Index: boinc-5.10.0/Makefile.am
+Index: boinc-5.10.8/Makefile.am
 ===================================================================
---- boinc-5.10.0.orig/Makefile.am	2006-08-31 23:16:36.000000000 +0200
-+++ boinc-5.10.0/Makefile.am	2007-05-30 08:59:43.000000000 +0200
+--- boinc-5.10.8.orig/Makefile.am	2006-08-31 23:16:36.000000000 +0200
++++ boinc-5.10.8/Makefile.am	2007-06-26 08:57:42.000000000 +0200
 @@ -17,7 +17,7 @@
  endif
  

Modified: trunk/boinc/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc/debian/patches/series?rev=678&op=diff
==============================================================================
--- trunk/boinc/debian/patches/series (original)
+++ trunk/boinc/debian/patches/series Tue Jun 26 07:25:26 2007
@@ -1,3 +1,4 @@
 001_dont_install_ca-bundle.crt.patch
+002_remove_hardcoded_optimization.patch
 003_use_sensible-browser.patch
 004_exclude_sea.patch




More information about the pkg-boinc-commits mailing list