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
|
# 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: libdmapsharing
Section: libs
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Jeremy Bicha <jbicha@debian.org>, Michael Biebl <biebl@debian.org>
Build-Depends: debhelper-compat (= 12),
dh-sequence-gir,
dh-sequence-gnome,
gtk-doc-tools (>= 1.0),
pkg-config,
libglib2.0-dev,
libgdk-pixbuf2.0-dev,
libavahi-client-dev (>= 0.6),
libavahi-glib-dev (>= 0.6),
libgirepository1.0-dev (>= 1.30.0),
libsoup2.4-dev (>= 2.48),
libgstreamer1.0-dev,
libgstreamer-plugins-base1.0-dev (>= 1.0.6),
libgtk2.0-dev,
zlib1g-dev,
libgee-0.8-dev,
valac,
check,
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/gnome-team/libdmapsharing
Vcs-Git: https://salsa.debian.org/gnome-team/libdmapsharing.git
Homepage: http://www.flyn.org/projects/libdmapsharing/
Package: libdmapsharing-3.0-2
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
${misc:Depends}
Description: DMAP client and server library - runtime
libdmapsharing is a library to access and share content through the
DMAP (DAAP & DPAP) protocols. The library is written in C using GObject
and libsoup.
.
This package contains the runtime needed by programs using the
library.
Package: libdmapsharing-3.0-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libdmapsharing-3.0-2 (= ${binary:Version}),
${misc:Depends},
libglib2.0-dev,
libsoup2.4-dev,
libgstreamer1.0-dev
Description: DMAP client and server library - development
libdmapsharing is a library to access and share content through the
DMAP (DAAP & DPAP) protocols. The library is written in C using GObject
and libsoup.
.
This package contains the development library and headers needed to
build programs using the library.
Package: gir1.2-dmap-3.0
Section: introspection
Architecture: any
Depends: ${gir:Depends},
${misc:Depends},
${shlibs:Depends},
Description: DMAP client and server library - GObject-Introspection
libdmapsharing is a library to access and share content through the
DMAP (DAAP & DPAP) protocols. The library is written in C using GObject
and libsoup.
.
It can be used by packages using the GIRepository format to generate dynamic
bindings.
|