Просмотр исходного кода

Litian fixes provided by Ivo De Decker

Stéphane Raimbault 14 лет назад
Родитель
Сommit
daf0e4c489
2 измененных файлов с 9 добавлено и 7 удалено
  1. 8 6
      debian/control
  2. 1 1
      debian/copyright

+ 8 - 6
debian/control

@@ -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.
 

+ 1 - 1
debian/copyright

@@ -3,7 +3,7 @@ This package was debianized by Stéphane Raimbault
 
 It was downloaded from <http://libmodbus.org>
 
-Upstream Author(s):
+Upstream Author:
 
     Stéphane Raimbault <stephane.raimbault@gmail.com>