boinc (6.2.14-2~hardy1) hardy-backports; urgency=low * Automated backport upload; no source changes. -- cJ Fri, 07 Nov 2008 14:57:35 +0000 boinc (6.2.14-2) unstable; urgency=low * Updated translations for the BOINC Manager from the 6.2.16 release: locale/client/{es,fr,it,pl,zh_CN}/BOINC Manager.po * Commented out "#define BOINC_PRERELEASE 1" in version.h.in because 6.2.14 was rereleased upstream as first 6.2 public release. -- Frank S. Thomas Tue, 12 Aug 2008 11:01:14 +0200 boinc (6.2.14-1) unstable; urgency=low [ Frank S. Thomas ] * New upstream release. * debian/copyright: Changed one line to not exceed 80 characters and thus making Lintian happy again. -- Frank S. Thomas Sun, 20 Jul 2008 09:00:33 +0200 boinc (6.2.12-1) unstable; urgency=low [ Frank S. Thomas ] * New upstream release. * debian/extra/move-boinc-dir.sh: Adjusted code to boinc-client's postinst. -- Frank S. Thomas Tue, 08 Jul 2008 23:57:01 +0200 boinc (6.2.11-1) unstable; urgency=low [ Frank S. Thomas ] * New upstream release. * debian/control: Bumped Standards-Version from 3.7.3 to 3.8.0. This required to add a debian/README.source file to explain that we use quilt and to move the paragraph about repackaged upstream source from debian/copyright to this new file. -- Frank S. Thomas Sat, 05 Jul 2008 09:29:13 +0200 boinc (6.2.7-1) unstable; urgency=low [ Frank S. Thomas ] * New upstream release. - BOINC Manager: Redraw disk usage charts immediately after connecting to a (different) client. (closes: #463823) * debian/copyright: - Added the instructions from debian/README.Debian-source about how repackaged BOINC tarballs can be reproduced because DevRef now recommends to put this here instead of in the afore-mentioned file. - Updated for the new release. * Removed the obsolete debian/README.Debian-source. * For consistency upstream renamed the core client and the command tool ("boinc_client" to "boinc" and "boinc_cmd" to "boinccmd"). Done the same in all packages and created symlinks with the old names for the binaries and man pages. Also added an entry in debian/boinc-client.NEWS explaining this change. * debian/rules: Do not list Makefile.ins in the clean target individually, just remove all that can be found. -- Frank S. Thomas Sat, 31 May 2008 08:02:47 +0200 boinc (5.10.45-3) unstable; urgency=low [ Daniel Hahler ] * debian/boinc-client.init: Do not fail, if ionice/ioprio_set is not allowed (LP: #218468) -- Frank S. Thomas Wed, 14 May 2008 12:12:06 +0200 boinc (6.1.15-1) experimental; urgency=low [ Frank S. Thomas ] * New experimental upstream release. - Improved user idle checking on Linux. (closes: #448982) * debian/rules: - Don't clean lib/boinccmd, *.unmodified and other files by hand in the clean-patched target, since they are now removed by upstream's makefiles on "make clean". * Removed the man pages for boinc_client, boinc_cmd, and boincmgr from the Debian-diff because they are now included in the upstream source and also handled by upstream's makefiles. * Rewrote debian/copyright in the format which is described in this wiki page: http://wiki.debian.org/Proposals/CopyrightFormat * debian/control: - BOINC now requires cURL >= 7.17.1 to build, therefore updated the build-dependency on libcurl4-openssl-dev and removed the alternative build-dependency on libcurl3-openssl-dev which cannot satisfy this requirement. - Spread the Build-Depends field over multiple physical lines to make reading diffs easier. -- Frank S. Thomas Tue, 15 Apr 2008 13:42:40 +0200 boinc (5.10.45-2) unstable; urgency=low [ Debconf translations ] * Added Finnish (fi.po) by Esko Arajärvi . (closes: #472558) [ Frank S. Thomas ] * debian/control: Updated boinc-dev's dependency on the concrete libstdc++-dev package now that GCC 4.3 is the default compiler. * debian/boinc-manager.desktop: Included Czech translations for GenericName and Comment from the .desktop file in the Fedora package. -- Frank S. Thomas Mon, 07 Apr 2008 16:32:01 +0200 boinc (5.10.45-1) unstable; urgency=low [ Frank S. Thomas ] * New upstream release. * debian/rules: Do not declare the patch and unpatch targets as phony, because the included /usr/share/quilt/quilt.make does this already. -- Frank S. Thomas Thu, 13 Mar 2008 01:04:38 +0100 boinc (5.10.44-1) unstable; urgency=low [ Frank S. Thomas ] * New upstream release. - BOINC Manager: Clear all cached messages and resume auto-scrolling when connected host has changed (cp. r14813, r14817). (closes: #468187) -- Frank S. Thomas Sat, 01 Mar 2008 15:07:05 +0100 boinc (5.10.43-1) unstable; urgency=low [ Frank S. Thomas ] * New upstream release. - BOINC Manager: Do not crash when closing. (closes: #444339) -- Frank S. Thomas Tue, 26 Feb 2008 17:58:31 +0100 boinc (5.10.42-1) unstable; urgency=low [ Frank S. Thomas ] * New upstream release. * debian/rules: Make the scripts /usr/share/bug/boinc-client/script and /usr/share/doc/boinc-manager/examples/run-boincmgr executable because they have a shebang. Thanks Lintian for noticing this. * debian/patches/: Updated 101_fix_memory_detection_on_kfreebsd.patch for the new release. * debian/watch: Only check for versions with an even minor version number. Versions with an odd minor version number are test releases which are not intended for a wider audience. * Reverted the debhelper compat level bump. It was just unnecessary (boinc does not need V6) and it would have made backporting harder. * Merged the workaround from Ubuntu's 5.10.30-5ubuntu3 for Linux's new CFS with the following changes: - Renamed debian/extra/udev-usr_share to debian/extra/udev-cpu_share because this name seems to be more appropriate since this script changes the boinc user's cpu_share. - Install udev-cpu_share into /usr/share/boinc-client instead of /usr/lib/boinc-client since it is an architecture-independent shell script. - Use lowercase variables in the init script because UID is set by bash and it complains when trying to overwrite it. Thanks to Daniel Hahler for investigating this issue and the patch. (closes: #461630) -- Frank S. Thomas Mon, 25 Feb 2008 00:53:20 +0100 boinc (5.10.30-5ubuntu3) hardy; urgency=low * Install /usr/lib/boinc-client/udev-usr_share with correct perms (executable), so that it gets called by udevd. -- Daniel Hahler Mon, 04 Feb 2008 00:40:08 +0100 boinc (5.10.30-5ubuntu2) hardy; urgency=low * Revert changes from ubuntu1 and instead use the uevent udev interface to assign the lowest possible cpu_share to the boinc user. This is still considered to be a workaround. - Add debian/boinc-client.udev - debian/rules: call dh_installudev - Add debian/extra/udev-usr_share, which gets run by udevd - Drop debian/patches/ubuntu_temp_cfs_fix.patch * debian/boinc-client.init: Display cpu_share info for "status" action -- Daniel Hahler Sat, 02 Feb 2008 23:32:25 +0100 boinc (5.10.30-5ubuntu1) hardy; urgency=low * debian/patches/ubuntu_temp_cfs_fix.patch: Temporary workaround for the new CFS Linux scheduler, by adjusting the "boinc" user's cpu_share to the minimum (2) in the init script (LP: #177713) * Modify Maintainer value to match the DebianMaintainerField specification. -- Daniel Hahler Sat, 02 Feb 2008 02:48:01 +0100 boinc (5.10.30-5) unstable; urgency=low [ Frank S. Thomas ] * debian/manpages/update-boinc-applinks.xml: Updated from DocBook 4.2 to 4.4, which is the latest version in etch. * Added debian/watch file, which uses Subversion's directory listing of the tags directory to determine the upstream version. Therefore this is only useful for version comparison (e.g. for DEHS and DDPO). * Bumped debhelper compat level from V5 to V6 since this is the current recommended level and raised the build dependency to "debhelper (>= 6)". * Removed debian/patches/103_fix_terminal_activity_detection.patch in favor of adding the --check_all_logins option to the default BOINC_OPTS in boinc-client's init script. [ Debconf translations ] * Added Swedish (sv.po) by Christer Andersson . (closes: #461172) -- Frank S. Thomas Mon, 21 Jan 2008 21:20:52 +0100 boinc (5.10.30-4) unstable; urgency=low [ Frank S. Thomas ] * debian/manpages/update-boinc-applinks.xml: Fixed Lintian's informational tag "I: hyphen-used-as-minus-sign" by enclosing options in elements with the