diff options
author | B Stack <bgstack15@gmail.com> | 2019-12-18 08:20:59 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-12-18 08:20:59 -0500 |
commit | f204d35cc9f808d58828a5fd6a78733ce5a6747e (patch) | |
tree | e48280ff945cf5d63b888c6f61425f590726c150 /simple-mtpfs/debian | |
parent | simple-mtpfs dpkg rc1 (diff) | |
download | stackrpms-f204d35cc9f808d58828a5fd6a78733ce5a6747e.tar.gz stackrpms-f204d35cc9f808d58828a5fd6a78733ce5a6747e.tar.bz2 stackrpms-f204d35cc9f808d58828a5fd6a78733ce5a6747e.zip |
add a few build deps, and readme
Diffstat (limited to 'simple-mtpfs/debian')
-rw-r--r-- | simple-mtpfs/debian/control | 5 |
1 files changed, 4 insertions, 1 deletions
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 |