From a96ffb6b5d96d21be1d5bfa8181d3aeb71da547c Mon Sep 17 00:00:00 2001 From: B Stack Date: Fri, 2 Oct 2020 13:50:31 -0400 Subject: fix for devuan apparently UID is not transmitted everywhere, and also add some dependencies. --- debian/control | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'debian') 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. -- cgit