File: control.in

package info (click to toggle)
gdl 3.40.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,540 kB
  • sloc: ansic: 10,749; sh: 4,291; javascript: 301; makefile: 201
file content (84 lines) | stat: -rw-r--r-- 2,699 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
Source: gdl
Section: libs
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: @GNOME_TEAM@
Build-Depends: debhelper-compat (= 13),
               dh-sequence-gir,
               dh-sequence-gnome,
               libgtk-3-dev,
               libxml2-dev (>= 2.2.8),
               intltool (>= 0.40.4),
               gtk-doc-tools (>= 1.4),
               libgirepository1.0-dev (>= 0.6.7)
Build-Depends-Indep: libglib2.0-doc <!nodoc>,
                     libgtk-3-doc <!nodoc>
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/gnome-team/gdl
Vcs-Git: https://salsa.debian.org/gnome-team/gdl.git

Package: libgdl-3-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libgdl-3-5 (= ${binary:Version}),
         gir1.2-gdl-3 (= ${binary:Version}),
         libgtk-3-dev,
         libxml2-dev (>= 2.2.8),
         ${misc:Depends},
         ${shlibs:Depends}
Suggests: libgdl-3-doc
Description: GNOME DevTool libraries - development files
 Provides a support library for development tools from the GNOME environment.
 Including symbol browser, dock and editor components.
 .
 This package contains the development files.

Package: libgdl-3-5
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
         ${misc:Depends},
         libgdl-3-common (= ${source:Version})
Description: GNOME DevTool libraries
 Provides a support library for development tools from the GNOME environment.
 Including symbol browser, dock and editor components.
 .
 This package contains the shared libraries.

Package: libgdl-3-common
Section: gnome
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: GNOME DevTool libraries - common files
 Provides a support library for development tools from the GNOME environment.
 Including symbol browser, dock and editor components.
 .
 This package contains the common files.

Package: libgdl-3-doc
Section: doc
Build-Profiles: <!nodoc>
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Suggests: devhelp
Description: GNOME DevTool libraries - documentation
 Provides a support library for development tools from the GNOME environment.
 Including symbol browser, dock and editor components.
 .
 This package contains the API documentation.

Package: gir1.2-gdl-3
Section: introspection
Architecture: any
Multi-Arch: same
Depends: ${gir:Depends},
         ${misc:Depends}
Description: GObject introspection data for the GDL library
 This package contains introspection data for the GNOME DevTool libraries,
 a support library for GNOME development tools.
 .
 It can be used by packages using the GIRepository format to generate
 dynamic bindings.