r22396 - in /desktop/unstable/dasher/debian: changelog rules

joss at users.alioth.debian.org joss at users.alioth.debian.org
Fri Nov 20 10:53:36 UTC 2009


Author: joss
Date: Fri Nov 20 10:53:36 2009
New Revision: 22396

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=22396
Log:
Disable joystick support on non-Linux architectures.

Modified:
    desktop/unstable/dasher/debian/changelog
    desktop/unstable/dasher/debian/rules

Modified: desktop/unstable/dasher/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/dasher/debian/changelog?rev=22396&op=diff
==============================================================================
--- desktop/unstable/dasher/debian/changelog [utf-8] (original)
+++ desktop/unstable/dasher/debian/changelog [utf-8] Fri Nov 20 10:53:36 2009
@@ -1,4 +1,4 @@
-dasher (4.10.1-2) UNRELEASED; urgency=low
+dasher (4.10.1-2) unstable; urgency=low
 
   [ Emilio Pozuelo Monfort ]
   * debian/patches/01_missing-includes.patch,
@@ -8,7 +8,10 @@
   [ Mario Lang ]
   * debian/control{,.in}: Add Vcs-Svn and Vcs-Browser fields.
 
- -- Mario Lang <mlang at debian.org>  Mon, 28 Sep 2009 12:43:52 +0200
+  [ Josselin Mouette ]
+  * Disable joystick support on non-Linux architectures.
+
+ -- Josselin Mouette <joss at debian.org>  Fri, 20 Nov 2009 11:53:30 +0100
 
 dasher (4.10.1-1) unstable; urgency=low
 

Modified: desktop/unstable/dasher/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/dasher/debian/rules?rev=22396&op=diff
==============================================================================
--- desktop/unstable/dasher/debian/rules [utf-8] (original)
+++ desktop/unstable/dasher/debian/rules [utf-8] Fri Nov 20 10:53:36 2009
@@ -10,5 +10,8 @@
 
 DEB_CONFIGURE_EXTRA_FLAGS += \
 	--enable-speech \
-	--without-cairo \
-	--enable-joystick
+	--without-cairo
+
+ifeq (linux,$(DEB_HOST_ARCH_OS))
+    DEB_CONFIGURE_EXTRA_FLAGS += --enable-joystick
+endif




More information about the pkg-gnome-commits mailing list