[Usbmount-commit] r21 - in trunk/www: . package

Martin Dickopp mdickopp-guest@costa.debian.org
Tue, 12 Apr 2005 16:09:33 +0000


Author: mdickopp-guest
Date: 2005-04-12 16:09:31 +0000 (Tue, 12 Apr 2005)
New Revision: 21

Added:
   trunk/www/package/usbmount_0.0.10.dsc
   trunk/www/package/usbmount_0.0.10.tar.gz
   trunk/www/package/usbmount_0.0.10_all.deb
   trunk/www/package/usbmount_0.0.10_amd64.changes
Removed:
   trunk/www/package/usbmount_0.0.9.dsc
   trunk/www/package/usbmount_0.0.9.tar.gz
   trunk/www/package/usbmount_0.0.9_all.deb
   trunk/www/package/usbmount_0.0.9_amd64.changes
Modified:
   trunk/www/index.html.in
Log:
* Replace long sequences of space characters in index.html.in with tabs.
* New package (version 0.0.10).


Modified: trunk/www/index.html.in
===================================================================
--- trunk/www/index.html.in	2005-04-12 15:50:26 UTC (rev 20)
+++ trunk/www/index.html.in	2005-04-12 16:09:31 UTC (rev 21)
@@ -67,18 +67,18 @@
     <ul>
       <li>Source:
       <ul>
-        <li><a href="package/usbmount_0.0.9.dsc">usbmount_0.0.9.dsc</a></li>
-        <li><a href="package/usbmount_0.0.9.tar.gz">usbmount_0.0.9.tar.gz</a></li>
+	<li><a href="package/usbmount_0.0.10.dsc">usbmount_0.0.10.dsc</a></li>
+	<li><a href="package/usbmount_0.0.10.tar.gz">usbmount_0.0.10.tar.gz</a></li>
       </ul></li>
 
       <li>Binary:
       <ul>
-        <li><a href="package/usbmount_0.0.9_all.deb">usbmount_0.0.9_all.deb</a></li>
+	<li><a href="package/usbmount_0.0.10_all.deb">usbmount_0.0.10_all.deb</a></li>
       </ul></li>
 
       <li>Changes:
       <ul>
-        <li><a href="package/usbmount_0.0.9_amd64.changes">usbmount_0.0.9_amd64.changes</a></li>
+	<li><a href="package/usbmount_0.0.10_amd64.changes">usbmount_0.0.10_amd64.changes</a></li>
       </ul></li>
     </ul>
 
@@ -94,21 +94,40 @@
     <h2><a name="history" class="invlink">History</a></h2>
 
     <ul>
-      <li>Version 0.0.9 (06-Apr-2005, latest release):
+      <li>Version 0.0.10 (12-Apr-2005, latest release):
       <ul>
-         <li>When a device is removed, only the corresponding model symlink in
-	 <span class="filename">/var/run/usbmount</span> is removed.</li>
-	 <li>The directory <span class="filename">/var/run/usbmount</span> is no longer created by the
-	 <span class="filename">postinst</span> script; it is now included in the package.</li>
-	 <li>The creation of the mount points in <span class="filename">/media</span> has been moved
-	 from <span class="command">postinst configure</span> to <span class="command">preinst install</span>.
-	 This ensures that the mount points are created if the package is removed (but not purged) and then
-	 reinstalled.</li>
+	<li>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.</li>
+	<li>The model name symlink now includes the vendor if known.</li>
+	<li>Acquire lock before <span class="command">udev_volume_id</span> is called. This causes the
+	partitions (on a device with more than one partition) to be mounted in the right order.</li>
+	<li>Fixed typos in log messages.</li>
+	<li>Run hook scripts when a device or partition is mounted or unmounted. The
+	<span class="filename">README</span> file describes how to use this feature.</li>
+	<li>Moved <span class="filename">/etc/usbmount.conf</span> to
+	<span class="filename">/etc/usbmount/usbmount.conf</span>.</li>
+	<li>Moved deletion of mount points in <span class="filename">/media</span> from
+	<span class="filename">prerm</span> to <span class="filename">postrm</span>. Delete
+	them not only when the package is removed, but also when installing is aborted.</li>
+	<li>Moved creation and deletion of model name symlinks to hook scripts.</li>
       </ul></li>
 
+      <li>Version 0.0.9 (06-Apr-2005):
+      <ul>
+	<li>When a device is removed, only the corresponding model symlink in
+	<span class="filename">/var/run/usbmount</span> is removed.</li>
+	<li>The directory <span class="filename">/var/run/usbmount</span> is no longer created by the
+	<span class="filename">postinst</span> script; it is now included in the package.</li>
+	<li>The creation of the mount points in <span class="filename">/media</span> has been moved
+	from <span class="command">postinst configure</span> to <span class="command">preinst install</span>.
+	This ensures that the mount points are created if the package is removed (but not purged) and then
+	reinstalled.</li>
+      </ul></li>
+
       <li>Version 0.0.8 (03-Apr-2005):
       <ul>
