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
|
Source: gudev-sharp-1.0
Priority: optional
Maintainer: Debian CLI Libraries Team <pkg-cli-libs-team@lists.alioth.debian.org>
Uploaders: Chow Loong Jin <hyperair@ubuntu.com>
Build-Depends: debhelper (>= 7.0.50),
mono-devel (>= 2.4.3),
cli-common-dev (>= 0.5.7),
monodoc-base,
libgtk2.0-dev (>= 2.0.0),
libglib2.0-dev (>= 2.0.0),
libgudev-1.0-dev (>= 146),
libgtk2.0-cil-dev (>= 1.9.0),
gtk-sharp2-gapi (>= 1.9.0)
Standards-Version: 3.9.2
Section: cli-mono
Vcs-Git: git://git.debian.org/git/pkg-cli-libs/packages/gudev-sharp-1.0.git
Vcs-Browser: http://git.debian.org/?p=pkg-cli-libs/packages/gudev-sharp-1.0.git
Homepage: https://www.launchpad.net/gudev-sharp
Package: libgudev1.0-cil
Architecture: all
Depends: ${cli:Depends},
${misc:Depends}
Description: GObject-based wrapper library for libudev -- CLI bindings
gudev-sharp is a set of CLI bindings for libgudev, which is a GObject-based
wrapper library for libudev.
.
This package contains the managed CLI bindings for gudev-sharp, which are
needed to run CLI applications which use this library.
Package: libgudev1.0-cil-dev
Architecture: all
Depends: libgudev1.0-cil (= ${binary:Version}),
${misc:Depends}
Description: GObject-based wrapper library for libudev -- CLI development files
gudev-sharp is a set of CLI bindings for libgudev, which is a GObject-based
wrapper library for libudev.
.
This package contains the development files needed to compile CLI applications
which use this library.
Package: monodoc-gudev-manual
Section: doc
Architecture: all
Depends: monodoc-manual,
${misc:Depends}
Description: compiled XML documentation for gudev-sharp
gudev-sharp is a set of CLI bindings for libgudev, which is a GObject-based
wrapper library for libudev.
.
This package contains the compiled XML documentation for gudev-sharp.
|