Code

pkg-collectd.git
17 years agoUpdated debian/po/templates.pot.
Sebastian Harl [Sat, 19 May 2007 19:14:41 +0000 (21:14 +0200)]
Updated debian/po/templates.pot.

17 years agoAdded TypesDB to collectd.conf.
Sebastian Harl [Sat, 19 May 2007 19:13:17 +0000 (21:13 +0200)]
Added TypesDB to collectd.conf.

17 years agoAdded collection.conf and collection_conf_path.dpatch.
Sebastian Harl [Sat, 19 May 2007 19:12:50 +0000 (21:12 +0200)]
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/.

17 years agomigrate-3-4.px requires perl and rrdtool but no longer XML::Simple.
Sebastian Harl [Sat, 19 May 2007 18:52:13 +0000 (20:52 +0200)]
migrate-3-4.px requires perl and rrdtool but no longer XML::Simple.

17 years agoUpdated to 4.0.0-rc10.
Sebastian Harl [Sat, 19 May 2007 18:45:45 +0000 (20:45 +0200)]
Updated to 4.0.0-rc10.

17 years agoNEWS.Debian: Added a note about the new plugins "rrdtool", "syslog", etc.
Sebastian Harl [Fri, 18 May 2007 10:05:33 +0000 (12:05 +0200)]
NEWS.Debian: Added a note about the new plugins "rrdtool", "syslog", etc.

17 years agoAdded missing binary packages to collectd-dbg's dependencies.
Sebastian Harl [Thu, 3 May 2007 17:08:09 +0000 (19:08 +0200)]
Added missing binary packages to collectd-dbg's dependencies.

17 years agoNEWS.Debian: Added an example of explicit commands how to do the migration.
Sebastian Harl [Thu, 3 May 2007 16:44:41 +0000 (18:44 +0200)]
NEWS.Debian: Added an example of explicit commands how to do the migration.

17 years agoCheck for XML::Simple in collectd.postinst.
Sebastian Harl [Thu, 3 May 2007 16:39:22 +0000 (18:39 +0200)]
Check for XML::Simple in collectd.postinst.

If the script fails to detect XML::Simple it will disable auto-migration.

17 years agoAdded alpha to list of 64bit systems.
Sebastian Harl [Wed, 2 May 2007 18:00:57 +0000 (20:00 +0200)]
Added alpha to list of 64bit systems.

17 years agoMerge branch 'master' of http://git.tokkee.org/pkg-collectd
Sebastian Harl [Wed, 2 May 2007 17:56:45 +0000 (19:56 +0200)]
Merge branch 'master' of git.tokkee.org/pkg-collectd

17 years agoRemoved unnecessary occurrences of $(CURDIR) in rules.
Sebastian Harl [Wed, 2 May 2007 07:45:37 +0000 (09:45 +0200)]
Removed unnecessary occurrences of $(CURDIR) in rules.

17 years agoUpdated changelog.
Sebastian Harl [Wed, 2 May 2007 07:37:55 +0000 (09:37 +0200)]
Updated changelog.

17 years agocollectd.config: Use "lt-nl" instead of "lt" when comparing versions.
Sebastian Harl [Wed, 2 May 2007 07:20:25 +0000 (09:20 +0200)]
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.

17 years agoNEWS.Debian: Fixed new DataDir path.
Sebastian Harl [Wed, 2 May 2007 07:18:33 +0000 (09:18 +0200)]
NEWS.Debian: Fixed new DataDir path.

17 years agocollectd.postinst: Remove swap-reserved.rrd after migration.
Sebastian Harl [Wed, 2 May 2007 06:12:09 +0000 (08:12 +0200)]
collectd.postinst: Remove swap-reserved.rrd after migration.

Reserved swap is only available on Solaris.

17 years agocollectd.postinst: Set correct permissions for /var/lib/collectd/rrd/.
Sebastian Harl [Wed, 2 May 2007 06:08:54 +0000 (08:08 +0200)]
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.

