changelog: Fixed some more spelling errors detected by lintian.
debian/control: Depend on libi2c-dev (>= 4.0~).
That's required for the i2c detection patch which breaks the build with
earlier versions. Both changes can easily be reverted, e.g. for backporting.
That's required for the i2c detection patch which breaks the build with
earlier versions. Both changes can easily be reverted, e.g. for backporting.
changelog: Fixed a minor typo ;-)
Release the 5.8.0-1 changelog.
changelog: add summary of changes to control and rules files
copyright: update for 5.8.0
collectd.conf: pull in upstream updates for 5.8
work around liblvm2app depreciation
Revert "Disable the lvm plugin"
This reverts commit 5d743f8e686e86eaf108673c422a2224e5b52979.
Conflicts:
debian/control
This reverts commit 5d743f8e686e86eaf108673c422a2224e5b52979.
Conflicts:
debian/control
libcollectdclient1.symbols: updated for 5.8
mention new plugins in changelog and package description
Update versioned dependency from collectd-dev on collectd-core.
rules: avoid building synproxy plugin on kfreebsd-* archs
rules: blacklist more intel-only plugins on non-intel archs
changelog: 5.8.0 also fixes #887093
libcollectdclient-dev: add 3 new header files
check_plugins.pl: update libdir
Build system changes in 5.8 moved .libs/ to parent directory.
Build system changes in 5.8 moved .libs/ to parent directory.
control: add libprotobuf-dev and protobuf-compiler-grpc to Build-Depends
This is needed by the grpc plugin.
This is needed by the grpc plugin.
rules: disable intel_pmu plugin
i2c_detection.patch: fix badly formatted patch
Disable the lvm plugin
changelog: 5.8.0 includes the fix for #881757
changelog: add thanks
Added i2c_detection.patch
This is needed to make the barometer plugin build on sid.
This is needed to make the barometer plugin build on sid.
Add rd_kafka_last_error.patch
This is needed to make the write_kafka plugin build on sid, and can be
dropped when uploading collectd 5.8.1.
This is needed to make the write_kafka plugin build on sid, and can be
dropped when uploading collectd 5.8.1.
Remove local-msr-index-h.patch
Remove libcollectdclient_error_buffer.patch
Remove dpdk-pkg-config.patch
Remove write_mongodb.patch
Enable the rpc plugin
Re-enable the varnish plugin
Enable the intel_rdt plugin
changelog: start preparing 5.8.0-1
Reference #879471 in debian/changelog.
Disable the varnish plugin for now.
collectd FTBFS against varnish 5.2.
Cf. https://github.com/collectd/collectd/issues/2498
collectd FTBFS against varnish 5.2.
Cf. https://github.com/collectd/collectd/issues/2498
debian/changelog: Fix the distribution name.
Oops!
Oops!
Add write_mongodb.patch to make the plugin compatible with Debian.
This updates the plugin to the most recent upstream version to bring it up to
date with Debian's libmongoc and fix some other issues.
This updates the plugin to the most recent upstream version to bring it up to
date with Debian's libmongoc and fix some other issues.
Quilt refresh debian/patches/dpdk-pkg-config.patch.
Update to standards-version 4.1.1.
* Build depend on debhelper (>= 9.20160709~) instead of dh-systemd.
* Use priority "optional" instead of deprecated priority "extra"
* Build depend on debhelper (>= 9.20160709~) instead of dh-systemd.
* Use priority "optional" instead of deprecated priority "extra"
debian/control: Use priority "optional" instead of deprecated "extra".
Release the 5.7.2-2 changelog.
Enable the write_mongodb plugin, libmongoc is now available.
Thanks to Saikrishna Arcot for reporting this.
Closes: #858315
Thanks to Saikrishna Arcot for reporting this.
Closes: #858315
Add a changelog entry for the DPDK fix.
Thanks Luca Boccassi for reporting and fixing this!
Thanks Luca Boccassi for reporting and fixing this!
Merge branch 'master' of https://github.com/collectd/pkg-debian
Thank Adrian Bunk for reporting the sigrok issue.
Merge pull request #14 from bluca/dpdk_pkgconfig
Backport patch to build DPDK with pkg-config
Backport patch to build DPDK with pkg-config
Disable the sigrok plugin for now.
It's not compatible with libsigrok4.
Closes: #878348
It's not compatible with libsigrok4.
Closes: #878348
Backport patch to build DPDK with pkg-config
Backport and adapt patches from upstream to use pkg-config when
querying for DPDK:
https://github.com/collectd/collectd/pull/2400
https://github.com/collectd/collectd/pull/2405
This allows DPDK in Debian to fix an upstream multi-arch issue,
where arch-dependents headers are installed in /usr/include breaking
multi-arch co-installability of libdpdk-dev.
The arch-dependent DPDK headers will be moved under /usr/include/<arch>
to fix the issue, and pkg-config --cflags will return the correct
-I values.
Closes #872482
Backport and adapt patches from upstream to use pkg-config when
querying for DPDK:
https://github.com/collectd/collectd/pull/2400
https://github.com/collectd/collectd/pull/2405
This allows DPDK in Debian to fix an upstream multi-arch issue,
where arch-dependents headers are installed in /usr/include breaking
multi-arch co-installability of libdpdk-dev.
The arch-dependent DPDK headers will be moved under /usr/include/<arch>
to fix the issue, and pkg-config --cflags will return the correct
-I values.
Closes #872482
Release 5.7.2-1 changelog
patches: add local-msr-index-h.patch
NB: I don't feel this is the correct solution, and definetely needs to
get fixed upstream. So this is more of a temporary workaround for the
current FTBFS in sid.
NB: I don't feel this is the correct solution, and definetely needs to
get fixed upstream. So this is more of a temporary workaround for the
current FTBFS in sid.
patches: add libcollectdclient_error_buffer.patch
changelog: close #859494/CVE-2017-7401
patches: remove 4 patches merged upstream
changelog: start preparing 5.7.2-1
Drop -ssl -lcrypto from linking.
openssl's functionality is not used by collectd.
Closes: #852924
openssl's functionality is not used by collectd.
Closes: #852924
Release 5.7.1-1 changelog
patches: add dpdkstat_goto_label.patch
patches: add mqtt_invalid_symbols.patch
patches: add mqtt_resource_leak.patch
patches: drop dpdkstat-portable-format-string.patch
changelog: prepare 5.7.1-1
control: add minimal version requirement to libriemann-client-dev build dep
control: Have a stricter dependency between collectd and collectd-core. (#12)
That is, depend on greater or equal the `collectd` version but less than the
next major version.
The `collectd` package provides config files which are expected to be
backward compatible (across the same major version) but may depend on new
features in the current (at the time) minor version.
That is, depend on greater or equal the `collectd` version but less than the
next major version.
The `collectd` package provides config files which are expected to be
backward compatible (across the same major version) but may depend on new
features in the current (at the time) minor version.
Release 5.7.0-3, fixing build-dep screwup in -2
changelog: release 5.7.0-2 + reformatting
rules: disable dpdkstat plugin on non-Intel platforms
patches: add dpdkstat-portable-format-string.patch
changelog: prepare 5.7.0-2
release the changelog for 5.7.0-1
convert all collectd.org URLs to https
rules: remove legacy TODO file from docs
control: add new plugins to package description
copyright: update for 5.7.0
collectd.conf: update for new plugins and config options
Update versioned dependency from collectd-dev on collectd-core.
control: take nagios packages removal from archive in account
patches: add nagios-debian-paths.patch
Also fix path to nagios socket in default collectd.conf
Thanks to Bas Couwenberg!
Also fix path to nagios socket in default collectd.conf
Thanks to Bas Couwenberg!
debian/patches: remove configure_find_lc_all.patch
Mention new plugins and their build-deps, disable non-buildable plugins.
changelog: start preparing 5.7.0-1
Release 5.6.1-2 changelog
control: Remove "Multi-Arch: same"
Set debhelper compat version to 9
control: add dependency on lsb-base
Error spotted by Lintian.
Error spotted by Lintian.
control: update mysql-related package names
Error spotted by Lintian.
Error spotted by Lintian.
control: update Vcs-Git and Vcs-Browser
control: add missing build-deps for kfreebsd archs
changelog: prepare 5.6.1-2
copyright: fixed 2 spelling mistakes spotted by lintian
Release 5.6.1-1 changelog
rules: enable running the test suite
control: Add "Multi-Arch: same" to libcollectdclient-dev
patches/configure_find_lc_all.patch: pipe find results to sort, fixing build reproducibility
rules: disable a couple of Linux-only plugins on kFreeBSD
control: add 2 packages to suggests
control: mention new plugins in 5.6 in package description
changelog: start preparing 5.6.1
Update versioned dependency from collectd-dev on collectd-core.
5.6 fixes #797687.