Commit daf0e4c489bb2934b265e244cb4316664aa6b452

Authored by Stéphane Raimbault
1 parent 3db8dfe7

Litian fixes provided by Ivo De Decker

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  
... ...
debian/copyright
... ... @@ -3,7 +3,7 @@ This package was debianized by Stéphane Raimbault
3 3  
4 4 It was downloaded from <http://libmodbus.org>
5 5  
6   -Upstream Author(s):
  6 +Upstream Author:
7 7  
8 8 Stéphane Raimbault <stephane.raimbault@gmail.com>
9 9  
... ...