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
|
Source: ipod-sharp
Section: libs
Priority: optional
Maintainer: Debian CLI Libraries Team <pkg-cli-libs-team@lists.alioth.debian.org>
Uploaders: Sebastian Dröge <slomo@debian.org>
Build-Depends: debhelper (>= 5), cdbs
Build-Depends-Indep: cli-common-dev (>= 0.4.4), mono-gmcs (>= 1.0) | c-sharp-2.0-compiler, mono-gac (>= 1.0), libmono-dev (>= 1.1.10), libmono-system2.0-cil, libmono-system-web2.0-cil, libndesk-dbus1.0-cil, libndesk-dbus-glib1.0-cil, libgtk2.0-cil, libmono2.0-cil, libmono-sharpzip2.84-cil, pkg-config, monodoc-base (>= 1.1.9), podsleuth (>= 0.6.0)
Standards-Version: 3.7.3
Package: libipod-cil
Architecture: all
Depends: ${cli:Depends}, ${misc:Depends}
Recommends: podsleuth (>= 0.6.0)
Description: CLI library for accessing iPods
ipod-sharp is a library that allows manipulation of the iTunesDB used in
Apple iPod devices. Currently it supports adding/removing songs and
manipulating playlists.
Package: libipodui-cil
Architecture: all
Depends: ${cli:Depends}, ${misc:Depends}, libipod-cil (= ${binary:Version})
Description: CLI library for accessing iPods (GUI helpers)
ipod-sharp is a library that allows manipulation of the iTunesDB used in
Apple iPod devices. Currently it supports adding/removing songs and
manipulating playlists.
Package: monodoc-ipod-manual
Section: doc
Architecture: all
Depends: monodoc-manual, ${misc:Depends}
Description: compiled XML documentation for ipod-sharp
The MonoDoc Project is the documentation framework of the Mono project which
provides detailed API documentation for all Mono components and the Mono CLI
implementation.
.
This packages contains the compiled XML documentation for
ipod-sharp of MonoDoc.
|