control 1.0 KB

12345678910111213141516171819202122232425262728293031
  1. Source: libmodbus
  2. Priority: extra
  3. Maintainer: Ivo De Decker <ivo.dedecker@ugent.be>
  4. Standards-Version: 3.9.4
  5. Section: libs
  6. Build-Depends: debhelper (>= 9), asciidoc, xmlto, dh-autoreconf
  7. Homepage: http://libmodbus.org/
  8. Package: libmodbus5
  9. Architecture: any
  10. Depends: ${shlibs:Depends}, ${misc:Depends}
  11. Pre-Depends: ${misc:Pre-Depends}
  12. Multi-Arch: same
  13. Description: library for the Modbus protocol
  14. A Modbus library written in C, to send/receive data with a device which
  15. respects the Modbus protocol. This library can use a serial port or an
  16. Ethernet connection.
  17. .
  18. This package contains the shared library.
  19. Package: libmodbus-dev
  20. Section: libdevel
  21. Architecture: any
  22. Depends: libmodbus5 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
  23. Description: development files for the Modbus protocol library
  24. A Modbus library written in C, to send/receive data with a device which
  25. respects the Modbus protocol. This library can use a serial port or an
  26. Ethernet connection.
  27. .
  28. This package contains the development files.