control-template 930 B

1234567891011121314151617181920212223242526272829
  1. Source: open62541
  2. Priority: optional
  3. Maintainer: open62541 Team <open62541-core@googlegroups.com>
  4. Build-Depends: debhelper (>= 9),
  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: libopen62541-<soname>-dev
  15. Section: libdevel
  16. Architecture: any
  17. Multi-Arch: same
  18. Depends: libopen62541-<soname> (= ${binary:Version}), ${misc:Depends}, python
  19. Description: Development header files for open62541
  20. open62541 is an open source C (C99) implementation of the OPC UA standard
  21. Package: libopen62541-<soname>
  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