From:
[email protected]
Package: hal
Version: 0.2.95-5
Severity: wishlist
Tags: patch
As you problably noted yourself, there's a new upstream version
available. I was hacking on the Debian package, so I thought I might
just as well submit the patches it took me to update to 0.2.97. I'm not
sure whether you want to keep the remaining parts of the linux-hotplug-cleanup.patch around.
Do with this patch whatever you want, it is purely informational.
BTW, does this
(main): Use flock(2) to lock the /etc/fstab file. Also bail out
when there are no info.capabilities and we were invoked by hald.
Store PID in the global variable pid.
change to fstab-sync.c in 0.2.97 address your concerns from
http://freedesktop.org/pipermail/hal/2004-July/000624.html ?
cheers,
Michael
diff -Naur hal-0.2.95/debian/changelog hal-0.2.97/debian/changelog
--- hal-0.2.95/debian/changelog 2004-08-16 13:32:53.000000000 +0200
+++ hal-0.2.97/debian/changelog 2004-08-16 23:42:48.000000000 +0200
@@ -1,3 +1,13 @@
+hal (0.2.97-0.1) unstable; urgency=low
+
+ * New upstream release
+ * Refreshed device-manager-properties-exception.patch
+ * Disabled hal_mounted_on_startup.patch, applied upstream
+ * Disabled hal_validate_utf8.patch, applied upstream
+ * Refreshed linux-hotplug-cleanup.patch
+
+ -- Michael Banck <
[email protected]> Mon, 16 Aug 2004 23:41:55 +0200
+
hal (0.2.95-5) unstable; urgency=medium
* Urgency medium as this release should enter testing soon
diff -Naur hal-0.2.95/debian/patches/device-manager-properties-exception.patch hal-0.2.97/debian/patches/device-manager-properties-exception.patch
--- hal-0.2.95/debian/patches/device-manager-properties-exception.patch 2004-08-16 13:32:53.000000000 +0200
+++ hal-0.2.97/debian/patches/device-manager-properties-exception.patch 2004-08-16 23:32:15.000000000 +0200
@@ -1,17 +1,19 @@
----