r623 - in /branches/experimental/boinc/debian: boinc-client.NEWS
boinc-client.preinst changelog patches/101_gcc_4.3_fixes.patch
patches/series rules
fst-guest at users.alioth.debian.org
fst-guest at users.alioth.debian.org
Wed Apr 11 11:50:15 UTC 2007
Author: fst-guest
Date: Wed Apr 11 11:50:15 2007
New Revision: 623
URL: http://svn.debian.org/wsvn/pkg-boinc/?sc=1&rev=623
Log:
Sync experimental branch with trunk branch and updated to the 5.9.3 release.
Removed:
branches/experimental/boinc/debian/patches/101_gcc_4.3_fixes.patch
Modified:
branches/experimental/boinc/debian/boinc-client.NEWS
branches/experimental/boinc/debian/boinc-client.preinst
branches/experimental/boinc/debian/changelog
branches/experimental/boinc/debian/patches/series
branches/experimental/boinc/debian/rules
Modified: branches/experimental/boinc/debian/boinc-client.NEWS
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/experimental/boinc/debian/boinc-client.NEWS?rev=623&op=diff
==============================================================================
--- branches/experimental/boinc/debian/boinc-client.NEWS (original)
+++ branches/experimental/boinc/debian/boinc-client.NEWS Wed Apr 11 11:50:15 2007
@@ -1,4 +1,4 @@
-boinc (5.8.15-1) experimental; urgency=low
+boinc (5.8.17-1) unstable; urgency=low
The configuration file "log_flags.xml" of the BOINC 5.4 series was renamed
during the development of the 5.6 series to "cc_config.xml". Also the
Modified: branches/experimental/boinc/debian/boinc-client.preinst
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/experimental/boinc/debian/boinc-client.preinst?rev=623&op=diff
==============================================================================
--- branches/experimental/boinc/debian/boinc-client.preinst (original)
+++ branches/experimental/boinc/debian/boinc-client.preinst Wed Apr 11 11:50:15 2007
@@ -33,7 +33,7 @@
case "$1" in
install|upgrade)
- if dpkg --compare-versions "$2" le "5.4.11-1"; then
+ if dpkg --compare-versions "$2" le "5.4.11-5"; then
rm_conffile log_flags.xml
fi
;;
Modified: branches/experimental/boinc/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/experimental/boinc/debian/changelog?rev=623&op=diff
==============================================================================
--- branches/experimental/boinc/debian/changelog (original)
+++ branches/experimental/boinc/debian/changelog Wed Apr 11 11:50:15 2007
@@ -1,56 +1,9 @@
-boinc (5.8.15-1) experimental; urgency=low
-
- [ Frank S. Thomas ]
- * New upstream release.
- - BOINC Manager:
- - Display project names in "Reset Project" dialog correctly. (LP: #83708)
- - Fixed run mode entries in "Activity" menu. (LP: #93850)
- * debian/control:
- - Bumped versioned Build-Depends on libcurl3-openssl-dev to >= 7.15.5
- which is required for the bandwith-throttling feature. Also removed the
- alternative on libcurl-ssl-dev because this was only added to aid
- backporting BOINC to sarge but sarge has only libcurl3-dev/7.13.2.
- - Added libxml2-utils to Build-Depends for xmllint which is used in the
- unit-test target in debian/rules.
- * debian/rules:
- - Added the unit-test target which uses xmllint to check if the XML
- conffiles cc_config.xml and global_prefs_override.xml are well-formed.
- - Since backporting to sarge is not possible any more, also removed the
- compatibility code for sarge's version of dpkg-architecture.
- * debian/patches/:
- - Updated 001_amd64_disable_platform_reset.patch for the new release.
- - Updated 003_use_sensible-browser.patch for the new release.
- - Added 101_gcc_4.3_fixes.patch that fixes a FTBFS with GCC 4.3, thanks to
- Martin Michlmayr <tbm at cyrius.com>. (closes: #413307)
- * debian/boinc-dev.{install,links}:
- - Don't install lib/error_numbers.h, lib/gui_rpc_client.h,
- lib/std_fixes.h, config.h and version.h manually because they are now
- installed by the upstream makefiles.
- - Added lib/md5_file.h to boinc-dev as requested by Alex Owen.
- * debian/boinc-client.postinst: Change the permissions and ownership of
- boinc-client's conffiles from 0644 boinc:boinc to 0640 root:boinc for
- gui_rpc_auth.cfg and to 0644 root:boinc for the rest but only if no
- 'stat override' exists. (closes: #407678)
- * debian/boinc-client.postrm: Changed postrm so it does not fail if debconf
- is not available. (closes: #416663)
- * Replaced the conffile log_flags.xml with cc_config.xml:
- - Added debian/boinc-client.preinst which removes the obsolete conffile
- /etc/boinc-client/log_flags.xml if it was not modified locally.
- - Added debian/boinc-client.NEWS which explains that the conffile
- /etc/boinc-client/log_flags.xml is now obsolete and is superseded by
- /etc/boinc-client/cc_config.xml.
- * Added the run-boincmgr shell script as example to the boinc-manager
- package. This script sources /etc/default/boinc-client and changes into
- $BOINC_DIR before starting boincmgr so that the BOINC Manager can read the
- password from $BOINC_DIR/gui_rpc_auth.cfg. See Ubuntu bug #48768 for more
- details.
- * Added ca-certificates to boinc-client's Depends field and create the
- ca-bundle.crt symlink (which points to /etc/ssl/certs/ca-certificates) in
- the BOINC data directory in boinc-client.postinst.
- * debian/boinc-client.README.Debian: Added paragraph "Mass deployment of
- boinc-client that automatically attach to an Account Manager" which points
- (at the moment) to T-Bone's post on the pkg-boinc-devel mailing list.
- * Changed from dpatch to the quilt patch system.
+boinc (5.9.3-1) experimental; urgency=low
+
+ [ Frank S. Thomas ]
+ * New upstream release.
+ - Fixed wrong CPU information on alpha, hppa, ia64, ppc and sparc.
+ (closes: #406853)
+++ Changes unsuitable for the trunk branch:
@@ -67,7 +20,73 @@
tools/run_in_ops and tools/updater. Some of them were required by the
tools/make_project script.
- -- Frank S. Thomas <frank at thomas-alfeld.de> Thu, 29 Mar 2007 22:07:35 +0200
+ -- Frank S. Thomas <frank at thomas-alfeld.de> Wed, 11 Apr 2007 13:43:42 +0200
+
+boinc (5.8.17-1) unstable; urgency=low
+
+ [ Frank S. Thomas ]
+ * New upstream release.
+ - BOINC Manager:
+ - Broadened "Options" dialog so that labels does not get truncated.
+ (closes: #389840)
+ - Display project names in "Reset Project" dialog correctly. (LP: #83708)
+ - Fixed run mode entries in "Activity" menu. (LP: #93850)
+ * debian/control:
+ - Bumped versioned Build-Depends on libcurl3-openssl-dev to >= 7.15.5
+ which is required for the bandwith-throttling feature. Also removed the
+ alternative on libcurl-ssl-dev because this was only added to aid
+ backporting BOINC to sarge but sarge has only libcurl3-dev/7.13.2.
+ - Added libxml2-utils to Build-Depends for xmllint which is used in the
+ unit-test target in debian/rules.
+ * debian/rules:
+ - Added the unit-test target which uses xmllint to check if the XML
+ conffiles cc_config.xml and global_prefs_override.xml are well-formed.
+ - Since backporting to sarge is not possible any more, also removed the
+ compatibility code for sarge's version of dpkg-architecture.
+ - On ppc64 use ppc64-linux-gnu as BOINC platform (which is the official
+ BOINC platform) instead of powerpc64-unknown-linux-gnu.
+ * Switched patch system from dpatch to quilt.
+ * debian/patches/:
+ - Updated 001_amd64_disable_platform_reset.patch for the new release.
+ - Updated 003_use_sensible-browser.patch for the new release.
+ - Added 101_gcc_4.3_fixes.patch that fixes a FTBFS with GCC 4.3, thanks to
+ Martin Michlmayr <tbm at cyrius.com>. (closes: #413307)
+ * debian/boinc-client.postinst: Change the permission and ownership of
+ boinc-client's conffiles from 0644 boinc:boinc to 0640 root:boinc for
+ gui_rpc_auth.cfg and to 0644 root:boinc for the rest but only if no
+ "stat override" exists. (closes: #407678)
+ * debian/boinc-client.postrm: Changed postrm so it does not fail if debconf
+ is not available. (closes: #416663)
+ * Replaced the log_flags.xml conffile with cc_config.xml:
+ - Added debian/boinc-client.preinst which removes the obsolete conffile
+ /etc/boinc-client/log_flags.xml if it was not modified locally or
+ renames it to /etc/boinc-client/log_flags.xml.dpkg-bak if it was.
+ - Added debian/boinc-client.NEWS which explains that the conffile
+ /etc/boinc-client/log_flags.xml is now obsolete and is superseded by
+ /etc/boinc-client/cc_config.xml.
+ * Added the run-boincmgr shell script as example to the boinc-manager
+ package. This script sources /etc/default/boinc-client and chdir into
+ $BOINC_DIR before starting boincmgr so that the BOINC Manager can read the
+ password from $BOINC_DIR/gui_rpc_auth.cfg file. See Ubuntu bug #48768 for
+ more details.
+ * debian/boinc-client.README.Debian: Added paragraph "Mass deployment of
+ boinc-client that automatically attach to an Account Manager" which points
+ (at the moment) to T-Bone's post on the pkg-boinc-devel mailing list.
+ * debian/boinc-client.install: Install the switcher binary into
+ /usr/lib/boinc-client/.
+ * debian/boinc-dev.{install,links}:
+ - Don't install lib/error_numbers.h, lib/gui_rpc_client.h,
+ lib/std_fixes.h, config.h and version.h manually because they are now
+ installed by the upstream makefiles.
+ - Added lib/md5_file.h to boinc-dev as requested by Alex Owen.
+ * Added ca-certificates to boinc-client's Depends field and create the
+ ca-bundle.crt symlink (which points to /etc/ssl/certs/ca-certificates) in
+ Debian's default BOINC data directory (/var/lib/boinc-client/) in
+ boinc-client.postinst.
+ * Updated boinc_cmd's and boincmgr's manual pages for the new release.
+ * Updated debian/copyright for the new release.
+
+ -- Frank S. Thomas <frank at thomas-alfeld.de> Wed, 11 Apr 2007 10:57:56 +0200
boinc (5.4.11-5) unstable; urgency=low
Modified: branches/experimental/boinc/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/experimental/boinc/debian/patches/series?rev=623&op=diff
==============================================================================
--- branches/experimental/boinc/debian/patches/series (original)
+++ branches/experimental/boinc/debian/patches/series Wed Apr 11 11:50:15 2007
@@ -2,4 +2,3 @@
002_sched_makefile.am.patch
003_use_sensible-browser.patch
004_exclude_sea.patch
-101_gcc_4.3_fixes.patch
Modified: branches/experimental/boinc/debian/rules
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/experimental/boinc/debian/rules?rev=623&op=diff
==============================================================================
--- branches/experimental/boinc/debian/rules (original)
+++ branches/experimental/boinc/debian/rules Wed Apr 11 11:50:15 2007
@@ -14,12 +14,21 @@
TYPE_FLAGS = --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
endif
-# Most BOINC projects only provide their applications for i686-pc-linux-gnu.
-# If the core client reports that it was built for i486-pc-linux-gnu it won't
-# download any application or work units, so we use --target i686-linux-gnu
-# to override it on i386 hosts.
+# On some architectures it is required to override the target type so that the
+# core client uses the official BOINC platform for this architecture otherwise
+# it would not download any applications because projects mostly provide only
+# applications for official BOINC platforms.
+# See http://boinc.berkeley.edu/platform.php for the list of official BOINC
+# platforms.
+
+# change BOINC platform i486-pc-linux-gnu to i686-pc-linux-gnu
ifeq ($(DEB_HOST_GNU_TYPE), i486-linux-gnu)
TYPE_FLAGS += --target i686-linux-gnu --program-prefix=""
+endif
+
+# change BOINC platform powerpc64-unknown-linux-gnu to ppc64-linux-gnu
+ifeq ($(DEB_HOST_GNU_TYPE), powerpc64-linux-gnu)
+ TYPE_FLAGS += --target ppc64-linux-gnu --program-prefix=""
endif
CFLAGS += -g -Wall
More information about the pkg-boinc-commits
mailing list