aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-10-02 13:50:31 -0400
committerB Stack <bgstack15@gmail.com>2020-10-02 13:50:31 -0400
commita96ffb6b5d96d21be1d5bfa8181d3aeb71da547c (patch)
treec0e604df0fe171491a9de9a0e59f4b8c8ff00c7b /debian/control
parentupdate todo (diff)
downloadmyautomount-a96ffb6b5d96d21be1d5bfa8181d3aeb71da547c.tar.gz
myautomount-a96ffb6b5d96d21be1d5bfa8181d3aeb71da547c.tar.bz2
myautomount-a96ffb6b5d96d21be1d5bfa8181d3aeb71da547c.zip
fix for devuan
apparently UID is not transmitted everywhere, and also add some dependencies.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index dd833f5..a35bf6d 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,9 @@ Package: myautomount
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends},
- python3:any
+ autofs,
+ python3:any,
+ python3-pyinotify
Description: automount removable media
Myautomount provides a daemon and tray icon that
make your removable media easily accessible.
bgstack15