Your message dated Mon, 30 Apr 2007 11:32:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#416663: fixed in boinc 5.8.17-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-client
Version: 5.4.11-5, 5.4.11-4
Severity: serious
Justification: Policy violation

hi,

while running archive wide piuparts tests your package failed on purge
because of debconf beeing unavailable during postrm:

  Purging configuration files for boinc-client ...
  /var/lib/dpkg/info/boinc-client.postrm: line 7: 
/usr/share/debconf/confmodule: No such file or directory
  dpkg: error processing boinc-client (--purge):
   subprocess post-removal script returned error exit status 1
  Errors were encountered while processing:
   boinc-client

the full log can be found here:

 http://people.debian.org/~abi/piuparts/boinc-client

please be sure to use a conditional call to debconf:

 if [ -f /usr/share/debconf/confmodule ]; then
    . /usr/share/debconf/confmodule
 fi

bye,
    - michael



--- End Message ---
--- Begin Message ---
Source: boinc
Source-Version: 5.8.17-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.8.17-1_i386.deb
  to pool/main/b/boinc/boinc-client_5.8.17-1_i386.deb
boinc-dev_5.8.17-1_i386.deb
  to pool/main/b/boinc/boinc-dev_5.8.17-1_i386.deb
boinc-manager_5.8.17-1_i386.deb
  to pool/main/b/boinc/boinc-manager_5.8.17-1_i386.deb
boinc_5.8.17-1.diff.gz
  to pool/main/b/boinc/boinc_5.8.17-1.diff.gz
boinc_5.8.17-1.dsc
  to pool/main/b/boinc/boinc_5.8.17-1.dsc
boinc_5.8.17.orig.tar.gz
  to pool/main/b/boinc/boinc_5.8.17.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: Thu, 19 Apr 2007 19:57:34 +0200
Source: boinc
Binary: boinc-manager boinc-dev boinc-client
Architecture: source i386
Version: 5.8.17-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: 389840 407678 413307 416663
Changes: 
 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 <[EMAIL PROTECTED]>. (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.
Files: 
 9364a850ce004c57bffb374a8fe7f218 1184 net optional boinc_5.8.17-1.dsc
 556f8e2bd4f376eab649fa2db6deda82 8149237 net optional boinc_5.8.17.orig.tar.gz
 653d3423272a1f4f53cf338665b290fb 43756 net optional boinc_5.8.17-1.diff.gz
 1b3db1c5dd5b8cbb16c15ea0fcbe68b2 341064 net optional 
boinc-client_5.8.17-1_i386.deb
 730bdc169f736e2efb9e8654fedfcc6a 1637164 x11 optional 
boinc-manager_5.8.17-1_i386.deb
 68e76b800f3ac6aa102459df8e944807 368064 devel optional 
boinc-dev_5.8.17-1_i386.deb

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

iD8DBQFGNcfhgeVih7XOVJcRAso8AJ0SQzVuLxkZ7/pfe6umD02A6m39egCeJ4l8
PMKeg2l/7rkUY4WqxrU3aoI=
=uNDE
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to