r1838 - packages/trunk/openal/debian

Reinhard Tartler siretart-guest at costa.debian.org
Thu Oct 12 17:16:25 UTC 2006


Author: siretart-guest
Date: 2006-10-12 17:16:24 +0000 (Thu, 12 Oct 2006)
New Revision: 1838

Modified:
   packages/trunk/openal/debian/changelog
   packages/trunk/openal/debian/rules
Log:

remove the check for m68k after discussion with jvm on irc.

openal is in P-a-s and NFU, but needs a newer version in the archive so
that old binary actually can be removed.


Modified: packages/trunk/openal/debian/changelog
===================================================================
--- packages/trunk/openal/debian/changelog	2006-10-12 17:16:17 UTC (rev 1837)
+++ packages/trunk/openal/debian/changelog	2006-10-12 17:16:24 UTC (rev 1838)
@@ -1,11 +1,10 @@
-openal (1:0.0.8-3) UNRELEASED; urgency=medium
+openal (1:0.0.8-2) unstable; urgency=medium
 
   [ 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
   * don't build depend on libasound2-dev on kfreebsd-amd64 (Closes: #361472)
 
   [ Emmet Hikory <emmet.hikory at gmail.com> ]

Modified: packages/trunk/openal/debian/rules
===================================================================
--- packages/trunk/openal/debian/rules	2006-10-12 17:16:17 UTC (rev 1837)
+++ packages/trunk/openal/debian/rules	2006-10-12 17:16:24 UTC (rev 1838)
@@ -8,10 +8,6 @@
 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