kboincspy (0.9.1-5) unstable; urgency=low * debian/kboincspy.menu: Changed section for the new menu hierarchy from "Apps/Tools" to "Applications/System/Monitoring". * debian/control.in: - Moved Homepage pseudo field in the long descriptions to the source stanza because this is now a propper debian/control field supported by dpkg. - Removed XS- prefix from Vcs fields since they are now officially supported by dpkg. - Bumped Standards-Version from 3.7.2 to 3.7.3. This required to change the section in debian/kboincspy.menu, see above. - Changed my maintainer address to fst@debian.org. * Fixed a duplicate key in the kbssztakihostpanel.desktop desktop file. Thanks to lintian for noticing this. -- Frank S. Thomas Fri, 07 Dec 2007 01:13:22 +0100 kboincspy (0.9.1-4) unstable; urgency=low * Added Russian translation (ru.po) from upstream's SVN. * debian/manpages/kboincspy.xml: - Fixed typo and added more generic options. - Removed < and > before and after elements because docbook2x-man adds those now itself. - Made elements empty if their content was the same as the content of their url attribute. * debian/control.in: - Removed nvidia-glx from Build-Conflicts because #208198 was fixed in nvidia-graphics-drivers/1.0.8774-4 but etch has 1.0.8776-4. - Added XS-Vcs-Svn and -Browser fields to the source stanza. - Set "Debian BOINC Maintainers " as Maintainer and moved myself to Uploaders. - Replaced ${Source-Version} with ${binary:Version} because the former variable is now deprecated. * debian/copyright: - Added copyright note about the Debian packaging. - Removed full text of the GFDL and added a pointer to /usr/share/common-licenses/GFDL-1.2. * debian/watch: - Use a more strict regex that does not match KBoincSpy Mini tarballs. * Switched patch system from simple-patchsys to quilt. * Bumped debhelper compatibility level from 4 to 5 since this is the current recommended level. -- Frank S. Thomas Tue, 29 May 2007 14:52:58 +0200 kboincspy (0.9.1-3) unstable; urgency=medium * debian/patches: - Added 02_support-autoconf-2.6.patch which updates admin/cvs.sh to support autoconf-2.6. (closes: #380532) * Added Slovak translation (sk.po) by Martin Mancuska from Rosetta. -- Frank S. Thomas Mon, 31 Jul 2006 04:54:10 +0200 kboincspy (0.9.1-2) unstable; urgency=low * Removed README.Debian, since the boinc-client package is now in main. * debian/control.in: - Don't build-depend on the transitional xlibmesa-*-dev packages, use "libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev" instead. - Fixed typo in long description. Thanks to Simon Waters. (closes: #364035) - Bumped Standards-Version from 3.6.2 to 3.7.2, no changes required. * Updated Spanish translation (es.po) from upstream's SVN and added Finnish translation (fi.po) by Markus Kortesmäki from Rosetta. * debian/watch: - Use http://sf.net/kboincspy/ as alias for the qa.debian.org redirector as documented in uscan's manual page. -- Frank S. Thomas Sun, 28 May 2006 12:43:39 +0200 kboincspy (0.9.1-1) unstable; urgency=low * New upstream release. * Splitted KBoincSpy up into two packages: kboincspy and kboincspy-dev. The latter contains header files and other files that are needed to develop and compile plugins for KBoincSpy. * debian/patches/: - Updated 01_add-libs-to-libadd.patch for the new release. - Removed backported patches: 02_utc-offset-fix.patch, 03_predictor1-url-4monitor.patch. * Updated debian/copyright, since KBoincSpy's core library and plugins (monitors and panels) are now licensed under the LGPL. -- Frank S. Thomas Thu, 9 Feb 2006 15:32:07 +0100 kboincspy (0.9.0-3) unstable; urgency=low * debian/rules: - Update libtool scripts from the Debian libtool package to add support for GNU/k*BSD and to prune library dependencies (closes: #343964). * debian/patches/: - Removed 01_add-srcdir-to-makefiles.patch, which is obsolete by updating the libtool scripts. - Added 01_add-libs-to-libadd.patch, which adds some libraries to *_LDADD. * debian/control.in: - Add an extra space before the "Homepage" pseudo field according to the Developer's Reference, Section 6.2.4. - Added build dependencies on autotools-dev, libtool, autoconf and automake1.9. -- Frank S. Thomas Thu, 22 Dec 2005 12:41:17 +0100 kboincspy (0.9.0-2) unstable; urgency=low * Built for new C++ ABI. * debian/patches/: - Do not add UTC offset twice to a WU's report deadline. (02_utc-offset-fix.patch, backported from upstream CVS) - Added predictor1.scripps.edu as URL for the ProteinPredictorAtHome monitor (03_predictor1-url-4monitor.patch). * debian/control.in: - X.Org transition: Changed xlibmesa-glu-dev to libglu1-xorg-dev. - Added docbook-xml to Build-Depends to make docbook2x-man happy. - Bumped Standards-Version from 3.6.1 to 3.6.2, no changes required. * debian/copyright: - Updated postal address of the Free Software Foundation (FSF). * debian/kboincspy.menu: - Added BOINC to the 'hints' field. * debian/rules: - Make sure that KBoincSpy is always built with OpenGL by passing '--with-gl' option to the configure script. - Do not autogenerate debian/control at build-time with CDBS as demanded by the Etch RC policy. * debian/lintian: - Override lintian warning 'package-name-doesnt-match-sonames' because the libraries included in this package are plugins for KBoincSpy. * Switched watch file to use the SourceForge redirector. * Updated README.Debian because the BOINC packages are now hosted on the website of the pkg-boinc project (http://pkg-boinc.alioth.debian.org). * Removed kboincspy.NEWS because the RPC port ist autodetected since KBoincSpy version 0.9.0. -- Frank S. Thomas Thu, 1 Sep 2005 19:58:37 +0200 kboincspy (0.9.0-1) unstable; urgency=low * New upstream release. * debian/control.in: - Added xlibmesa-gl-dev and xlibmesa-glu-dev to Build-Depends for the new Predictor@home and LHC@home OpenGL graphics. - Added nvidia-glx to Build-Conflicts, because it makes /usr/lib/libGL.so a dangling symlink (see: #208198). - Added docbook2x to Build-Depends for creating the manual page from debian/manpages/kboincspy.xml. - Loosened the dependency on the boinc-client package from Recommends to Suggests. - Rewrote parts of the extended description and added BURP and the Lattice Project to the list of supported projects. * debian/copyright: - Included the full text of the GFDL, since the KBoincSpy Handbook is licensed under the terms of the GFDL. * debian/patches/: - Updated 01_add-srcdir-to-makefiles.patch for the 0.9.0 release. - Removed all other patches, since they were included in the upstream source, or are now obsolete. * Rewrote manual page in XML/DocBook. * Uploaded to Debian (closes: #279062). -- Frank S. Thomas Thu, 31 Mar 2005 12:33:43 +0200 kboincspy (0.8.0-8) unstable; urgency=low * Added additional project URLs to the common progress and performance panels (see: 06_add-einstein-support.patch). * Changed RPC communication port to 1043 (see: 11_new-rpc-port.patch) and added a note about this in kboincspy.NEWS. * Removed README.Predictor, because since version 4.23 Predictor@home's mfold client does report progress of processing workunits. * Fixed localization bug in KBSSetiSkymapWindow (see: 09_i18n-fixes.patch). * CDBS manages now it's build dependencies automatically. * All modifications to original source files are now seperated into patch files. -- Frank S. Thomas Sat, 12 Mar 2005 20:25:03 +0100 kboincspy (0.8.0-7) unstable; urgency=low * Translated KBoincSpy into German. * Added "setiathome.ssl.berkeley.edu" as acceptable project ID for SETI. * Fixed localization bug in the KBSSetiCalibrationPanelNode. * Typos fixed in: - src/kboincspy.cpp - src/panels/common/host/kbshostpanelnode.cpp * Removed lintian override "desktop-file-in-wrong-dir", because lintian does not complain about desktop files installed into "/usr/share/services" any more. -- Frank S. Thomas Tue, 8 Feb 2005 16:12:46 +0100 kboincspy (0.8.0-6) unstable; urgency=low * Added README.Debian to explain the status of the boinc-client package, which kboincspy recommends. * Changed section from "misc" to "kde". -- Frank S. Thomas Sun, 30 Jan 2005 01:08:51 +0100 kboincspy (0.8.0-5) unstable; urgency=low * Added README.Predictor to explain why KBoincSpy does not show any progress of work units processed by Predictor@home's mfold client. * Added debian/watch file. -- Frank S. Thomas Sat, 22 Jan 2005 20:38:09 +0100 kboincspy (0.8.0-4) unstable; urgency=low * Incorporated the 'kboincspy-monitors-fixes.patch' from upstream, which fixes compilation errors on the AMD64 architecture. * Added lintian overrides for 'desktop-file-in-wrong-dir' and 'non-dev-pkg-with-shlib-symlink'. -- Frank S. Thomas Thu, 20 Jan 2005 15:22:41 +0100 kboincspy (0.8.0-3) unstable; urgency=low * Support for the Einstein@home project added. * The kboincspy.desktop file is now installed into '/usr/share/applications/kde' instead of '/usr/share/applnk/'. -- Frank S. Thomas Mon, 03 Jan 2005 18:11:03 +0100 kboincspy (0.8.0-2) unstable; urgency=low * Added to Build-Depends: kdelibs4-dev. -- Frank S. Thomas Mon, 27 Dec 2004 02:41:32 +0100 kboincspy (0.8.0-1) unstable; urgency=low * Initial release. -- Frank S. Thomas Tue, 16 Nov 2004 15:38:52 +0100