control 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. Source: libmodbus
  2. Priority: extra
  3. Maintainer: Ivo De Decker <Ivo.DeDecker@UGent.be>
  4. Standards-Version: 3.9.1
  5. Section: libs
  6. Build-Depends: debhelper (>= 6), cdbs (>= 0.4.43), autotools-dev, libtool, asciidoc, xmlto
  7. Homepage: http://libmodbus.org/
  8. Package: libmodbus5
  9. Section: libs
  10. Architecture: any
  11. Depends: ${shlibs:Depends}, ${misc:Depends}
  12. Description: A Modbus library
  13. libmodbus is a C library designed to provide a fast and robust implementation
  14. of the Modbus protocol. It runs on Linux, Mac OS X, FreeBSD, QNX and Windows.
  15. .
  16. This package contains the libmodbus shared library.
  17. Package: libmodbus-dbg
  18. Section: debug
  19. Priority: extra
  20. Architecture: any
  21. Depends: libmodbus5 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
  22. Description: A Modbus library (debugging symbols)
  23. libmodbus is a C library designed to provide a fast and robust implementation
  24. of the Modbus protocol. It runs on Linux, Mac OS X, FreeBSD, QNX and Windows.
  25. .
  26. This package contains debugging symbols for libmodbus.
  27. Package: libmodbus-dev
  28. Section: libdevel
  29. Architecture: any
  30. Depends: libmodbus5 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
  31. Description: A Modbus library
  32. libmodbus is a C library designed to provide a fast and robust implementation
  33. of the Modbus protocol. It runs on Linux, Mac OS X, FreeBSD, QNX and Windows.
  34. .
  35. This package contains libraries, header files and developer documentation
  36. needed for developing software which uses the libmodbus library.