[Pkg-utopia-commits] r268 - packages/unstable/hal/debian

Sjoerd Simons sjoerd at costa.debian.org
Sun Aug 7 19:12:11 UTC 2005


Author: sjoerd
Date: 2005-08-07 19:12:10 +0000 (Sun, 07 Aug 2005)
New Revision: 268

Modified:
   packages/unstable/hal/debian/changelog
   packages/unstable/hal/debian/hal.preinst
Log:
Update changelog

Modified: packages/unstable/hal/debian/changelog
===================================================================
--- packages/unstable/hal/debian/changelog	2005-08-07 18:34:21 UTC (rev 267)
+++ packages/unstable/hal/debian/changelog	2005-08-07 19:12:10 UTC (rev 268)
@@ -2,8 +2,9 @@
 
   * Only run hal.dev and hal.hotplug when possible. Stops spamming the logs with
     DEVNAME and SEQNUM is not set. (Closes: #321033)
+  * Remove /etc/dev.d/block/hal-unmount.dev on upgrade.
 
- -- Sjoerd Simons <sjoerd at debian.org>  Wed,  3 Aug 2005 22:02:34 +0200
+ -- Sjoerd Simons <sjoerd at debian.org>  Sun,  7 Aug 2005 20:58:07 +0200
 
 hal (0.4.8-5) unstable; urgency=low
 

Modified: packages/unstable/hal/debian/hal.preinst
===================================================================
--- packages/unstable/hal/debian/hal.preinst	2005-08-07 18:34:21 UTC (rev 267)
+++ packages/unstable/hal/debian/hal.preinst	2005-08-07 19:12:10 UTC (rev 268)
@@ -22,7 +22,7 @@
 
 case "$1" in
 install|upgrade)
-    if dpkg --compare-versions "$2" le "0.4.8-5"; then
+    if dpkg --compare-versions "$2" le "0.4.8-3"; then
         rm_conffile "/etc/dev.d/block/hal-unmount.dev" \
              "83e6af28225cd5d39b4efa24f1347c5b"
     fi




More information about the Pkg-utopia-commits mailing list