[SCM] ballz (platform/puzzle game) branch, master, updated. debian/1.0.1-1-1-g6eedbb8

2009-03-17 Thread Wen-Yen Chuang
The following commit has been merged in the master branch:
commit 6eedbb8030c1a8dd8433291cae7dafffb0bfc28a
Author: Wen-Yen Chuang 
Date:   Fri Mar 6 04:18:42 2009 +0800

Add watch file

diff --git a/debian/watch b/debian/watch
new file mode 100644
index 000..1b4cc1d
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://code.google.com/p/db-tins07/downloads/list 
http://db-tins07\.googlecode\.com/files/ballz-(.*)\.tar\.gz

-- 
ballz (platform/puzzle game)

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


r7896 - in packages/trunk/bullet/debian: . patches

2008-08-03 Thread Wen-Yen Chuang
Author: caleb-guest
Date: 2008-08-03 13:52:48 + (Sun, 03 Aug 2008)
New Revision: 7896

Modified:
   packages/trunk/bullet/debian/changelog
   packages/trunk/bullet/debian/patches/disable_multithreaded.diff
Log:
Add comments

Modified: packages/trunk/bullet/debian/changelog
===
--- packages/trunk/bullet/debian/changelog  2008-08-02 19:48:33 UTC (rev 
7895)
+++ packages/trunk/bullet/debian/changelog  2008-08-03 13:52:48 UTC (rev 
7896)
@@ -1,5 +1,6 @@
 bullet (2.70-1) UNRELEASED; urgency=low
 
   * Initial release (Closes: #476284)
+  * Disable MultiThreaded for better compatibility
 
  -- Wen-Yen Chuang <[EMAIL PROTECTED]>  Sun, 03 Aug 2008 00:32:31 +0800

Modified: packages/trunk/bullet/debian/patches/disable_multithreaded.diff
===
--- packages/trunk/bullet/debian/patches/disable_multithreaded.diff 
2008-08-02 19:48:33 UTC (rev 7895)
+++ packages/trunk/bullet/debian/patches/disable_multithreaded.diff 
2008-08-03 13:52:48 UTC (rev 7896)
@@ -1,3 +1,7 @@
+# BulletMultiThreaded is mainly for PS3 Cell SPUs and XBox 360.
+# Other platforms haven't really been optimized, so it is better to use the
+# non-parallel version.
+# Please see http://code.google.com/p/bullet/issues/detail?id=34
 --- bullet-2.70.orig/Demos/Jamfile
 +++ bullet-2.70/Demos/Jamfile
 @@ -76,7 +76,7 @@


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


r7895 - packages/trunk/bullet/debian

2008-08-02 Thread Wen-Yen Chuang
Author: caleb-guest
Date: 2008-08-02 19:48:33 + (Sat, 02 Aug 2008)
New Revision: 7895

Modified:
   packages/trunk/bullet/debian/control
   packages/trunk/bullet/debian/libbullet-demo.links
Log:
Update descriptions

Modified: packages/trunk/bullet/debian/control
===
--- packages/trunk/bullet/debian/control2008-08-02 19:34:09 UTC (rev 
7894)
+++ packages/trunk/bullet/debian/control2008-08-02 19:48:33 UTC (rev 
7895)
@@ -19,6 +19,8 @@
  .
  Bullet is native part of Blender 3D modeler and it supports COLLADA Physics
  file format.
+ .
+ This package provides development files.
 
 Package: libbullet-demo
 Section: games
@@ -33,3 +35,5 @@
  .
  Bullet is native part of Blender 3D modeler and it supports COLLADA Physics 
  file format.
+ .
+ This package provides demo programs.

Modified: packages/trunk/bullet/debian/libbullet-demo.links
===
--- packages/trunk/bullet/debian/libbullet-demo.links   2008-08-02 19:34:09 UTC 
(rev 7894)
+++ packages/trunk/bullet/debian/libbullet-demo.links   2008-08-02 19:48:33 UTC 
(rev 7895)
@@ -19,7 +19,6 @@
 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/MultiMaterialDemo.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


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


r7894 - packages/trunk/bullet/debian/patches

2008-08-02 Thread Wen-Yen Chuang
Author: caleb-guest
Date: 2008-08-02 19:34:09 + (Sat, 02 Aug 2008)
New Revision: 7894

Added:
   packages/trunk/bullet/debian/patches/disable_multithreaded.diff
   packages/trunk/bullet/debian/patches/series
Log:
Update patches

Added: packages/trunk/bullet/debian/patches/disable_multithreaded.diff
===
--- packages/trunk/bullet/debian/patches/disable_multithreaded.diff 
(rev 0)
+++ packages/trunk/bullet/debian/patches/disable_multithreaded.diff 
2008-08-02 19:34:09 UTC (rev 7894)
@@ -0,0 +1,22 @@
+--- bullet-2.70.orig/Demos/Jamfile
 bullet-2.70/Demos/Jamfile
+@@ -76,7 +76,7 @@
+ SubInclude TOP Demos CcdPhysicsDemo ;
+ SubInclude TOP Demos Benchmarks ;
+ SubInclude TOP Demos UserCollisionAlgorithm ;
+-SubInclude TOP Demos MultiThreadedDemo ;
++#SubInclude TOP Demos MultiThreadedDemo ;
+ #SubInclude TOP Demos ForkLiftDemo ;
+ SubInclude TOP Demos BulletDinoDemo ;
+ SubInclude TOP Demos EPAPenDepthDemo ;
+--- bullet-2.70.orig/Extras/Jamfile
 bullet-2.70/Extras/Jamfile
+@@ -5,7 +5,7 @@
+ SubInclude TOP Extras glui ;
+ SubInclude TOP Extras LibXML ;
+ SubInclude TOP Extras BulletColladaConverter ;
+-SubInclude TOP Extras BulletMultiThreaded ;
++#SubInclude TOP Extras BulletMultiThreaded ;
+ #SubInclude TOP Extras EPA ;
+ #SubInclude TOP Extras ExtraSolid35 ;
+ SubInclude TOP Extras GIMPACT ;

Added: packages/trunk/bullet/debian/patches/series
===
--- packages/trunk/bullet/debian/patches/series (rev 0)
+++ packages/trunk/bullet/debian/patches/series 2008-08-02 19:34:09 UTC (rev 
7894)
@@ -0,0 +1 @@
+disable_multithreaded.diff


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


r7893 - packages/trunk/bullet/debian

2008-08-02 Thread Wen-Yen Chuang
Author: caleb-guest
Date: 2008-08-02 19:27:46 + (Sat, 02 Aug 2008)
New Revision: 7893

Added:
   packages/trunk/bullet/debian/patches/
Log:
Update patches


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


r7892 - packages/trunk/bullet/debian

2008-08-02 Thread Wen-Yen Chuang
Author: caleb-guest
Date: 2008-08-02 19:23:42 + (Sat, 02 Aug 2008)
New Revision: 7892

Modified:
   packages/trunk/bullet/debian/control
   packages/trunk/bullet/debian/copyright
   packages/trunk/bullet/debian/rules
Log:
Fix FTBFS on 64bit machine

Modified: packages/trunk/bullet/debian/control
===
--- packages/trunk/bullet/debian/control2008-08-02 17:12:55 UTC (rev 
7891)
+++ packages/trunk/bullet/debian/control2008-08-02 19:23:42 UTC (rev 
7892)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Games Team <[EMAIL PROTECTED]>
 Uploaders: Wen-Yen Chuang <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 7), jam, freeglut3-dev, zlib1g-dev
