aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: dd833f544d45b1650a1bcdf91639083c7107ccea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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},
   python3:any
Description: automount removable media
 Myautomount provides a daemon and tray icon that
 make your removable media easily accessible.
bgstack15