r7312 - in packages/trunk/bullet: . debian

Wen-Yen Chuang caleb-guest at alioth.debian.org
Mon Jun 9 07:02:40 UTC 2008


Author: caleb-guest
Date: 2008-06-09 07:02:40 +0000 (Mon, 09 Jun 2008)
New Revision: 7312

Added:
   packages/trunk/bullet/debian/
   packages/trunk/bullet/debian/AllBulletDemos.6
   packages/trunk/bullet/debian/changelog
   packages/trunk/bullet/debian/compat
   packages/trunk/bullet/debian/control
   packages/trunk/bullet/debian/copyright
   packages/trunk/bullet/debian/libbullet-demo.install
   packages/trunk/bullet/debian/libbullet-demo.links
   packages/trunk/bullet/debian/libbullet-demo.manpages
   packages/trunk/bullet/debian/libbullet-dev.docs
   packages/trunk/bullet/debian/rules
   packages/trunk/bullet/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk


Property changes on: packages/trunk/bullet/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages/trunk/bullet/debian/AllBulletDemos.6
===================================================================
--- packages/trunk/bullet/debian/AllBulletDemos.6	                        (rev 0)
+++ packages/trunk/bullet/debian/AllBulletDemos.6	2008-06-09 07:02:40 UTC (rev 7312)
@@ -0,0 +1,14 @@
+.TH BULLET 6 "June  9, 2008"
+.SH NAME
+AllBulletDemos \- demo program of Bullet Physics Library
+.SH SYNOPSIS
+.B AllBulletDemos
+.SH DESCRIPTION
+Bullet is a professional open source multi-threaded 3D Collision Detection and Rigid Body Dynamics Library.                                                   
+.PP
+The library is being used by several professional game developers on PC, PlayStation 3, XBox 360 and Nintendo Wii.
+.PP
+Bullet is native part of Blender 3D modeler and it supports COLLADA Physics file format.
+.SH AUTHOR
+This manual page was written by Wen-Yen Chuang <caleb at calno.com>,
+for the Debian project (but may be used by others).

