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 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127
|
Source: libmtp
Maintainer: Alessio Treglia <alessio@debian.org>
Uploaders: Dylan Aïssi <daissi@debian.org>
Section: libs
Priority: optional
Build-Depends: dpkg-dev (>= 1.22.5), autoconf,
automake,
chrpath,
debhelper-compat (= 13),
docbook-xsl,
doxygen,
libgcrypt20-dev,
libusb-1.0-0-dev,
pkgconf,
systemd-dev,
xsltproc
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/debian/libmtp
Vcs-Git: https://salsa.debian.org/debian/libmtp.git
Homepage: https://libmtp.sourceforge.net/
Rules-Requires-Root: no
Package: libmtp9t64
Provides: ${t64:Provides}
Replaces: libmtp9
Breaks: libmtp9 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Depends: libmtp-common,
${misc:Depends},
${shlibs:Depends}
Recommends: libmtp-runtime [linux-any],
udev [linux-any],
Description: Media Transfer Protocol (MTP) library
libmtp is a library for communicating with MTP aware devices in POSIX
compliant operating systems. It implements MTP Basic, the subset
proposed for standardization.
.
The Media Transfer Protocol (commonly referred to as MTP) is a devised
set of custom extensions to support the transfer of music files on
USB digital audio players and movie files on USB portable media players.
Package: libmtp-common
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Media Transfer Protocol (MTP) common files
libmtp is a library for communicating with MTP aware devices in POSIX
compliant operating systems. It implements MTP Basic, the subset
proposed for standardization.
.
The Media Transfer Protocol (commonly referred to as MTP) is a devised
set of custom extensions to support the transfer of music files on
USB digital audio players and movie files on USB portable media players.
.
This package provides the udev rules file.
Package: libmtp-runtime
Architecture: linux-any
Depends: libmtp-common,
libmtp9t64 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Enhances: libmtp9t64
Description: Media Transfer Protocol (MTP) runtime tools
libmtp is a library for communicating with MTP aware devices in POSIX
compliant operating systems. It implements MTP Basic, the subset
proposed for standardization.
.
The Media Transfer Protocol (commonly referred to as MTP) is a devised
set of custom extensions to support the transfer of music files on
USB digital audio players and movie files on USB portable media players.
.
This package provides mtp-probe, a program to probe newly connected
device interfaces from userspace to determine if they are MTP devices,
used for udev rules.
Package: libmtp-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libmtp9t64 (= ${binary:Version}),
libusb-1.0-0-dev,
${misc:Depends}
Description: Media Transfer Protocol (MTP) development files
libmtp is a library for communicating with MTP aware devices in POSIX
compliant operating systems. It implements MTP Basic, the subset
proposed for standardization.
.
The Media Transfer Protocol (commonly referred to as MTP) is a devised
set of custom extensions to support the transfer of music files on
USB digital audio players and movie files on USB portable media players.
.
This package contains the headers and development libraries.
Package: libmtp-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Description: Media Transfer Protocol (MTP) library documentation
libmtp is a library for communicating with MTP aware devices in POSIX
compliant operating systems. It implements MTP Basic, the subset
proposed for standardization.
.
The Media Transfer Protocol (commonly referred to as MTP) is a devised
set of custom extensions to support the transfer of music files on
USB digital audio players and movie files on USB portable media players.
.
This package contains the development documentation.
Package: mtp-tools
Architecture: any
Section: utils
Depends: ${misc:Depends},
${shlibs:Depends}
Enhances: libmtp9t64
Description: Media Transfer Protocol (MTP) library tools
libmtp is a library for communicating with MTP aware devices in POSIX
compliant operating systems. It implements MTP Basic, the subset
proposed for standardization.
.
The Media Transfer Protocol (commonly referred to as MTP) is a devised
set of custom extensions to support the transfer of music files on
USB digital audio players and movie files on USB portable media players.
.
This package contains tools for communicating with MTP devices.
|