Author: caleb-guest Date: 2008-08-02 19:23:42 +0000 (Sat, 02 Aug 2008) New Revision: 7892
Modified: packages/trunk/bullet/debian/control packages/trunk/bullet/debian/copyright packages/trunk/bullet/debian/rules Log: Fix FTBFS on 64bit machine Modified: packages/trunk/bullet/debian/control =================================================================== --- packages/trunk/bullet/debian/control 2008-08-02 17:12:55 UTC (rev 7891) +++ packages/trunk/bullet/debian/control 2008-08-02 19:23:42 UTC (rev 7892) @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Games Team <[EMAIL PROTECTED]> Uploaders: Wen-Yen Chuang <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 7), jam, freeglut3-dev, zlib1g-dev +Build-Depends: debhelper (>= 7), jam, freeglut3-dev, zlib1g-dev, quilt Standards-Version: 3.8.0 Homepage: http://www.bulletphysics.com/ Modified: packages/trunk/bullet/debian/copyright =================================================================== --- packages/trunk/bullet/debian/copyright 2008-08-02 17:12:55 UTC (rev 7891) +++ packages/trunk/bullet/debian/copyright 2008-08-02 19:23:42 UTC (rev 7892) @@ -5,7 +5,7 @@ Upstream Author: Erwin Coumans -Copyright: 2003-2006 Erwin Coumans http://continuousphysics.com/Bullet/ +Copyright: 2003-2008 Erwin Coumans http://continuousphysics.com/Bullet/ License: This software is provided 'as-is', without any express or implied warranty. Modified: packages/trunk/bullet/debian/rules =================================================================== --- packages/trunk/bullet/debian/rules 2008-08-02 17:12:55 UTC (rev 7891) +++ packages/trunk/bullet/debian/rules 2008-08-02 19:23:42 UTC (rev 7892) @@ -2,6 +2,8 @@ #export DH_VERBOSE=1 +include /usr/share/quilt/quilt.make + DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE)) @@ -10,7 +12,7 @@ CROSS= --build $(DEB_BUILD_GNU_TYPE) endif -config.status: configure +config.status: configure patch dh_testdir ./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" @@ -21,7 +23,8 @@ jam -q touch $@ -clean: +clean: clean1 unpatch +clean1: dh_testdir dh_testroot rm -f build-stamp @@ -55,4 +58,4 @@ dh_builddeb binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install +.PHONY: build clean binary-indep binary-arch binary install clean1 _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

