[Usbmount-commit] r65 - usbmount/trunk/debian

Rogério Brito rbrito-guest at alioth.debian.org
Thu Oct 22 04:55:20 UTC 2009


Author: rbrito-guest
Date: 2009-10-22 04:55:20 +0000 (Thu, 22 Oct 2009)
New Revision: 65

Modified:
   usbmount/trunk/debian/changelog
   usbmount/trunk/debian/control
Log:
Include dependency on a newer util-linux for blkid.


Modified: usbmount/trunk/debian/changelog
===================================================================
--- usbmount/trunk/debian/changelog	2009-10-21 07:23:03 UTC (rev 64)
+++ usbmount/trunk/debian/changelog	2009-10-22 04:55:20 UTC (rev 65)
@@ -1,9 +1,9 @@
 usbmount (0.0.19) UNRELEASED; urgency=low
 
-  * usbmount:
-    + new strategy of doing things, much less complicated.
+  * new strategy in usbmount, potentially less complicated.
+  * include dependency on util-linux (>> 2.16).
 
- -- Rogério Brito <rbrito at ime.usp.br>  Wed, 21 Oct 2009 05:18:01 -0200
+ -- Rogério Brito <rbrito at ime.usp.br>  Thu, 22 Oct 2009 02:52:36 -0200
 
 usbmount (0.0.18) unstable; urgency=low
 

Modified: usbmount/trunk/debian/control
===================================================================
--- usbmount/trunk/debian/control	2009-10-21 07:23:03 UTC (rev 64)
+++ usbmount/trunk/debian/control	2009-10-22 04:55:20 UTC (rev 65)
@@ -12,7 +12,7 @@
 
 Package: usbmount
 Architecture: all
-Depends: udev, lockfile-progs, ${misc:Depends}
+Depends: udev, lockfile-progs, util-linux (>> 2.16), ${misc:Depends}
 Description: automatically mount and unmount USB mass storage devices
  This package automatically mounts USB mass storage devices (typically
  USB pens) when they are plugged in, and unmounts them when they are




More information about the Usbmount-commit mailing list