17 years agocollectd.postinst: Pass hostname to migrate-3-4.px and fix new DataDir.
Sebastian Harl [Tue, 1 May 2007 21:10:42 +0000 (23:10 +0200)]
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/

17 years agoUpdated templates.pot.
Sebastian Harl [Tue, 1 May 2007 20:08:45 +0000 (22:08 +0200)]
Updated templates.pot.

17 years agocollectd.templates: Added a note about XML::Simple.
Sebastian Harl [Tue, 1 May 2007 20:08:02 +0000 (22:08 +0200)]
collectd.templates: Added a note about XML::Simple.

17 years agoAdded bison | byacc and flex to build dependencies.
Sebastian Harl [Tue, 1 May 2007 10:03:21 +0000 (12:03 +0200)]
Added bison | byacc and flex to build dependencies.

17 years agocollectd.postinst: Set output directory for migrate-3-4.px using mktemp(1).
Sebastian Harl [Mon, 30 Apr 2007 16:10:03 +0000 (18:10 +0200)]
collectd.postinst: Set output directory for migrate-3-4.px using mktemp(1).

17 years agoUse po-debconf to make translations of debconf templates possible.
Sebastian Harl [Mon, 30 Apr 2007 12:36:10 +0000 (14:36 +0200)]
Use po-debconf to make translations of debconf templates possible.

17 years agoUpdated copyright to collectd-4.
Sebastian Harl [Sun, 29 Apr 2007 21:14:23 +0000 (23:14 +0200)]
Updated copyright to collectd-4.

17 years agocontrol: Updated plugin list.
Sebastian Harl [Sun, 29 Apr 2007 20:55:21 +0000 (22:55 +0200)]
control: Updated plugin list.

17 years agoFix shebang line in examples/iptables/accounting.sh.
Sebastian Harl [Sun, 29 Apr 2007 20:31:25 +0000 (22:31 +0200)]
Fix shebang line in examples/iptables/accounting.sh.

17 years agocollectd.postinst: Move /tmp/collectd-4 to /var/lib/collectd.
Sebastian Harl [Sun, 29 Apr 2007 20:06:22 +0000 (22:06 +0200)]
collectd.postinst: Move /tmp/collectd-4 to /var/lib/collectd.

17 years agoAdded NEWS.Debian with notes regarding the upgrade to collectd-4.
Sebastian Harl [Sun, 29 Apr 2007 20:02:26 +0000 (22:02 +0200)]
Added NEWS.Debian with notes regarding the upgrade to collectd-4.

17 years agoAdded a note about perl and exec plugins to README.Debian.
Sebastian Harl [Sun, 29 Apr 2007 19:41:07 +0000 (21:41 +0200)]
Added a note about perl and exec plugins to README.Debian.

17 years agoAdded possibility to automatically migrate RRD files from v3 to v4.
Sebastian Harl [Sun, 29 Apr 2007 13:57:03 +0000 (15:57 +0200)]
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.

17 years agoAdded extractDS_path.dpatch to set the path to /usr/lib/collectd/utils/.
Sebastian Harl [Wed, 25 Apr 2007 14:05:17 +0000 (16:05 +0200)]
Added extractDS_path.dpatch to set the path to /usr/lib/collectd/utils/.

17 years agoInstall extractDS.px and migrate-3-4.px to /usr/lib/collectd/utils/.
Sebastian Harl [Wed, 25 Apr 2007 07:37:55 +0000 (09:37 +0200)]
Install extractDS.px and migrate-3-4.px to /usr/lib/collectd/utils/.

17 years agomyplugin.c: Include string.h and math.h.
Sebastian Harl [Tue, 24 Apr 2007 22:17:06 +0000 (00:17 +0200)]
myplugin.c: Include string.h and math.h.

