[Usbmount-commit] r33 - in trunk: usbmount/debian www www/package

Martin Dickopp mdickopp-guest@costa.debian.org
Sun, 10 Jul 2005 20:27:40 +0000


Author: mdickopp-guest
Date: 2005-07-10 20:27:39 +0000 (Sun, 10 Jul 2005)
New Revision: 33

Added:
   trunk/www/package/usbmount_0.0.14.dsc
   trunk/www/package/usbmount_0.0.14.tar.gz
   trunk/www/package/usbmount_0.0.14_all.deb
   trunk/www/package/usbmount_0.0.14_amd64.changes
Removed:
   trunk/www/package/usbmount_0.0.13.dsc
   trunk/www/package/usbmount_0.0.13.tar.gz
   trunk/www/package/usbmount_0.0.13_all.deb
   trunk/www/package/usbmount_0.0.13_amd64.changes
Modified:
   trunk/usbmount/debian/changelog
   trunk/usbmount/debian/postrm
   trunk/www/index.html.in
Log:
* Make sure that /etc/dev.d/block/usbmount.dev is removed when the
  package is purged.
* New package (version 0.0.14).


Modified: trunk/usbmount/debian/changelog
===================================================================
--- trunk/usbmount/debian/changelog	2005-07-10 20:09:48 UTC (rev 32)
+++ trunk/usbmount/debian/changelog	2005-07-10 20:27:39 UTC (rev 33)
@@ -1,3 +1,11 @@
+usbmount (0.0.14) unstable; urgency=low
+
+  * Upload sponsored by Rafael Laboissiere.
+  * Make sure that /etc/dev.d/block/usbmount.dev is removed when the
+    package is purged.
+
+ -- Martin Dickopp <martin@zero-based.org>  Sun, 10 Jul 2005 22:17:00 +0200
+
 usbmount (0.0.13) unstable; urgency=medium
 
   * Upload sponsored by Rafael Laboissiere.

Modified: trunk/usbmount/debian/postrm
===================================================================
--- trunk/usbmount/debian/postrm	2005-07-10 20:09:48 UTC (rev 32)
+++ trunk/usbmount/debian/postrm	2005-07-10 20:27:39 UTC (rev 33)
@@ -38,10 +38,15 @@
     fi
 fi
 
-# If the package is purged, remove /etc/udev/rules.d/z60_usbmount.rules
-# symlink if it exists.
-if test "$1" = purge && test -h /etc/udev/rules.d/z60_usbmount.rules; then
-    rm -f /etc/udev/rules.d/z60_usbmount.rules
+# If the package is purged, remove /etc/dev.d/block/usbmount.dev and the
+# /etc/udev/rules.d/z60_usbmount.rules symlink if they exist.
+if test "$1" = purge; then
+    if test -h /etc/udev/rules.d/z60_usbmount.rules; then
+	rm -f /etc/udev/rules.d/z60_usbmount.rules
+    fi
+    if test -f /etc/dev.d/block/usbmount.dev; then
+	rm -f /etc/dev.d/block/usbmount.dev
+    fi
 fi
 
 #DEBHELPER#

Modified: trunk/www/index.html.in
===================================================================
--- trunk/www/index.html.in	2005-07-10 20:09:48 UTC (rev 32)
+++ trunk/www/index.html.in	2005-07-10 20:27:39 UTC (rev 33)
@@ -67,18 +67,18 @@
     <ul>
       <li>Source:
       <ul>
-	<li><a href="package/usbmount_0.0.13.dsc">usbmount_0.0.13.dsc</a></li>
-	<li><a href="package/usbmount_0.0.13.tar.gz">usbmount_0.0.13.tar.gz</a></li>
+	<li><a href="package/usbmount_0.0.14.dsc">usbmount_0.0.14.dsc</a></li>
+	<li><a href="package/usbmount_0.0.14.tar.gz">usbmount_0.0.14.tar.gz</a></li>
       </ul></li>
 
       <li>Binary:
       <ul>
-	<li><a href="package/usbmount_0.0.13_all.deb">usbmount_0.0.13_all.deb</a></li>
+	<li><a href="package/usbmount_0.0.14_all.deb">usbmount_0.0.14_all.deb</a></li>
       </ul></li>
 
       <li>Changes:
       <ul>
-	<li><a href="package/usbmount_0.0.13_amd64.changes">usbmount_0.0.13_amd64.changes</a></li>
+	<li><a href="package/usbmount_0.0.14_amd64.changes">usbmount_0.0.14_amd64.changes</a></li>
       </ul></li>
     </ul>
 
@@ -94,8 +94,14 @@
     <h2><a name="history" class="invlink">History</a></h2>
 
     <ul>
-      <li>Version 0.0.13 (08-Jul-2005, latest release):
+      <li>Version 0.0.14 (10-Jul-2005, latest release):
       <ul>
