r1776 - packages/trunk/openal/debian

Reinhard Tartler siretart-guest at costa.debian.org
Thu Oct 5 08:53:35 UTC 2006


Author: siretart-guest
Date: 2006-10-05 08:53:34 +0000 (Thu, 05 Oct 2006)
New Revision: 1776

Modified:
   packages/trunk/openal/debian/changelog
   packages/trunk/openal/debian/rules
Log:
make openal FTBFS on m68k. See #362590 for details


Modified: packages/trunk/openal/debian/changelog
===================================================================
--- packages/trunk/openal/debian/changelog	2006-10-03 06:44:54 UTC (rev 1775)
+++ packages/trunk/openal/debian/changelog	2006-10-05 08:53:34 UTC (rev 1776)
@@ -3,8 +3,11 @@
   [ Eddy Petrişor ]
   * added myself to uploaders
   * Fix FTBFS on GNU/kFreeBSD (closes: #368626)
+  
+  [ Reinhard Tartler]
+  * make openal FTBFS on m68k. See #362590 for details
 
- -- Eddy Petrişor <eddy.petrisor at gmail.com>  Thu,  3 Aug 2006 13:16:37 +0300
+ -- Reinhard Tartler <siretart at tauware.de>  Thu,  5 Oct 2006 10:51:14 +0200
 
 openal (1:0.0.8-2) unstable; urgency=low
 

Modified: packages/trunk/openal/debian/rules
===================================================================
--- packages/trunk/openal/debian/rules	2006-10-03 06:44:54 UTC (rev 1775)
+++ packages/trunk/openal/debian/rules	2006-10-05 08:53:34 UTC (rev 1776)
@@ -8,6 +8,10 @@
 export DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
+ifneq (,$(findstring m68k,$(DEB_BUILD_GNU_TYPE)))
+$(error m68k build system detected. edit debian/rules to remove this check)
+endif
+
 configure: configure-stamp
 configure-stamp:
 	dh_testdir




More information about the Pkg-games-commits mailing list