|
@@ -15,9 +15,10 @@ Section: libs
|
|
|
Architecture: any
|
|
|
Depends: ${shlibs:Depends},
|
|
|
${misc:Depends}
|
|
|
-Description: 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: 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.
|
|
|
.
|
|
|
This package contains the shared library.
|
|
|
|
|
@@ -27,9 +28,10 @@ Architecture: any
|
|
|
Depends: libmodbus (= ${binary:Version}),
|
|
|
${shlibs:Depends},
|
|
|
${misc:Depends}
|
|
|
-Description: 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: 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.
|
|
|
.
|
|
|
This package contains the development files.
|
|
|
|