17 years agoUncommented DataDir setting of the rrdtool plugin.
Sebastian Harl [Tue, 24 Apr 2007 21:18:29 +0000 (23:18 +0200)]
Uncommented DataDir setting of the rrdtool plugin.

17 years agoUpdated collectd.conf for collectd-4.
Sebastian Harl [Tue, 24 Apr 2007 20:32:33 +0000 (22:32 +0200)]
Updated collectd.conf for collectd-4.

17 years agoUpdated to collectd-4.0.0~rc6.
Sebastian Harl [Tue, 24 Apr 2007 20:23:33 +0000 (22:23 +0200)]
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.

17 years agoRemoved unnecessary occurrences of $(CURDIR) in rules.
Sebastian Harl [Wed, 2 May 2007 07:45:37 +0000 (09:45 +0200)]
Removed unnecessary occurrences of $(CURDIR) in rules.

17 years agoUpdated changelog.
Sebastian Harl [Wed, 2 May 2007 07:37:55 +0000 (09:37 +0200)]
Updated changelog.

17 years agocollectd.config: Use "lt-nl" instead of "lt" when comparing versions.
Sebastian Harl [Wed, 2 May 2007 07:20:25 +0000 (09:20 +0200)]
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.

17 years agoNEWS.Debian: Fixed new DataDir path.
Sebastian Harl [Wed, 2 May 2007 07:18:33 +0000 (09:18 +0200)]
NEWS.Debian: Fixed new DataDir path.

17 years agocollectd.postinst: Remove swap-reserved.rrd after migration.
Sebastian Harl [Wed, 2 May 2007 06:12:09 +0000 (08:12 +0200)]
collectd.postinst: Remove swap-reserved.rrd after migration.

Reserved swap is only available on Solaris.

17 years agocollectd.postinst: Set correct permissions for /var/lib/collectd/rrd/.
Sebastian Harl [Wed, 2 May 2007 06:08:54 +0000 (08:08 +0200)]
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.

17 years agocollectd.postinst: Pass hostname to migrate-3-4.px and fix new DataDir.
Sebastian Harl [Tue, 1 May 2007 21:10:42 +0000 (23:10 +0200)]
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/

17 years agoUpdated templates.pot.
Sebastian Harl [Tue, 1 May 2007 20:08:45 +0000 (22:08 +0200)]
Updated templates.pot.

17 years agocollectd.templates: Added a note about XML::Simple.
Sebastian Harl [Tue, 1 May 2007 20:08:02 +0000 (22:08 +0200)]
collectd.templates: Added a note about XML::Simple.

17 years agoAdded bison | byacc and flex to build dependencies.
Sebastian Harl [Tue, 1 May 2007 10:03:21 +0000 (12:03 +0200)]
Added bison | byacc and flex to build dependencies.

17 years agocollectd.postinst: Set output directory for migrate-3-4.px using mktemp(1).
Sebastian Harl [Mon, 30 Apr 2007 16:10:03 +0000 (18:10 +0200)]
collectd.postinst: Set output directory for migrate-3-4.px using mktemp(1).

17 years agoUse po-debconf to make translations of debconf templates possible.
Sebastian Harl [Mon, 30 Apr 2007 12:36:10 +0000 (14:36 +0200)]
Use po-debconf to make translations of debconf templates possible.

17 years agoUpdated copyright to collectd-4.
Sebastian Harl [Sun, 29 Apr 2007 21:14:23 +0000 (23:14 +0200)]
Updated copyright to collectd-4.

17 years agocontrol: Updated plugin list.
Sebastian Harl [Sun, 29 Apr 2007 20:55:21 +0000 (22:55 +0200)]
control: Updated plugin list.

17 years agoFix shebang line in examples/iptables/accounting.sh.
Sebastian Harl [Sun, 29 Apr 2007 20:31:25 +0000 (22:31 +0200)]
Fix shebang line in examples/iptables/accounting.sh.

