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 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306
|
Source: owfs
Maintainer: Vincent Danjean <vdanjean@debian.org>
Section: electronics
Priority: optional
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
swig,
tcl-dev,
libusb-1.0-0-dev,
ed,
php-cli,
php-dev,
systemd-dev,
groff-base,
perl-xs-dev,
pkgconf,
libavahi-client-dev,
libftdi1-dev
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/debian/owfs
Vcs-Git: https://salsa.debian.org/debian/owfs.git
Homepage: http://owfs.org/
Package: owfs-common
Architecture: all
Multi-Arch: foreign
Pre-Depends: ${misc:Pre-Depends},
adduser
Depends: ${misc:Depends},
ucf
Breaks: libow-2.8-15 (<<2.9)
Description: common files used by any of the OWFS programs
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
This package contains the common files that are used by any of the
OWFS programs.
Package: owfs
Architecture: all
Depends: ${misc:Depends},
owserver (>= ${binary:Version}),
owhttpd (>= ${binary:Version}),
owftpd (>= ${binary:Version})
Suggests: owfs-doc
Description: Dallas 1-wire support
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
This package is a metapackage depending on various other OWFS packages.
Installing this package gets you a FUSE daemon, server arbitrates access
to the bus from multiple client processes, small ftp and webserver.
Package: libow-3.2-4t64
Provides: ${t64:Provides}
Replaces: libow-3.2-4
Breaks: libow-3.2-4 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends},
owfs-common (>= ${source:Version})
Pre-Depends: ${misc:Pre-Depends}
Description: 1-Wire File System full library
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
This package includes the ow library that is able to talk directly to 1-wire
buses.
Package: libowcapi-3.2-4t64
Provides: ${t64:Provides}
Replaces: libowcapi-3.2-4
Breaks: libowcapi-3.2-4 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: 1-Wire File System C library
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
This package includes the C API that allows one to talk directly to 1-wire
buses (through the libow library).
Package: libow-dev
Architecture: any
Section: libdevel
Depends: ${shlibs:Depends},
${misc:Depends},
libow-3.2-4t64 (= ${binary:Version}),
libowcapi-3.2-4t64 (= ${binary:Version})
Multi-Arch: same
Description: 1-Wire File System (development files)
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
This package includes development libraries and C header files.
Package: libownet-3.2-4t64
Provides: ${t64:Provides}
Replaces: libownet-3.2-4
Breaks: libownet-3.2-4 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: owserver protocol library
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
This package includes the ownet library that is able to talk to a owserver
in order to get/send 1-wire information.
Package: libownet-dev
Architecture: any
Section: libdevel
Depends: ${shlibs:Depends},
${misc:Depends},
libownet-3.2-4t64 (= ${binary:Version})
Multi-Arch: same
Description: owserver protocol library (development files)
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
This package contains the development libraries and interfaces
to access a remote owserver.
Package: owserver
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
${misc:Depends},
owfs-common (>= 3.2p4+dfsg1-7~),
Suggests: avahi-daemon
Description: Backend server for 1-Wire control
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
OWserver arbitrates access to the 1-Wire bus from multiple client processes.
The physical bus is usually connected to a serial or USB port,
and other processes connect to owserver over network sockets (tcp port).
Communication can be local or over a network.
Package: ow-shell
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Suggests: owserver
Description: shell utilities to talk to an 1-Wire owserver
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
This package has several command line programs to talk to an owserver.
Included programs are :
* owdir: list 1-wire devices or properties
* owread: read 1-wire value
* owget: combines owdir and owread
* owwrite: set a 1-wire value
* owexist: check if a 1-wire server is reachable
* owpresent: check if a 1-wire device is connected
Package: ow-tools
Architecture: all
Depends: ${misc:Depends},
tk
Suggests: owserver
Breaks: ow-shell (<< 2.9p5)
Replaces: ow-shell (<< 2.9p5)
Multi-Arch: foreign
Description: tools to monitor or inspect a ow-server link
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
This package includes two TclTk tools:
* owtap: inspect network transmission of the owserver protocol
* owmon: show statistics and setting for an owserver
Package: owhttpd
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
${misc:Depends},
owfs-common (>= 3.2p4+dfsg1-7~),
Recommends: owserver
Description: HTTP daemon providing access to 1-Wire networks
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
HTTP daemon providing access to 1-Wire networks.
Package: owftpd
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
${misc:Depends},
owfs-common (>= 3.2p4+dfsg1-7~),
Recommends: owserver
Description: FTP daemon providing access to 1-Wire networks
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
FTP daemon providing access to 1-Wire networks.
Package: libow-php
Provides: ${t64:Provides}
Replaces: libow-php7, libow-php7t64
Breaks: libow-php7 (<< ${source:Version}), libow-php7t64 (<< ${source:Version})
Architecture: any
Section: php
Depends: ${shlibs:Depends},
${misc:Depends},
${php:Depends}
Description: Dallas 1-wire support: PHP bindings
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
PHP bindings for the OWFS 1-wire support library have been produced
with SWIG and allow access to libow* functions from PHP code.
Package: libownet-php
Architecture: all
Section: web
Depends: php | php-cli,
${misc:Depends}
Description: Dallas 1-wire support: PHP OWNet library
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
The PHP OWNet library lets you access owserver and allows reading,
writing and listing the 1-wire bus.
Package: libow-perl
Architecture: any
Section: perl
Depends: ${shlibs:Depends},
${perl:Depends},
${misc:Depends}
Multi-Arch: same
Description: Dallas 1-wire support: Perl5 bindings
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
Perl bindings for the OWFS 1-wire support library have been produced
with SWIG and allow access to libow functions from perl code.
Package: libownet-perl
Architecture: all
Section: perl
Depends: ${shlibs:Depends},
${perl:Depends},
${misc:Depends}
Multi-Arch: foreign
Description: Perl module for accessing 1-wire networks
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
OWNet.pm is a perl module for accessing 1-wire sensors through an owserver.
Package: libow-tcl
Architecture: any
Section: interpreters
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Dallas 1-wire support: Tcl bindings
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
This package contains Tcl bindings to the OWFS core library (libow),
which is used to access 1-Wire networks
Package: owfs-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: owfs
Multi-Arch: foreign
Description: Dallas 1-wire support: Documentation for owfs
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
Documentation for OWFS in 'man' format.
This package contains the manpages for 1-Wire, including the
device-specific manpages.
|