From d48107e4019879ad7fafdb938641c650a4e40342 Mon Sep 17 00:00:00 2001 From: Stéphane Raimbault Date: Mon, 1 Aug 2011 22:11:37 +0200 Subject: [PATCH] Update description of libmodbus --- debian/control | 20 ++++++++++---------- doc/libmodbus.txt | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/debian/control b/debian/control index f7fe99e..4e68773 100644 --- a/debian/control +++ b/debian/control @@ -10,21 +10,21 @@ Package: libmodbus5 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Description: library for the Modbus protocol - A Modbus library written in C, to send/receive data with a device which - respects the Modbus protocol. This library can use a serial port or an - Ethernet connection. +Description: A Modbus library + libmodbus is a C library designed to provide a fast and robust implementation + of the Modbus protocol. It runs on Linux, Mac OS X, FreeBSD, QNX and Windows. . - This package contains the shared library. + This package contains the libmodbus shared library. + Package: libmodbus-dev Section: libdevel Architecture: any Depends: libmodbus5 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} -Description: library for the Modbus protocol - A Modbus library written in C, to send/receive data with a device which - respects the Modbus protocol. This library can use a serial port or an - Ethernet connection. +Description: A Modbus library + libmodbus is a C library designed to provide a fast and robust implementation + of the Modbus protocol. It runs on Linux, Mac OS X, FreeBSD, QNX and Windows. . - This package contains the development files. + This package contains libraries, header files and developer documentation + needed for developing software which uses the libmodbus library. diff --git a/doc/libmodbus.txt b/doc/libmodbus.txt index adb4ee8..dfee6bb 100644 --- a/doc/libmodbus.txt +++ b/doc/libmodbus.txt @@ -4,7 +4,7 @@ libmodbus(7) NAME ---- -libmodbus - fast and portable Modbus library +libmodbus - a fast and portable Modbus library SYNOPSIS -- libgit2 0.21.4