Author: miriam Date: 2009-02-05 22:55:37 +0000 (Thu, 05 Feb 2009) New Revision: 8738
Removed: packages/trunk/box2d/debian/README.Debian Modified: packages/trunk/box2d/debian/control packages/trunk/box2d/debian/rules Log: Fixed typo and get-orig.source Thanks to Steffen Moeller Deleted: packages/trunk/box2d/debian/README.Debian =================================================================== --- packages/trunk/box2d/debian/README.Debian 2009-02-05 19:09:02 UTC (rev 8737) +++ packages/trunk/box2d/debian/README.Debian 2009-02-05 22:55:37 UTC (rev 8738) @@ -1,6 +0,0 @@ -box2d for Debian ----------------- - -<possible notes regarding this package - if none, delete this file> - - -- Miriam Ruiz <[email protected]> Mon, 05 Jan 2009 19:51:00 +0100 Modified: packages/trunk/box2d/debian/control =================================================================== --- packages/trunk/box2d/debian/control 2009-02-05 19:09:02 UTC (rev 8737) +++ packages/trunk/box2d/debian/control 2009-02-05 22:55:37 UTC (rev 8738) @@ -5,6 +5,8 @@ Uploaders: Miriam Ruiz <[email protected]> Build-Depends: debhelper (>= 7), quilt, dh-buildinfo Standards-Version: 3.8.0 +Vcs-Browser: http://svn.debian.org/wsvn/debian-med/pkg-games/packages/trunk/box2d/box2d-2.0.1/?rev=0&sc=0 +Vcs-Svn: svn://svn.debian.org/svn/debian-med/pkg-games/packages/trunk/box2d/box2d-2.0.1 Homepage: http://www.box2d.org/ Package: libbox2d-dev @@ -12,7 +14,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libbox2d0 (= ${binary:Version}) Description: 2D physics engine - development files - 2D rigid body simulation library for games. Programmer's can use it in + 2D rigid body simulation library for games. Programmers can use it in their games to make objects move in believable ways and make the world seem more interactive. From the game's point of view a physics engine is just a system for procedural animation. Rather than paying (or begging) @@ -26,7 +28,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: 2D physics engine - 2D rigid body simulation library for games. Programmer's can use it in + 2D rigid body simulation library for games. Programmers can use it in their games to make objects move in believable ways and make the world seem more interactive. From the game's point of view a physics engine is just a system for procedural animation. Rather than paying (or begging) @@ -39,7 +41,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, libbox2d0 (= ${binary:Version}) Priority: extra Description: 2D physics engine - debugging symbols - 2D rigid body simulation library for games. Programmer's can use it in + 2D rigid body simulation library for games. Programmers can use it in their games to make objects move in believable ways and make the world seem more interactive. From the game's point of view a physics engine is just a system for procedural animation. Rather than paying (or begging) Modified: packages/trunk/box2d/debian/rules =================================================================== --- packages/trunk/box2d/debian/rules 2009-02-05 19:09:02 UTC (rev 8737) +++ packages/trunk/box2d/debian/rules 2009-02-05 22:55:37 UTC (rev 8738) @@ -66,15 +66,18 @@ dh_md5sums dh_builddeb +V=2.0.1 get-orig-source: - rm -f ../box2d_2.0.1.dfsg1.orig.tar.gz Box2D_v2.0.1.zip - wget http://surfnet.dl.sourceforge.net/sourceforge/box2d/Box2D_v2.0.1.zip - unzip Box2D_v2.0.1.zip - rm Box2D_v2.0.1.zip - rm -r Box2D_v2.0.1/Box2D/Contrib/freeglut/ - rm -r Box2D_v2.0.1/Box2D/Contrib/glui/ - cd Box2D_v2.0.1 && tar cvfz ../../box2d_2.0.1.dfsg1.orig.tar.gz Box2D - rm -r Box2D_v2.0.1 + rm -fr ../box2d_$(V).dfsg1.orig.tar.gz box2d-$(V) Box2D_v$(V) Box2D_v$(V).zip + wget http://surfnet.dl.sourceforge.net/sourceforge/box2d/Box2D_v$(V).zip + unzip Box2D_v$(V).zip + rm Box2D_v$(V).zip + mv Box2D_v$(V)/Box2D box2d-$(V) + rm -r Box2D_v$(V) + rm -r box2d-$(V)/Contrib/freeglut/ + rm -r box2d-$(V)/Contrib/glui/ + GZIP=-9 tar cvfz ../box2d_$(V).dfsg1.orig.tar.gz box2d-$(V) + rm -rf box2d-$(V) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install config get-orig-source _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

