Commit daf0e4c489bb2934b265e244cb4316664aa6b452
1 parent
3db8dfe7
Litian fixes provided by Ivo De Decker
Showing
2 changed files
with
9 additions
and
7 deletions
debian/control
| ... | ... | @@ -15,9 +15,10 @@ Section: libs |
| 15 | 15 | Architecture: any |
| 16 | 16 | Depends: ${shlibs:Depends}, |
| 17 | 17 | ${misc:Depends} |
| 18 | -Description: A Modbus library written in C, to send/receive data with a | |
| 19 | - device which respects the Modbus protocol. This library can use a | |
| 20 | - serial port or an Ethernet connection. | |
| 18 | +Description: library for the Modbus protocol | |
| 19 | + A Modbus library written in C, to send/receive data with a device which | |
| 20 | + respects the Modbus protocol. This library can use a serial port or an | |
| 21 | + Ethernet connection. | |
| 21 | 22 | . |
| 22 | 23 | This package contains the shared library. |
| 23 | 24 | |
| ... | ... | @@ -27,9 +28,10 @@ Architecture: any |
| 27 | 28 | Depends: libmodbus (= ${binary:Version}), |
| 28 | 29 | ${shlibs:Depends}, |
| 29 | 30 | ${misc:Depends} |
| 30 | -Description: A Modbus library written in C, to send/receive data with a | |
| 31 | - device which respects the Modbus protocol. This library can use a | |
| 32 | - serial port or an Ethernet connection. | |
| 31 | +Description: library for the Modbus protocol | |
| 32 | + A Modbus library written in C, to send/receive data with a device which | |
| 33 | + respects the Modbus protocol. This library can use a serial port or an | |
| 34 | + Ethernet connection. | |
| 33 | 35 | . |
| 34 | 36 | This package contains the development files. |
| 35 | 37 | ... | ... |