control 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. Source: libgtkflow
  2. Priority: optional
  3. Maintainer: Daniel Brendle <grindhold@skarphed.org>
  4. Build-Depends: debhelper (>= 13),
  5. intltool (>=0.35),
  6. meson,
  7. pkg-config,
  8. valac,
  9. libgtk-3-dev,
  10. adwaita-icon-theme,
  11. gettext,
  12. xvfb,
  13. xauth,
  14. gobject-introspection (>= 1.41.3),
  15. libgirepository1.0-dev (>= 1.39.0),
  16. valadoc,
  17. gtk-doc-tools
  18. Standards-Version: 4.5.1
  19. Section: libs
  20. Homepage: https://github.com/grindhold/libgtkflow
  21. Package: libgtkflow-0.8-doc
  22. Section: doc
  23. Architecture: all
  24. Multi-Arch: foreign
  25. Depends: ${misc:Depends}
  26. Suggests: devhelp
  27. Description: Documentation for libgtkflow-0.8
  28. This package contains a devhelp-book that holds API
  29. documentation for libgtkflow. The devhelp-book can
  30. be read via the software devhelp.
  31. Package: libgtkflow-0.8-dev
  32. Section: libdevel
  33. Architecture: any
  34. Multi-Arch: same
  35. Depends: libgtkflow-0.8 (= ${binary:Version}), ${misc:Depends},
  36. libglib2.0-dev,
  37. libgtk-3-dev,
  38. libc6-dev,
  39. libgflow-0.8-dev,
  40. libcairo2-dev,
  41. gir1.2-gtkflow-0.8 (= ${binary:Version})
  42. Description: Flow graph library for Gtk+-3.0 headerfiles
  43. This package contains development headerfiles for the
  44. flow-graph-library libgtkflow. It contains c-headers
  45. and vapi-files.
  46. Package: gir1.2-gtkflow-0.8
  47. Section: introspection
  48. Architecture: any
  49. Multi-Arch: same
  50. Depends: ${misc:Depends}, ${shlibs:Depends}, ${gir:Depends}
  51. Description: Typelib (gobject-introspection)-files for libgtkflow
  52. This package contains gobject-introspection files for libgtkflow
  53. With these files, programmers can use libgflow through the
  54. gobject-introspection of various scripting-languages like e.g.
  55. Python, Perl, Lua, PHP, JS and more
  56. Package: libgflow-0.8-doc
  57. Section: doc
  58. Architecture: all
  59. Multi-Arch: foreign
  60. Depends: ${misc:Depends}
  61. Suggests: devhelp
  62. Description: Documentation for libgflow-0.8
  63. This package contains a devhelp-book that holds API
  64. documentation for libgflow. The devhelp-book can
  65. be read via the software devhelp.
  66. Package: libgtkflow-0.8
  67. Architecture: any
  68. Multi-Arch: same
  69. Depends: libgflow-0.8, ${shlibs:Depends}, ${misc:Depends}
  70. Pre-Depends: ${misc:Pre-Depends}
  71. Description: Flow graph library for Gtk+-3.0
  72. This library provides an additional Gtk3-Widget that
  73. allows the drawing and manipulation of the data-flow-
  74. models provided by libgflow.
  75. Package: libgflow-0.8-dev
  76. Section: libdevel
  77. Architecture: any
  78. Multi-Arch: same
  79. Depends: libgflow-0.8 (= ${binary:Version}), ${misc:Depends},
  80. libglib2.0-dev,
  81. libc6-dev,
  82. gir1.2-gflow-0.8 (= ${binary:Version})
  83. Description: Data flow modeling library headerfiles
  84. This library provides development headers for libgflow
  85. It contains typelib-files for gobject-introspection,
  86. c-headers and vapi-files.
  87. Package: gir1.2-gflow-0.8
  88. Section: introspection
  89. Architecture: any
  90. Multi-Arch: same
  91. Depends: ${misc:Depends}, ${shlibs:Depends}, ${gir:Depends}
  92. Description: Typelib (gobject-introspection)-files for libgflow
  93. This package contains gobject-introspection files for libgflow
  94. With these files, programmers can use libgflow through the
  95. gobject-introspection of various scripting-languages like e.g.
  96. Python, Perl, Lua, PHP, JS and more
  97. Package: libgflow-0.8
  98. Architecture: any
  99. Multi-Arch: same
  100. Depends: ${shlibs:Depends}, ${misc:Depends}
  101. Pre-Depends: ${misc:Pre-Depends}
  102. Description: Data flow modeling library based on glib
  103. This library allows application developer to design
  104. data flow models. These models know units that create,
  105. transform or consume data. These nodes can be
  106. programmmatically interconnected thus forming flow-models.