This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository box2d.
commit bd20d599c14d104a25884ca0331a67305231f735 Author: Miriam Ruiz <[email protected]> Date: Tue Jan 6 21:13:41 2009 +0000 Add descriptions Add pkgconfig file --- debian/box2d.pc | 12 ++++++++++++ debian/control | 27 +++++++++++++++++++++------ debian/libbox2d-dev.install | 9 +++++---- debian/libbox2d0.install | 2 +- 4 files changed, 39 insertions(+), 11 deletions(-) diff --git a/debian/box2d.pc b/debian/box2d.pc new file mode 100644 index 0000000..b6fd942 --- /dev/null +++ b/debian/box2d.pc @@ -0,0 +1,12 @@ +prefix=/usr +exec_prefix=${prefix} +libdir=${exec_prefix}/lib +includedir=${prefix}/include + +Name: box2d +Description: 2D physics engine +Version: 2.0.1 +Requires: +Conflicts: +Libs: -L${libdir} -lbox2d +Cflags: -I${includedir} diff --git a/debian/control b/debian/control index 3c2399a..a5af4d8 100644 --- a/debian/control +++ b/debian/control @@ -11,8 +11,13 @@ Package: libbox2d-dev Section: libdevel Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libbox2d0 (= ${binary:Version}) -Description: <insert up to 60 chars description> - <insert long description, indented with spaces> +Description: 2D physics engine - development files + 2D rigid body simulation library for games. Programmer's 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) + an animator to move your actors around, you can let Sir Isaac Newton do + the directing. . This package contains the development libraries and headers. @@ -20,15 +25,25 @@ Package: libbox2d0 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Description: <insert up to 60 chars description> - <insert long description, indented with spaces> +Description: 2D physics engine + 2D rigid body simulation library for games. Programmer's 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) + an animator to move your actors around, you can let Sir Isaac Newton do + the directing. Package: libbox2d0-dbg Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libbox2d0 (= ${binary:Version}) Priority: extra -Description: <insert up to 60 chars description> - <insert long description, indented with spaces> +Description: 2D physics engine - debugging symbols + 2D rigid body simulation library for games. Programmer's 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) + an animator to move your actors around, you can let Sir Isaac Newton do + the directing. . This package contains the debugging symbols. diff --git a/debian/libbox2d-dev.install b/debian/libbox2d-dev.install index a83bc9f..3b266a1 100644 --- a/debian/libbox2d-dev.install +++ b/debian/libbox2d-dev.install @@ -1,4 +1,5 @@ -debian/tmp/usr/include/* usr/include -debian/tmp/usr/lib/lib*.a usr/lib -debian/tmp/usr/lib/lib*.so usr/lib -#debian/tmp/usr/lib/lib*.la usr/lib +debian/tmp/usr/include/* usr/include/ +debian/tmp/usr/lib/lib*.a usr/lib/ +debian/tmp/usr/lib/lib*.so usr/lib/ +#debian/tmp/usr/lib/lib*.la usr/lib/ +debian/box2d.pc usr/lib/pkgconfig/ \ No newline at end of file diff --git a/debian/libbox2d0.install b/debian/libbox2d0.install index c19d2df..483b6b5 100644 --- a/debian/libbox2d0.install +++ b/debian/libbox2d0.install @@ -1 +1 @@ -debian/tmp/usr/lib/lib*.so.* usr/lib +debian/tmp/usr/lib/lib*.so.* usr/lib/ -- 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

