rules: Check for plugin specific manpages and install them to correct package.
Some "special" plugins are documented in their own manpages. If such a manpape
exists for any plugin being installed to its own package install the manpage
to that package as well.
Some "special" plugins are documented in their own manpages. If such a manpape
exists for any plugin being installed to its own package install the manpage
to that package as well.
rules: Fix of shebang line has been applied upstream.
Updated debian/po/templates.pot.
Added TypesDB to collectd.conf.
Added collection.conf and collection_conf_path.dpatch.
collection_conf_path.dpatch sets the path to collection.conf in collection.cgi
from /etc/ to /etc/collectd/.
collection_conf_path.dpatch sets the path to collection.conf in collection.cgi
from /etc/ to /etc/collectd/.
migrate-3-4.px requires perl and rrdtool but no longer XML::Simple.
Updated to 4.0.0-rc10.
NEWS.Debian: Added a note about the new plugins "rrdtool", "syslog", etc.
Added missing binary packages to collectd-dbg's dependencies.
NEWS.Debian: Added an example of explicit commands how to do the migration.
Check for XML::Simple in collectd.postinst.
If the script fails to detect XML::Simple it will disable auto-migration.
If the script fails to detect XML::Simple it will disable auto-migration.
Added alpha to list of 64bit systems.
Merge branch 'master' of git.tokkee.org/pkg-collectd
Removed unnecessary occurrences of $(CURDIR) in rules.
Updated changelog.
collectd.config: Use "lt-nl" instead of "lt" when comparing versions.
"lt-nl" treats an empty version as larger than any other version which is the
desired behavior when checking for an upgrade from v3 to v4.
"lt-nl" treats an empty version as larger than any other version which is the
desired behavior when checking for an upgrade from v3 to v4.
NEWS.Debian: Fixed new DataDir path.
collectd.postinst: Remove swap-reserved.rrd after migration.
Reserved swap is only available on Solaris.
Reserved swap is only available on Solaris.
collectd.postinst: Set correct permissions for /var/lib/collectd/rrd/.
mktemp(1) creates the directory with permissions 0700 but we want to have 0755
after the data has been migrated.
mktemp(1) creates the directory with permissions 0700 but we want to have 0755
after the data has been migrated.
collectd.postinst: Pass hostname to migrate-3-4.px and fix new DataDir.
* hostname should only default to "localhost" if hostname(1) returned the
empty string
* move new DataDir to /var/lib/collectd/rrd instead of /var/lib/collectd/
* hostname should only default to "localhost" if hostname(1) returned the
empty string
* move new DataDir to /var/lib/collectd/rrd instead of /var/lib/collectd/
Updated templates.pot.
collectd.templates: Added a note about XML::Simple.
Added bison | byacc and flex to build dependencies.
collectd.postinst: Set output directory for migrate-3-4.px using mktemp(1).
Use po-debconf to make translations of debconf templates possible.
Updated copyright to collectd-4.
control: Updated plugin list.
Fix shebang line in examples/iptables/accounting.sh.
collectd.postinst: Move /tmp/collectd-4 to /var/lib/collectd.
Added NEWS.Debian with notes regarding the upgrade to collectd-4.
Added a note about perl and exec plugins to README.Debian.
Added possibility to automatically migrate RRD files from v3 to v4.
A debconf question has been added to ask the user weather he wishes to let
collectd try to automatically migrate old RRD files using migrate-3-4.px. A
backup of /var/lib/collectd/ will be created in this case.
A debconf question has been added to ask the user weather he wishes to let
collectd try to automatically migrate old RRD files using migrate-3-4.px. A
backup of /var/lib/collectd/ will be created in this case.
Added extractDS_path.dpatch to set the path to /usr/lib/collectd/utils/.
Install extractDS.px and migrate-3-4.px to /usr/lib/collectd/utils/.
myplugin.c: Include string.h and math.h.
Uncommented DataDir setting of the rrdtool plugin.
Updated collectd.conf for collectd-4.
Updated to collectd-4.0.0~rc6.
* Updated changelog to collectd-4.0.0~rc6-1.
* Added collectd-perl binary package.
* Added iptables-dev, nut-dev and libperl-dev build dependencies.
* Enabled debugging.
* Updated changelog to collectd-4.0.0~rc6-1.
* Added collectd-perl binary package.
* Added iptables-dev, nut-dev and libperl-dev build dependencies.
* Enabled debugging.
Removed unnecessary occurrences of $(CURDIR) in rules.
Updated changelog.
collectd.config: Use "lt-nl" instead of "lt" when comparing versions.
"lt-nl" treats an empty version as larger than any other version which is the
desired behavior when checking for an upgrade from v3 to v4.
"lt-nl" treats an empty version as larger than any other version which is the
desired behavior when checking for an upgrade from v3 to v4.
NEWS.Debian: Fixed new DataDir path.
collectd.postinst: Remove swap-reserved.rrd after migration.
Reserved swap is only available on Solaris.
Reserved swap is only available on Solaris.
collectd.postinst: Set correct permissions for /var/lib/collectd/rrd/.
mktemp(1) creates the directory with permissions 0700 but we want to have 0755
after the data has been migrated.
mktemp(1) creates the directory with permissions 0700 but we want to have 0755
after the data has been migrated.
collectd.postinst: Pass hostname to migrate-3-4.px and fix new DataDir.
* hostname should only default to "localhost" if hostname(1) returned the
empty string
* move new DataDir to /var/lib/collectd/rrd instead of /var/lib/collectd/
* hostname should only default to "localhost" if hostname(1) returned the
empty string
* move new DataDir to /var/lib/collectd/rrd instead of /var/lib/collectd/
Updated templates.pot.
collectd.templates: Added a note about XML::Simple.
Added bison | byacc and flex to build dependencies.
collectd.postinst: Set output directory for migrate-3-4.px using mktemp(1).
Use po-debconf to make translations of debconf templates possible.
Updated copyright to collectd-4.
control: Updated plugin list.
Fix shebang line in examples/iptables/accounting.sh.
collectd.postinst: Move /tmp/collectd-4 to /var/lib/collectd.
Added NEWS.Debian with notes regarding the upgrade to collectd-4.
Added a note about perl and exec plugins to README.Debian.
Added possibility to automatically migrate RRD files from v3 to v4.
A debconf question has been added to ask the user weather he wishes to let
collectd try to automatically migrate old RRD files using migrate-3-4.px. A
backup of /var/lib/collectd/ will be created in this case.
A debconf question has been added to ask the user weather he wishes to let
collectd try to automatically migrate old RRD files using migrate-3-4.px. A
backup of /var/lib/collectd/ will be created in this case.
Added extractDS_path.dpatch to set the path to /usr/lib/collectd/utils/.
Install extractDS.px and migrate-3-4.px to /usr/lib/collectd/utils/.
myplugin.c: Include string.h and math.h.
Uncommented DataDir setting of the rrdtool plugin.
Updated collectd.conf for collectd-4.
Updated to collectd-4.0.0~rc6.
* Updated changelog to collectd-4.0.0~rc6-1.
* Added collectd-perl binary package.
* Added iptables-dev, nut-dev and libperl-dev build dependencies.
* Enabled debugging.
* Updated changelog to collectd-4.0.0~rc6-1.
* Added collectd-perl binary package.
* Added iptables-dev, nut-dev and libperl-dev build dependencies.
* Enabled debugging.
myplugin.c: Updated for collectd-4.
Basically this is a complete rewrite.
Basically this is a complete rewrite.
Documented changes in myplugin.c.
myplugin.c: Do not pass NULL to plugin_submit().
Updated changelog to 3.11.2-1.
Removed email-ignore-size-le-0.dpatch and sensors-ignorelist.dpatch, which
have been merged upstream.
Removed email-ignore-size-le-0.dpatch and sensors-ignorelist.dpatch, which
have been merged upstream.
Added Homepage field to control.
Added watch file.
Added entries of the email plugin to collectd.conf.
Added missing copyright notice about contrib/collectd2html.pl.
Install contrib/SpamAssassin/ to /usr/share/doc/collectd/examples/.
Added email-ignore-size-le-0.dpatch and sensors-ignorelist.dpatch.
Updated version of collectd-dev's dependency on collectd.
Do not split off packages introducing new recommendations or suggestions.
* Merge collectd-hddtemp into collectd.
* Add hddtemp and mbmon to suggested packages.
* Merge collectd-hddtemp into collectd.
* Add hddtemp and mbmon to suggested packages.
Added libpthread-dev as build conflict.
Added new binary package collectd-dns.
Updated changelog to 3.11.0-1.
Updated collectd.conf to 3.11.0.
Updated copyright to 3.11.0.
Updated changelog to 3.10.4-1.
README.Debian: Use "-fPIC" when compiling myplugin.c.
This is required on some architectures (e.g. amd64) and does not hurt on other
architectures.
This is required on some architectures (e.g. amd64) and does not hurt on other
architectures.
myplugin.c: Include system headers before collectd headers.
The collectd headers can hardly been made self-containing in the upstream
sources as we're using autoconf and a couple of #ifdef's to include the
correct headers. To work around this all required headers are included before
the collectd headers.
The collectd headers can hardly been made self-containing in the upstream
sources as we're using autoconf and a couple of #ifdef's to include the
correct headers. To work around this all required headers are included before
the collectd headers.
Build-depends must be a single line according to section 5.1 of the policy.
Added '~' to upper boundary of collectd-dev's dependency on collectd.
Added Required-{Start,Stop} keywords to init script.
LSBized init script.
Made package binNMUable.
Upstream assures API backward compatibility only between patch releases.
Upstream assures API backward compatibility only between patch releases.
Made copyright easier to read.
Updated changelog to 3.10.3-1.
Replaced libcurl3-dev build-dependency with libcurl3-gnutls-dev.
libcurl3-dev causes the apache plugin to be linked against libssl which is
licenses in a GPL incompatible way.
libcurl3-dev causes the apache plugin to be linked against libssl which is
licenses in a GPL incompatible way.
Updated changelog to 3.10.2-1.
Updated changelog to collectd-3.10.1-4.
Changed init sequence code to 95.
This way any daemons that data is collected from should be started.
This way any daemons that data is collected from should be started.
Updated collectd-dbg's section and priority.
Set section to "devel" and priority to "extra".
Set section to "devel" and priority to "extra".
Updated changelog to collectd-3.10.1-3.
Added --oknodo to start-stop-daemon.
This fixes the upgrade failure reported by Michal Politowski.
This fixes the upgrade failure reported by Michal Politowski.
Fixed collectd-ping's short description.
Improved/fixed collectd-dbg's description.
Fixed collectd-dbg's dependencies.
* Removed ${shlibs:Depends}.
* Added all collectd-<plugin> packages.
* Removed ${shlibs:Depends}.
* Added all collectd-<plugin> packages.