control 4.2 KB

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