summaryrefslogtreecommitdiff
path: root/debian/control
blob: 93456a2756a6d047687d549d8cdf6bfd1f731ae8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Source: 9mount
Section: admin
Priority: optional
Maintainer: Debian Suckless Maintainers <suckless@lists.debian-maintainers.org>
Uploaders: Daniel Baumann <daniel@debian.org>
Build-Depends: debhelper (>= 7)
Standards-Version: 3.8.3
Homepage: http://sqweek.dnsdojo.org/code/9mount/
Vcs-Browser: http://git.debian-maintainers.org/?p=suckless/9mount.git
Vcs-Git: git://git.debian-maintainers.org/git/suckless/9mount.git

Package: 9mount
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: plan9 filesystem (v9fs) user mount utilities
 9mount is a set of SUID mounting tools for use with v9fs to help cope with
 linux's poor mount support.
 .
 The tools offer a level of security - 9mount will only let you mount over
 non-sticky directories you have write access to, and 9umount will only let you
 unmount 9p partitions that you mounted yourself.

Package: 9mount-dbg
Section: debug
Priority: extra
Architecture: any
Depends: ${misc:Depends}, 9mount (= ${binary:Version})
Description: plan9 filesystem (v9fs) user mount utilities (debug)
 9mount is a set of SUID mounting tools for use with v9fs to help cope with
 linux's poor mount support.
 .
 This package contains the debugging symbols.