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 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164
|
Source: libmtp
Section: libs
Priority: optional
Maintainer: Alessio Treglia <alessio@debian.org>
Build-Depends:
autoconf,
automake,
chrpath,
debhelper (>= 9),
dh-autoreconf,
docbook-xsl,
doxygen,
dpkg-dev (>= 1.13.19),
libgcrypt11-dev,
libusb-1.0-0-dev [!hurd-any],
libusb-dev [hurd-any],
pkg-config,
xsltproc
Standards-Version: 3.9.8
Homepage: http://libmtp.sourceforge.net/
Vcs-Git: git://anonscm.debian.org/collab-maint/libmtp.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/libmtp.git
Package: libmtp9
Architecture: any
Depends:
libmtp-common,
${misc:Depends},
${shlibs:Depends}
Recommends:
libmtp-runtime [linux-any],
${udev}
Pre-Depends: dpkg (>= 1.15.7.2),
${misc:Pre-Depends}
Multi-Arch: same
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
Depends:
${misc:Depends}
Breaks:
libmtp8 (<= 1.0.6-6)
Replaces:
libmtp8
Multi-Arch: foreign
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 and the FreeDesktop.org Device
Information Files file (used by HAL).
Package: libmtp-runtime
Architecture: linux-any
Depends:
libmtp-common,
libmtp9 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Replaces:
libmtp8 (= 1.0.6-3)
Breaks:
libmtp8 (= 1.0.6-3)
Enhances:
libmtp9
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
Section: libdevel
Architecture: any
Depends:
libmtp9 (= ${binary:Version}),
libusb-1.0-0-dev [!hurd-any],
libusb-dev [hurd-any],
${misc:Depends}
Multi-Arch: same
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-dbg
Section: debug
Priority: extra
Architecture: any
Depends:
libmtp9 (= ${binary:Version}),
${misc:Depends}
Multi-Arch: same
Description: Media Transfer Protocol (MTP) debugging symbols
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 debugging symbols.
Package: libmtp-doc
Section: doc
Architecture: all
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
Section: utils
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends}
Enhances:
libmtp9
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.
|