Commit d48107e4019879ad7fafdb938641c650a4e40342
1 parent
116c50b0
Update description of libmodbus
Showing
2 changed files
with
11 additions
and
11 deletions
debian/control
| ... | ... | @@ -10,21 +10,21 @@ Package: libmodbus5 |
| 10 | 10 | Section: libs |
| 11 | 11 | Architecture: any |
| 12 | 12 | Depends: ${shlibs:Depends}, ${misc:Depends} |
| 13 | -Description: library for the Modbus protocol | |
| 14 | - A Modbus library written in C, to send/receive data with a device which | |
| 15 | - respects the Modbus protocol. This library can use a serial port or an | |
| 16 | - Ethernet connection. | |
| 13 | +Description: A Modbus library | |
| 14 | + libmodbus is a C library designed to provide a fast and robust implementation | |
| 15 | + of the Modbus protocol. It runs on Linux, Mac OS X, FreeBSD, QNX and Windows. | |
| 17 | 16 | . |
| 18 | - This package contains the shared library. | |
| 17 | + This package contains the libmodbus shared library. | |
| 18 | + | |
| 19 | 19 | |
| 20 | 20 | Package: libmodbus-dev |
| 21 | 21 | Section: libdevel |
| 22 | 22 | Architecture: any |
| 23 | 23 | Depends: libmodbus5 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} |
| 24 | -Description: library for the Modbus protocol | |
| 25 | - A Modbus library written in C, to send/receive data with a device which | |
| 26 | - respects the Modbus protocol. This library can use a serial port or an | |
| 27 | - Ethernet connection. | |
| 24 | +Description: A Modbus library | |
| 25 | + libmodbus is a C library designed to provide a fast and robust implementation | |
| 26 | + of the Modbus protocol. It runs on Linux, Mac OS X, FreeBSD, QNX and Windows. | |
| 28 | 27 | . |
| 29 | - This package contains the development files. | |
| 28 | + This package contains libraries, header files and developer documentation | |
| 29 | + needed for developing software which uses the libmodbus library. | |
| 30 | 30 | ... | ... |