r8619 - packages/trunk/box2d/debian

Miriam Ruiz miriam at alioth.debian.org
Tue Jan 6 21:13:41 UTC 2009


Author: miriam
Date: 2009-01-06 21:13:41 +0000 (Tue, 06 Jan 2009)
New Revision: 8619

Added:
   packages/trunk/box2d/debian/box2d.pc
Modified:
   packages/trunk/box2d/debian/control
   packages/trunk/box2d/debian/libbox2d-dev.install
   packages/trunk/box2d/debian/libbox2d0.install
Log:
Add descriptions
Add pkgconfig file



Added: packages/trunk/box2d/debian/box2d.pc
===================================================================
--- packages/trunk/box2d/debian/box2d.pc	                        (rev 0)
+++ packages/trunk/box2d/debian/box2d.pc	2009-01-06 21:13:41 UTC (rev 8619)
@@ -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}

Modified: packages/trunk/box2d/debian/control
===================================================================
--- packages/trunk/box2d/debian/control	2009-01-06 03:08:35 UTC (rev 8618)
+++ packages/trunk/box2d/debian/control	2009-01-06 21:13:41 UTC (rev 8619)
@@ -11,8 +11,13 @@
 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 @@
 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.

Modified: packages/trunk/box2d/debian/libbox2d-dev.install
===================================================================
--- packages/trunk/box2d/debian/libbox2d-dev.install	2009-01-06 03:08:35 UTC (rev 8618)
+++ packages/trunk/box2d/debian/libbox2d-dev.install	2009-01-06 21:13:41 UTC (rev 8619)
@@ -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

Modified: packages/trunk/box2d/debian/libbox2d0.install
===================================================================
--- packages/trunk/box2d/debian/libbox2d0.install	2009-01-06 03:08:35 UTC (rev 8618)
+++ packages/trunk/box2d/debian/libbox2d0.install	2009-01-06 21:13:41 UTC (rev 8619)
@@ -1 +1 @@
-debian/tmp/usr/lib/lib*.so.* usr/lib
+debian/tmp/usr/lib/lib*.so.* usr/lib/




More information about the Pkg-games-commits mailing list