Author: miriam Date: 2009-01-06 03:04:18 +0000 (Tue, 06 Jan 2009) New Revision: 8617
Modified: packages/trunk/numptyphysics/debian/changelog packages/trunk/numptyphysics/debian/control packages/trunk/numptyphysics/debian/rules Log: Compile against libbox2d package Modified: packages/trunk/numptyphysics/debian/changelog =================================================================== --- packages/trunk/numptyphysics/debian/changelog 2009-01-06 03:02:54 UTC (rev 8616) +++ packages/trunk/numptyphysics/debian/changelog 2009-01-06 03:04:18 UTC (rev 8617) @@ -1,11 +1,5 @@ -numptyphysics (0.2+svn20090104.0522-1) UNRELEASED; urgency=low +numptyphysics (0.2+svn20090106.0217-1) UNRELEASED; urgency=low - * New Upstream Release. Downloaded from SVN. - - -- Miriam Ruiz <[email protected]> Sun, 04 Jan 2009 06:22:42 +0100 - -numptyphysics (0.0+svn20090104.0456-1) UNRELEASED; urgency=low - * Initial release (Closes: #496586) - -- Miriam Ruiz <[email protected]> Sun, 04 Jan 2009 05:56:12 +0100 + -- Miriam Ruiz <[email protected]> Tue, 06 Jan 2009 03:17:08 +0100 Modified: packages/trunk/numptyphysics/debian/control =================================================================== --- packages/trunk/numptyphysics/debian/control 2009-01-06 03:02:54 UTC (rev 8616) +++ packages/trunk/numptyphysics/debian/control 2009-01-06 03:04:18 UTC (rev 8617) @@ -3,8 +3,8 @@ Priority: extra Maintainer: Debian Games Team <[email protected]> Uploaders: Miriam Ruiz <[email protected]> -Build-Depends: debhelper (>= 7), autotools-dev, dh-buildinfo, - libsdl1.2-dev, libsdl-image1.2-dev +Build-Depends: debhelper (>= 7), autotools-dev, automake, quilt, dh-buildinfo, + libsdl1.2-dev, libsdl-image1.2-dev, libbox2d-dev Standards-Version: 3.8.0 Homepage: http://numptyphysics.garage.maemo.org/ Modified: packages/trunk/numptyphysics/debian/rules =================================================================== --- packages/trunk/numptyphysics/debian/rules 2009-01-06 03:02:54 UTC (rev 8616) +++ packages/trunk/numptyphysics/debian/rules 2009-01-06 03:04:18 UTC (rev 8617) @@ -15,7 +15,9 @@ config.status: configure dh_testdir - # Add here commands to configure the package. + $(MAKE) -f /usr/share/quilt/quilt.make patch + touch NEWS + automake ifneq "$(wildcard /usr/share/misc/config.sub)" "" cp -f /usr/share/misc/config.sub config.sub endif @@ -43,6 +45,7 @@ rm -f build-stamp [ ! -f Makefile ] || $(MAKE) distclean rm -f config.sub config.guess config.cache config.log + $(MAKE) -f /usr/share/quilt/quilt.make unpatch dh_clean install: build @@ -94,6 +97,7 @@ echo "Downloading gnash $(VERSION_ID) from SVN..." svn checkout https://garage.maemo.org/svn/numptyphysics/trunk "numptyphysics-$(VERSION_ID)" rm -rf `find "numptyphysics-$(VERSION_ID)" -name .svn` + rm -rf "numptyphysics-$(VERSION_ID)"/Box2D rm -rf "numptyphysics-$(VERSION_ID)"/debian tar cvfz "numptyphysics_$(VERSION_ID).orig.tar.gz" "numptyphysics-$(VERSION_ID)" cp debian "numptyphysics-$(VERSION_ID)" -a _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

