control 1012 Bytes
Source: libmodbus
Distribution: hardy
Priority: extra
Maintainer: Stéphane Raimbault <stephane.raimbault@gmail.com>
Standards-Version: 3.7.3
Section: libs
Build-Depends: debhelper (>= 5.0.37.2),
               cdbs (>= 0.4.43),
               autotools-dev,
               dpkg-dev (>= 1.13.19)

Package: libmodbus
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.
 .
 This package contains the shared library.

Package: libmodbus-dev
Section: libdevel
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.
 .
 This package contains the development files.