r14702 - packages/trunk/supertuxkart/debian

Vincent Cheng vincentc-guest at moszumanska.debian.org
Fri Dec 20 23:28:12 UTC 2013


Author: vincentc-guest
Date: 2013-12-20 23:28:11 +0000 (Fri, 20 Dec 2013)
New Revision: 14702

Modified:
   packages/trunk/supertuxkart/debian/changelog
   packages/trunk/supertuxkart/debian/control
Log:
supertuxkart: build-dep on libbluetooth-dev only on linux-any


Modified: packages/trunk/supertuxkart/debian/changelog
===================================================================
--- packages/trunk/supertuxkart/debian/changelog	2013-12-20 23:20:27 UTC (rev 14701)
+++ packages/trunk/supertuxkart/debian/changelog	2013-12-20 23:28:11 UTC (rev 14702)
@@ -2,6 +2,7 @@
 
   * Disable support for wiimote input devices on !linux (since
     libbluetooth-dev is only built on linux archs).
+  * Restrict build-dep libbluetooth-dev to linux-any.
 
  -- Vincent Cheng <Vincentc1208 at gmail.com>  Fri, 20 Dec 2013 14:58:35 -0800
 

Modified: packages/trunk/supertuxkart/debian/control
===================================================================
--- packages/trunk/supertuxkart/debian/control	2013-12-20 23:20:27 UTC (rev 14701)
+++ packages/trunk/supertuxkart/debian/control	2013-12-20 23:28:11 UTC (rev 14702)
@@ -11,7 +11,7 @@
  debhelper (>= 9),
  docbook-to-man,
  libalut-dev,
- libbluetooth-dev,
+ libbluetooth-dev [linux-any],
  libbz2-dev,
  libcurl4-gnutls-dev | libcurl4-dev,
  libenet-dev (>= 1.3.1),




More information about the Pkg-games-commits mailing list