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
|
Source: appstream-glib
Section: admin
Priority: optional
Maintainer: PkgUtopia Team <team+pkgutopia-team@tracker.debian.org>
Uploaders: Matthias Klumpp <mak@debian.org>
Build-Depends: debhelper-compat (= 12),
gcab,
gobject-introspection,
gperf,
gtk-doc-tools,
libarchive-dev,
libgcab-dev (>= 0.6),
libgdk-pixbuf-2.0-dev | libgdk-pixbuf2.0-dev,
libgirepository1.0-dev (>= 1.53),
libglib2.0-dev (>= 2.58.0),
libgtk-3-dev,
libjson-glib-dev (>= 1.1.2),
libsoup2.4-dev (>= 2.52),
libstemmer-dev,
libyaml-dev,
meson (>= 0.40),
uuid-dev,
xmlto
Build-Depends-Indep: appstream-doc <!nodoc>,
libgdk-pixbuf2.0-doc <!nodoc>,
libglib2.0-doc <!nodoc>
Standards-Version: 4.5.0
Homepage: https://github.com/hughsie/appstream-glib
Vcs-Git: https://salsa.debian.org/pkgutopia-team/appstream-glib.git
Vcs-Browser: https://salsa.debian.org/pkgutopia-team/appstream-glib
Package: appstream-util
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Replaces: appdata-tools (<< 0.3.4)
Breaks: appdata-tools (<< 0.3.4)
Description: Utility to work with AppStream metadata
AppStream is a cross-distribution effort for creating and sharing
metadata about software components available in the package repositories
of a distribution.
.
This package provides an utility to work with AppStream metadata, which uses
libappstream-glib.
.
It also contains Autotools macros to easily integrate AppStream metadata into
an Autotools-based buildsystem, by running 'appstream-util' to validate the
files before installing them.
Package: libappstream-glib8
Architecture: any
Section: libs
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
${shlibs:Depends}
Description: GNOME library to access AppStream services
AppStream is a cross-distribution effort for creating and sharing
metadata about software components available in the package repositories
of a distribution.
.
This package contains a GObject-based library to read and write AppStream
XML metadata and retrieve additional data such as screenshots.
.
As opposed to libappstream, this library does not use an on-disk cache but
reads data directly from the XML or DEP-11 YAML files.
Package: libappstream-glib-dev
Architecture: any
Section: libdevel
Depends: gir1.2-appstreamglib-1.0 (= ${binary:Version}),
libappstream-glib8 (= ${binary:Version}),
libarchive-dev,
libgcab-dev (>= 0.6),
libgdk-pixbuf-2.0-dev | libgdk-pixbuf2.0-dev,
libglib2.0-dev (>= 2.58.0),
libsoup2.4-dev (>= 2.52),
libyaml-dev,
uuid-dev,
${misc:Depends}
Multi-Arch: same
Description: GNOME library to access AppStream services (development files)
AppStream is a cross-distribution effort for creating and sharing
metadata about software components available in the package repositories
of a distribution.
.
This package contains development files necessary to develop
tools which use the libappstream-glib library.
Package: gir1.2-appstreamglib-1.0
Section: introspection
Architecture: any
Depends: ${gir:Depends},
${misc:Depends}
Multi-Arch: same
Description: GObject introspection data for the libappstream-glib library
AppStream is a cross-distribution effort for creating and sharing
metadata about software components available in the package repositories
of a distribution.
.
This package contains introspection data for the libappstream-glib library.
Package: appstream-glib-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: libappstream-glib-dev
Multi-Arch: foreign
Build-Profiles: <!nodoc>
Description: Developer documentation for the libappstream-glib library
AppStream is a cross-distribution effort for creating and sharing
metadata about software components available in the package repositories
of a distribution.
.
This package provides developer documentation for the
libappstream-glib library.
|