control 1.1 KB

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