+Build-Depends: debhelper (>= 7), jam, freeglut3-dev, zlib1g-dev, quilt
 Standards-Version: 3.8.0
 Homepage: http://www.bulletphysics.com/
 

Modified: packages/trunk/bullet/debian/copyright
===
--- packages/trunk/bullet/debian/copyright  2008-08-02 17:12:55 UTC (rev 
7891)
+++ packages/trunk/bullet/debian/copyright  2008-08-02 19:23:42 UTC (rev 
7892)
@@ -5,7 +5,7 @@
 
 Upstream Author: Erwin Coumans 
 
-Copyright: 2003-2006 Erwin Coumans  http://continuousphysics.com/Bullet/
+Copyright: 2003-2008 Erwin Coumans  http://continuousphysics.com/Bullet/
 
 License:
 This software is provided 'as-is', without any express or implied warranty.

Modified: packages/trunk/bullet/debian/rules
===
--- packages/trunk/bullet/debian/rules  2008-08-02 17:12:55 UTC (rev 7891)
+++ packages/trunk/bullet/debian/rules  2008-08-02 19:23:42 UTC (rev 7892)
@@ -2,6 +2,8 @@
 
 #export DH_VERBOSE=1
 
+include /usr/share/quilt/quilt.make
+
 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))
@@ -10,7 +12,7 @@
 CROSS= --build $(DEB_BUILD_GNU_TYPE)
 endif
 
