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 94 95
|
Source: libimobiledevice
Section: libs
Priority: optional
Maintainer: gtkpod Maintainers <pkg-gtkpod-devel@alioth-lists.debian.net>
Uploaders: Yves-Alexis Perez <corsac@debian.org>
Standards-Version: 4.3.0
Build-Depends: autoconf-archive,
cython (>= 0.17.0),
debhelper-compat (= 10),
dh-python,
libgcrypt20-dev,
libglib2.0-dev (>= 2.14.1),
libgnutls28-dev,
libplist++-dev (>= 1.11),
libplist-dev (>= 1.11),
libreadline-dev,
libtasn1-6-dev (>= 1.1),
libusb-1.0-0-dev (>= 1.0.3) [linux-any],
libusbmuxd-dev (>= 1.1.0~git20181007.07a493a),
python-all-dev (>= 2.6.6-3~),
python-plist (>= 1.8-2~)
Build-Depends-Indep: doxygen
Homepage: https://www.libimobiledevice.org/
Vcs-Git: https://salsa.debian.org/imobiledevice-team/libimobiledevice.git
Vcs-Browser: https://salsa.debian.org/imobiledevice-team/libimobiledevice
Package: libimobiledevice6
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: usbmuxd
Suggests: libusbmuxd-tools
Conflicts: libiphone0
Replaces: libimobiledevice0, libimobiledevice1, libiphone0
Description: Library for communicating with iPhone and other Apple devices
libimobiledevice is a library that talks the native Apple USB protocols that
the iPhone, iPad and iPod Touch use. Unlike other projects, libimobiledevice
does not depend on using any existing libraries from Apple.
Package: libimobiledevice-dev
Architecture: any
Section: libdevel
Depends: libgcrypt20-dev,
libglib2.0-dev,
libgnutls28-dev,
libimobiledevice6 (= ${binary:Version}),
libplist-dev,
libtasn1-6-dev,
libusbmuxd-dev,
${misc:Depends}
Description: Development files for libimobiledevice
libimobiledevice is a library that talks the native Apple USB protocols that
the iPhone, iPad and iPod Touch use. Unlike other projects, libimobiledevice
does not depend on using any existing libraries from Apple.
.
This package contains the development files.
Package: python-imobiledevice
Section: python
Architecture: any
Depends: python-plist, ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Provides: ${python:Provides}
Conflicts: python-iphone, python-libiphone
Replaces: python-iphone, python-libiphone
Description: Python bindings for communicating with iPhone and other Apple device
libimobiledevice is a library that talks the native Apple USB protocols that
the iPhone, iPad and iPod Touch use. Unlike other projects, libimobiledevice
does not depend on using any existing libraries from Apple.
.
This package contains the Python bindings
Package: libimobiledevice-utils
Architecture: any
Section: utils
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Utitilies for communicating with iPhone and other Apple devices
This package contains various utilities to interact with iPhone, iPad and iPod
touch devices, like:
.
- idevicepair: add a pairing record to allow communicating with a device
- idevicebackup2: make a backup of a device, optionnally encrypted
- idevicescreenshot: get a screenshot of the device
- idevicesyslog: read a device system log
Package: libimobiledevice-doc
Architecture: all
Section: doc
Depends: libjs-jquery, ${misc:Depends}
Description: Library for communicating with iPhone and other Apple devices (documentation)
libimobiledevice is a library that talks the native Apple USB protocols that
the iPhone, iPad and iPod Touch use. Unlike other projects, libimobiledevice
does not depend on using any existing libraries from Apple.
.
This package contains the documentation for the library.
|