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
|
Source: sord
Section: libs
Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Uploaders:
Alessio Treglia <alessio@debian.org>
Build-Depends:
debhelper (>= 9),
doxygen,
graphviz,
libserd-dev (>= 0.14.0~dfsg0),
pkg-config,
python
Standards-Version: 3.9.3
Homepage: http://drobilla.net/software/sord/
Vcs-Git: git://anonscm.debian.org/pkg-multimedia/sord.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/sord.git
Package: libsord-0-0
Section: utils
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends}
Suggests:
sordi
Description: library for storing RDF data in memory
Sord is a lightweight C library for storing Resource
Description Framework (RDF) data in memory.
.
Sord includes man pages for the library (man sord) and a
simple command line utility (man sordi).
Package: libsord-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libserd-dev,
libsord-0-0 (= ${binary:Version}),
${misc:Depends}
Suggests:
libsord-doc
Recommends:
pkg-config
Description: library for storing RDF data in memory (development files)
Sord is a lightweight C library for storing Resource
Description Framework (RDF) data in memory.
.
This package provides the development headers.
Package: sordi
Architecture: any
Section: text
Depends:
${misc:Depends},
${shlibs:Depends}
Description: library for storing RDF data in memory - sordi tool
Sord is a lightweight C library for storing Resource
Description Framework (RDF) data in memory.
.
This package provides the utility 'sordi'.
Package: libsord-doc
Section: doc
Architecture: all
Enhances:
libsord-dev
Depends:
${misc:Depends}
Recommends:
libjs-jquery
Description: library for storing RDF data in memory (documentation)
Sord is a lightweight C library for storing Resource
Description Framework (RDF) data in memory.
.
This package provides the developer's reference for sord.
Package: sord-dbg
Priority: extra
Section: debug
Architecture: any
Multi-Arch: same
Depends:
libsord-0-0 (= ${binary:Version}),
${misc:Depends}
Description: library for storing RDF data in memory (debugging symbols)
Sord is a lightweight C library for storing Resource
Description Framework (RDF) data in memory.
.
This package provides the debugging symbols for sord.
|