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
|
# 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: totem-pl-parser
Section: libs
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Emilio Pozuelo Monfort <pochu@debian.org>, Jeremy Bicha <jbicha@debian.org>, Michael Biebl <biebl@debian.org>
Build-Depends: debhelper-compat (= 13),
dbus <!nocheck>,
dh-sequence-gir,
dh-sequence-gnome,
gvfs-backends <!nocheck>,
gtk-doc-tools (>= 1.11),
libarchive-dev (>= 3.0),
libgcrypt20-dev,
libgirepository1.0-dev (>= 0.10.7-1~),
libglib2.0-dev (>= 2.56.0),
libglib2.0-doc,
libxml-parser-perl,
libxml2-dev,
meson (>= 0.40.1),
shared-mime-info <!nocheck>
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/gnome-team/totem-pl-parser
Vcs-Git: https://salsa.debian.org/gnome-team/totem-pl-parser.git
Package: libtotem-plparser-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: gir1.2-totemplparser-1.0 (= ${binary:Version}),
libtotem-plparser18 (= ${binary:Version}),
libarchive-dev,
libglib2.0-dev,
libxml2-dev,
${misc:Depends}
Description: Totem Playlist Parser library - development files
totem-pl-parser is a simple GObject-based library to parse a host of
playlist formats, as well as save those.
.
This package contains the development headers and documentation.
Package: libtotem-plparser-common
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Breaks: libtotem-plparser17,
libtotem-plparser18 (<< 3.10.5-1)
Replaces: libtotem-plparser17,
libtotem-plparser18 (<< 3.10.5-1)
Description: Totem Playlist Parser library - common files
totem-pl-parser is a simple GObject-based library to parse a host of
playlist formats, as well as save those.
.
This package contains the translation files.
Package: libtotem-plparser18
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends},
libtotem-plparser-common
Description: Totem Playlist Parser library - runtime files
totem-pl-parser is a simple GObject-based library to parse a host of
playlist formats, as well as save those.
.
This package contains the shared library.
Package: gir1.2-totemplparser-1.0
Section: introspection
Architecture: any
Multi-Arch: same
Depends: ${gir:Depends},
${misc:Depends},
${shlibs:Depends}
Provides: gir1.2-totem-plparser-1.0
Replaces: gir1.2-totem-plparser-1.0
Conflicts: gir1.2-totem-plparser-1.0
Description: GObject introspection data for the Totem Playlist Parser library
This package contains introspection data for the Totem Playlist Parser
library.
.
totem-pl-parser is a simple GObject-based library to parse a host of
playlist formats, as well as save those.
.
It can be used by packages using the GIRepository format to generate
dynamic bindings.
|