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
|
Source: gypsy
Section: misc
Priority: optional
Maintainer: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper-compat (= 13),
libglib2.0-dev,
libdbus-glib-1-dev (>= 0.60),
libgudev-1.0-dev,
libbluetooth-dev,
gtk-doc-tools (>= 1.6),
xsltproc
Standards-Version: 4.7.2
Homepage: http://gypsy.freedesktop.org/
Vcs-Browser: https://salsa.debian.org/alteholz/gypsy
Vcs-Git: https://salsa.debian.org/alteholz/gypsy.git
Rules-Requires-Root: no
Package: gypsy-daemon
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: GPS Multiplexing Daemon
Gypsy is a GPS multiplexing daemon which allows multiple clients
to access GPS data from multiple GPS sources concurrently.
.
This package contains gypsy daemon.
Package: libgypsy0
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: gypsy-daemon
Description: GObject based C wrapper for Gypsy daemon
Gypsy is a GPS multiplexing daemon which allows multiple clients
to access GPS data from multiple GPS sources concurrently.
.
This package contains the GObject based C wrapper for comunicating
with gypsy daemon.
Package: libgypsy-dev
Architecture: any
Section: libdevel
Depends: libgypsy0 (= ${binary:Version}),
libdbus-glib-1-dev (>= 0.60),
libglib2.0-dev,
${misc:Depends}
Description: GObject based C wrapper for Gypsy daemon - Development files
Gypsy is a GPS multiplexing daemon which allows multiple clients
to access GPS data from multiple GPS sources concurrently.
.
This package contains the development files for libgypsy.
Package: libgypsy-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Description: GObject based C wrapper for Gypsy daemon - Documentation
Gypsy is a GPS multiplexing daemon which allows multiple clients
to access GPS data from multiple GPS sources concurrently.
.
This package contains the documentation for libgypsy.
|