From: Sebastian Harl Date: Sun, 7 Dec 2008 17:13:46 +0000 (+0100) Subject: Merged branch 'lenny' into master. X-Git-Tag: collectd-4.5.1-1~6 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=740ed10f79718d1826091ec85b89e14a7b916228;p=pkg-collectd.git Merged branch 'lenny' into master. --- 740ed10f79718d1826091ec85b89e14a7b916228 diff --cc debian/changelog index fca4054,3ff6699..8f7072a --- a/debian/changelog +++ b/debian/changelog @@@ -1,41 -1,18 +1,56 @@@ +collectd (4.5.1-1) experimental; urgency=low + + * New upstream release. + New plugins: + - Count the number of files in directories: filecount + - Send desktop notifications to a notification daemon: notify_desktop + - Send notification E-mails: notify_email + - One-wire sensors information: onewire (experimental, disabled in Debian) + - PostgreSQL database statistics: postgresql + - Linux ACPI thermal zone information: thermal (Closes: #492580) + * Uploading to experimental because of the Lenny freeze. + * debian/control: + - Added build dependency on libglib2.0-dev and libnotify-dev required by + the notify_desktop plugin. + - Added build dependency on libesmtp-dev required by the notify_email + plugin. + - Added build dependency on libpq-dev required by the postgresql plugin. + - Let collectd-dbg and collectd-dev depend on ${misc:Depends} - this is + required when using debhelper. + * debian/rules: + - Disabled onewire plugin - owfs is not yet available in Debian. + - Install contrib/snmp-probe-host.px to /usr/share/doc/collectd/examples/. + * debian/patches: + - Added perl-uninitialized-var.dpatch - upstream patch to fix an + uninitialized variable warning causing a FTBFS because of -Werror. + - Removed myplugin_strcpy.dpatch - applied upstream. + - Removed perl_deadlock.dpatch - included upstream. + - Removed memory_libstatgrab.dpatch - included upstream. + - Removed collectd_memleak.dpatch - included upstream. + - Removed snmp_memleak.dpatch - included upstream. + - Removed memcached_fdleak.dpatch - included upstream. + - Removed memcached_timeout.dpatch - included upstream. + * debian/collectd.overrides: + - Override "spelling-error-in-description" for the postgresql plugin name + all plugins are spelled lowercase. + + -- Sebastian Harl Mon, 01 Dec 2008 21:41:12 +0100 + + collectd (4.4.2-3) unstable; urgency=low + + * New debconf template translation: + - nl.po, thanks to Eric Spreen (Closes: #502204). + - sv.po, thanks to Martin Bagge (Closes: #504248). + * debian/patches: + - Added pod-errors.dpatch to fix some minor POD errors. + * debian/rules: + - Remove generated manpages in the clean target to avoid cluttering the + source diff with the rebuilt manpages. + * debian/collectd.conf: + - Fixed a wrong type used in the "tail" plugin example. + + -- Sebastian Harl Sat, 06 Dec 2008 16:53:25 +0100 + collectd (4.4.2-2) unstable; urgency=low * Removed the work around for #474087 (broken openipmi .pc files) introduced diff --cc debian/copyright index b333a62,2c5c880..01e39ec --- a/debian/copyright +++ b/debian/copyright @@@ -31,10 -31,9 +32,11 @@@ Copyright Holders (in alphabetical orde Kern Sibbald Lubos Stanek Lyonel Vincent + Martin Bagge + Michał Mirosław Netfilter Core Team Niki W. Waibel + Oleg King Pavel Shramov Peter Holik Peter Kese diff --cc debian/patches/00list index 12d1fc0,57eb84c..87f910c --- a/debian/patches/00list +++ b/debian/patches/00list @@@ -1,4 -1,11 +1,5 @@@ rrd_filter_path.dpatch collection_conf_path.dpatch -myplugin_strcpy.dpatch -memory_libstatgrab.dpatch -collectd_memleak.dpatch -snmp_memleak.dpatch -memcached_fdleak.dpatch -memcached_timeout.dpatch -perl_deadlock.dpatch +perl-uninitialized-var.dpatch + pod-errors.dpatch