debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-)
New commits: commit 82c5d555802e071320f565b9de1e7592b2f1c278 Author: Robert Hooker <[email protected]> Date: Sun Jan 24 14:43:57 2010 -0500 debian/control: Build xserver-xorg-input-joystick-dev on arch: all. diff --git a/debian/changelog b/debian/changelog index ccae50f..0bcce59 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ xserver-xorg-input-joystick (1:1.5.0-2) UNRELEASED; urgency=low [ Robert Hooker ] * Correct xserver-xorg-input-joystick-dev package name. + * Build xserver-xorg-input-joystick-dev on arch: all. -- Robert Hooker <[email protected]> Sun, 24 Jan 2010 14:30:08 -0500 diff --git a/debian/control b/debian/control index 74bf8ef..f3b870d 100644 --- a/debian/control +++ b/debian/control @@ -39,7 +39,7 @@ Description: X.Org X server -- joystick input driver Package: xserver-xorg-input-joystick-dev Section: libdevel -Architecture: any +Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Description: X.Org X server -- joystick input driver (development headers) This package provides the development headers for the joystick input -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

