control 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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. python-six
  10. Standards-Version: 4.1.2
  11. Section: libs
  12. Homepage: https://open62541.org/
  13. Vcs-Git: https://github.com/open62541/open62541.git
  14. Vcs-Browser: https://github.com/open62541/open62541
  15. Package: open62541-dev
  16. Section: libdevel
  17. Architecture: any
  18. Multi-Arch: same
  19. Depends: open62541 (= ${binary:Version}), ${misc:Depends}
  20. Description: Development header files for open62541
  21. open62541 is an open source C (C99) implementation of the OPC UA standard
  22. Package: open62541
  23. Architecture: any
  24. Multi-Arch: same
  25. Depends: ${shlibs:Depends}, ${misc:Depends}
  26. Description: Open source implementation of OPC UA (OPC Unified Architecture) aka IEC 62541
  27. open62541 is an open source C (C99) implementation of the OPC UA standard
  28. Package: open62541-dbg
  29. Section: debug
  30. Architecture: any
  31. Priority: extra
  32. Depends: librl (= ${binary:Version}), ${misc:Depends}
  33. Description: Debugging symbols for open62541
  34. open62541 is an open source C (C99) implementation of the OPC UA standard