debian/changelog | 6 ++++++ debian/local/10-x11-input-mouse.fdi | 10 ---------- debian/local/10-x11-mouse.fdi | 10 ++++++++++ 3 files changed, 16 insertions(+), 10 deletions(-)
New commits: commit 73f03dde8c519d77f6a6030dbf2464418f7b5b4e Author: Julien Cristau <[email protected]> Date: Sun Aug 23 20:12:14 2009 +0200 Rename the fdi file to match what we're installing... (closes: #542806) diff --git a/debian/changelog b/debian/changelog index 3a7153b..ebb8a07 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xserver-xorg-input-mouse (1:1.4.0-4) unstable; urgency=low + + * Rename the fdi file to match what we're installing... (closes: #542806) + + -- Julien Cristau <[email protected]> Sun, 23 Aug 2009 20:12:24 +0200 + xserver-xorg-input-mouse (1:1.4.0-3) unstable; urgency=low * Add README.source, bump Standards-Version to 3.8.3. diff --git a/debian/local/10-x11-input-mouse.fdi b/debian/local/10-x11-input-mouse.fdi deleted file mode 100644 index ba391ef..0000000 --- a/debian/local/10-x11-input-mouse.fdi +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> -<deviceinfo version="0.2"> - <device> - <match key="/org/freedesktop/Hal/devices/computer:system.kernel.name" string="GNU/kFreeBSD"> - <match key="info.capabilities" contains="input.mouse"> - <merge key="input.x11_driver" type="string">mouse</merge> - </match> - </match> - </device> -</deviceinfo> diff --git a/debian/local/10-x11-mouse.fdi b/debian/local/10-x11-mouse.fdi new file mode 100644 index 0000000..ba391ef --- /dev/null +++ b/debian/local/10-x11-mouse.fdi @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<deviceinfo version="0.2"> + <device> + <match key="/org/freedesktop/Hal/devices/computer:system.kernel.name" string="GNU/kFreeBSD"> + <match key="info.capabilities" contains="input.mouse"> + <merge key="input.x11_driver" type="string">mouse</merge> + </match> + </match> + </device> +</deviceinfo> -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

