1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112
|
Source: w1retap
Section: electronics
Priority: optional
Maintainer: Thomas Stewart <thomas@stewarts.org.uk>
Build-Depends: asciidoc,
debhelper (>= 10),
default-libmysqlclient-dev,
docbook-xml,
docbook-xsl,
libglib2.0-dev,
libmongo-client-dev,
libpq-dev,
libsqlite3-dev,
libusb-dev,
libxml2-dev,
libxml2-utils,
pkg-config,
unixodbc-dev,
xsltproc
Build-Conflicts: libowfat-dev
Standards-Version: 3.9.8
Homepage: http://www.zen35309.zen.co.uk/wx/tech.html
Package: w1retap
Architecture: any
Depends: adduser, lsb-base (>= 3.0-6), ruby, ${misc:Depends}, ${shlibs:Depends}
Recommends: w1retap-doc
Description: Data logger for 1-Wire weather sensors
The w1retap package reads weather sensors on a 1-Wire bus and logs the
retrieved data to the configured databases or files. It supports a number of
different 1-Wire host bus adapters and 1-Wire sensors designed by Dallas
Semiconductor Corp (now Maxim Integrated) and compatible sensors including
those from AAG Electrónica and other hobby sensors.
Package: w1retap-doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Section: doc
Description: Data logger for 1-Wire weather sensors (docs)
The w1retap package reads weather sensors on a 1-Wire bus and logs the
retrieved data to the configured databases or files. It supports a number of
different 1-Wire host bus adapters and 1-Wire sensors designed by Dallas
Semiconductor Corp (now Maxim Integrated) and compatible sensors including
those from AAG Electrónica and other hobby sensors.
.
This provides the documentation.
Package: w1retap-mysql
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Data logger for 1-Wire weather sensors (MySQL plugin)
The w1retap package reads weather sensors on a 1-Wire bus and logs the
retrieved data to the configured databases or files. It supports a number of
different 1-Wire host bus adapters and 1-Wire sensors designed by Dallas
Semiconductor Corp (now Maxim Integrated) and compatible sensors including
those from AAG Electrónica and other hobby sensors.
.
This provides the capability to use a MySQL database for storage.
Package: w1retap-mongo
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Data logger for 1-Wire weather sensors (MongoDB plugin)
The w1retap package reads weather sensors on a 1-Wire bus and logs the
retrieved data to the configured databases or files. It supports a number of
different 1-Wire host bus adapters and 1-Wire sensors designed by Dallas
Semiconductor Corp (now Maxim Integrated) and compatible sensors including
those from AAG Electrónica and other hobby sensors.
.
This provides the capability to use a MongoDB database for storage.
Package: w1retap-odbc
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Data logger for 1-Wire weather sensors (ODBC plugin)
The w1retap package reads weather sensors on a 1-Wire bus and logs the
retrieved data to the configured databases or files. It supports a number of
different 1-Wire host bus adapters and 1-Wire sensors designed by Dallas
Semiconductor Corp (now Maxim Integrated) and compatible sensors including
those from AAG Electrónica and other hobby sensors.
.
This provides the capability to use a ODBC database for storage.
Package: w1retap-pgsql
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Data logger for 1-Wire weather sensors (PostgreSQL plugin)
The w1retap package reads weather sensors on a 1-Wire bus and logs the
retrieved data to the configured databases or files. It supports a number of
different 1-Wire host bus adapters and 1-Wire sensors designed by Dallas
Semiconductor Corp (now Maxim Integrated) and compatible sensors including
those from AAG Electrónica and other hobby sensors.
.
This provides the capability to use a PostgreSQL database for storage.
Package: w1retap-sqlite
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Data logger for 1-Wire weather sensors (SQLite plugin)
The w1retap package reads weather sensors on a 1-Wire bus and data the
retrieved data to the configured databases or files. It supports a number of
different 1-Wire host bus adapters and 1-Wire sensors designed by Dallas
Semiconductor Corp (now Maxim Integrated) and compatible sensors including
those from AAG Electrónica and other hobby sensors.
.
This provides the capability to use a SQLite database for storage.
|