1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: pmount
Section: utils
Priority: optional
Maintainer: Martin Pitt <mpitt@debian.org>
Build-Depends: cdbs, debhelper (>= 4.1.0), libsysfs-dev, libhal-dev
Standards-Version: 3.6.1
Package: pmount
Architecture: any
Depends: ${shlibs:Depends}
Suggests: hal
Description: mount removable devices as normal user
pmount is a wrapper around the standard mount program which permits normal
users to mount removable devices without a matching /etc/fstab entry. This
provides a robust basis for automounting frameworks like GNOME's Utopia project
and confines the amount of code that runs as root to a minimum.
.
This package also contains a wrapper "pmount-hal" which reads some
information like device labels and mount options from hal and passes
them to pmount. Install the package "hal" if you want to use this
feature.
|