-        <li>Filesystem type specific mount options can be specified.</li>
+	<li>Filesystem type specific mount options can be specified.</li>
 	<li>Locking is used to serialize concurrent mount attempts. This ensures that different mount points
 	are chosen if a device contains more than one mountable partition.</li>
 	<li>Make sure that <span class="filename">/var/run/usbmount</span> is removed on package removal.</li>
@@ -117,45 +136,45 @@
 
       <li>Version 0.0.7 (09-Mar-2005):
       <ul>
-        <li>The default configuration does not mount vfat filesystems any more. The vfat filesystem type
+	<li>The default configuration does not mount vfat filesystems any more. The vfat filesystem type
 	does not fully support sync-mounting. The default configuration file warns about this.</li>
 	<li>The package description refers to this page instead of the old homepage.</li>
       </ul></li>
 
       <li>Version 0.0.6 (08-Mar-2005):
       <ul>
-        <li>Model name symlinks are created in <span class="filename">/var/run/usbmount</span> instead of <span class="filename">/var/usbmount</span>.</li>
-        <li>Rafael Laboissiere will kindly sponsor the package, so that it can be uploaded to Debian.</li>
+	<li>Model name symlinks are created in <span class="filename">/var/run/usbmount</span> instead of <span class="filename">/var/usbmount</span>.</li>
+	<li>Rafael Laboissiere will kindly sponsor the package, so that it can be uploaded to Debian.</li>
       </ul></li>
 
       <li>Version 0.0.5 (23-Feb-2005):
       <ul>
-        <li>Symlinks (model names) are created in <span class="filename">/var/usbmount</span>.</li>
+	<li>Symlinks (model names) are created in <span class="filename">/var/usbmount</span>.</li>
       </ul></li>
 
       <li>Version 0.0.4 (21-Feb-2005):
       <ul>
-        <li>Adapt to changes in <span class="filename">udev_volume_id</span>; depend on <span class="filename">udev</span> (&gt;= 0.053-1).</li>
-        <li>Redirect standard output and standard error to <span class="filename">/dev/null</span>; log via syslog.</li>
-        <li>More verbose logging can be turned on with a configuration variable.</li>
+	<li>Adapt to changes in <span class="filename">udev_volume_id</span>; depend on <span class="filename">udev</span> (&gt;= 0.053-1).</li>
+	<li>Redirect standard output and standard error to <span class="filename">/dev/null</span>; log via syslog.</li>
+	<li>More verbose logging can be turned on with a configuration variable.</li>
       </ul></li>
 
       <li>Version 0.0.3 (08-Nov-2004):
       <ul>
-        <li>Create <span class="filename">/media</span> if it doesn't already exist.</li>
-        <li>Include instructions for the reportbug program to send bug reports to
-        the maintainer instead of the Debian <acronym title="Bug Tracking System">BTS</acronym>.</li>
-        <li>Move mounting and unmounting script to <span class="filename">/usr/share/usbmount/usbmount</span>.</li>
+	<li>Create <span class="filename">/media</span> if it doesn't already exist.</li>
+	<li>Include instructions for the reportbug program to send bug reports to
+	the maintainer instead of the Debian <acronym title="Bug Tracking System">BTS</acronym>.</li>
+	<li>Move mounting and unmounting script to <span class="filename">/usr/share/usbmount/usbmount</span>.</li>
       </ul></li>
 
       <li>Version 0.0.2 (26-Oct-2004):
-        <ul>
-        <li>Don't kill processes before unmounting. Thanks to Martin F. Krafft for the suggestion.</li>
+	<ul>
+	<li>Don't kill processes before unmounting. Thanks to Martin F. Krafft for the suggestion.</li>
       </ul></li>
 
       <li>Version 0.0.1 (26-Oct-2004):
-        <ul>
-        <li>Initial release.</li>
+	<ul>
+	<li>Initial release.</li>
       </ul></li>
     </ul>
 

Added: trunk/www/package/usbmount_0.0.10.dsc
===================================================================
--- trunk/www/package/usbmount_0.0.10.dsc	2005-04-12 15:50:26 UTC (rev 20)
+++ trunk/www/package/usbmount_0.0.10.dsc	2005-04-12 16:09:31 UTC (rev 21)
@@ -0,0 +1,11 @@
+Format: 1.0
+Source: usbmount
+Version: 0.0.10
+Binary: usbmount
+Maintainer: Martin Dickopp <martin@zero-based.org>
+Architecture: all
+Standards-Version: 3.6.1
+Build-Depends-Indep: cdbs, debhelper (>= 4.1.0)
+Uploaders: Rafael Laboissiere <rafael@debian.org>
+Files: 
+ 9bdd67d4eef0f96ef710940a591dfc67 7057 usbmount_0.0.10.tar.gz

