Commit d48107e4019879ad7fafdb938641c650a4e40342

Authored by Stéphane Raimbault
1 parent 116c50b0

Update description of libmodbus

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  
... ...
doc/libmodbus.txt
... ... @@ -4,7 +4,7 @@ libmodbus(7)
4 4  
5 5 NAME
6 6 ----
7   -libmodbus - fast and portable Modbus library
  7 +libmodbus - a fast and portable Modbus library
8 8  
9 9  
10 10 SYNOPSIS
... ...