2009
conky (1.7.1.1-1) unstable; urgency=low
* New upstream release (1.7.1.1).
- now supports the use of Lua for extending/configuring conky.
(Feature disabled in this package).
- now supports alsa for mixer settings.
- see upstream Changelog and NEWS.Debian for more info.
* debian/patches/{fix_hyphen_man_page,move_compile_end_man_page}:
refreshed patches after upstream reformatted the paragraphs.
* debian/rules: re-introduce IBM acpi support and disable
Lua support.
* debian/patches/kfreebsd_optreset_ifdef_notreqd: incorporate fix
for FTBFS due to incorrect #ifdef. Thanks to Petr Salinger.
Closes: #533224.
* debian/control:
- added "libasound2-dev" to Build-Depends to enable alsa mixer
support.
- Standards Version 3.8.2. No other changes required.
-- Kapil Hari Paranjape <kapil@debian.org> Thu, 09 Jul 2009 09:30:26 +0530
conky (1.7.0-1) unstable; urgency=low
* New upstream release (1.7.0).
- incorporates fixes from debian/patches
- new "out_to_*" options for different output requirements.
(Closes: #500053)
- numerous other changes; see upstream Changelog and NEWS.Debian in
documentation directory.
* debian/control:
- add "Suggests" for hddtemp. Closes: #518651.
- Standards Version bumped to 3.8.1
* debian/patches:
- removed patches fix_exec_buffer_size.patch, fix_mem_res.patch,
ifaddr_buffer_overflow, x86_64_rdtsc; all these have been
incorporated upstream.
- re-ordered the patches fix_hyphen_man_page, move_compile_end_man_page
so that the former can be incorporated upstream; refreshed
these patches.
- fix_hyphen_man_page: some more minus signs escaped.
- added comments to surviving patches.
* debian/rules: change the "install" rule since "conky.conf" is now
in "data/" subdirectory.
* debian/NEWS: updated to warn/inform users about changed configuration
options.
-- Kapil Hari Paranjape <kapil@debian.org> Wed, 27 May 2009 21:24:27 +0530
conky (1.6.1-2) unstable; urgency=low
* debian/patches: Incorporate patches from ubuntu.
Thanks to Cesare Tirabassi.
- fix_mem_res.patch: correctly display memory
usage for mem_res and mem_vsize for ${top_mem}.
Closes: #517622.
- fix_exec_buffer_size.patch: fix SIGSEGV due to wrong buffer size
being used in all exec* calls.
-- Kapil Hari Paranjape <kapil@debian.org> Tue, 03 Mar 2009 11:06:02 +0530
2008
conky (1.6.1-1) unstable; urgency=low
* New upstream release (1.6.1).
* debian/patches:
- man_page_typo_first_char: removed, incorporated upstream.
- fix_hyphen_man_page, move_compile_end_man_page: refreshed these
patches taking into account new changes to upstream man page.
- ifaddr_buffer_overflow: fix buffer overflow in
update_net_stats. Thanks to Miroslav Lichvar.
* debian/control: added "mpd" to Suggests.
* debian/NEWS: documented the need to re-examine the conky
configuration file for the changes since version 1.5.x.
Closes: #495864.
-- Kapil Hari Paranjape <kapil@debian.org> Tue, 09 Sep 2008 12:33:28 +0530
conky (1.6.0-1) unstable; urgency=low
* New upstream release (1.6.0).
- incorporates debian patches
+ for mail spool.
+ for usage message.
+ for null text strings.
- fix segfault on signal. (Closes: #474732)
- uses variable output_methods instead of out_to_console.
(Closes: #487184)
- has default arguments for 'diskiograph'. (Closes: #487770)
- numerous other new features. See upstream Changelog.
* debian/patches:
- fix_mail_spool, upstream_fix_usage,
upstream_null_text: removed these patches as they are no longer
required.
- avoid_linking_with_libm: removed this patch as conky uses "log"
from the C math library.
- fix_hyphen_man_page, move_compile_end_man_page: refreshed these
patches taking into account new changes to upstream man page.
- man_page_typo_first_char: fix un-needed extra first char on the
first line of the manpage.
- x86_64_rdtsc: patch for 'freq_dyn' on x86_64 from Miroslav Lichvar.
* debian/README.Debian: updated remark about features not compiled in.
* debian/copyright: wrapped long lines. Thanks "lintian".
* debian/control:
- removed 'misc:Depends' entry from Depends.
- Standards-Version bumped to 3.8.0. No other changes required.
-- Kapil Hari Paranjape <kapil@debian.org> Thu, 24 Jul 2008 00:55:04 +0000
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 <kapil@debian.org> Wed, 02 Apr 2008 14:56:01 +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 <kapil@debian.org> 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 <kapil@debian.org> Mon, 18 Feb 2008 10:20:24 +0530
2007
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 <kapil@debian.org> 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 <kapil@debian.org> 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 <kapil@debian.org> Fri, 21 Sep 2007 09:24:48 +0530
2006
conky (1.4.4-1) unstable; urgency=low
* New upstream release. * COMPILING section has been removed from manpage. (Closes: #368176)
-- Bartosz Fenski <fenio@debian.org> 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 <fenio@debian.org> 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 <fenio@debian.org> 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) <gcs@debian.hu> 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) <gcs@debian.hu> 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 <agcosta@gis.net> ! * Fix BMP lib opening and change conkyrc sample to use UTF8.
-- Laszlo Boszormenyi (GCS) <gcs@debian.hu> 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
<justinpryzby@users.sf.net> 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 <vorlon@debian.org> Wed, 18 Jan 2006 03:44:30 -0800
2005
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 <jtan325@gmail.com> Sat, 10 Sep 2005 22:45:51 -0700
conky (1.3.0-1) unstable; urgency=low
* Initial Release. (closes: #320978)
-- Jason Tan <jtan325@gmail.com> Wed, 24 Aug 2005 00:10:49 -0700