summaryrefslogtreecommitdiff
path: root/simple-mtpfs/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'simple-mtpfs/debian/control')
-rw-r--r--simple-mtpfs/debian/control5
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
bgstack15