-config.status: configure
+config.status: configure patch
dh_testdir
./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man 
--infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
 
@@ -21,7 +23,8 @@
jam -q
touch $@
 
-clean: 
+clean: clean1 unpatch 
+clean1:
dh_testdir
dh_testroot
rm -f build-stamp 
@@ -55,4 +58,4 @@
dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+.PHONY: build clean binary-indep binary-arch binary install clean1


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


r7891 - packages/trunk/bullet/debian

2008-08-02 Thread Wen-Yen Chuang
Author: caleb-guest
Date: 2008-08-02 17:12:55 + (Sat, 02 Aug 2008)
New Revision: 7891

Modified:
   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.links
Log:
Update to 2.70

Modified: packages/trunk/bullet/debian/changelog
===
--- packages/trunk/bullet/debian/changelog  2008-08-02 17:07:20 UTC (rev 
7890)
+++ packages/trunk/bullet/debian/changelog  2008-08-02 17:12:55 UTC (rev 
7891)
@@ -1,5 +1,5 @@
-bullet (2.69-1) UNRELEASED; urgency=low
+bullet (2.70-1) UNRELEASED; urgency=low
 
   * Initial release (Closes: #476284)
 
- -- Wen-Yen Chuang <[EMAIL PROTECTED]>  Mon, 09 Jun 2008 12:41:36 +0800
+ -- Wen-Yen Chuang <[EMAIL PROTECTED]>  Sun, 03 Aug 2008 00:32:31 +0800

Modified: packages/trunk/bullet/debian/compat
===
--- packages/trunk/bullet/debian/compat 2008-08-02 17:07:20 UTC (rev 7890)
+++ packages/trunk/bullet/debian/compat 2008-08-02 17:12:55 UTC (rev 7891)
@@ -1 +1 @@
-6
+7

Modified: packages/trunk/bullet/debian/control
===
--- packages/trunk/bullet/debian/control2008-08-02 17:07:20 UTC (rev 
7890)
+++ packages/trunk/bullet/debian/control2008-08-02 17:12:55 UTC (rev 
7891)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian Games Team <[EMAIL PROTECTED]>
 Uploaders: Wen-Yen Chuang <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 6), jam, freeglut3-dev, zlib1g-dev
-Standards-Version: 3.7.3
+Build-Depends: debhelper (>= 7), jam, freeglut3-dev, zlib1g-dev
+Standards-Version: 3.8.0
 Homepage: http://www.bulletphysics.com/
 
 Package: libbullet-dev

Modified: packages/trunk/bullet/debian/copyright
===
--- packages/trunk/bullet/debian/copyright  2008-08-02 17:07:20 UTC (rev 
7890)
+++ packages/trunk/bullet/debian/copyright  2008-08-02 17:12:55 UTC (rev 
7891)
@@ -9,14 +9,19 @@
 
 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.
+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:
+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.
+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 [EMAIL PROTECTED] to report 
projects, and join the forum at
-www.continuousphysics.com/Bullet/phpBB2
+Free for commercial use, but please mail [EMAIL PROTECTED] to report
+projects, and join the forum at www.continuousphysics.com/Bullet/phpBB2

Modified: packages/trunk/bullet/debian/libbullet-demo.links
===
--- packages/trunk/bullet/debian/libbullet-demo.links   2008-08-02 17:07:20 UTC 
(rev 7890)
+++ packages/trunk/bullet/debian/libbullet-demo.links   2008-08-02 17:12:55 UTC 
(rev 7891)
@@ -18,6 +18,7 @@
 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/MultiMaterialDemo.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


___
Pkg-games-commits mailing list
Pkg-ga

r7313 - packages/trunk/bullet/debian

2008-06-09 Thread Wen-Yen Chuang
Author: caleb-guest
Date: 2008-06-09 07:09:11 + (Mon, 09 Jun 2008)
New Revision: 7313

Modified:
   packages/trunk/bullet/debian/changelog
   packages/trunk/bullet/debian/control
Log:
tag UNRELEASED

