control 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. Source: pothos
  2. Section: science
  3. Priority: optional
  4. Maintainer: Josh Blum <josh@pothosware.com>
  5. Build-Depends:
  6. debhelper (>= 9.0.0),
  7. cmake (>= 2.8.9),
  8. libpoco-dev (>= 1.6),
  9. libmuparserx-dev,
  10. nlohmann-json3-dev,
  11. libnuma-dev [amd64 i386]
  12. Standards-Version: 4.5.0
  13. Homepage: https://github.com/pothosware/PothosCore/wiki
  14. Vcs-Git: https://github.com/pothosware/PothosCore.git
  15. Vcs-Browser: https://github.com/pothosware/PothosCore
  16. Package: pothos-util
  17. Section: science
  18. Architecture: any
  19. Depends: libpothos0.7 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
  20. Description: runtime application
  21. The Pothos data-flow software suite.
  22. Package: libpothos0.7
  23. Section: libs
  24. Architecture: any
  25. Multi-Arch: same
  26. Pre-Depends: ${misc:Pre-Depends}
  27. Depends: ${shlibs:Depends}, ${misc:Depends}
  28. Description: shared library
  29. The Pothos data-flow software suite.
  30. Package: libpothos-dev
  31. Section: libdevel
  32. Architecture: any
  33. Depends: libpothos0.7 (= ${binary:Version}), ${misc:Depends}, pothos-util
  34. Description: development files
  35. The Pothos data-flow software suite.
  36. Package: pothos-all
  37. Section: libs
  38. Architecture: all
  39. Depends:
  40. pothos-util,
  41. pothos-flow,
  42. pothos-modules-audio,
  43. pothos-modules-blocks,
  44. pothos-modules-comms,
  45. pothos-modules-plotters,
  46. pothos-modules-widgets,
  47. pothos-modules-soapy,
  48. ${misc:Depends}
  49. Description: Meta package for all official toolkits
  50. This is a metapackage for the most common Pothos toolkits.