File: control

package info (click to toggle)
jmtpfs 0.5-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 768 kB
  • sloc: sh: 3,791; cpp: 1,968; makefile: 11
file content (25 lines) | stat: -rw-r--r-- 1,085 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
Source: jmtpfs
Section: utils
Priority: optional
Maintainer: Apollon Oikonomopoulos <apoikos@debian.org>
Build-Depends: debhelper-compat (= 13), libmagic-dev,
 libfuse-dev, libmtp-dev, pkg-config
Standards-Version: 4.6.1
Homepage: https://github.com/JasonFerrara/jmtpfs
Vcs-Git: https://salsa.debian.org/debian/jmtpfs.git
Vcs-Browser: https://salsa.debian.org/debian/jmtpfs

Package: jmtpfs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
         fuse [linux-any] | fuse4bsd [kfreebsd-any]
Description: FUSE based filesystem for accessing MTP devices
 jmtpfs is a FUSE and libmtp-based filesystem for accessing MTP (Media Transfer
 Protocol) devices. It was specifically designed for exchanging files between
 Linux (and Mac OS X) systems and newer Android devices that support MTP but
 not USB Mass Storage.
 .
 The goal is to create a well-behaved filesystem, allowing tools like find and
 rsync to work as expected. To enable certain Android apps to detect and use
 the transferred files, MTP file types are set automatically based on file
 contents using libmagic.