summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-08-03 16:10:00 +0200
committerAndrej Shadura <andrewsh@debian.org>2018-09-05 10:33:52 +0200
commit3439b2cb43e37179c7a6fdce7686bb7e6af6f214 (patch)
treebae4d5a9eb7b449aab9f1e6794e6c4ba622ab8de /debian/control
parent7b7a89d37947b4cf893d0d3b23fcd4f3f10b96d9 (diff)
Import Debian changes 1.3-1
9mount (1.3-1) unstable; urgency=low * Initial release.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control20
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..0beca97
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,20 @@
+Source: 9mount
+Section: admin
+Priority: optional
+Maintainer: Daniel Baumann <daniel@debian.org>
+Build-Depends: debhelper (>= 7)
+Standards-Version: 3.8.0
+Homepage: http://sqweek.dnsdojo.org/code/9mount/
+Vcs-Browser: http://git.debian.net/?p=9mount.git
+Vcs-Git: git://git.debian.net/git/9mount.git
+
+Package: 9mount
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc: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.