[collectd-changes] pkg-collectd: branch "master" updated. collectd-4.6.2-1-14-gc48824c
Sebastian Harl
sh at tokkee.org
Thu May 7 19:53:15 CEST 2009
The branch "master" of project "collectd Debian package"
has been updated
via c48824c66f94e5251793ab87bf59adde65d20a45 (commit)
via 7ec99a80dd9a4d0a2794535e09b03da17158f644 (commit)
via 0fc1be517ebe99fa44d36facd14bfae92abda0d8 (commit)
via 9b1ea6f4e66838d7bbbca61b0ba37757bfba6863 (commit)
via e40acb809732dcbaf5aee658f1472a21ecc89389 (commit)
via 1d66e6f59c6e3ae659df56e166d50d1eb876eb3a (commit)
via b9f0a057ce464e9234f5b6193b5aa12125aa5bba (commit)
via a64e9b767acd4d99d67246958c24446e3f5d1ba2 (commit)
via 54b8bf999295f95f7cf74f896f1cff7b16ff3133 (commit)
via 114bb15cde8d163db8bd6df76536f26065ae9589 (commit)
via beab0a5acd53d5c6ceb2c184b54c1e06a3349f91 (commit)
from 21402b7695274d3d4e34b85f38f64f126060b081 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c48824c66f94e5251793ab87bf59adde65d20a45
Author: Sebastian Harl <sh at tokkee.org>
Date: Thu May 7 10:32:40 2009 +0200
control: Do not build-depend on iproute-dev on mips, mipsel.
The netlink plugin has been disabled on those architectures.
commit 7ec99a80dd9a4d0a2794535e09b03da17158f644
Merge: 0fc1be517ebe99fa44d36facd14bfae92abda0d8 21402b7695274d3d4e34b85f38f64f126060b081
Author: Sebastian Harl <sh at tokkee.org>
Date: Thu May 7 10:30:19 2009 +0200
Merge branch 'master' of git://git.tokkee.org/pkg-collectd
commit 0fc1be517ebe99fa44d36facd14bfae92abda0d8
Author: Sebastian Harl <sh at tokkee.org>
Date: Tue May 5 23:05:53 2009 +0200
changelog: Thank Peter De Schrijver for reporting #524593.
commit 9b1ea6f4e66838d7bbbca61b0ba37757bfba6863
Author: Sebastian Harl <sh at tokkee.org>
Date: Tue May 5 23:02:23 2009 +0200
patches: Added ntpd_type_pun_fix.dpatch.
This is an upstream patch to fix dereferencing of a type-punned pointer
identified by GCC 4.4 (thanks to Martin Michlmayr for reporting this).
Closes: #526667
commit e40acb809732dcbaf5aee658f1472a21ecc89389
Author: Sebastian Harl <sh at tokkee.org>
Date: Mon Apr 20 22:54:46 2009 +0200
control: Build depend on iptables-dev >= 1.4.3.2-2.
Bug #524766 has been fixed in that version. Thus, dropping the dependency on
iptables.
commit 1d66e6f59c6e3ae659df56e166d50d1eb876eb3a
Author: Sebastian Harl <sh at tokkee.org>
Date: Sun Apr 19 21:31:17 2009 +0200
control: Build-depend on iptables-dev (>= 1.4.3.1-1) and iptables.
This allows to link against the packaged libiptc. libiptc is available as
shared library since iptables 1.4.3. Depend on iptables as well to work around
bug #524766.
commit b9f0a057ce464e9234f5b6193b5aa12125aa5bba
Author: Sebastian Harl <sh at tokkee.org>
Date: Sun Apr 19 19:41:50 2009 +0200
filters.conf: Added LoadPlugin options for all matches and targets.
commit a64e9b767acd4d99d67246958c24446e3f5d1ba2
Author: Sebastian Harl <sh at tokkee.org>
Date: Sun Apr 19 19:32:08 2009 +0200
rules: Disabled "netlink" plugin on mips and mipsel.
Those architectures do not allow to link non-PIC code into shared objects.
Closes: #524593
commit 54b8bf999295f95f7cf74f896f1cff7b16ff3133
Author: Sebastian Harl <sh at tokkee.org>
Date: Sun Apr 19 18:02:13 2009 +0200
rules: Added contrib/php-collection/ to /usr/share/doc/collectd/.
commit 114bb15cde8d163db8bd6df76536f26065ae9589
Author: Sebastian Harl <sh at tokkee.org>
Date: Sun Apr 19 17:56:55 2009 +0200
collectd.conf, filters.conf: Added a sample filter chain configuration.
commit beab0a5acd53d5c6ceb2c184b54c1e06a3349f91
Author: Sebastian Harl <sh at tokkee.org>
Date: Tue Apr 14 15:32:45 2009 +0200
patches: Added battery_acpi_complain.dpatch.
This is an upstream patch to fix excessive error messages in the battery
plugin in case /proc/acpi/battery is not available.
The changelog has been updated to 4.6.2-2.
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 23 +++++++++++
debian/collectd.conf | 1 +
debian/collectd.install | 3 +-
debian/control | 2 +-
debian/filters.conf | 28 +++++++++++++
debian/patches/00list | 2 +
debian/patches/battery_acpi_complain.dpatch | 50 ++++++++++++++++++++++++
debian/patches/ntpd_type_pun_fix.dpatch | 56 +++++++++++++++++++++++++++
debian/rules | 4 +-
9 files changed, 165 insertions(+), 4 deletions(-)
create mode 100644 debian/filters.conf
create mode 100755 debian/patches/battery_acpi_complain.dpatch
create mode 100644 debian/patches/ntpd_type_pun_fix.dpatch
More information about the collectd-changes
mailing list