r812 - in /branches/boinc/etch-backports/debian: changelog control patches/101_fix_memory_detection_on_kfreebsd.patch patches/201_missing_headers_for_gcc4.3.patch patches/series rules

fst at users.alioth.debian.org fst at users.alioth.debian.org
Sun Jan 6 15:52:21 UTC 2008


Author: fst
Date: Sun Jan  6 15:52:20 2008
New Revision: 812

URL: http://svn.debian.org/wsvn/pkg-boinc/?sc=1&rev=812
Log:
* Merged the changes that happened in boinc's trunk between 5.10.30-1 and
  5.10.30-2 to the etch-backports branch using this command:
  svn merge -r 759:787 svn+ssh://fst@svn.debian.org/svn/pkg-boinc/trunk/boinc
* debian/control: Removed libcurl4-openssl-dev from the alternative build
  dependencies "libcurl4-openssl-dev | libcurl3-openssl-dev (>= 7.15.5)",
  because backports.org's sbuild does not consider the latter as alternative
  for the former.

Added:
    branches/boinc/etch-backports/debian/patches/101_fix_memory_detection_on_kfreebsd.patch
      - copied unchanged from r787, trunk/boinc/debian/patches/101_fix_memory_detection_on_kfreebsd.patch
    branches/boinc/etch-backports/debian/patches/201_missing_headers_for_gcc4.3.patch
      - copied unchanged from r787, trunk/boinc/debian/patches/201_missing_headers_for_gcc4.3.patch
Modified:
    branches/boinc/etch-backports/debian/changelog
    branches/boinc/etch-backports/debian/control
    branches/boinc/etch-backports/debian/patches/series
    branches/boinc/etch-backports/debian/rules

Modified: branches/boinc/etch-backports/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/boinc/etch-backports/debian/changelog?rev=812&op=diff
==============================================================================
--- branches/boinc/etch-backports/debian/changelog (original)
+++ branches/boinc/etch-backports/debian/changelog Sun Jan  6 15:52:20 2008
@@ -1,3 +1,29 @@
+boinc (5.10.30-2~bpo40+1) etch-backports; urgency=low
+
+  * Rebuild for Etch backports.
+  * debian/control: Removed libcurl4-openssl-dev from the alternative build
+    dependencies "libcurl4-openssl-dev | libcurl3-openssl-dev (>= 7.15.5)",
+    because backports.org's sbuild does not consider the latter as alternative
+    for the former.
+
+ -- Frank S. Thomas <fst at debian.org>  Sun, 06 Jan 2008 16:40:41 +0100
+
+boinc (5.10.30-2) unstable; urgency=low
+
+  [ Frank S. Thomas ]
+  * debian/rules: Wrote get-orig-source target which fetches the latest tagged
+    BOINC version.
+  * debian/patches/:
+    - Added 201_missing_headers_for_gcc4.3.patch which adds missing C++
+      headers to several source files. This is required to fix a FTBFS with
+      recent GCC 4.3 snapshots. Thanks to Martin Michlmayr <tbm at cyrius.com>
+      for the bug report. (closes: #456041)
+    - Added 101_fix_memory_detection_on_kfreebsd.patch from upstream r14415
+      based on a patch by Andrew Deason <adeason2 at uiuc.edu> which fixes memory
+      detection on Debian GNU/kFreeBSD. (closes: #456586)
+
+ -- Frank S. Thomas <fst at debian.org>  Thu, 20 Dec 2007 06:23:54 +0100
+
 boinc (5.10.30-1~bpo40+1) etch-backports; urgency=low
 
   * Rebuilt for etch.

Modified: branches/boinc/etch-backports/debian/control
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/boinc/etch-backports/debian/control?rev=812&op=diff
==============================================================================
--- branches/boinc/etch-backports/debian/control (original)
+++ branches/boinc/etch-backports/debian/control Sun Jan  6 15:52:20 2008
@@ -4,7 +4,7 @@
 Maintainer: Debian BOINC Maintainers <pkg-boinc-devel at lists.alioth.debian.org>
 Uploaders: Steffen Moeller <steffen_moeller at gmx.de>, Frank S. Thomas <fst at debian.org>, Christoph Martin <christoph.martin at uni-mainz.de>
 Standards-Version: 3.7.3
-Build-Depends: debhelper (>= 5), quilt (>= 0.40), po-debconf, dh-buildinfo, docbook2x, docbook-xml, autotools-dev, automake1.9 (>= 1.9.3), autoconf (>= 2.59), libxml2-utils, zlib1g-dev, libssl-dev, libcurl4-openssl-dev | libcurl3-openssl-dev (>= 7.15.5), freeglut3-dev, libsm-dev, libice-dev, libxmu-dev, libxi-dev, libx11-dev, libjpeg62-dev, libwxgtk2.6-dev
+Build-Depends: debhelper (>= 5), quilt (>= 0.40), po-debconf, dh-buildinfo, docbook2x, docbook-xml, autotools-dev, automake1.9 (>= 1.9.3), autoconf (>= 2.59), libxml2-utils, zlib1g-dev, libssl-dev, libcurl3-openssl-dev (>= 7.15.5), freeglut3-dev, libsm-dev, libice-dev, libxmu-dev, libxi-dev, libx11-dev, libjpeg62-dev, libwxgtk2.6-dev
 Homepage: http://boinc.berkeley.edu
 Vcs-Svn: svn://svn.debian.org/pkg-boinc/trunk/boinc/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc/

Modified: branches/boinc/etch-backports/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/boinc/etch-backports/debian/patches/series?rev=812&op=diff
==============================================================================
--- branches/boinc/etch-backports/debian/patches/series (original)
+++ branches/boinc/etch-backports/debian/patches/series Sun Jan  6 15:52:20 2008
@@ -2,3 +2,5 @@
 002_remove_hardcoded_optimization.patch
 003_use_sensible-browser.patch
 004_exclude_sea.patch
+101_fix_memory_detection_on_kfreebsd.patch
+201_missing_headers_for_gcc4.3.patch

Modified: branches/boinc/etch-backports/debian/rules
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/boinc/etch-backports/debian/rules?rev=812&op=diff
==============================================================================
--- branches/boinc/etch-backports/debian/rules (original)
+++ branches/boinc/etch-backports/debian/rules Sun Jan  6 15:52:20 2008
@@ -2,6 +2,11 @@
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
+
+# Uncomment this to compile with gcc-snapshot.
+#export  CC=/usr/lib/gcc-snapshot/bin/gcc
+#export CXX=/usr/lib/gcc-snapshot/bin/g++
+#export CPP=/usr/lib/gcc-snapshot/bin/cpp
 
 include /usr/share/quilt/quilt.make
 
@@ -227,5 +232,15 @@
 	dh_builddeb -a
 
 binary: binary-arch
+
+get-orig-source:
+	(LATEST_VERSION=`svn list http://boinc.berkeley.edu/svn/tags/ | \
+	  sed 's/boinc_core_release_\(.*\)\//\1/' | \
+	  sort -g -t_ -k1 -k2 -k3 | sed 's/_/./g' | tail -n 1 | tr -d '\n'`; \
+	EXB=/tmp/export-boinc; \
+	svn export svn://svn.debian.org/pkg-boinc/scripts/export-boinc $$EXB; \
+	$$EXB -r $$LATEST_VERSION; \
+	rm -f $$EXB)
+
 .PHONY: patch unpatch unit-test pre-build build clean clean-patched install \
-  install-arch binary-arch binary
+  install-arch binary-arch binary get-orig-source




More information about the pkg-boinc-commits mailing list