+	<li>Make sure that <span class="filename">/etc/dev.d/block/usbmount.dev</span>
+	is removed when the package is purged.</li>
+      </ul></li>
+
+      <li>Version 0.0.13 (08-Jul-2005):
+      <ul>
 	<li>Adapt to udev changes: <span class="command">udev_volume_id</span>
 	has been renamed to <span class="command">vol_id</span> and its output has changed.</li>
 	<li>New section about the vfat filesystem type added to the <span class="filename">README</span> file.</li>

Deleted: trunk/www/package/usbmount_0.0.13.dsc
===================================================================
--- trunk/www/package/usbmount_0.0.13.dsc	2005-07-10 20:09:48 UTC (rev 32)
+++ trunk/www/package/usbmount_0.0.13.dsc	2005-07-10 20:27:39 UTC (rev 33)
@@ -1,11 +0,0 @@
-Format: 1.0
-Source: usbmount
-Version: 0.0.13
-Binary: usbmount
-Maintainer: Martin Dickopp <martin@zero-based.org>
-Architecture: all
-Standards-Version: 3.6.2
-Build-Depends-Indep: cdbs, debhelper (>= 4.1.0)
-Uploaders: Rafael Laboissiere <rafael@debian.org>
-Files: 
- 4af6451a3360b5e9f206e17d64412a29 8367 usbmount_0.0.13.tar.gz

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

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

Deleted: trunk/www/package/usbmount_0.0.13_amd64.changes
===================================================================
--- trunk/www/package/usbmount_0.0.13_amd64.changes	2005-07-10 20:09:48 UTC (rev 32)
+++ trunk/www/package/usbmount_0.0.13_amd64.changes	2005-07-10 20:27:39 UTC (rev 33)
@@ -1,31 +0,0 @@
-Format: 1.7
-Date: Fri,  8 Jul 2005 19:22:10 +0200
-Source: usbmount
-Binary: usbmount
-Architecture: source all
-Version: 0.0.13
-Distribution: unstable
-Urgency: medium
-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: 316758 317022
-Changes: 
- usbmount (0.0.13) unstable; urgency=medium
- .
-   * Upload sponsored by Rafael Laboissiere.
-   * Adapt to udev changes: 'udev_volume_id' has been renamed to
-     'vol_id' and its output has changed (closes: #317022). Depend on
-     udev (>= 0.060-1). Without this change, usbmount doesn't work at
-     all with udev 0.060, therefore urgency=medium.
-   * New section about the vfat filesystem type added to the README file
-     (closes: #316758).
-   * /etc/dev.d is obsolete. Remove /etc/dev.d/block/usbmount.dev; the
-     usbmount script is now called by the new file /etc/udev/usbmount.rules.
-     Create symlink /etc/udev/rules.d/z60_usbmount.rules to this file if
-     usbmount is freshly installed or updated from a version before 0.0.13.
-Files: 
- 5b992256ea5ad9ec6f3de4944b022be6 324 admin extra usbmount_0.0.13.dsc
- 4af6451a3360b5e9f206e17d64412a29 8367 admin extra usbmount_0.0.13.tar.gz
- 8319dd452f39a39a03403bb32a5cc145 10210 admin extra usbmount_0.0.13_all.deb

Added: trunk/www/package/usbmount_0.0.14.dsc
===================================================================
--- trunk/www/package/usbmount_0.0.14.dsc	2005-07-10 20:09:48 UTC (rev 32)
+++ trunk/www/package/usbmount_0.0.14.dsc	2005-07-10 20:27:39 UTC (rev 33)
@@ -0,0 +1,11 @@
+Format: 1.0
+Source: usbmount
+Version: 0.0.14
+Binary: usbmount
+Maintainer: Martin Dickopp <martin@zero-based.org>
+Architecture: all
+Standards-Version: 3.6.2
+Build-Depends-Indep: cdbs, debhelper (>= 4.1.0)
+Uploaders: Rafael Laboissiere <rafael@debian.org>
+Files: 
+ 3130014b77837dea1d19b96c8adfe006 8413 usbmount_0.0.14.tar.gz

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


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

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


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

Added: trunk/www/package/usbmount_0.0.14_amd64.changes
===================================================================
--- trunk/www/package/usbmount_0.0.14_amd64.changes	2005-07-10 20:09:48 UTC (rev 32)
+++ trunk/www/package/usbmount_0.0.14_amd64.changes	2005-07-10 20:27:39 UTC (rev 33)
@@ -0,0 +1,22 @@
+Format: 1.7
+Date: Sun, 10 Jul 2005 22:17:00 +0200
+Source: usbmount
+Binary: usbmount
+Architecture: source all
+Version: 0.0.14
+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
+Changes: 
+ usbmount (0.0.14) unstable; urgency=low
+ .
+   * Upload sponsored by Rafael Laboissiere.
+   * Make sure that /etc/dev.d/block/usbmount.dev is removed when the
+     package is purged.
+Files: 
+ 92f2080723d23c7096a2d1e8869627a5 324 admin extra usbmount_0.0.14.dsc
+ 3130014b77837dea1d19b96c8adfe006 8413 admin extra usbmount_0.0.14.tar.gz
+ 8f6665e871279249391eb70367938b50 10272 admin extra usbmount_0.0.14_all.deb