summaryrefslogtreecommitdiff
path: root/simple-mtpfs
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-12-18 08:20:59 -0500
committerB Stack <bgstack15@gmail.com>2019-12-18 08:20:59 -0500
commitf204d35cc9f808d58828a5fd6a78733ce5a6747e (patch)
treee48280ff945cf5d63b888c6f61425f590726c150 /simple-mtpfs
parentsimple-mtpfs dpkg rc1 (diff)
downloadstackrpms-f204d35cc9f808d58828a5fd6a78733ce5a6747e.tar.gz
stackrpms-f204d35cc9f808d58828a5fd6a78733ce5a6747e.tar.bz2
stackrpms-f204d35cc9f808d58828a5fd6a78733ce5a6747e.zip
add a few build deps, and readme
Diffstat (limited to 'simple-mtpfs')
-rw-r--r--simple-mtpfs/README.md14
-rw-r--r--simple-mtpfs/debian/control5
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
bgstack15