File: control

package info (click to toggle)
libirecovery 1.0.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 320 kB
  • sloc: ansic: 3,592; makefile: 61; xml: 22; sh: 20
file content (61 lines) | stat: -rw-r--r-- 2,220 bytes parent folder | download
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
Source: libirecovery
Section: libs
Priority: optional
Maintainer: gtkpod Maintainers <pkg-gtkpod-devel@alioth-lists.debian.net>
Uploaders: Yves-Alexis Perez <corsac@debian.org>
Standards-Version: 4.5.0
Build-Depends: autoconf-archive,
               debhelper-compat (= 12),
               libreadline-dev,
               libusb-1.0-0-dev,
               pkg-config
Homepage: https://www.libimobiledevice.org/
Vcs-Git: https://salsa.debian.org/imobiledevice-team/libirecovery.git
Vcs-Browser: https://salsa.debian.org/imobiledevice-team/libirecovery

Package: libirecovery-1.0-3
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: libirecovery-common, ${misc:Depends}, ${shlibs:Depends}
Recommends: idevicerestore
Description: Library allowing communication with iBoot/iBSS of iOS devices via USB
 libirecovery is a library which implements communication to iBoot/iBSS
 recovery mode found on Apple's iOS devices via USB.
 .
 It can be used with the idevicerestore utility to flash firmwares to iOS
 devices.

Package: libirecovery-1.0-dev
Architecture: any
Section: libdevel
Depends: libirecovery-1.0-3 (= ${binary:Version}),
         libusb-1.0-0-dev,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Development files for libirecovery
 libirecovery is a library which implements communication to iBoot/iBSS
 recovery mode found on Apple's iOS devices via USB.
 .
 This package contains the development files for libirecovery

Package: libirecovery-common
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}
Multi-Arch: foreign
Description: Common files for libirecovery
 libirecovery is a library which implements communication to iBoot/iBSS
 recovery system found on Apple's iOS devices via USB.
 .
 This package contains udev rules files to setup permissions for plugged
 devices in recovery mode.

Package: irecovery
Architecture: any
Section: utils
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Command line utility to communication with iOS recovery systems
 libirecovery is a library which implements communication to iBoot/iBSS
 recovery mode found on Apple's iOS devices via USB.
 .
 This package contains a command-line utility named irecovery.