Modified: packages/trunk/bullet/debian/changelog
===
--- packages/trunk/bullet/debian/changelog  2008-06-09 07:02:40 UTC (rev 
7312)
+++ packages/trunk/bullet/debian/changelog  2008-06-09 07:09:11 UTC (rev 
7313)
@@ -1,4 +1,4 @@
-bullet (2.69-1) unstable; urgency=low
+bullet (2.69-1) UNRELEASED; urgency=low
 
   * Initial release (Closes: #476284)
 

Modified: packages/trunk/bullet/debian/control
===
--- packages/trunk/bullet/debian/control2008-06-09 07:02:40 UTC (rev 
7312)
+++ packages/trunk/bullet/debian/control2008-06-09 07:09:11 UTC (rev 
7313)
@@ -1,7 +1,8 @@
 Source: bullet
 Section: libdevel
 Priority: optional
-Maintainer: Wen-Yen Chuang <[EMAIL PROTECTED]>
+Maintainer: Debian Games Team <[EMAIL PROTECTED]>
+Uploaders: Wen-Yen Chuang <[EMAIL PROTECTED]>
 Build-Depends: debhelper (>= 6), jam, freeglut3-dev, zlib1g-dev
 Standards-Version: 3.7.3
 Homepage: http://www.bulletphysics.com/


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


r7312 - in packages/trunk/bullet: . debian

2008-06-09 Thread Wen-Yen Chuang
Author: caleb-guest
Date: 2008-06-09 07:02:40 + (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 <[EMAIL PROTECTED]>,
+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 <[EMAIL PROTECTED]>  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/control2008-06-09 07:02:40 UTC (rev 
7312)
@@ -0,0 +1,34 @@
+Source: bullet
+Section: libdevel
+Priority: optional
+Maintainer: Wen-Yen Chuang <[EMAIL PROTECTED]>
+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 <[EMAIL PROTECTED]> 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, 

r7311 - packages/trunk

2008-06-09 Thread Wen-Yen Chuang
Author: caleb-guest
Date: 2008-06-09 07:02:10 + (Mon, 09 Jun 2008)
New Revision: 7311

Added:
   packages/trunk/bullet/
Log:
Creating trunk directory


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


r7310 - packages/tags

2008-06-09 Thread Wen-Yen Chuang
Author: caleb-guest
Date: 2008-06-09 07:01:43 + (Mon, 09 Jun 2008)
New Revision: 7310

Added:
   packages/tags/bullet/
Log:
Creating bullet/ directory.


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


[SCM] Crystal Entity Layer branch, master, updated. upstream/1.2-2-gf3cc7a4

2008-06-08 Thread Wen-Yen Chuang
The following commit has been merged in the master branch:
commit f3cc7a4b09e9f91b04cff14c767880508aff3874
Author: Wen-Yen Chuang <[EMAIL PROTECTED]>
Date:   Mon Jun 9 07:33:50 2008 +0800

Update copyright info

diff --git a/debian/copyright b/debian/copyright
index 3a19971..8c1525b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -462,3 +462,20 @@ Licence: LGPL-2+
 You should have received a copy of the GNU Library General Public
 License along with this library; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
USA
+
+Files: debian/*
+Copyright:  2008 Wen-Yen Chuang <[EMAIL PROTECTED]>
+Licence: GPL-2+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License along
+with this program; if not, write to the Free Software Foundation, Inc.,
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

-- 
Crystal Entity Layer

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


[SCM] Crystal Entity Layer annotated tag, upstream/1.2, created. upstream/1.2

2008-05-19 Thread Wen-Yen Chuang
The annotated tag, upstream/1.2 has been created
at  784ac6752103d46d4e36a6209825c3398fc65077 (tag)
   tagging  cd234d373c2568a391e75da024e9bdf432003bf1 (commit)
 tagged by  Wen-Yen Chuang
on  Tue May 20 11:22:07 2008 +0800

- Shortlog 
Upstream version 1.2

Wen-Yen Chuang (1):
  Imported Upstream version 1.2

---

-- 
Crystal Entity Layer

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


[SCM] Crystal Entity Layer branch, upstream, created. cd234d373c2568a391e75da024e9bdf432003bf1

2008-05-19 Thread Wen-Yen Chuang
The branch, upstream has been created
at  cd234d373c2568a391e75da024e9bdf432003bf1 (commit)

- Shortlog 
---

-- 
Crystal Entity Layer

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


[SCM] Crystal Entity Layer branch, master, created. bc4d533d8eb72a6179e3a294f173caa1f15a850c

2008-05-19 Thread Wen-Yen Chuang
The branch, master has been created
at  bc4d533d8eb72a6179e3a294f173caa1f15a850c (commit)

- Shortlog 
commit bc4d533d8eb72a6179e3a294f173caa1f15a850c
Author: Wen-Yen Chuang <[EMAIL PROTECTED]>
Date:   Mon May 19 11:49:17 2008 +0800

Imported Debian patch 1.2-1

commit cd234d373c2568a391e75da024e9bdf432003bf1
Author: Wen-Yen Chuang <[EMAIL PROTECTED]>
Date:   Tue May 20 11:22:07 2008 +0800

Imported Upstream version 1.2

---

-- 
Crystal Entity Layer

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


r6913 - /

2008-05-08 Thread Wen-Yen Chuang
Author: caleb-guest
Date: 2008-05-08 12:30:35 + (Thu, 08 May 2008)
New Revision: 6913

Removed:
   packages-non-free/
Log:
remove packages-non-free


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


r6912 - non-free/packages/trunk packages-non-free/trunk

2008-05-08 Thread Wen-Yen Chuang
Author: caleb-guest
Date: 2008-05-08 12:25:45 + (Thu, 08 May 2008)
New Revision: 6912

Added:
   non-free/packages/trunk/lure-of-the-temptress/
Removed:
   packages-non-free/trunk/lure-of-the-temptress/
Log:
move lure-of-the-temptress

Copied: non-free/packages/trunk/lure-of-the-temptress (from rev 6911, 
packages-non-free/trunk/lure-of-the-temptress)


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


r6905 - ! dirs' list truncated !

2008-05-07 Thread Wen-Yen Chuang
Author: caleb-guest
Date: 2008-05-08 03:43:54 + (Thu, 08 May 2008)
New Revision: 6905

Modified:
   packages-non-free/trunk/lure-of-the-temptress/debian/changelog
Log:
tag release to UNRELEASED

Modified: packages-non-free/trunk/lure-of-the-temptress/debian/changelog
===
--- packages-non-free/trunk/lure-of-the-temptress/debian/changelog  
2008-05-08 01:02:03 UTC (rev 6904)
+++ packages-non-free/trunk/lure-of-the-temptress/debian/changelog  
2008-05-08 03:43:54 UTC (rev 6905)
@@ -1,4 +1,4 @@
-lure-of-the-temptress (1.1~dfsg-1) unstable; urgency=low
+lure-of-the-temptress (1.1~dfsg-1) UNRELEASED; urgency=low
 
   [ Wen-Yen Chuang ]
   * Initial release (Closes: #478543)


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


r6899 - ! dirs' list truncated !

2008-05-07 Thread Wen-Yen Chuang
Author: caleb-guest
Date: 2008-05-07 19:43:45 + (Wed, 07 May 2008)
New Revision: 6899

Modified:
   packages-non-free/trunk/lure-of-the-temptress/debian/
Log:
origUrl property set for lure-of-the-temptress_1.1~dfsg


Property changes on: packages-non-free/trunk/lure-of-the-temptress/debian
___
Name: svn-bp:origUrl
   + 
http://pkg-games.alioth.debian.org/tarballs/lure-of-the-temptress_1.1~dfsg.orig.tar.gz


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


r6898 - in packages-non-free/trunk/lure-of-the-temptress: . debian

2008-05-07 Thread Wen-Yen Chuang
Author: caleb-guest
Date: 2008-05-07 19:36:44 + (Wed, 07 May 2008)
New Revision: 6898

Added:
   packages-non-free/trunk/lure-of-the-temptress/debian/
   packages-non-free/trunk/lure-of-the-temptress/debian/LURE.DAT.uuencode
   packages-non-free/trunk/lure-of-the-temptress/debian/LURE.PNG.uuencode
   packages-non-free/trunk/lure-of-the-temptress/debian/LURE.XPM
   packages-non-free/trunk/lure-of-the-temptress/debian/changelog
   packages-non-free/trunk/lure-of-the-temptress/debian/compat
   packages-non-free/trunk/lure-of-the-temptress/debian/control
   packages-non-free/trunk/lure-of-the-temptress/debian/copyright
   packages-non-free/trunk/lure-of-the-temptress/debian/lure
   packages-non-free/trunk/lure-of-the-temptress/debian/lure-de
   packages-non-free/trunk/lure-of-the-temptress/debian/lure-de.6
   packages-non-free/trunk/lure-of-the-temptress/debian/lure-es
   packages-non-free/trunk/lure-of-the-temptress/debian/lure-es.6
   packages-non-free/trunk/lure-of-the-temptress/debian/lure-fr
   packages-non-free/trunk/lure-of-the-temptress/debian/lure-fr.6
   packages-non-free/trunk/lure-of-the-temptress/debian/lure-it
   packages-non-free/trunk/lure-of-the-temptress/debian/lure-it.6
   
packages-non-free/trunk/lure-of-the-temptress/debian/lure-of-the-temptress-de.desktop
   
packages-non-free/trunk/lure-of-the-temptress/debian/lure-of-the-temptress-de.docs
   
packages-non-free/trunk/lure-of-the-temptress/debian/lure-of-the-temptress-de.install
   
packages-non-free/trunk/lure-of-the-temptress/debian/lure-of-the-temptress-de.manpages
   
packages-non-free/trunk/lure-of-the-temptress/debian/lure-of-the-temptress-de.menu
   
packages-non-free/trunk/lure-of-the-temptress/debian/lure-of-the-temptress-es.desktop
   
packages-non-free/trunk/lure-of-the-temptress/debian/lure-of-the-temptress-es.docs
   
packages-non-free/trunk/lure-of-the-temptress/debian/lure-of-the-temptress-es.install
   
packages-non-free/trunk/lure-of-the-temptress/debian/lure-of-the-temptress-es.manpages
   
packages-non-free/trunk/lure-of-the-temptress/debian/lure-of-the-temptress-es.menu
   
packages-non-free/trunk/lure-of-the-temptress/debian/lure-of-the-temptress-fr.desktop
   
packages-non-free/trunk/lure-of-the-temptress/debian/lure-of-the-temptress-fr.docs
   
packages-non-free/trunk/lure-of-the-temptress/debian/lure-of-the-temptress-fr.install
   
packages-non-free/trunk/lure-of-the-temptress/debian/lure-of-the-temptress-fr.manpages
   
packages-non-free/trunk/lure-of-the-temptress/debian/lure-of-the-temptress-fr.menu
   
packages-non-free/trunk/lure-of-the-temptress/debian/lure-of-the-temptress-it.desktop
   
packages-non-free/trunk/lure-of-the-temptress/debian/lure-of-the-temptress-it.docs
   
packages-non-free/trunk/lure-of-the-temptress/debian/lure-of-the-temptress-it.install
   
packages-non-free/trunk/lure-of-the-temptress/debian/lure-of-the-temptress-it.manpages
   
packages-non-free/trunk/lure-of-the-temptress/debian/lure-of-the-temptress-it.menu
   
packages-non-free/trunk/lure-of-the-temptress/debian/lure-of-the-temptress.desktop
   
packages-non-free/trunk/lure-of-the-temptress/debian/lure-of-the-temptress.docs
   
packages-non-free/trunk/lure-of-the-temptress/debian/lure-of-the-temptress.install
   
packages-non-free/trunk/lure-of-the-temptress/debian/lure-of-the-temptress.manpages
   
packages-non-free/trunk/lure-of-the-temptress/debian/lure-of-the-temptress.menu
   packages-non-free/trunk/lure-of-the-temptress/debian/lure.6
   packages-non-free/trunk/lure-of-the-temptress/debian/rules
   packages-non-free/trunk/lure-of-the-temptress/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk

! The diff was too big and was omitted from this mail !
The command

svn diff -r 6897:6898 .

typed in the updated working copy will allow you to see the diff

Also this link should allow you to see the differences in a browser:

http://svn.debian.org/wsvn/pkg-games?op=comp&[EMAIL PROTECTED]&[EMAIL PROTECTED]


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


r6897 - in packages-non-free: . trunk

2008-05-07 Thread Wen-Yen Chuang
Author: caleb-guest
Date: 2008-05-07 19:36:03 + (Wed, 07 May 2008)
New Revision: 6897

Added:
   packages-non-free/trunk/
   packages-non-free/trunk/lure-of-the-temptress/
Log:
Creating trunk directory


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


r6896 - / packages-non-free packages-non-free/tags

2008-05-07 Thread Wen-Yen Chuang
Author: caleb-guest
Date: 2008-05-07 19:35:32 + (Wed, 07 May 2008)
New Revision: 6896

Added:
   packages-non-free/
   packages-non-free/tags/
   packages-non-free/tags/lure-of-the-temptress/
Log:
Creating packages-non-free/tags/lure-of-the-temptress/ directory.


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits