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
|
Source: faifa
Section: net
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 12), autoconf,
libpcap0.8-dev, libssl-dev (>= 0.9.7)
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/debian/faifa.git
Vcs-Browser: https://salsa.debian.org/debian/faifa
Homepage: https://dev.open-plc.org/
Package: faifa
Depends: ${shlibs:Depends}, ${misc:Depends}
Architecture: any
Description: manage HomePlug 1.0/AV devices via ethernet frames
Faifa is a network tool to remotely manage HomePlug 1.0 and HomePlug AV
devices.
.
HomePlug 1.0 and HomePlug AV are specifications of Power Line Communication
(PLC). PLC is a system for carrying data - network packets - over power line.
<http://www.homeplug.org/>
.
This tool can configure, flash and collect statistics on thoses devices
using private and public Ethernet frames.
.
This package contains Faifa tool.
Package: libfaifa-dev
Section: libdevel
Architecture: any
Depends: libfaifa0t64 (= ${binary:Version}), ${misc:Depends}
Description: manage HomePlug 1.0/AV devices via ethernet frames - devel library
Faifa is a network tool to remotely manage HomePlug 1.0 and HomePlug AV
devices.
.
HomePlug 1.0 and HomePlug AV are specifications of Power Line Communication
(PLC). PLC is a system for carrying data - network packets - over power line.
<http://www.homeplug.org/>
.
This tool can configure, flash and collect statistics on thoses devices
using private and public Ethernet frames.
.
This package contains Faifa library headers.
Package: libfaifa0t64
Provides: ${t64:Provides}
Replaces: libfaifa0
Breaks: libfaifa0 (<< ${source:Version})
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: manage HomePlug 1.0/AV devices via ethernet frames - library
Faifa is a network tool to remotely manage HomePlug 1.0 and HomePlug AV
devices.
.
HomePlug 1.0 and HomePlug AV are specifications of Power Line Communication
(PLC). PLC is a system for carrying data - network packets - over power line.
<http://www.homeplug.org/>
.
This tool can configure, flash and collect statistics on thoses devices
using private and public Ethernet frames.
.
This package contains Faifa shared library.
|