conky (2.0.2-1) unstable; urgency=low * got temperature working again by talking to bme directly * added new variable ${battery_rate} to get charge/discharge rate -- Lance Colton Thu, 08 Mar 2012 00:45:00 -0700 conky (2.0.1-1) unstable; urgency=low * Added some power saving features, needs some testing to confirm this is working properly - Because conky is written in c (not c++) it can't directly access the system heartbeat timer so it uses another process to do this for it + Conky will look for another app I wrote and modified for this purpose, Proximus (>= v1.2.4) + If proximus-daemon is running conky will ask it to set up a heartbeat timer and proximus will send a dbus signal back for each heartbeat + update_heartbeat_min and update_heartbeat_max from the conf file will specify the approximate time between heartbeats + If the phone is discharging, Conky will skip heartbeats according to the value of update_heartbeat_battery_skip in the conf file + So, if update_heartbeat_battery_skip is 3, conky will update once every 4 heartbeats when discharging. default is 1 so set to 0 to disable. + If the screen turns off, update_skips_when_sleeping overrides update_heartbeat_battery_skip. default is 5! -- Lance Colton Fri, 27 Jan 2012 00:51:00 -0700 conky (2.0.0-1) unstable; urgency=low * Supports double buffering without dbe (an extension nokia removed from x11 in harmattan): - double buffers using pixmaps instead of dbe + spent a long time getting that working and fixing everything that broke when changing that + thanks to syrjala on meego.com forum for giving me a patch that got me started working on this + cairo / lua work, imlib2 works, and you need to install those 3 libraries also. + it doesn't actually crash when swiping to the background, it's nokia's idea that you meant to close it based on the physical orientation of the phone + .conf file needs some small fixes and i can't do anything about the i/o stats not working + i will add some more features soon -- Lance Colton Fri, 06 Jan 2012 21:00:00 -0700 conky (1.9.8-1) unstable; urgency=low * New maemo6 release: - initial release to support harmattan, don't install on maemo5! (sorry) + double buffering doesn't work, screen will flicker, this is not a conky bug. Nokia didn't include the double buffer extension module for x11, ask them! + temperature is not supported at the moment because bme doesn't report it anywhere, that was done with a 3rd party module on n900 + cairo / lua work, imlib2 works, but these things aren't necessarily in the repositories so please google them to find them for now. you won't be able to install without those! + this app may crash when swiping it away, and may ignore the down swipe to close, i have no idea why. + read/write io stats is a kernel feature that titan put into the power kernel on n900, feel free to bug nokia or replace the kernel with a 3rd party one to fix those from being 0 + I spent lots of time fixing compiling issues and major issues in the lua and .conf files so didn't have time to optimize them for the 48 extra pixels of width or get everything perfect YET. Please be patient or contribute :) -- Lance Colton Tue, 08 Nov 2011 21:00:00 -0700 conky (1.9.7-1) unstable; urgency=low * New maemo release: - fixes for power kernel v47 + temperature and voltage are reported differently by this kernel and needed to be adjusted + temperature is now reported to the tenth of the degree and your conf file may need to be adjusted to account for this additional digit + enabled cairo / lua scripting -- Lance Colton Mon, 23 May 2011 16:00:00 -0700 conky (1.9.6-2) unstable; urgency=low * New maemo release: - too many changes to list - equivalent to 1.8.2 on master conky branch with lots of n900 fixes + see http://talk.maemo.org/showthread.php?t=64434 + the deb posted there is actually better as it supports lua, autobuilder can't work with that -- Lance Colton Thu, 21 Oct 2010 12:00:00 -0700 conky (1.8.0-1) unstable; urgency=low * New upstream release: - add AF_UNIX socket support - fix sigsegv if config file is deleted (LP: #525926) - the following debian bugs are closed by this upload: + change automake1.10 to automake1.11 (Closes: #550929) + hwmon made compatible with kernels >= 2.6.31 (Closes: #556926) + text_buffer_size change is well documented (Closes: #519401) + fix diskio for not existing devices (Closes: #536557) + fix wrong mixer values on some systems (Closes: #540282) + fix minor memory leak (Closes: #566524) + fix some documentation error re. graphs (Closes: #564518) + add -p/--pause startup option (Closes: #513440) + fix documentation about mixer values (Closes: #538760) * This release is based on the Ubuntu package with the following changes necessary for Debian (Closes: #536320): - change control and rules to build correctly on non-Linux arches (Closes: #536326) - updated NEWS, descriptions in control and changelog - change archive area to contrib * Change priority of metapackage to extra * My utmost thanks go to Kapil Hari Paranjape for his packaging work and to Luca Falavigna for being so kind to review and sponsor this release -- Cesare Tirabassi Sun, 28 Mar 2010 21:19:51 +0200 conky (1.8.0~git925e80ac-0ubuntu1) lucid; urgency=low * GIT snapshot release: - add argb (true transparency) support - add support for max_text_width - add IPv6 support to $tcp_portmon and mpd connections - add support for $pid variables ($pid_read, $pid_write, $pid_threads, $pid_thread_list, $pid_nice, $pid_priority, $pid_time_usermode, $pid_time_kernelmode, $pid_time, $pid_parent, $pid_uid, $pid_euid, $pid_suid, $pid_fsuid, $pid_gid, $pid_egid, $pid_sgid, $pid_fsgid, $pid_vmpeak, $pid_vmsize, $pid_vmlck, $pid_vmhwm, $pid_vmrss, $pid_vmdata, $pid_vmstk, $pid_vmexe, $pid_vmlib, $pid_vmpte, $pid_state, $pid_state_short, $pid_environ_list, $pid_exe, $pid_openfiles, $pid_stdin, $pid_stdout, $pid_stderr, $pid_chroot, $pid_cmdline, $pid_cwd and $pid_environ) - add support for $format_time - add support for $uid_name and $gid_name - add support for $running_threads - add support for $cmdline_to_pid - add support for $user_time - drop adt746x objects - add support for $weather_forecast (using xoap) - add support for out_to_ncurses - add support for $include - add icon data_type for xoap weather - add the -p/--pause command line option - add middle_middle as an alignment option - add hddtemp_host and hddtemp_port as config options - add lua_startup_hook and lua_shutdown_hook - add times_in_seconds and update_interval_on_battery config options - add the conky_set_update_interval, cairo_text_extents_t:create(), cairo_font_extents_t:create() and cairo_matrix_t:create() lua functions - add the conky_info lua table - add the disable_auto_reload config option - add an optional adapter option to $acpiacadapter (defaults to "AC") - a whole plethora of bug fixes * Add libncurses5-dev as a Build-Depends. ncurses is enabled only for the conky-cli package. * Do not add the --enable-debug flag to configure. * Remove all patches, now applied upstream. * Update package descriptions, NEWS and README.source accordingly. * No change bump of Standards-Version -- Cesare Tirabassi Wed, 17 Feb 2010 13:01:26 +0100 conky (1.7.2-0ubuntu6) lucid; urgency=low * Change arch to all for transitional package * Change source package format to 3.0 (quilt) * Reformat all patch headears iaw DEP-3 * Move deletion of config.{guess, sub} to clean target to avoid FTBFS if built twice in a row * debian/patches/add_thread_fix_proc.patch: add support for $threads and fix $processes on Linux commit aad43bea8d3840babb502d939be324ba49c3b74e * debian/patches/fix_segfault_leaks_curl.patch: fix segfault and memleaks in curl commit e292dd5e280aa9c288bc6c2e1143270f5f5a08f4 * debian/patches/add_current_user.patch (LP: #405707): add $user_time: if no argument is given, lists the login time for the tty connected to conky's standard input (if any). Given a console as an argument it gives the login time for that. * debian/patches/fix_mpd_when_stop.patch: fix $if_mpd_playing and $mpd_percent when you stop playing a song commit 827be3bde828fcf8d7be949168ac4909f6c323a2 Thanks Sakari Matikka * debian/patches/fix_idle_rate_when_not_averaging.patch (LP: #493131): fix idle rate equal to 1 instead of 0 when using net_avg_samples=1 commit b1cbc64f6075e0145edfb919df3e21a210f5328e * debian/patches/fix_manpage_width.patch: fix man warning: table wider than line width commit a14cca6592ec506b1a535be43912b4a72b40f11f * debian/patches/add_startup_pause_option.patch: add the -p/--pause command line option commit 584d05d2ad66edf1f53372382826a2416b50d9da * debian/patches/add_extended_cairo_structures.patch add creation functions for the cairo_font_extents_t, cairo_text_extents_t and cairo_matrix_t structures commit 8bd41caa51e080fd3ef28c7cdeee775872cdc1f4 * debian/patches/fix_manpage_typos.patch fix typos in manpage commit c8a99a865adbd862bf74c0ca310fda796601fb5f -- Cesare Tirabassi Sun, 27 Dec 2009 23:22:54 +0100 conky (1.7.2-0ubuntu5) karmic; urgency=low * Bug-fix only release (LP: #457022): - add Replaces on conky to conky-all to avoid misconfiguration during dist-upgrades. -- Cesare Tirabassi Fri, 23 Oct 2009 17:12:12 +0200 conky (1.7.2-0ubuntu4) karmic; urgency=low * Bug-fix only release: - modify debian/patches/fix_hwmon_for_2.6.31.patch (LP: #435571): modify the patch so that all possible cases for the hwmon data location are taken into account. This should also be compatible with older kernels. -- Cesare Tirabassi Thu, 15 Oct 2009 18:37:15 +0200 conky (1.7.2-0ubuntu3) karmic; urgency=low * Bug-fix only release: - add debian/patches/fix_info.desktop.patch: fix global info.desktop variables incorrectly freed commit 066af067f070731a5b0dc03107a2135bbffa2ba1 -- Cesare Tirabassi Mon, 12 Oct 2009 13:43:56 +0200 conky (1.7.2-0ubuntu2) karmic; urgency=low * Bug-fix only release: - add quilt support in debian/control and debian/rules - add debian/patches/fix_if_running.patch: fix if_running not working on linux when a top flavour is not running commit 75ce3b259be20f4a304fbf90d7c5f55871c872da - add debian/patches/fix_hwmon_for_2.6.31.patch (LP: #435571): horrible hack to make hwmon works with kernel 2.6.31 also when /sys/class/hwmon/hwmon0/device erroneously exists - package is now maintained in bzr/launchpad https://code.launchpad.net/~norsetto/+junk/conky: + add Vcs-* fields to debian/control - add --disable-static flag to conky-all instead of building and then manually removing the static library - make conky-all with --enable-nvidia only on i386 and amd64 arches (fix FTBFS for all other arches) - change naming scheme to ease transitions, conky is now a transitional package that installs conky-all. Standard conky is now named conky-std -- Cesare Tirabassi Sat, 26 Sep 2009 15:12:38 +0200 conky (1.7.2-0ubuntu1) karmic; urgency=low * New upstream release: - Improved Lua API (lua_read_parse has been removed in favour of the conky_parse() Lua API call). - Cairo and Imlib2 bindings for Lua. - Built-in weather support. - Added own_window_type panel. - Added border_inner_margin and border_outer_margin. The border_margin config option is now deprecated. - Added format_human_readable option. - Added fancy new 'temperature gradients'. - Several new variables such as $blink, $curl, $desktop, $entropy_perc, $swapfree, $to_byte and $top_io. - Comments in TEXT section are now possible. If necessary the comment character (#) can be escaped with a backslash (\#). - Added a different default configuration file for builds without X11. - Added io_perc, io_read and io_write to $top. - Alignment special variables can now be used with objects that span multiple lines. - Enhanced Imlib2 cache control. - $battery_short can now also display F (full), N (not present), E (empty) or U (unknown). - Counteless bug fixes (LP: #405701, LP: #405340, LP: #405188). * Complete overhaul of the packaging (LP: #294933, LP: #387209): 3 binary packages are now created: conky-cli, conky and conky-all. conky-cli is a basic package that could be used in servers or piped with dzen2, conky supports the most commonly used variables, conky-all includes almost all of the available support. Use conky-all if you are not sure of your needs. Some of the packaging changes include: - copyright is now in line with the new format specification - rules has been overly simplified - short/long descriptions have been updated - TODO is not installed anymore, lua.html is installed - README.Debian has been obsoleted - no change bump of Standards-Version - added NEWS and README.source - changed automake from automake1.10 to automake1.11, since the former has been obsoleted. -- Cesare Tirabassi Tue, 25 Aug 2009 11:27:23 +0200 conky (1.7.1.1-0ubuntu1) karmic; urgency=low * New upstream release: - fixed a pretty serious bug in 1.7.1 that caused rendering of fonts to be completely messed up in specific circumstances. * Add debian/patches/fix_fs_free.patch (LP: #385504): - revert commit b6e691e8ac1d09df7a01c25583b785025a6212a6 - correct fs_used/fs_used_perc to use fs_free not fs_avail -- Cesare Tirabassi Thu, 11 Jun 2009 09:28:12 +0200 conky (1.7.1-0ubuntu2) karmic; urgency=low * Install an apport hook to retrieve in case of crash the configuration file (if changed), the user's configuration file and any user's specified lua scripts. -- Cesare Tirabassi Tue, 09 Jun 2009 19:07:01 +0200 conky (1.7.1-0ubuntu1) karmic; urgency=low * New upstream release: - Lua scripting support - Image drawing via Imlib2 - Built in support for APC UPS daemon monitoring - Several new variables such as $combine and $eval - Gauge widgets * Enable lua and imlib2 support * Add liblua5.1-0-dev and libimlib2-dev as Build-Depends in debian/control * Update debian/copyright author's list * Set LDFLAGS to -Wl,--as-needed to avoid linking against unneeded libraries. -- Cesare Tirabassi Mon, 08 Jun 2009 11:12:18 +0200 conky (1.7.0-0ubuntu1) karmic; urgency=low * New upstream release (LP: #371043): - update debian/copyright copyright dates and author's list - remove following patches, now applied upstream or not needed anymore: + fix_exec_buffer_size.patch + ifaddr_buffer_overflow + x86_64_rdtsc + move_compile_end_man_page + fix_hyphen_man_page + fix_mem_res.patch - remove installation of example configuration file (removed upstream) - update debian/NEWS accordingly * No change bump of Standards-Version to 3.8.1 -- Cesare Tirabassi Sat, 16 May 2009 12:04:10 +0200 conky (1.6.1-0ubuntu4) jaunty; urgency=low * debian/patches: - fix_mem_res.patch (LP: #329789): fix ${top_mem} not displaying correctly memory usage for mem_res and mem_vsize. Thanks to lolikandr for the patch. -- Cesare Tirabassi Mon, 16 Feb 2009 13:12:00 +0100 conky (1.6.1-0ubuntu3) intrepid; urgency=low * debian/patches: - fix_exec_buffer_size.patch (LP: #279493, LP: #279791): fix SIGSEGV due to wrong buffer size being used in all exec* calls. -- Cesare Tirabassi Fri, 10 Oct 2008 22:40:09 +0200 conky (1.6.1-0ubuntu2) intrepid; urgency=low * debian/patches: - import ifaddr_buffer_overflow patch from Debian: fix buffer overflow in update_net_stats. Thanks to Miroslav Lichvar and Kapil Paranjape - move_compile_end_man_page: remove extra blank spaces -- Cesare Tirabassi Thu, 18 Sep 2008 12:42:54 +0200 conky (1.6.1-0ubuntu1) intrepid; urgency=low * New upstream release (1.6.1). * debian/patches: - remove patch man_page_typo_first_char since it is applied upstream. - refreshed patches move_compile_end_man_page and fix_hyphen_man_page. * debian/rules: remove in clean target additional autoconf files created in m4/ -- Cesare Tirabassi Fri, 15 Aug 2008 15:18:25 +0200 conky (1.6.0-1ubuntu1) intrepid; urgency=low * Merge from Debian unstable (LP: #217455). Remaining changes: - debian/control: Add mpd to Suggests -- Cesare Tirabassi Fri, 25 Jul 2008 13:30:37 +0200 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 Thu, 24 Jul 2008 00:55:04 +0000 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: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 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