File: control

package info (click to toggle)
foundry 1.1~beta-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,572 kB
  • sloc: ansic: 167,487; xml: 417; sh: 19; makefile: 13; javascript: 10
file content (190 lines) | stat: -rw-r--r-- 6,599 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
Source: foundry
Standards-Version: 4.7.3
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Jeremy BĂ­cha <jbicha@ubuntu.com>
Section: devel
Build-Depends: debhelper-compat (= 13),
               dh-sequence-gir,
               gir1.2-dex-1-dev,
               gir1.2-gio-2.0-dev,
               gir1.2-gtk-4.0-dev [amd64 arm64 armhf i386 loong64 ppc64el riscv64 s390x ppc64],
               gir1.2-gtksource-5-dev [amd64 arm64 armhf i386 loong64 ppc64el riscv64 s390x ppc64],
               gir1.2-json-1.0-dev,
               gir1.2-peas-2-dev,
               gobject-introspection,
#               libcmark-dev,
               libdex-dev (>= 1.1~alpha),
               libeditorconfig-dev,
               libflatpak-dev [!alpha],
               libgit2-dev,
               libglib2.0-dev (>= 2.82),
               libgom-1.0-dev,
               libgtk-4-dev (>= 4.20) [amd64 arm64 armhf i386 loong64 ppc64el riscv64 s390x ppc64],
               libgtksourceview-5-dev (>= 5.18) [amd64 arm64 armhf i386 loong64 ppc64el riscv64 s390x ppc64],
               libjson-glib-dev,
               libpeas-2-dev,
               libreadline-dev,
               libsecret-1-dev,
               libsoup-3.0-dev,
               libspelling-1-dev [amd64 arm64 armhf i386 loong64 ppc64el riscv64 s390x ppc64],
               libssh2-1-dev,
               libsysprof-capture-4-dev,
               libtemplate-glib-1.0-dev (>= 3.37.0),
               libvte-2.91-gtk4-dev (>= 0.80) [amd64 arm64 armhf i386 loong64 ppc64el riscv64 s390x ppc64],
#               libwebkitgtk-6.0-dev [amd64 arm64 armhf i386 loong64 ppc64el riscv64 s390x ppc64],
               libxml2-dev,
               libxml2-utils,
               libyaml-dev,
               meson
Build-Depends-Indep: gi-docgen <!nodoc>
Vcs-Browser: https://salsa.debian.org/gnome-team/foundry
Vcs-Git: https://salsa.debian.org/gnome-team/foundry.git
Homepage: https://gitlab.gnome.org/GNOME/foundry

Package: foundry
Architecture: linux-any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: Command line IDE tool
 Foundry is a framework that can be used to build developer
 tools such as GNOME Builder, Manuals, and Sysprof.
 .
 This package contains the command line utilities.

Package: foundry-common
Architecture: all
Multi-Arch: foreign
Section: libs
Depends: ${misc:Depends}
Description: Library for building IDEs - common files
 Foundry is a framework that can be used to build developer
 tools such as GNOME Builder, Manuals, and Sysprof.
 .
 This package contains common data files and translations.

Package: gir1.2-foundry-1
Architecture: linux-any
Multi-Arch: same
Section: introspection
Depends: ${gir:Depends},
         ${misc:Depends}
Description: GObject introspection files for libfoundry
 Foundry is a framework that can be used to build developer
 tools such as GNOME Builder, Manuals, and Sysprof.
 .
 This package contains the GObject-introspection data in binary typelib format.

Package: gir1.2-foundrygtk-1
Architecture: amd64 arm64 armhf i386 loong64 ppc64el riscv64 s390x ppc64
Multi-Arch: same
Section: introspection
Depends: ${gir:Depends},
         ${misc:Depends}
Description: GObject introspection files for libfoundry-gtk
 Foundry is a framework that can be used to build developer
 tools such as GNOME Builder, Manuals, and Sysprof.
 .
 This package contains the GObject-introspection data in binary typelib format.

Package: libfoundry-1-1
Architecture: linux-any
Multi-Arch: same
Section: libs
Depends: foundry-common (>= ${source:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Library for building IDEs
 Foundry is a framework that can be used to build developer
 tools such as GNOME Builder, Manuals, and Sysprof.
 .
 This package contains the shared library.

Package: libfoundry-dev
Architecture: linux-any
Multi-Arch: same
Section: libdevel
Depends: libdex-dev (>= 1.1~alpha),
         libeditorconfig-dev,
         libflatpak-dev [!alpha],
         libfoundry-1-1 (= ${binary:Version}),
         libgit2-dev,
         libglib2.0-dev (>= 2.82),
         libgom-1.0-dev,
         libjson-glib-dev,
         libpeas-2-dev,
         libsecret-1-dev,
         libspelling-1-dev,
         libssh2-1-dev,
         libsysprof-capture-4-dev,
         libtemplate-glib-1.0-dev (>= 3.37.0),
         libyaml-dev,
         ${gir:Depends},
         ${misc:Depends}
Recommends: pkgconf
Suggests: libfoundry-doc
Provides: ${gir:Provides}
Description: Development files for libfoundry
 Foundry is a framework that can be used to build developer
 tools such as GNOME Builder, Manuals, and Sysprof.
 .
 This package contains the development files.

Package: libfoundry-doc
Architecture: all
Build-Profiles: <!nodoc>
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Description: Documentation for libfoundry
 Foundry is a framework that can be used to build developer
 tools such as GNOME Builder, Manuals, and Sysprof.
 .
 This package contains the API reference.

Package: libfoundry-gtk-1-1
Architecture: amd64 arm64 armhf i386 loong64 ppc64el riscv64 s390x ppc64
Multi-Arch: same
Section: libs
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: Library for building IDEs with GTK widgets
 Foundry is a framework that can be used to build developer
 tools such as GNOME Builder, Manuals, and Sysprof.
 .
 This package contains the shared library with GTK4 widgets.

Package: libfoundry-gtk-dev
Architecture: amd64 arm64 armhf i386 loong64 ppc64el riscv64 s390x ppc64
Multi-Arch: same
Section: libdevel
Depends: libdex-dev (>= 1.1~alpha),
#         libcmark-dev,
         libeditorconfig-dev,
         libflatpak-dev [!alpha],
         libfoundry-dev (= ${binary:Version}),
         libfoundry-gtk-1-1 (= ${binary:Version}),
         libgit2-dev,
         libglib2.0-dev (>= 2.82),
         libgom-1.0-dev,
         libgtk-4-dev (>= 4.20),
         libgtksourceview-5-dev (>= 5.18),
         libjson-glib-dev,
         libpeas-2-dev,
         libsecret-1-dev,
         libspelling-1-dev,
         libssh2-1-dev,
         libsysprof-capture-4-dev,
         libtemplate-glib-1.0-dev (>= 3.37.0),
         libvte-2.91-gtk4-dev (>= 0.80),
#         libwebkitgtk-6.0-dev,
         libyaml-dev,
         ${gir:Depends},
         ${misc:Depends}
Recommends: pkgconf
Suggests: libfoundry-doc
Provides: ${gir:Provides}
Description: Development files for libfoundry-gtk
 Foundry is a framework that can be used to build developer
 tools such as GNOME Builder, Manuals, and Sysprof.
 .
 This package contains the development files.