control 1009 B

123456789101112131415161718192021222324252627282930313233343536
  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. Package: libmodbus
  12. Section: libs
  13. Architecture: any
  14. Depends: ${shlibs:Depends},
  15. ${misc:Depends}
  16. Description: A Modbus library written in C, to send/receive data with a
  17. device which respects the Modbus protocol. This library can use a
  18. serial port or an Ethernet connection.
  19. .
  20. This package contains the shared library.
  21. Package: libmodbus-dev
  22. Section: libdevel
  23. Architecture: any
  24. Depends: libmodbus (= ${binary:Version}),
  25. ${shlibs:Depends},
  26. ${misc:Depends}
  27. Description: A Modbus library written in C, to send/receive data with a
  28. device which respects the Modbus protocol. This library can use a
  29. serial port or an Ethernet connection.
  30. .
  31. This package contains the development files.