~ubuntu-branches/ubuntu/karmic/usbmount/karmic-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Martin Dickopp
  • Date: 2005-04-12 17:45:51 UTC
  • Revision ID: james.westby@ubuntu.com-20050412174551-pf3htde0qkzm4wkg
Tags: 0.0.10
* Upload sponsored by Rafael Laboissiere.
* When a partition (as opposed to a partition-less device) is mounted,
  an underscore and the partition number are appended to the model name
  symlink.
* The model name symlink now includes the vendor if known.
* Acquire lock before 'udev_volume_id' is called. This causes the
  partitions (on a device with more than one partition) to be mounted in
  the right order.
* Fixed typos in log messages.
* Run hook scripts when a device or partition is mounted or unmounted
  (closes: #303562). Describe how to use this feature in the README file.
* Moved /etc/usbmount.conf to /etc/usbmount/usbmount.conf.
* Moved deletion of mount points in /media from prerm to postrm. Delete
  them not only when the package is removed, but also when installing is
  aborted.
* Moved creation and deletion of model name symlinks to hook scripts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: usbmount
 
2
Section: admin
 
3
Priority: extra
 
4
Maintainer: Martin Dickopp <martin@zero-based.org>
 
5
Uploaders: Rafael Laboissiere <rafael@debian.org>
 
6
Build-Depends-Indep: cdbs, debhelper (>= 4.1.0)
 
7
Standards-Version: 3.6.1
 
8
 
 
9
Package: usbmount
 
10
Architecture: all
 
11
Depends: udev (>= 0.053-1), lockfile-progs
 
12
Description: automatically mount and unmount USB mass storage devices
 
13
 This package automatically mounts USB mass storage devices (typically
 
14
 USB pens) when they are plugged in, and unmounts them when they are
 
15
 removed. The mountpoints (/media/usb[0-7] by default), filesystem types
 
16
 to consider, and mount options are configurable. When multiple devices
 
17
 are plugged in, the first available mountpoint is automatically
 
18
 selected. If the device provides a model name, a symbolic link
 
19
 /var/run/usbmount/MODELNAME pointing to the mountpoint is automatically
 
20
 created.
 
21
 .
 
22
 The script that does the (un)mounting is called by the udev daemon.
 
23
 Therefore, USBmount requires a 2.6 (or newer) kernel.
 
24
 .
 
25
 USBmount is intended as a lightweight solution which is independent of
 
26
 a desktop environment. Users which would like an icon to appear when an
 
27
 USB device is plugged in should use the pmount and hal packages
 
28
 instead.
 
29
 .
 
30
 Homepage: http://usbmount.alioth.debian.org/