17 years agocollectd.postinst: Move /tmp/collectd-4 to /var/lib/collectd.
Sebastian Harl [Sun, 29 Apr 2007 20:06:22 +0000 (22:06 +0200)]
collectd.postinst: Move /tmp/collectd-4 to /var/lib/collectd.

17 years agoAdded NEWS.Debian with notes regarding the upgrade to collectd-4.
Sebastian Harl [Sun, 29 Apr 2007 20:02:26 +0000 (22:02 +0200)]
Added NEWS.Debian with notes regarding the upgrade to collectd-4.

17 years agoAdded a note about perl and exec plugins to README.Debian.
Sebastian Harl [Sun, 29 Apr 2007 19:41:07 +0000 (21:41 +0200)]
Added a note about perl and exec plugins to README.Debian.

17 years agoAdded possibility to automatically migrate RRD files from v3 to v4.
Sebastian Harl [Sun, 29 Apr 2007 13:57:03 +0000 (15:57 +0200)]
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.

17 years agoAdded extractDS_path.dpatch to set the path to /usr/lib/collectd/utils/.
Sebastian Harl [Wed, 25 Apr 2007 14:05:17 +0000 (16:05 +0200)]
Added extractDS_path.dpatch to set the path to /usr/lib/collectd/utils/.

17 years agoInstall extractDS.px and migrate-3-4.px to /usr/lib/collectd/utils/.
Sebastian Harl [Wed, 25 Apr 2007 07:37:55 +0000 (09:37 +0200)]
Install extractDS.px and migrate-3-4.px to /usr/lib/collectd/utils/.

17 years agomyplugin.c: Include string.h and math.h.
Sebastian Harl [Tue, 24 Apr 2007 22:17:06 +0000 (00:17 +0200)]
myplugin.c: Include string.h and math.h.

17 years agoUncommented DataDir setting of the rrdtool plugin.
Sebastian Harl [Tue, 24 Apr 2007 21:18:29 +0000 (23:18 +0200)]
Uncommented DataDir setting of the rrdtool plugin.

17 years agoUpdated collectd.conf for collectd-4.
Sebastian Harl [Tue, 24 Apr 2007 20:32:33 +0000 (22:32 +0200)]
Updated collectd.conf for collectd-4.

17 years agoUpdated to collectd-4.0.0~rc6.
Sebastian Harl [Tue, 24 Apr 2007 20:23:33 +0000 (22:23 +0200)]
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.

17 years agomyplugin.c: Updated for collectd-4.
Sebastian Harl [Sun, 22 Apr 2007 22:07:38 +0000 (22:07 +0000)]
myplugin.c: Updated for collectd-4.

Basically this is a complete rewrite.

17 years agoDocumented changes in myplugin.c. collectd-3.11.2-1
Sebastian Harl [Thu, 15 Feb 2007 09:20:29 +0000 (09:20 +0000)]
Documented changes in myplugin.c.

17 years agomyplugin.c: Do not pass NULL to plugin_submit().
Sebastian Harl [Mon, 12 Feb 2007 17:38:39 +0000 (17:38 +0000)]
myplugin.c: Do not pass NULL to plugin_submit().

17 years agoUpdated changelog to 3.11.2-1.
Sebastian Harl [Mon, 12 Feb 2007 16:30:39 +0000 (16:30 +0000)]
Updated changelog to 3.11.2-1.

Removed email-ignore-size-le-0.dpatch and sensors-ignorelist.dpatch, which
have been merged upstream.

17 years agoAdded Homepage field to control.
Sebastian Harl [Thu, 8 Feb 2007 10:51:27 +0000 (10:51 +0000)]
Added Homepage field to control.

17 years agoAdded watch file.
Sebastian Harl [Mon, 22 Jan 2007 10:19:14 +0000 (10:19 +0000)]
Added watch file.

17 years agoAdded entries of the email plugin to collectd.conf. collectd-3.11.0-1
Sebastian Harl [Sun, 24 Dec 2006 15:03:34 +0000 (15:03 +0000)]
Added entries of the email plugin to collectd.conf.

