Accepted collectd 4.6.3-1~bpo40+1 (source all amd64)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Sun, 14 Jun 2009 13:52:04 +0200
Source: collectd
Binary: libcollectdclient-dev collectd-utils collectd-dbg collectd-dev libcollectdclient0 collectd
Architecture: source all amd64
Version: 4.6.3-1~bpo40+1
Distribution: etch-backports
Urgency: low
Maintainer: Sebastian Harl <tokkee@debian.org>
Changed-By: Sebastian Harl <tokkee@debian.org>
Description:
collectd - statistics collection and monitoring daemon
collectd-dbg - statistics collection and monitoring daemon (debugging symbols)
collectd-dev - statistics collection and monitoring daemon (development files)
collectd-utils - statistics collection and monitoring daemon (utilities)
libcollectdclient-dev - client library for collectd's control interface (development file
libcollectdclient0 - client library for collectd's control interface
Closes: 492580 515872 520988 521748 521993 524593 526667
Changes:
collectd (4.6.3-1~bpo40+1) etch-backports; urgency=low
.
* Rebuild for etch-backports.
* debian/control:
- Removed dpkg-dev build-dependency - we don't care about Vcs-* and
Homepage fields in backports.org.
- Removed optional build-dependencies libcurl4-gnutls-dev, librrd-dev and
libsnmp-dev - they are not available in Etch and might confuse buildds.
- Switch back to build-depend on nut-dev - libupsclient1-dev is not
available in Etch and limit the "nut" plugin to [!alpha !amd64 !hppa
!ia64 !ppc64 !mips !mipsel].
- Replaced linux-libc-dev build-dependency with linux-kernel-headers.
- Build-conflict with iptables-dev to force the use of the shipped libiptc
(this allows building the iptables plugin on all architectures).
* debian/control, debian/rules:
- Added a work around for #474087 (broken openipmi .pc files) by providing
a fixed version of OpenIPMIpthread.pc in debian/pkgconfig and adding
that path to PKG_CONFIG_PATH. Removed the version from the
libopenipmi-dev build dependency - Etch does not include a fixed version
of openipmi.
- Removed libdbi0-dev build-dependency and disabled the "dbi" plugin -
libdbi is not available on Etch.
.
collectd (4.6.3-1) unstable; urgency=low
.
* New upstream release.
* debian/patches:
- Removed battery_acpi_complain.dpatch - included upstream.
- Removed include_empty_files.dpatch - included upstream.
- Removed ntpd_type_pun_fix.dpatch - included upstream.
- Removed rrdtool_uninitialized_fix.dpatch - included upstream.
- Added libcollectdclient_static_sstrerror.dpatch to make a private
function in libcollectdclient static.
* debian/rules:
- Install collectd-network.py to /usr/share/doc/collectd/examples/.
.
collectd (4.6.2-3) unstable; urgency=low
.
* debian/patches:
- Actually enabled rrdtool_uninitialized_fix.dpatch - d'oh!
.
collectd (4.6.2-2) unstable; urgency=low
.
* debian/patches:
- Added battery_acpi_complain.dpatch - upstream patch to fix excessive
error messages in the battery plugin in case /proc/acpi/battery is not
available.
- Added ntpd_type_pun_fix.dpatch - upstream patch to fix dereferencing of
a type-punned pointer identified by GCC 4.4, thanks to Martin Michlmayr
for reporting this (Closes: #526667).
- Added include_empty_files.dpatch - upstream patch to fix the inclusion
of empty configuration files, thanks to Alexander Wirt for reporting
this.
- Added rrdtool_uninitialized_fix.dpatch - upstream patch to fix an
uninitialized value warning in the rrdtool plugin, thanks to Andreas
Moog for reporting this.
* debian/collectd.conf, debian/filters.conf:
- Added a sample filter chain configuration.
* debian/rules:
- Added contrib/php-collection/ to /usr/share/doc/collectd/.
- Disabled "netlink" plugin on mips and mipsel - those architectures do
not allow to link non-PIC code into shared objects, thanks to Peter De
Schrijver for reporting this (Closes: #524593).
* debian/control:
- Build-depend on iptables-dev (>= 1.4.3.2-2) to link against the packaged
libiptc which is available as shared library since iptables 1.4.3.
Depend on versions >= 1.4.3.2-2 because of #524766.
.
collectd (4.6.2-1) unstable; urgency=low
.
* New upstream release.
- Fixed the use of struct in6_addr (Closes: #521748).
- Added a filter infrastructure based on "matches" and "targets".
- Added support for vmem graphs to collection.cgi (Closes: #521993).
New plugins:
- bind9 name-server and zone statistics: bind
- Parse statistics from websites: curl
- Query data from a relational database: dbi
- OpenVPN traffic and compression statistics: openvpn
- Query data from an Oracle database: oracle (disabled in Debian,
libclntsh is not available)
- Write data via the RRD accelerator daemon: rrdcached (disabled in
Debian, rrdclient support is not yet available)
New matches:
- Match values by their identifier based on regular expressions: regex
- Match values with an invalid timestamp: timediff
- Select values by their data sources' values: value
New targets:
- Create and dispatch a notification: notification
- Replace parts of an identifier using regular expressions: replace
- Set (overwrite) entire parts of an identifier: set
* Uploading to unstable, since Lenny has been released.
* New debconf template translations:
- vi.po, thanks to Clytie Siddall (Closes: #515872).
- es.po, thanks to Francisco Javier Cuadrado and Erika Chacón Vivas
(Closes: #520988).
* debian/patches:
- Removed perl-uninitialized-var.dpatch - included upstream.
* debian/control:
- Added new binary packages libcollectdclient0 and libcollectdclient-dev
for the newly added client library.
- Added new binary package collectd-utils for optional utilities that pull
in additional dependencies. Currently, this only includes
collectd-nagios. The new package replaces collectd (<< 4.6.1-1~),
because it overwrites /usr/bin/collectd-nagios.
- Added libdbi0-dev to the build dependencies - this is required by the
dbi plugin.
- Moved collectd-dbg from section "utils" to the newly added "debug".
- Updated Standards-Version to 3.8.1.
* debian/rules:
- Use dh_install and *.install files to specify which package some file
belongs to.
* debian/libcollectdclient0.symbols:
- Added symbols file for libcollectdclient.
* debian/collectd.overrides:
- Override "spelling-error-in-description" for the apache plugin name -
all plugins are spelled lowercase.
* debian/collectd.init.d:
- Start the daemon using start-stop-daemon's --oknodo option to exit
successfully if the daemon is already running as requested by section
9.3.2 of the Debian Policy 3.8.1.
* debian/copyright:
- Reference GPL-2 in addition to GPL (latest version), since GPL2-only is
used by some files.
.
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/.
- Set CONFIGFILE to /etc/collectd/collectd.conf.
* 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.
- Removed pod-errors.dpatch - included upstream.
* debian/collectd.overrides:
- Override "spelling-error-in-description" for the postgresql plugin name
- all plugins are spelled lowercase.
* debian/collectd.init.d:
- Do not restart collectd if the configuration test fails.
Files:
bd957ab66e0932e6b74207201c575515 1214 utils optional collectd_4.6.3-1~bpo40+1.dsc
8621a35c5ef3eb959d2ebdc712971c66 1488894 utils optional collectd_4.6.3.orig.tar.gz
af9b83067c15eb24b79fc8dbfc8582a6 41679 utils optional collectd_4.6.3-1~bpo40+1.diff.gz
40c8930de460bf82a41e78dd9863792b 589724 utils optional collectd_4.6.3-1~bpo40+1_amd64.deb
5d4c6910c3ccb2087b5fd8f084e05736 52526 utils optional collectd-utils_4.6.3-1~bpo40+1_amd64.deb
ea2e4f9a2973a8dae050346ea35a6c3e 635830 debug extra collectd-dbg_4.6.3-1~bpo40+1_amd64.deb
d979bbf28b71afef7b0caddc705766ea 45920 libdevel optional libcollectdclient-dev_4.6.3-1~bpo40+1_amd64.deb
566a71d180ee8f7df2c33b22f609bd90 50684 libs optional libcollectdclient0_4.6.3-1~bpo40+1_amd64.deb
0cff8f25296248476ef1f69fb486cfd0 73096 utils optional collectd-dev_4.6.3-1~bpo40+1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFKNPhqEFEKc4UBx/wRAkFFAJ92VECA2kACJemvC7Co//JjgetJSQCeMcNB
uf6+QGQGLEelEULhlmvAfyo=
=uq5i
-----END PGP SIGNATURE-----
Accepted:
collectd-dbg_4.6.3-1~bpo40+1_amd64.deb
to pool/main/c/collectd/collectd-dbg_4.6.3-1~bpo40+1_amd64.deb
collectd-dev_4.6.3-1~bpo40+1_all.deb
to pool/main/c/collectd/collectd-dev_4.6.3-1~bpo40+1_all.deb
collectd-utils_4.6.3-1~bpo40+1_amd64.deb
to pool/main/c/collectd/collectd-utils_4.6.3-1~bpo40+1_amd64.deb
collectd_4.6.3-1~bpo40+1.diff.gz
to pool/main/c/collectd/collectd_4.6.3-1~bpo40+1.diff.gz
collectd_4.6.3-1~bpo40+1.dsc
to pool/main/c/collectd/collectd_4.6.3-1~bpo40+1.dsc
collectd_4.6.3-1~bpo40+1_amd64.deb
to pool/main/c/collectd/collectd_4.6.3-1~bpo40+1_amd64.deb
collectd_4.6.3.orig.tar.gz
to pool/main/c/collectd/collectd_4.6.3.orig.tar.gz
libcollectdclient-dev_4.6.3-1~bpo40+1_amd64.deb
to pool/main/c/collectd/libcollectdclient-dev_4.6.3-1~bpo40+1_amd64.deb
libcollectdclient0_4.6.3-1~bpo40+1_amd64.deb
to pool/main/c/collectd/libcollectdclient0_4.6.3-1~bpo40+1_amd64.deb
Reply to: