File: control

package info (click to toggle)
android-file-transfer 4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 2,156 kB
  • sloc: cpp: 12,409; python: 140; lex: 47; xml: 24; sh: 13; makefile: 8
file content (34 lines) | stat: -rw-r--r-- 1,265 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
Source: android-file-transfer
Maintainer: Dylan Aïssi <daissi@debian.org>
Section: misc
Priority: optional
Build-Depends: debhelper-compat (= 13),
               cmake,
               qtbase5-dev,
               libfuse-dev,
               libreadline-dev,
               pkg-config,
               qttools5-dev
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/debian/android-file-transfer
Vcs-Git: https://salsa.debian.org/debian/android-file-transfer.git
Homepage: https://whoozle.github.io/android-file-transfer-linux/
Rules-Requires-Root: no

Package: android-file-transfer
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: reliable MTP client with minimalistic UI
 Android-File-Transfer is a reliable MTP client with minimalistic UI.
 Its features are:
 1. Simple Qt UI with progress dialogs.
 2. FUSE wrapper, supporting partial read/writes, allowing instant access
      to your files.
 3. No file size limits.
 4. Automatically renames album cover to make it visible from media player.
 5. USB ‘Zerocopy’ support found in recent Linux kernel (no user/kernel
      data copying).
 6. No extra dependencies (e.g. libptp/libmtp).
 7. Available as static/shared library.
 8. Command line tool (aft-mtp-cli).