This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository box2d.
commit 5180f863b9d89e8bd95a52d09427ed479d151e89 Author: Miriam Ruiz <[email protected]> Date: Thu Feb 5 22:55:37 2009 +0000 Fixed typo and get-orig.source Thanks to Steffen Moeller --- debian/README.Debian | 6 ------ debian/control | 8 +++++--- debian/rules | 19 +++++++++++-------- 3 files changed, 16 insertions(+), 17 deletions(-) diff --git a/debian/README.Debian b/debian/README.Debian deleted file mode 100644 index a2b2c2f..0000000 --- a/debian/README.Debian +++ /dev/null @@ -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 diff --git a/debian/control b/debian/control index a5af4d8..ca4e5ad 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,8 @@ Maintainer: Debian Games Team <[email protected]> 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 @@ Section: libdevel 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 @@ Section: libs 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 @@ Architecture: any 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) diff --git a/debian/rules b/debian/rules index 9e50a1e..84b3289 100755 --- a/debian/rules +++ b/debian/rules @@ -66,15 +66,18 @@ binary-arch: install 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 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/box2d.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

