aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: a35bf6d8ec5c8fd71c7b134acea1a6945c528668 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: myautomount
Section: utils
Priority: optional
Maintainer: Ben Stack <bgstack15@gmail.com>
Build-Depends: debhelper-compat (= 12),
   bgscripts-core,
   txt2man
Standards-Version: 4.5.0
Homepage: https://bgstack15.wordpress.com/

Package: myautomount
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends},
   autofs,
   python3:any,
   python3-pyinotify
Description: automount removable media
 Myautomount provides a daemon and tray icon that
 make your removable media easily accessible.
bgstack15