control 1012 B

123456789101112131415161718192021222324252627282930313233343536
  1. Source: libmodbus
  2. Distribution: hardy
  3. Priority: extra
  4. Maintainer: Stéphane Raimbault <stephane.raimbault@gmail.com>
  5. Standards-Version: 3.7.3
  6. Section: libs
  7. Build-Depends: debhelper (>= 5.0.37.2),
  8. cdbs (>= 0.4.43),
  9. autotools-dev,
  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.