conky (1.5.1-1ubuntu1) hardy; urgency=low * debian/control: Add mpd to Suggests (LP: #212905) * debian/patches/ubuntu_fix_sigsev: fix conky SIGSEGV when reloading the configuration file (LP: #212292) Thanks to Cesare Tirabassi for the patch. * debian/patches/ubuntu_fix_conky.conf_warning: correct conky.conf use_spacer setting (see LP #212913) * Modify Maintainer value to match Debian-Maintainer-Field Spec -- Stefan Ebner Mon, 14 Apr 2008 22:38:38 +0200 conky (1.5.1-1) unstable; urgency=low * New upstream release (1.5.1). - incorporates debian patches for + kfreebsd support + use clock gettime + ibm acpi volume + some man page fixes + sysfs battery - numerous other new features. see upstream Changelog. * debian/{NEWS,README.Debian}: Updated for new version. * debian/patches: - cleaned out patches already applied upstream. as mentioned above. - refreshed the patches still required + avoid_linking_with_libm + fix_hyphen_man_page + move_compile_end_man_page + fix_mail_spool - incorporate patches from upstream svn repository. + upstream_fix_usage: Fixes the usage message + upstream_null_text: Handle null "text" entry in configuration. * bumped up "debhelper" compatibility level to 5 now that 'sarge' need not be supported. Closes: #466755. - debian/compat: value now 5. - debian/control: debhelper dependency version now at least 5.0.0. * debian/rules: reflect change of name of sample config file from conkyrc.sample to conky.conf. -- Kapil Hari Paranjape Wed, 02 Apr 2008 14:48:32 +0530 conky (1.4.9-4) unstable; urgency=low * debian/patches/sysfs_battery: - handle systems where the POWER_SUPPLY_CHARGE_* values define battery status. Thanks to Stefan Ebner for help in debugging this. (Closes: #466878) - close battery status info file after each update. * Enable support for RSS feed monitoring. - debian/rules: added "--enable-rss" to configure rules. - debian/control: additional build-dependencies on "libxml2-dev" and "libcurl4-gnutls-dev". - debian/NEWS.Debian: added comment about this change. * Use autotools and libtool during build. (Thanks to tips from Henrique de Moraes Holschuh.) - debian/control: additional build-dependencies on "libtool" and "automake1.10" - debian/rules: added run of "autogen.sh" in "configure-stamp" target. - debian/rules: Define "RSS_LIBS" environment variable for "configure" to over-ride "pkg-config" which adds "libgssapi_krb5" to link libraries. - debian/rules: modified "clean" rule to clean autoconf generated files. * Cleanup souce package of "src/tags" cruft left in by mistake in the previous upload. -- Kapil Hari Paranjape Sat, 23 Feb 2008 05:57:23 +0530 conky (1.4.9-3) unstable; urgency=low * debian/patches/sysfs_battery: Added support for battery info in sysfs. (Closes: #463981, #464703). * debian/patches/fix_mail_spool: Make the value of "mail_spool" over-ride environment variable "$MAIL". (Closes: #454656). -- Kapil Hari Paranjape Mon, 18 Feb 2008 10:20:24 +0530 conky (1.4.9-2) unstable; urgency=low * Added support for non-Linux architectures. Closes: #456931. Thanks to Petr Salinger. - debian/rules: Use DEB_HOST_ARCH_OS to decide whether to add wireless support. - debian/control: Do not depend on "libiw-dev" for kfreebsd-* and hurd-i386 - debian/control: Depend on "libkvm-dev" and "libdevstat-dev" for kfreebsd-*. - debian/patches/freebsd_support_upstream: patches to src to recognise kfreebsd-* architecture as similar to freebsd (latter is supported upstream) sent upstream. - debian/patches/freebsd_support: patches incorporating above changes after running GNU autoconf tools. * debian/patches: - ibm_acpi_volume: Re-added. Upstream's correction has a flaw. * debian/control: Standards Version 3.7.3. No changes required. * debian/rules: - Required "configure" rule to depend on patch stamp. - Removed workaround for configure.ac in "clean" rule. Not required. * Fixed lintian bugs. Thanks to lintian.debian.org. - debian/changelog: wrapped entries that were too long. - debian/copyright: used unicode encoding for names. -- Kapil Hari Paranjape Wed, 26 Dec 2007 08:41:25 +0530 conky (1.4.9-1) unstable; urgency=low * New upstream release. Closes: #453498, #453834. - Fix number of bugs (see upstream changelog). - Externalise default configuration to a file (/etc/conky/conky.conf on Debian). - Improved music player support. - Multiple mailboxes support. * Enabled wireless monitoring. Closes: #445561, #445690. - debian/rules: added "--enable-wlan" to configure rules. - debian/control: additional build-dependency on "libiw-dev". - debian/NEWS.Debian: added comment about this change. * debian/patches: - fix_its_man_page: Corrected possessive "it's" by "its" in man page. Closes: #445918. - dont_tail_xorglog: Removed. Not required as equivalent patch applied upstream. - ibm_acpi_volume: Removed. Not required as equivalent patch applied upstream. - use_clock_gettime_correctly: Fix src/timed_thread.c to use realtime clock correctly. - avoid_linking_with_libm: Fix src/Makefile.in to avoid needless linking with libm. * debian/rules: - Define "XFT_LIBS" environment variable for "configure" to avoid linking with "libfontconfig" from which no symbols are used. * debian/control: Added "Homepage" and "Vc-Svn" fields. -- Kapil Hari Paranjape Tue, 4 Dec 2007 14:14:46 +0530 conky (1.4.7-1) unstable; urgency=low * New upstream release. Closes: #419066. See NEWS.Debian for more about all the changes since the earlier version. * New maintainer with the permission of earlier maintainer. Thanks to Bartosz Fenski for maintaining this package so far. * debian/watch: added this file pointing to sf.net upstream source. * debian/control: - added quilt to Build-Depends. - added pkg-config, libglib2.0-0 to Build-Depends. - removed libxt-dev from Build-Depends. - updated Standards-Version to 3.7.2. No other changes required. * debian/patches: - ibm_acpi_volume: prevent volume always returning 0. Closes: #415782. - dont_tail_xorglog: default configuration does not try to read /var/log/Xorg.0.log. Closes: #353410, #401200. - move_compile_end_man_page: move COMPILING section to the end of the man page to implement a different fix for #368176. - fix_hyphen_man_page: correct the use of "hyphen-as-minus" in the man page. * debian/rules: - added support for patching/unpatching using quilt. - modified configure rule to build based on current upstream defaults. - removed call to perl that removed COMPILING section from manpage. - changed "clean" target to catch errors from upstream targets "clean" and "distclean". * debian/NEWS: added explanation of new features for this version. * debian/README.Debian: added remarks about configuration issues specific to Debian package. * debian/copyright: rewritten to reflect upstream's work on clarifying provenance of and licenses to the code. * debian/menu: replaced "Apps/Tools" with "Applications/System/Monitoring". -- Kapil Hari Paranjape Fri, 21 Sep 2007 09:24:48 +0530 conky (1.4.4-1) unstable; urgency=low * New upstream release. * COMPILING section has been removed from manpage. (Closes: #368176) -- Bartosz Fenski Sat, 18 Nov 2006 11:18:46 +0100 conky (1.4.2-1) unstable; urgency=low * New upstream release. - fixes problems on powerpc. (Closes: #359974) -- Bartosz Fenski Thu, 18 May 2006 16:20:22 +0200 conky (1.4.1-1) unstable; urgency=low * New maintainer. (Closes: #357341) * ACK previous NMUs. (Closes: #346643, #335543, #344235, #348967, #345951, #352909) -- Bartosz Fenski Sat, 18 Mar 2006 00:29:47 +0100 conky (1.4.1-0.2) unstable; urgency=low * NMU to fix sigaction related compilation problem on 64 bit archs. -- Laszlo Boszormenyi (GCS) Thu, 16 Mar 2006 19:39:26 +0000 conky (1.4.1-0.1) unstable; urgency=low * NMU for a general bugfix release. * Enable portmon code (closes: #344235). * Enable mldonkey code (closes: #335543). -- Laszlo Boszormenyi (GCS) Wed, 15 Mar 2006 18:55:07 +0000 conky (1.4.0-0.1) unstable; urgency=low * NMU for new upstream release. * Apply manpage typos correction (closes: #348967), thanks to A Costa ! * Fix BMP lib opening and change conkyrc sample to use UTF8. -- Laszlo Boszormenyi (GCS) Thu, 23 Feb 2006 17:42:50 +0000 conky (1.3.1-1.1) unstable; urgency=high * Non-maintainer upload. * High-urgency upload for RC bugfix. * Build-depend on libx11-dev, libxext-dev, libxft-dev, and x-dev instead of on the obsolete xlibs-dev; thanks to Justin Pryzby for testing. The build-dependency on libxt-dev can be dropped once upstream has moved to a new version of autoconf. Closes: #346643. -- Steve Langasek Wed, 18 Jan 2006 03:44:30 -0800 conky (1.3.1-1) unstable; urgency=low * New upstream release * Added libxt-dev to build-depends in debian/control (closes: #327306) * Fixed the double BSD-license in debian/copyright (closes: #327135) -- Jason Tan Sat, 10 Sep 2005 22:45:51 -0700 conky (1.3.0-1) unstable; urgency=low * Initial Release. (closes: #320978) -- Jason Tan Wed, 24 Aug 2005 00:10:49 -0700