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
|
Source: librapi2
Section: libs
Priority: optional
Maintainer: Jonny Lamb <jonny@debian.org>
Build-Depends: debhelper (>= 5), libsynce0-dev (>= 0.15), pkg-config, libglib2.0-dev, python (>> 2.2), python-all-dev, python-central (>= 0.5), python-pyrex (>= 0.9.6), libhal-dev
XS-Python-Version: all
Standards-Version: 3.8.4
Homepage: http://www.synce.org/
Vcs-Git: git://git.jonnylamb.com/git/packaging/librapi2.git
Vcs-Browser: http://git.jonnylamb.com/?p=packaging/librapi2.git;a=summary
Package: librapi2-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, librapi2 (= ${binary:Version}), libsynce0-dev
Description: Make RAPI calls to a Windows Mobile device, development libraries
librapi2 is equivalent to rapi.dll on a Window machine. It allows you to
make remote calls to your Window Mobile device.
.
This package contains the development files for the library.
Package: librapi2-dbg
Section: debug
Priority: extra
Architecture: any
Depends: ${misc:Depends}, librapi2 (= ${binary:Version})
Description: Make RAPI calls to a Windows Mobile device, debug symbols
librapi2 is equivalent to rapi.dll on a Window machine. It allows you to
make remote calls to your Window Mobile device.
.
This package contains the debugging symbols for the library.
Package: librapi2
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Make RAPI calls to a Windows Mobile device, runtime libraries
librapi2 is equivalent to rapi.dll on a Window machine. It allows you to
make remote calls to your Window Mobile device.
.
This package contains the runtime library.
Package: librapi2-tools
Section: utils
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Make RAPI calls to a Window Mobile device, library tools
librapi2 is equivalent to rapi.dll on a Window machine. It allows you to
make remote calls to your Window Mobile device.
.
This package contains tools that use librapi2 and SynCE to talk to a
Windows Mobile device to perform various functions. Many of these are
simply remote versions of standard unix file utilities.
Package: python-rapi2
Section: python
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: Make RAPI calls to a Windows Mobile device, Python bindings
librapi2 is equivalent to rapi.dll on a Window machine. It allows you to
make remote calls to your Window Mobile device.
.
This package contains the Python bindings for the library.
|