Added: trunk/www/package/usbmount_0.0.10.tar.gz
===================================================================
(Binary files differ)


Property changes on: trunk/www/package/usbmount_0.0.10.tar.gz
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/www/package/usbmount_0.0.10_all.deb
===================================================================
(Binary files differ)


Property changes on: trunk/www/package/usbmount_0.0.10_all.deb
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/www/package/usbmount_0.0.10_amd64.changes
===================================================================
--- trunk/www/package/usbmount_0.0.10_amd64.changes	2005-04-12 15:50:26 UTC (rev 20)
+++ trunk/www/package/usbmount_0.0.10_amd64.changes	2005-04-12 16:09:31 UTC (rev 21)
@@ -0,0 +1,36 @@
+Format: 1.7
+Date: Tue, 12 Apr 2005 17:45:51 +0200
+Source: usbmount
+Binary: usbmount
+Architecture: source all
+Version: 0.0.10
+Distribution: unstable
+Urgency: low
+Maintainer: Martin Dickopp <martin@zero-based.org>
+Changed-By: Martin Dickopp <martin@zero-based.org>
+Description: 
+ usbmount   - automatically mount and unmount USB mass storage devices
+Closes: 303562
+Changes: 
+ usbmount (0.0.10) unstable; urgency=low
+ .
+   * 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.
+Files: 
+ 35eb8e442e6bb6da3f1ee5e7ae0b46eb 324 admin extra usbmount_0.0.10.dsc
+ 9bdd67d4eef0f96ef710940a591dfc67 7057 admin extra usbmount_0.0.10.tar.gz
+ aaf827f87bfd1ad1539b731b5bc4a444 8826 admin extra usbmount_0.0.10_all.deb

Deleted: trunk/www/package/usbmount_0.0.9.dsc
===================================================================
--- trunk/www/package/usbmount_0.0.9.dsc	2005-04-12 15:50:26 UTC (rev 20)
+++ trunk/www/package/usbmount_0.0.9.dsc	2005-04-12 16:09:31 UTC (rev 21)
@@ -1,11 +0,0 @@
-Format: 1.0
-Source: usbmount
-Version: 0.0.9
-Binary: usbmount
-Maintainer: Martin Dickopp <martin@zero-based.org>
-Architecture: all
-Standards-Version: 3.6.1
-Build-Depends-Indep: cdbs, debhelper (>= 4.1.0)
-Uploaders: Rafael Laboissiere <rafael@debian.org>
-Files: 
- b58b3248d565eee53a0ebf20aa4706b6 5631 usbmount_0.0.9.tar.gz

Deleted: trunk/www/package/usbmount_0.0.9.tar.gz
===================================================================
(Binary files differ)

Deleted: trunk/www/package/usbmount_0.0.9_all.deb
===================================================================
(Binary files differ)

Deleted: trunk/www/package/usbmount_0.0.9_amd64.changes
===================================================================
--- trunk/www/package/usbmount_0.0.9_amd64.changes	2005-04-12 15:50:26 UTC (rev 20)
+++ trunk/www/package/usbmount_0.0.9_amd64.changes	2005-04-12 16:09:31 UTC (rev 21)
@@ -1,28 +0,0 @@
-Format: 1.7
-Date: Wed,  6 Apr 2005 23:54:53 +0200
-Source: usbmount
-Binary: usbmount
-Architecture: source all
-Version: 0.0.9
-Distribution: unstable
-Urgency: low
-Maintainer: Martin Dickopp <martin@zero-based.org>
-Changed-By: Martin Dickopp <martin@zero-based.org>
-Description: 
- usbmount   - automatically mount and unmount USB mass storage devices
-Closes: 303376 303434
-Changes: 
- usbmount (0.0.9) unstable; urgency=low
- .
-   * Upload sponsored by Rafael Laboissiere.
-   * When a device is removed, make sure that only the corresponding model
-     symlink in /var/run/usbmount is removed (closes: #303376).
-   * Include directory /var/run/usbmount in package instead of creating it
-     in postinst (closes: #303434).
-   * Move creation of mount points in /media from 'postinst configure' to
-     'preinst install'. This ensures that the mount points are created if
-     the package is removed (but not purged) and then reinstalled.
-Files: 
- 35502513c53872b79654bf43c6867cdd 322 admin extra usbmount_0.0.9.dsc
- b58b3248d565eee53a0ebf20aa4706b6 5631 admin extra usbmount_0.0.9.tar.gz
- 6980f17a517366ff7597a9d0123079f5 7242 admin extra usbmount_0.0.9_all.deb