diff options
Diffstat (limited to 'simple-mtpfs')
-rw-r--r-- | simple-mtpfs/README.md | 14 | ||||
-rw-r--r-- | simple-mtpfs/debian/control | 5 |
2 files changed, 18 insertions, 1 deletions
diff --git a/simple-mtpfs/README.md b/simple-mtpfs/README.md new file mode 100644 index 0000000..6ffa086 --- /dev/null +++ b/simple-mtpfs/README.md @@ -0,0 +1,14 @@ +# Simple-mtpfs upstream +https://github.com/phatina/simple-mtpfs/ +Upstream has its own debian/ directory but it was only a reference and not a wholesale source for this dpkg. + +# Reason for being in stackrpms +Devuan does not package simple-mtpfs and I want to use it. + +# Reverse dependency matrix +Distro | simple-mtpfs version +-------------- | -------------------- +Devuan Ceres | git master (c9518f3) + +# Differences from upstream packaging info +None diff --git a/simple-mtpfs/debian/control b/simple-mtpfs/debian/control index 398d6ec..d1ccd89 100644 --- a/simple-mtpfs/debian/control +++ b/simple-mtpfs/debian/control @@ -3,7 +3,10 @@ Section: utils Priority: optional Maintainer: B Stack <bgstack15@gmail.com/> XSBC-Original-Maintainer: Peter Hatina <phatina@gmail.com> -Build-Depends: debhelper (>=11~) +Build-Depends: debhelper (>=12~), + pkg-config, + libmtp-dev, + libfuse-dev (>=2.7.3) Standards-Version: 4.1.4 Homepage: https://github.com/phatina/simple-mtpfs Vcs-Git: git://github.com/phatina/simple-mtpfs.git |