Code

Disabled onewire plugin.
authorSebastian Harl <sh@tokkee.org>
Tue, 7 Oct 2008 07:55:02 +0000 (09:55 +0200)
committerSebastian Harl <sh@tokkee.org>
Tue, 7 Oct 2008 07:55:02 +0000 (09:55 +0200)
owfs is not yet available in Debian.

debian/changelog
debian/rules

index 32c210bb53c99d2d8b187dc7460f444bc40f5f2c..ef4e46d7146671d65cbe1fd8b659e5b553f41612 100644 (file)
@@ -5,12 +5,14 @@ collectd (4.5.0-1) experimental; urgency=low
     - 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)
+    - One-wire sensors information: onewire (experimental, disabled in Debian)
     - PostgreSQL database statistics: postgresql
     - Linux ACPI thermal zone information: thermal
   * Uploading to experimental because of the Lenny freeze.
+  * debian/rules:
+    - Disabled onewire plugin - owfs is not yet available in Debian.
 
- -- Sebastian Harl <sh@tokkee.org>  Tue, 07 Oct 2008 09:38:39 +0200
+ -- Sebastian Harl <sh@tokkee.org>  Tue, 07 Oct 2008 09:53:19 +0200
 
 collectd (4.4.2-2) unstable; urgency=low
 
index 9eff7812373cdd1f3fd109a2576c55be2d526cf6..37c21a4dbfade900e67776bc94eef72d16fcc180 100755 (executable)
@@ -34,6 +34,7 @@ confflags = --host=$(DEB_HOST_GNU_TYPE) \
                        --mandir=\$${prefix}/share/man \
                        --localstatedir=/var --sysconfdir=/etc \
                        --with-perl-bindings="INSTALLDIRS=vendor" \
+                       --disable-onewire \
                        --disable-xmms \
                        --without-libstatgrab