control 1.0 KB

1234567891011121314151617181920212223242526272829303132333435
  1. Source: libmodbus
  2. Priority: extra
  3. Maintainer: Stéphane Raimbault <stephane.raimbault@gmail.com>
  4. Standards-Version: 3.9.1
  5. Section: libs
  6. Build-Depends: debhelper (>= 6),
  7. cdbs (>= 0.4.43),
  8. autotools-dev,
  9. libtool,
  10. dpkg-dev (>= 1.13.19)
  11. Homepage: http://libmodbus.org/
  12. Package: libmodbus
  13. Section: libs
  14. Architecture: any
  15. Depends: ${shlibs:Depends},
  16. ${misc:Depends}
  17. Description: A Modbus library written in C, to send/receive data with a
  18. device which respects the Modbus protocol. This library can use a
  19. serial port or an Ethernet connection.
  20. .
  21. This package contains the shared library.
  22. Package: libmodbus-dev
  23. Section: libdevel
  24. Architecture: any
  25. Depends: libmodbus (= ${binary:Version}),
  26. ${shlibs:Depends},
  27. ${misc:Depends}
  28. Description: A Modbus library written in C, to send/receive data with a
  29. device which respects the Modbus protocol. This library can use a
  30. serial port or an Ethernet connection.
  31. .
  32. This package contains the development files.