Code

Split the "collectd" binary package into "collectd-core" and "collectd".
authorSebastian Harl <sh@tokkee.org>
Sun, 13 Dec 2009 20:01:47 +0000 (21:01 +0100)
committerSebastian Harl <sh@tokkee.org>
Sun, 13 Dec 2009 20:01:47 +0000 (21:01 +0100)
commit12f6f4493471f9a393dd7dd273da4117c0fd6de8
tree744675eb59e35f51ad1d0782c47e7d3e70ba658a
parent9347ab7762acbdefa9a754ea4c115cf0b6e27a3c
Split the "collectd" binary package into "collectd-core" and "collectd".

The former provides the main program file and the plugins while the latter
provides the configuration. This allows for much more flexible setups (e.g.
providing customizations on top of "collectd-core" without modifying the
"collectd" package) and, amongst others, removes the hard dependency on
librrd.

Closes: #495936, #544311
33 files changed:
debian/bin/gen_plugin_deps.pl
debian/changelog
debian/collectd-core.collectd.default [new file with mode: 0644]
debian/collectd-core.collectd.init.d [new file with mode: 0755]
debian/collectd-core.config [new file with mode: 0755]
debian/collectd-core.install [new file with mode: 0644]
debian/collectd-core.overrides [new file with mode: 0644]
debian/collectd-core.postinst [new file with mode: 0755]
debian/collectd-core.postrm [new file with mode: 0755]
debian/collectd-core.templates [new file with mode: 0644]
debian/collectd.config [deleted file]
debian/collectd.default [deleted file]
debian/collectd.init.d [deleted file]
debian/collectd.install
debian/collectd.overrides [deleted file]
debian/collectd.postinst [deleted file]
debian/collectd.postrm [deleted file]
debian/collectd.templates [deleted file]
debian/control
debian/po/POTFILES.in
debian/po/cs.po
debian/po/de.po
debian/po/es.po
debian/po/fr.po
debian/po/gl.po
debian/po/ja.po
debian/po/nl.po
debian/po/pt.po
debian/po/ru.po
debian/po/sv.po
debian/po/templates.pot
debian/po/vi.po
debian/rules