17 years agoAdded missing copyright notice about contrib/collectd2html.pl.
Sebastian Harl [Sun, 24 Dec 2006 14:53:01 +0000 (14:53 +0000)]
Added missing copyright notice about contrib/collectd2html.pl.

17 years agoInstall contrib/SpamAssassin/ to /usr/share/doc/collectd/examples/.
Sebastian Harl [Sun, 24 Dec 2006 14:52:32 +0000 (14:52 +0000)]
Install contrib/SpamAssassin/ to /usr/share/doc/collectd/examples/.

17 years agoAdded email-ignore-size-le-0.dpatch and sensors-ignorelist.dpatch.
Sebastian Harl [Sun, 24 Dec 2006 14:38:03 +0000 (14:38 +0000)]
Added email-ignore-size-le-0.dpatch and sensors-ignorelist.dpatch.

17 years agoUpdated version of collectd-dev's dependency on collectd.
Sebastian Harl [Sun, 24 Dec 2006 12:55:44 +0000 (12:55 +0000)]
Updated version of collectd-dev's dependency on collectd.

17 years agoDo not split off packages introducing new recommendations or suggestions.
Sebastian Harl [Sun, 24 Dec 2006 12:54:16 +0000 (12:54 +0000)]
Do not split off packages introducing new recommendations or suggestions.

* Merge collectd-hddtemp into collectd.
* Add hddtemp and mbmon to suggested packages.

17 years agoAdded libpthread-dev as build conflict.
Sebastian Harl [Sat, 23 Dec 2006 01:01:49 +0000 (01:01 +0000)]
Added libpthread-dev as build conflict.

17 years agoAdded new binary package collectd-dns.
Sebastian Harl [Sat, 23 Dec 2006 00:56:30 +0000 (00:56 +0000)]
Added new binary package collectd-dns.

17 years agoUpdated changelog to 3.11.0-1.
Sebastian Harl [Sat, 23 Dec 2006 00:32:27 +0000 (00:32 +0000)]
Updated changelog to 3.11.0-1.

17 years agoUpdated collectd.conf to 3.11.0.
Sebastian Harl [Sat, 23 Dec 2006 00:20:55 +0000 (00:20 +0000)]
Updated collectd.conf to 3.11.0.

17 years agoUpdated copyright to 3.11.0.
Sebastian Harl [Sat, 23 Dec 2006 00:12:59 +0000 (00:12 +0000)]
Updated copyright to 3.11.0.

17 years agoUpdated changelog to 3.10.4-1. collectd-3.10.4-1
Sebastian Harl [Fri, 22 Dec 2006 01:05:07 +0000 (01:05 +0000)]
Updated changelog to 3.10.4-1.

17 years agoREADME.Debian: Use "-fPIC" when compiling myplugin.c.
Sebastian Harl [Fri, 22 Dec 2006 00:31:31 +0000 (00:31 +0000)]
README.Debian: Use "-fPIC" when compiling myplugin.c.

This is required on some architectures (e.g. amd64) and does not hurt on other
architectures.

17 years agomyplugin.c: Include system headers before collectd headers.
Sebastian Harl [Fri, 22 Dec 2006 00:27:45 +0000 (00:27 +0000)]
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.

17 years agoBuild-depends must be a single line according to section 5.1 of the policy.
Sebastian Harl [Thu, 21 Dec 2006 15:28:44 +0000 (15:28 +0000)]
Build-depends must be a single line according to section 5.1 of the policy.

17 years agoAdded '~' to upper boundary of collectd-dev's dependency on collectd. collectd-3.10.3-1
Sebastian Harl [Mon, 6 Nov 2006 16:49:15 +0000 (16:49 +0000)]
Added '~' to upper boundary of collectd-dev's dependency on collectd.

