Source: jmtpfs
Section: utils
Priority: optional
Maintainer: Apollon Oikonomopoulos <apoikos@debian.org>
Build-Depends: debhelper (>= 9), autotools-dev, libmagic-dev,
 libfuse-dev, libmtp-dev, pkg-config
Standards-Version: 3.9.5
Homepage: https://github.com/JasonFerrara/jmtpfs
Vcs-Git: git://anonscm.debian.org/collab-maint/jmtpfs.git
Vcs-Browser: http://anonscm.debian.org/gitweb?p=collab-maint/jmtpfs.git;a=summary

Package: jmtpfs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, fuse
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 exchaning 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. MTP file types are set automatically based on file
 type detection using libmagic. Setting the file appears to be necessary for
 some Android apps, like Gallery, to be able to find and use the files.
