Your message dated Mon, 28 Aug 2006 05:02:05 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#383871: fixed in boinc 5.4.11-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: boinc
Severity: wishlist
Tags: patch

As you can see in changelog, upstream recently moved from $host to $target to
determine the platform it should use for core client requests.  You could take
advantage of that to simplify the i486/i686 override in debian/rules, see
attached patch.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-amd64-k8
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
--- boinc-5.4.10/debian/rules.old       2006-08-20 12:27:43.000000000 +0200
+++ boinc-5.4.10/debian/rules   2006-08-20 12:29:44.000000000 +0200
@@ -16,22 +16,16 @@
 
 # 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 i686-linux-gnu as argument
-# for configure's --build and --host switches on i386 hosts.
+# download any application or work units, so we use --target i686-linux-gnu
+# to override it on i386 hosts.
 ifeq ($(DEB_HOST_GNU_TYPE), i486-linux-gnu)
-  DEB_HOST_GNU_TYPE = i686-linux-gnu
-endif
-ifeq ($(DEB_BUILD_GNU_TYPE), i486-linux-gnu)
-  DEB_BUILD_GNU_TYPE = i686-linux-gnu
+  TYPE_FLAGS += --target i686-linux-gnu
 endif
 
 # This is the same as above, but only for compatibility with sarge's version
 # of dpkg-architecture.
 ifeq ($(DEB_HOST_GNU_TYPE), i386-linux)
-  DEB_HOST_GNU_TYPE = i686-linux-gnu
-endif
-ifeq ($(DEB_BUILD_GNU_TYPE), i386-linux)
-  DEB_BUILD_GNU_TYPE = i686-linux-gnu
+  TYPE_FLAGS += --target i686-linux-gnu
 endif
 
 CFLAGS += -g -Wall

--- End Message ---
--- Begin Message ---
Source: boinc
Source-Version: 5.4.11-1

We believe that the bug you reported is fixed in the latest version of
boinc, which is due to be installed in the Debian FTP archive:

boinc-client_5.4.11-1_i386.deb
  to pool/main/b/boinc/boinc-client_5.4.11-1_i386.deb
boinc-dev_5.4.11-1_i386.deb
  to pool/main/b/boinc/boinc-dev_5.4.11-1_i386.deb
boinc-manager_5.4.11-1_i386.deb
  to pool/main/b/boinc/boinc-manager_5.4.11-1_i386.deb
boinc_5.4.11-1.diff.gz
  to pool/main/b/boinc/boinc_5.4.11-1.diff.gz
boinc_5.4.11-1.dsc
  to pool/main/b/boinc/boinc_5.4.11-1.dsc
boinc_5.4.11.orig.tar.gz
  to pool/main/b/boinc/boinc_5.4.11.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Frank S. Thomas <[EMAIL PROTECTED]> (supplier of updated boinc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun, 27 Aug 2006 14:50:00 +0200
Source: boinc
Binary: boinc-manager boinc-dev boinc-client
Architecture: source i386
Version: 5.4.11-1
Distribution: unstable
Urgency: low
Maintainer: Debian BOINC Maintainers <[EMAIL PROTECTED]>
Changed-By: Frank S. Thomas <[EMAIL PROTECTED]>
Description: 
 boinc-client - core client for the BOINC distributed computing infrastructure
 boinc-dev  - development files to build applications for BOINC projects
 boinc-manager - GUI to control and monitor the BOINC core client
Closes: 383871
Changes: 
 boinc (5.4.11-1) unstable; urgency=low
 .
   [ Frank S. Thomas ]
   * New upstream release.
   * Added the header file lib/gui_rpc_client.h to the boinc-dev package as
     requested by Folkert van Heusden.
   * debian/control:
     - Removed Greg Norris <[EMAIL PROTECTED]> from the Uploaders field.
   * debian/rules:
     - Applied patch from Robert Millan <[EMAIL PROTECTED]> which simplifies the
       platform override for i386. We are now using --target instead of the
       --build and --host switches. This also needed some changes in
       boinc-client.install and boinc-manager.install. Thanks Robert for the
       patch. (closes: #383871)
   * debian/patches/:
     - Added 01_amd64-disable-platform-reset.dpatch from Robert Millan
       <[EMAIL PROTECTED]>. This patch prevents that projects are reset when the
       platform name in client_state.xml does not match the platform name the
       client was compiled for and it also sets the platform name from
       client_state.xml as the valid platform name which will be used for
       scheduler requests. This patch only affects AMD64. (related to: #366741)
   * Explain in boinc-client's README.Debian how to modify the BOINC core
     client so that it downloads 32bit applications on AMD64. The
     01_amd64-disable-platform-reset.dpatch patch is mandatory for this
     procedure to work correctly. (also related to: #366741, LP#51948)
   * Added two helper scripts (move-boinc-dir.sh and use-32bit-on-amd64.sh)
     as examples in the boinc-client package.
Files: 
 ea09aeda66a627ee5c9b005d8dd2e413 1342 net optional boinc_5.4.11-1.dsc
 268c8f6f19d5def378e7d2fbacc2d4eb 5561690 net optional boinc_5.4.11.orig.tar.gz
 1e6d673d17d5ba22b627a407deb7bdfb 37529 net optional boinc_5.4.11-1.diff.gz
 f16bf214551ec0cba1101ca48943de4c 299362 net optional 
boinc-client_5.4.11-1_i386.deb
 2f1ff8db4c765c46dde9d317260dc971 702078 x11 optional 
boinc-manager_5.4.11-1_i386.deb
 82b063e4e7587cfd8e7f7d5cdd7601e6 363164 devel optional 
boinc-dev_5.4.11-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iQEVAwUBRPLZy24/9k35XC9tAQJZbwf/bmzqg6rHW0cfUOxmyI3iQd+/O8ldPSCG
wvxo6jAk/THtIzpWWxRNzkzA1ZufZsBMpZuli6Qy2khJ9yWwHoXDzIdc5l6E5XAa
aqAc6srG45Wbfu3Db97alNlV2g0zJbSYdqhlcYFNCDeWq5zpQPOZwN3gIBzWHqeN
ORycURElTXHG0094Bph/O9iUOO1t6XO0tXCn0CS6hj6zEFLDyOCv259qk1n9+jP8
d8ZhI0qfdR08yOEpaTvK8D8XxQ7oeJa2Xg1XCIhGSBwWlE1m49n50HNdl88BmOK/
PN81YuKWg15hrXwJU3cvScis8bo/+rMw30Kx5zoTa/+DRe6Zgpv2NQ==
=lhsu
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to