17 years agoAdded Required-{Start,Stop} keywords to init script.
Sebastian Harl [Mon, 6 Nov 2006 16:00:02 +0000 (16:00 +0000)]
Added Required-{Start,Stop} keywords to init script.

17 years agoLSBized init script.
Sebastian Harl [Mon, 6 Nov 2006 13:10:02 +0000 (13:10 +0000)]
LSBized init script.

17 years agoMade package binNMUable.
Sebastian Harl [Mon, 6 Nov 2006 12:42:32 +0000 (12:42 +0000)]
Made package binNMUable.

Upstream assures API backward compatibility only between patch releases.

17 years agoMade copyright easier to read.
Sebastian Harl [Mon, 6 Nov 2006 12:16:44 +0000 (12:16 +0000)]
Made copyright easier to read.

17 years agoUpdated changelog to 3.10.3-1.
Sebastian Harl [Sat, 4 Nov 2006 22:17:15 +0000 (22:17 +0000)]
Updated changelog to 3.10.3-1.

17 years agoReplaced libcurl3-dev build-dependency with libcurl3-gnutls-dev. collectd-3.10.2-1
Sebastian Harl [Fri, 3 Nov 2006 15:21:14 +0000 (15:21 +0000)]
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.

17 years agoUpdated changelog to 3.10.2-1.
Sebastian Harl [Wed, 1 Nov 2006 16:01:00 +0000 (16:01 +0000)]
Updated changelog to 3.10.2-1.

17 years agoUpdated changelog to collectd-3.10.1-4. collectd-3.10.1-4
Sebastian Harl [Thu, 5 Oct 2006 10:30:09 +0000 (10:30 +0000)]
Updated changelog to collectd-3.10.1-4.

17 years agoChanged init sequence code to 95.
Sebastian Harl [Thu, 5 Oct 2006 10:19:21 +0000 (10:19 +0000)]
Changed init sequence code to 95.

This way any daemons that data is collected from should be started.

17 years agoUpdated collectd-dbg's section and priority.
Sebastian Harl [Tue, 25 Jul 2006 18:00:30 +0000 (18:00 +0000)]
Updated collectd-dbg's section and priority.

Set section to "devel" and priority to "extra".

17 years agoUpdated changelog to collectd-3.10.1-3. collectd-3.10.1-3
Sebastian Harl [Tue, 25 Jul 2006 16:38:28 +0000 (18:38 +0200)]
Updated changelog to collectd-3.10.1-3.

17 years agoAdded --oknodo to start-stop-daemon.
Sebastian Harl [Tue, 25 Jul 2006 16:34:34 +0000 (18:34 +0200)]
Added --oknodo to start-stop-daemon.

This fixes the upgrade failure reported by Michal Politowski.

17 years agoFixed collectd-ping's short description.
Sebastian Harl [Mon, 24 Jul 2006 06:34:43 +0000 (06:34 +0000)]
Fixed collectd-ping's short description.

17 years agoImproved/fixed collectd-dbg's description. collectd-3.10.1-2
Sebastian Harl [Sun, 23 Jul 2006 22:09:37 +0000 (00:09 +0200)]
Improved/fixed collectd-dbg's description.

17 years agoFixed collectd-dbg's dependencies.
Sebastian Harl [Sun, 23 Jul 2006 21:58:41 +0000 (23:58 +0200)]
Fixed collectd-dbg's dependencies.

* Removed ${shlibs:Depends}.
* Added all collectd-<plugin> packages.

17 years agoFixed dh_strip debug package option.
Sebastian Harl [Sun, 23 Jul 2006 21:44:54 +0000 (23:44 +0200)]
Fixed dh_strip debug package option.

s/debug-pkg/dbg-package/

17 years agoUpdated changelog to collectd-3.10.1-2.
Sebastian Harl [Sun, 23 Jul 2006 21:40:24 +0000 (23:40 +0200)]
Updated changelog to collectd-3.10.1-2.