[Pkg-utopia-commits] r1826 - in /packages/unstable/hal/debian: changelog hal.examples rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Wed Oct 24 13:32:10 UTC 2007
Author: biebl
Date: Wed Oct 24 13:32:09 2007
New Revision: 1826
URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1826
Log:
* debian/rules
- Remove /usr/share/hal/fdi/policy/10osvendor/10-x11-input.fdi which
effectively disables xorg input hotplugging
(Closes: #447666, #447676, #447841).
This is only a temporary workaround until xserver-xorg has been fixed
to provide a clean upgrade path for non-US keyboard layouts.
* debian/hal.examples
- Install 10-x11-input.fdi under /usr/share/doc/hal/examples/ for the time
being.
Modified:
packages/unstable/hal/debian/changelog
packages/unstable/hal/debian/hal.examples
packages/unstable/hal/debian/rules
Modified: packages/unstable/hal/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/debian/changelog?rev=1826&op=diff
==============================================================================
--- packages/unstable/hal/debian/changelog (original)
+++ packages/unstable/hal/debian/changelog Wed Oct 24 13:32:09 2007
@@ -1,8 +1,16 @@
-hal (0.5.10-2) UNRELEASED; urgency=low
-
- * NOT RELEASED YET
-
- -- Michael Biebl <biebl at debian.org> Mon, 22 Oct 2007 16:10:32 +0200
+hal (0.5.10-2) unstable; urgency=low
+
+ * debian/rules
+ - Remove /usr/share/hal/fdi/policy/10osvendor/10-x11-input.fdi which
+ effectively disables xorg input hotplugging
+ (Closes: #447666, #447676, #447841).
+ This is only a temporary workaround until xserver-xorg has been fixed
+ to provide a clean upgrade path for non-US keyboard layouts.
+ * debian/hal.examples
+ - Install 10-x11-input.fdi under /usr/share/doc/hal/examples/ for the time
+ being.
+
+ -- Michael Biebl <biebl at debian.org> Wed, 24 Oct 2007 15:19:13 +0200
hal (0.5.10-1) unstable; urgency=low
Modified: packages/unstable/hal/debian/hal.examples
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/debian/hal.examples?rev=1826&op=diff
==============================================================================
--- packages/unstable/hal/debian/hal.examples (original)
+++ packages/unstable/hal/debian/hal.examples Wed Oct 24 13:32:09 2007
@@ -1,1 +1,2 @@
debian/no-cd-media-check.fdi
+fdi/policy/10osvendor/10-x11-input.fdi
Modified: packages/unstable/hal/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/debian/rules?rev=1826&op=diff
==============================================================================
--- packages/unstable/hal/debian/rules (original)
+++ packages/unstable/hal/debian/rules Wed Oct 24 13:32:09 2007
@@ -27,5 +27,8 @@
install/hal::
# Remove executable bit as this is nothing that can be executed
- chmod -x debian/tmp/usr/lib/hal/scripts/hal-functions
+ chmod -x $(DEB_DESTDIR)/usr/lib/hal/scripts/hal-functions
+ # Don't install 10-x11-input.fdi until xorg input hotplugging is fixed to
+ # properly support non-US keyboard layouts (see also: #442316).
+ rm -f $(DEB_DESTDIR)/usr/share/hal/fdi/policy/10osvendor/10-x11-input.fdi
More information about the Pkg-utopia-commits
mailing list