control 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. Source: open62541
  2. Priority: optional
  3. Maintainer: open62541 Team <open62541-core@googlegroups.com>
  4. Build-Depends: debhelper (>= 7.0.50~),
  5. cmake (>= 2.8),
  6. git,
  7. graphviz,
  8. python (>= 2.7),
  9. Standards-Version: 4.1.2
  10. Section: libs
  11. Homepage: https://open62541.org/
  12. Vcs-Git: https://github.com/open62541/open62541.git
  13. Vcs-Browser: https://github.com/open62541/open62541
  14. Package: open62541-dev
  15. Section: libdevel
  16. Architecture: any
  17. Multi-Arch: same
  18. Depends: open62541 (= ${binary:Version}), ${misc:Depends}
  19. Description: Development header files for open62541
  20. open62541 is an open source C (C99) implementation of the OPC UA standard
  21. Package: open62541
  22. Architecture: any
  23. Multi-Arch: same
  24. Depends: ${shlibs:Depends}, ${misc:Depends}
  25. Description: Open source implementation of OPC UA (OPC Unified Architecture) aka IEC 62541
  26. open62541 is an open source C (C99) implementation of the OPC UA standard
  27. Package: open62541-dbg
  28. Section: debug
  29. Architecture: any
  30. Priority: extra
  31. Depends: librl (= ${binary:Version}), ${misc:Depends}
  32. Description: Debugging symbols for open62541
  33. open62541 is an open source C (C99) implementation of the OPC UA standard