Added: packages/trunk/bullet/debian/changelog
===================================================================
--- packages/trunk/bullet/debian/changelog	                        (rev 0)
+++ packages/trunk/bullet/debian/changelog	2008-06-09 07:02:40 UTC (rev 7312)
@@ -0,0 +1,5 @@
+bullet (2.69-1) unstable; urgency=low
+
+  * Initial release (Closes: #476284)
+
+ -- Wen-Yen Chuang <caleb at calno.com>  Mon, 09 Jun 2008 12:41:36 +0800

Added: packages/trunk/bullet/debian/compat
===================================================================
--- packages/trunk/bullet/debian/compat	                        (rev 0)
+++ packages/trunk/bullet/debian/compat	2008-06-09 07:02:40 UTC (rev 7312)
@@ -0,0 +1 @@
+6

Added: packages/trunk/bullet/debian/control
===================================================================
--- packages/trunk/bullet/debian/control	                        (rev 0)
+++ packages/trunk/bullet/debian/control	2008-06-09 07:02:40 UTC (rev 7312)
@@ -0,0 +1,34 @@
+Source: bullet
+Section: libdevel
+Priority: optional
+Maintainer: Wen-Yen Chuang <caleb at calno.com>
+Build-Depends: debhelper (>= 6), jam, freeglut3-dev, zlib1g-dev
+Standards-Version: 3.7.3
+Homepage: http://www.bulletphysics.com/
+
+Package: libbullet-dev
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: a 3D physics library - development files
+ Bullet is a professional open source multi-threaded 3D Collision Detection and
+ Rigid Body Dynamics Library.
+ .
+ The library is being used by several professional game developers on PC,
+ PlayStation 3, XBox 360 and Nintendo Wii.
+ .
+ Bullet is native part of Blender 3D modeler and it supports COLLADA Physics
+ file format.
+
+Package: libbullet-demo
+Section: games
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: a 3D physics library - demos
+ Bullet is a professional open source multi-threaded 3D Collision Detection and
+ Rigid Body Dynamics Library.                                                   
+ .
+ The library is being used by several professional game developers on PC, 
+ PlayStation 3, XBox 360 and Nintendo Wii.
+ .
+ Bullet is native part of Blender 3D modeler and it supports COLLADA Physics 
+ file format.

Added: packages/trunk/bullet/debian/copyright
===================================================================
--- packages/trunk/bullet/debian/copyright	                        (rev 0)
+++ packages/trunk/bullet/debian/copyright	2008-06-09 07:02:40 UTC (rev 7312)
@@ -0,0 +1,22 @@
+This package was debianized by Wen-Yen Chuang <caleb at calno.com> on
+Mon, 09 Jun 2008 12:41:36 +0800.
+
+It was downloaded from http://code.google.com/p/bullet/downloads/list
+
+Upstream Author: Erwin Coumans 
+
+Copyright: 2003-2006 Erwin Coumans  http://continuousphysics.com/Bullet/
+
+License:
+    This software is provided 'as-is', without any express or implied warranty.
+    In no event will the authors be held liable for any damages arising from the use of this software.
+    Permission is granted to anyone to use this software for any purpose, 
+    including commercial applications, and to alter it and redistribute it freely, 
+    subject to the following restrictions:
+
+    1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
+    2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
+    3. This notice may not be removed or altered from any source distribution.
+
+    Free for commercial use, but please mail bullet at erwincoumans.com to report projects, and join the forum at
+    www.continuousphysics.com/Bullet/phpBB2

Added: packages/trunk/bullet/debian/libbullet-demo.install
===================================================================
--- packages/trunk/bullet/debian/libbullet-demo.install	                        (rev 0)
+++ packages/trunk/bullet/debian/libbullet-demo.install	2008-06-09 07:02:40 UTC (rev 7312)
@@ -0,0 +1,8 @@
+AllBulletDemos usr/games
+Benchmarks usr/games
+BulletDino usr/games
+ContinuousConvexCollision usr/games
+HelloWorld usr/games
+Raytracer usr/games
+UserCollisionAlgorithm usr/games
+*Demo usr/games

Added: packages/trunk/bullet/debian/libbullet-demo.links
===================================================================
--- packages/trunk/bullet/debian/libbullet-demo.links	                        (rev 0)
+++ packages/trunk/bullet/debian/libbullet-demo.links	2008-06-09 07:02:40 UTC (rev 7312)
@@ -0,0 +1,28 @@
+usr/share/man/man6/AllBulletDemos.6.gz usr/share/man/man6/BasicDemo.6.gz
+usr/share/man/man6/AllBulletDemos.6.gz usr/share/man/man6/Benchmarks.6.gz
+usr/share/man/man6/AllBulletDemos.6.gz usr/share/man/man6/BspDemo.6.gz
+usr/share/man/man6/AllBulletDemos.6.gz usr/share/man/man6/BulletDino.6.gz
+usr/share/man/man6/AllBulletDemos.6.gz usr/share/man/man6/CcdPhysicsDemo.6.gz
+usr/share/man/man6/AllBulletDemos.6.gz usr/share/man/man6/CharacterDemo.6.gz
+usr/share/man/man6/AllBulletDemos.6.gz usr/share/man/man6/ColladaDemo.6.gz
+usr/share/man/man6/AllBulletDemos.6.gz usr/share/man/man6/CollisionDemo.6.gz
+usr/share/man/man6/AllBulletDemos.6.gz usr/share/man/man6/CollisionInterfaceDemo.6.gz
+usr/share/man/man6/AllBulletDemos.6.gz usr/share/man/man6/ConcaveDemo.6.gz
+usr/share/man/man6/AllBulletDemos.6.gz usr/share/man/man6/ConstraintDemo.6.gz
+usr/share/man/man6/AllBulletDemos.6.gz usr/share/man/man6/ContinuousConvexCollision.6.gz
+usr/share/man/man6/AllBulletDemos.6.gz usr/share/man/man6/ConvexDecompositionDemo.6.gz
+usr/share/man/man6/AllBulletDemos.6.gz usr/share/man/man6/DoublePrecisionDemo.6.gz
+usr/share/man/man6/AllBulletDemos.6.gz usr/share/man/man6/EPAPenDepthDemo.6.gz
+usr/share/man/man6/AllBulletDemos.6.gz usr/share/man/man6/GenericJointDemo.6.gz
+usr/share/man/man6/AllBulletDemos.6.gz usr/share/man/man6/GimpactTestDemo.6.gz
+usr/share/man/man6/AllBulletDemos.6.gz usr/share/man/man6/GjkConvexCastDemo.6.gz
+usr/share/man/man6/AllBulletDemos.6.gz usr/share/man/man6/HelloWorld.6.gz
+usr/share/man/man6/AllBulletDemos.6.gz usr/share/man/man6/MovingConcaveDemo.6.gz
+usr/share/man/man6/AllBulletDemos.6.gz usr/share/man/man6/MultiThreadedDemo.6.gz
+usr/share/man/man6/AllBulletDemos.6.gz usr/share/man/man6/RagdollDemo.6.gz
+usr/share/man/man6/AllBulletDemos.6.gz usr/share/man/man6/Raytracer.6.gz
+usr/share/man/man6/AllBulletDemos.6.gz usr/share/man/man6/SimplexDemo.6.gz
+usr/share/man/man6/AllBulletDemos.6.gz usr/share/man/man6/SliderConstraintDemo.6.gz
+usr/share/man/man6/AllBulletDemos.6.gz usr/share/man/man6/SoftBodyDemo.6.gz
+usr/share/man/man6/AllBulletDemos.6.gz usr/share/man/man6/UserCollisionAlgorithm.6.gz
+usr/share/man/man6/AllBulletDemos.6.gz usr/share/man/man6/VehicleDemo.6.gz

Added: packages/trunk/bullet/debian/libbullet-demo.manpages
===================================================================
--- packages/trunk/bullet/debian/libbullet-demo.manpages	                        (rev 0)
+++ packages/trunk/bullet/debian/libbullet-demo.manpages	2008-06-09 07:02:40 UTC (rev 7312)
@@ -0,0 +1 @@
+debian/AllBulletDemos.6

Added: packages/trunk/bullet/debian/libbullet-dev.docs
===================================================================
--- packages/trunk/bullet/debian/libbullet-dev.docs	                        (rev 0)
+++ packages/trunk/bullet/debian/libbullet-dev.docs	2008-06-09 07:02:40 UTC (rev 7312)
@@ -0,0 +1,4 @@
+BulletSpuOptimized.pdf
+Bullet_Faq.pdf
+Bullet_User_Manual.pdf
+NEWS

Added: packages/trunk/bullet/debian/rules
===================================================================
--- packages/trunk/bullet/debian/rules	                        (rev 0)
+++ packages/trunk/bullet/debian/rules	2008-06-09 07:02:40 UTC (rev 7312)
@@ -0,0 +1,58 @@
+#!/usr/bin/make -f
+
+#export DH_VERBOSE=1
+
+DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE))
+CROSS= --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
+else
+CROSS= --build $(DEB_BUILD_GNU_TYPE)
+endif
+
+config.status: configure
+	dh_testdir
+	./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
+
+build: build-stamp
+
+build-stamp:  config.status 
+	dh_testdir
+	jam -q
+	touch $@
+
+clean: 
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp 
+	[ ! -f Jamfile ] || jam -q distclean
+	dh_clean bvh.bin bullet.pc file_convex.obj
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+	jam -sprefix=$(CURDIR)/debian/libbullet-dev/usr install
+
+binary-indep: build install
+
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs ChangeLog.txt
+	dh_installdocs
+	dh_install
+	dh_installman
+	dh_link
+	dh_strip
+	dh_compress --exclude=BulletSpuOptimized.pdf --exclude=Bullet_Faq.pdf --exclude=Bullet_User_Manual.pdf
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install


Property changes on: packages/trunk/bullet/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/trunk/bullet/debian/watch
===================================================================
--- packages/trunk/bullet/debian/watch	                        (rev 0)
+++ packages/trunk/bullet/debian/watch	2008-06-09 07:02:40 UTC (rev 7312)
@@ -0,0 +1,2 @@
+version=3
+http://code.google.com/p/bullet/downloads/list http:\/\/bullet\.googlecode\.com\/files\/bullet-(.*)\.tgz




More information about the Pkg-games-commits mailing list