File: control

package info (click to toggle)
devhelp 3.30.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,976 kB
  • sloc: ansic: 9,953; xml: 449; python: 314; perl: 216; lisp: 30; makefile: 16; sh: 10
file content (105 lines) | stat: -rw-r--r-- 3,840 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
# This file is autogenerated. DO NOT EDIT!
#
# Modifications should be made to debian/control.in instead.
# This file is regenerated automatically in the clean target.
Source: devhelp
Section: devel
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Jeremy Bicha <jbicha@debian.org>, Michael Biebl <biebl@debian.org>, Tim Lunn <tim@feathertop.org>
Build-Depends: debhelper (>= 11),
               dh-python,
               gnome-pkg-tools,
               gobject-introspection,
               gsettings-desktop-schemas-dev,
               gtk-doc-tools (>= 1.25),
               itstool,
               libamtk-5-dev,
               libglib2.0-dev (>= 2.40),
               libgirepository1.0-dev,
               libgtk-3-dev (>= 3.22),
               libwebkit2gtk-4.0-dev (>= 2.19.2),
               libxml-parser-perl,
               meson (>= 0.47),
               python3
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/gnome-team/devhelp
Vcs-Git: https://salsa.debian.org/gnome-team/devhelp.git
Homepage: https://wiki.gnome.org/Apps/Devhelp

Package: libdevhelp-3-6
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
         ${shlibs:Depends},
         devhelp-common (>= ${source:Version})
Breaks: anjuta (<< 2:3.14.0-2),
Description: Library providing documentation browser functionality
 This library provides embedable widgets from the Devhelp program to
 be integrated in tools like the Anjuta IDE for browsing API reference
 documentation.

Package: libdevhelp-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
         gir1.2-devhelp-3.0 (= ${binary:Version}),
         gsettings-desktop-schemas-dev,
         libdevhelp-3-6 (= ${binary:Version}),
         libgtk-3-dev (>= 3.19.3),
         libwebkit2gtk-4.0-dev (>= 2.6.0)
Description: Library providing documentation browser functionality (development)
 This library provides embedable widgets from the Devhelp program to
 be integrated in tools like the Anjuta IDE for browsing API reference
 documentation.
 .
 This package contains the development files.

Package: devhelp
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Recommends: libgtk-3-doc,
            libglib2.0-doc,
            libpango1.0-doc
Breaks: devhelp-common (<< 3.21.91-1)
Replaces: devhelp-common (<< 3.21.91-1)
Description: GNOME developers help program
 Devhelp's primary goal is to be an API documentation browser for GNOME.
 It is able to scan for .devhelp files generated automatically for
 packages that use gtk-doc-tools to generate documentation for libraries
 and programs.
 .
 Devhelp provides some integration capabilities, which is used to allow
 command-line searches, emacs integration and embedding in applications like
 the Anjuta IDE.

Package: devhelp-common
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Common files for devhelp and its library
 Devhelp's primary goal is to be an API documentation browser for GNOME.
 It is able to scan for .devhelp files generated automatically for
 packages that use gtk-doc-tools to generate documentation for libraries
 and programs.
 .
 This package provides internationalization files, mainly.

Package: gir1.2-devhelp-3.0
Section: introspection
Architecture: any
Multi-Arch: same
Depends: ${gir:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Description: GObject introspection data for the devhelp library
 This library provides embedable widgets from the Devhelp program to
 be integrated in tools like the Anjuta IDE for browsing API reference
 documentation.
 .
 This package contains introspection data for the devhelp library.
 .
 It can be used by packages using the GIRepository format to generate
 dynamic bindings.