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 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496
|
Source: glib2.0
Section: libs
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders:
Jeremy Bícha <jbicha@ubuntu.com>,
Marco Trevisan (Treviño) <marco@ubuntu.com>,
Simon McVittie <smcv@debian.org>,
# B-D on dbus-daemon, etc. if (!nocheck) || (!noinsttest)
Build-Depends:
dbus-daemon <!nocheck> <!noinsttest>,
debhelper-compat (= 13),
dh-sequence-gnome,
dh-sequence-python3,
dpkg-dev (>= 1.22.5),
gettext,
libdbus-1-dev <!nocheck> <!noinsttest>,
libelf-dev,
libffi-dev,
libmount-dev [linux-any],
libpcre2-dev,
libselinux1-dev [linux-any],
libsysprof-capture-4-dev (>= 3.38.0) [amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 s390x hppa loong64 powerpc ppc64 sh4] <!pkg.glib2.0.nosysprof>,
libxml2-utils,
linux-libc-dev [linux-any],
meson (>= 1.4.0),
pkgconf,
python3-debian:native,
python3-docutils <!nodoc>,
python3-packaging:native,
python3:native,
zlib1g-dev,
# B-D-A on cross-exe-wrapper if (cross && !nogir)
Build-Depends-Arch:
cross-exe-wrapper <cross !nogir>,
desktop-file-utils <!nocheck>,
dh-sequence-gir <!nogir>,
gobject-introspection (>= 1.80.0) <!nogir>,
locales <!nocheck> | locales-all <!nocheck>,
python3-dbus <!nocheck>,
python3-gi <!nocheck>,
shared-mime-info <!nocheck>,
tzdata <!nocheck>,
tzdata-legacy <!nocheck>,
xterm <!nocheck>,
# B-D-I on cross-exe-wrapper if (cross && !nodoc)
Build-Depends-Indep:
cross-exe-wrapper <cross !nodoc>,
gi-docgen (>= 2024.1) <!nodoc>,
gobject-introspection (>= 1.80.0) <!nodoc>,
Standards-Version: 4.7.2
Homepage: https://gitlab.gnome.org/GNOME/glib
Vcs-Browser: https://salsa.debian.org/gnome-team/glib
Vcs-Git: https://salsa.debian.org/gnome-team/glib.git
Package: libglib2.0-0t64
Replaces:
libglib2.0-0 (<< 2.80.0-7~),
Architecture: any
Provides:
libgio-2.0-0 (= ${binary:Version}),
libglib-2.0-0 (= ${binary:Version}),
libgmodule-2.0-0 (= ${binary:Version}),
libgobject-2.0-0 (= ${binary:Version}),
libgthread-2.0-0 (= ${binary:Version}),
${t64:Provides},
Depends:
${misc:Depends},
${shlibs:Depends},
Recommends:
libglib2.0-data,
shared-mime-info,
xdg-user-dirs,
Breaks:
gnome-shell (<< 44.9-2~),
libglib2.0-0 (<< 2.80.0-7~),
Suggests:
low-memory-monitor,
Multi-Arch: same
Description: GLib library of C routines
GLib is a library containing many useful C routines for things such
as trees, hashes, lists, and strings. It is a useful general-purpose
C library used by projects such as GTK+, GIMP, and GNOME.
.
This package contains the shared libraries.
# Build if (!noinsttest) && (!nogir)
Package: libglib2.0-tests
Build-Profiles: <!noinsttest !nogir>
Architecture: any
Depends:
desktop-file-utils,
gir1.2-gio-2.0-dev,
gir1.2-glib-2.0-dev,
gir1.2-gobject-2.0-dev,
libglib2.0-bin,
libglib2.0-dev-bin,
python3-dbus,
python3-dbusmock,
python3-gi,
shared-mime-info,
tzdata-legacy,
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Recommends:
xdg-desktop-portal,
Description: GLib library of C routines - installed tests
GLib is a library containing many useful C routines for things such
as trees, hashes, lists, and strings. It is a useful general-purpose
C library used by projects such as GTK+, GIMP, and GNOME.
.
This package contains test programs, designed to be run as part of a
regression testsuite.
Package: libglib2.0-udeb
Build-Profiles: <!noudeb>
Section: debian-installer
Package-Type: udeb
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Description: GLib library of C routines - minimal runtime
This is a udeb, or a microdeb, for the debian-installer.
.
GLib is a library containing many useful C routines for things such
as trees, hashes, lists, and strings. It is a useful general-purpose
C library used by projects such as GTK+, GIMP, and GNOME.
.
This package contains the minimal runtime library needed by the Debian
installer.
Package: libglib2.0-bin
Section: misc
Architecture: any
Depends:
libglib2.0-data,
${misc:Depends},
${shlibs:Depends},
Multi-Arch: foreign
Description: Programs for the GLib library
GLib is a library containing many useful C routines for things such
as trees, hashes, lists, and strings. It is a useful general-purpose
C library used by projects such as GTK+, GIMP, and GNOME.
.
This package contains command-line utilities associated with GLib,
including:
.
* gapplication, a client for starting applications via D-Bus activation
* gdbus, a tool for working with D-Bus objects and monitoring the bus
* gio, a file management utility that can work with GIO virtual filesystems
* gresource, which can extract resources from libraries and executables
* gsettings, a tool for inspecting and editing application configuration
* gio-query-modules, which updates caches used internally by GLib
* glib-compile-schemas, which updates caches used internally by GLib
Package: libgio-2.0-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libffi-dev,
libglib2.0-0t64 (= ${binary:Version}),
libmount-dev [linux-any],
libpcre2-dev,
libselinux1-dev [linux-any],
libsysprof-capture-4-dev (>= 3.38.0) [amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 s390x hppa loong64 powerpc ppc64 sh4] <!pkg.glib2.0.nosysprof>,
pkgconf,
zlib1g-dev,
${misc:Depends},
${shlibs:Depends},
Recommends:
libgio-2.0-dev-bin (= ${binary:Version}),
libglib2.0-bin (= ${binary:Version}),
Breaks:
libglib2.0-dev (<< 2.83),
libglib2.0-dev-bin (<< 2.83),
Replaces:
libglib2.0-dev (<< 2.83),
libglib2.0-dev-bin (<< 2.83),
Suggests:
gir1.2-glib-2.0-dev,
libglib2.0-doc,
Description: Development files for the GLib, GObject and GIO libraries
GLib is a library containing many useful C routines for things such
as trees, hashes, lists, and strings. It is a useful general-purpose
C library used by projects such as GTK, GIMP, and GNOME.
.
This package contains development files for the main libraries included
in the upstream GLib package:
.
* GLib: the core library with data structures and utilities
* GThread: multi-threading support
* GModule: dynamically-loadable modules
* GObject: the object system
* GIO: higher-level utilities built on GObject
.
The libglib2.0-dev package provides a more complete set of development
files.
Package: libglib2.0-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
girepository-tools (= ${binary:Version}),
libgio-2.0-dev (= ${binary:Version}),
libglib2.0-bin (= ${binary:Version}),
libglib2.0-dev-bin (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Breaks:
libgio-2.0-dev (<< 2.83),
Replaces:
libgio-2.0-dev (<< 2.83),
Suggests:
gir1.2-glib-2.0-dev,
libglib2.0-doc,
Description: Development metapackage for the GLib family of libraries
GLib is a library containing many useful C routines for things such
as trees, hashes, lists, and strings. It is a useful general-purpose
C library used by projects such as GTK, GIMP, and GNOME.
.
This package provides most of the development headers, libraries and
utilities needed to compile GLib programs, and in most cases is the
most appropriate package to use as a build-dependency.
For lower-level packages that are involved in architecture bootstrapping,
consider switching dependencies to libgio-2.0-dev.
.
GObject-Introspection metadata for this library is not included here, and
can be found in the gir1.2-glib-2.0-dev package.
Package: libgio-2.0-dev-bin
Section: libdevel
Architecture: any
Depends:
python3-packaging,
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Recommends:
libglib2.0-bin (= ${binary:Version}),
Suggests:
libgdk-pixbuf2.0-bin,
libxml2-utils,
Breaks:
libgio-2.0-dev (<< 2.83),
libglib2.0-dev (<< 2.83),
libglib2.0-dev-bin (<< 2.83),
Replaces:
libgio-2.0-dev (<< 2.83),
libglib2.0-dev (<< 2.83),
libglib2.0-dev-bin (<< 2.83),
Multi-Arch: foreign
Description: Development utilities for GLib, GObject and GIO libraries
GLib is a library containing many useful C routines for things such
as trees, hashes, lists, and strings. It is a useful general-purpose
C library used by projects such as GTK, GIMP, and GNOME.
.
This package contains several developer-oriented command-line tools
used when compiling packages that use GLib:
.
* gdbus-codegen
* glib-compile-resources
* glib-genmarshal
* glib-gettextize
* glib-mkenums
* gobject-query
* gtester (deprecated)
* gtester-report (deprecated)
.
Other command-line tools can be found in the libglib2.0-bin package.
.
If the non-architecture-prefixed versions of the gi-compile-repository,
gi-decompile-typelib and gi-inspect-typelib tools are required, please
install the libglib2.0-dev package, but consider using the
architecture-prefixed versions in the girepository-tools package instead.
Package: libglib2.0-dev-bin
Section: libdevel
Architecture: any
Depends:
girepository-tools (= ${binary:Version}),
libgio-2.0-dev-bin (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Suggests:
libgdk-pixbuf2.0-bin,
libxml2-utils,
Multi-Arch: foreign
Description: Development utilities for the GLib library
GLib is a library containing many useful C routines for things such
as trees, hashes, lists, and strings. It is a useful general-purpose
C library used by projects such as GTK+, GIMP, and GNOME.
.
This package is needed to compile programs against libglib2.0-0. It contains
development utilities typically run during compilation and should not be
installed directly. Use libglib2.0-dev instead.
# Implementation detail: This package contains the non-architecture-prefixed
# symlinks like gi-compile-repository -> ${multiarch}-gi-compile-repository
# (but users of those symlinks should depend on libglib2.0-dev instead)
Package: libglib2.0-data
Architecture: all
Depends:
${misc:Depends},
Multi-Arch: foreign
Description: Common files for GLib library
GLib is a library containing many useful C routines for things such
as trees, hashes, lists, and strings. It is a useful general-purpose
C library used by projects such as GTK+, GIMP, and GNOME.
.
This package is needed for the runtime libraries to display messages in
languages other than English.
Package: libglib2.0-doc
Build-Profiles: <!nodoc>
Section: doc
Architecture: all
Depends:
${misc:Depends},
Multi-Arch: foreign
Description: Documentation files for the GLib library
GLib is a library containing many useful C routines for things such
as trees, hashes, lists, and strings. It is a useful general-purpose
C library used by projects such as GTK+, GIMP, and GNOME.
.
This package contains the HTML documentation for the GLib library
in /usr/share/doc/libglib2.0-doc/ .
Package: girepository-tools
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
native-architecture | cross-exe-wrapper,
${misc:Depends},
${shlibs:Depends},
Breaks:
libglib2.0-dev (<< 2.83),
libglib2.0-dev-bin (<< 2.83),
Replaces:
libglib2.0-dev (<< 2.83),
libglib2.0-dev-bin (<< 2.83),
Description: Tools for working with GObject-Introspection repositories
GLib is a library containing many useful C routines for things such
as trees, hashes, lists, and strings. It is a useful general-purpose
C library used by projects such as GTK, GIMP, and GNOME.
.
This package contains developer-oriented command-line tools for working
with GObject-Introspection typelibs and GIR XML, which are used to
provide language bindings and documentation for GLib-based libraries:
.
* ${local:DEB-HOST-GNU-TYPE}-gi-compile-repository
* ${local:DEB-HOST-GNU-TYPE}-gi-decompile-typelib
* ${local:DEB-HOST-GNU-TYPE}-gi-inspect-typelib
.
When used via this package, these tools must be invoked with their
host-architecture-specific names.
.
For command-line compatibility with non-Debian-based GLib packaging,
the libglib2.0-dev package also provides versions of these tools for the
system's primary architecture, named without the architecture prefix.
Package: libgirepository-2.0-0
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Provides:
libgirepository-2.0-0-with-${local:libffiN} (= ${binary:Version}),
Description: GLib runtime library for handling GObject introspection data
GLib is a library containing many useful C routines for things such
as trees, hashes, lists, and strings. It is a useful general-purpose
C library used by projects such as GTK+, GIMP, and GNOME.
.
This package contains the shared library used by language bindings such
as PyGObject and gjs to call GObject methods.
Package: libgirepository-2.0-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libgirepository-2.0-0 (= ${binary:Version}),
libglib2.0-dev (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Description: Development files for the GObject introspection library
GLib is a library containing many useful C routines for things such
as trees, hashes, lists, and strings. It is a useful general-purpose
C library used by projects such as GTK+, GIMP, and GNOME.
.
This package is needed to compile programs against libgirepository-2.0-0.
.
GObject-Introspection metadata for this library is not included here, and
can be found in the gir1.2-girepository-3.0-dev package.
Package: gir1.2-glib-2.0
Build-Profiles: <!nogir>
Architecture: any
Multi-Arch: same
Section: introspection
Depends:
${gir:Depends},
${misc:Depends},
Provides:
${gir:Provides},
Breaks:
awesome (<< 4.3-8~),
cinnamon (<< 6.4.12-1~),
gnome-menus (<< 3.36.0-4~),
gnome-shell (<< 48.5-3~),
libgjs0 (<< 1.85.90~),
libgjs0g (<< 1.82.3-2~),
libgirepository-1.0-1 (<< 1.78.1-3~),
python3-gi (<< 3.50.0-5~),
Description: Introspection data for GLib, GObject, Gio and GModule
GObject Introspection is a project for providing machine readable
introspection data of the API of C libraries. This introspection
data can be used in several different use cases, for example
automatic code generation for bindings, API verification and documentation
generation.
.
This package contains the introspection data for the GLib, GObject,
GModule and Gio libraries, in the typelib format used to generate
bindings for dynamic languages like JavaScript and Python.
Package: gir1.2-glib-2.0-dev
Build-Profiles: <!nogir>
Architecture: any
Multi-Arch: same
Section: libdevel
Depends:
gir1.2-glib-2.0 (= ${binary:Version}),
${gir:Depends},
${misc:Depends},
Provides:
${gir:Provides},
Breaks:
libgirepository-1.0-1 (<< 1.78.1-3~),
libgirepository1.0-dev (<< 1.78.1-7~),
Replaces:
libgirepository1.0-dev (<< 1.78.1-7~),
Description: GIR XML for GLib, GObject, Gio and GModule
GObject Introspection is a project for providing machine readable
introspection data of the API of C libraries. This introspection
data can be used in several different use cases, for example
automatic code generation for bindings, API verification and documentation
generation.
.
This package contains the introspection data for the GLib, GObject,
GModule and Gio libraries, in the GIR XML format used to generate
bindings for static languages like C++, D and Haskell.
Package: gir1.2-girepository-3.0
Build-Profiles: <!nogir>
Architecture: any
Multi-Arch: same
Section: introspection
Depends:
${gir:Depends},
${misc:Depends},
Description: Introspection data for GIRepository library, API version 3.0
GObject Introspection is a project for providing machine readable
introspection data of the API of C libraries. This introspection
data can be used in several different use cases, for example
automatic code generation for bindings, API verification and documentation
generation.
.
This package contains the introspection data for the GIRepository library,
which can be used to manipulate the search path used by language bindings
and load introspection data.
Package: gir1.2-girepository-3.0-dev
Build-Profiles: <!nogir>
Architecture: any
Multi-Arch: same
Section: libdevel
Depends:
gir1.2-girepository-3.0 (= ${binary:Version}),
${gir:Depends},
${misc:Depends},
Description: GIR XML for GIRepository library, API version 3.0
GObject Introspection is a project for providing machine readable
introspection data of the API of C libraries. This introspection
data can be used in several different use cases, for example
automatic code generation for bindings, API verification and documentation
generation.
.
This package contains the introspection data for the GIRepository
library, in the GIR XML format used to generate bindings for static languages
like C++, D and Haskell.
|