r6823 - packages/trunk/ode/debian

Gonéri Le Bouder goneri at alioth.debian.org
Wed Apr 30 13:12:59 UTC 2008


Author: goneri
Date: 2008-04-30 13:12:59 +0000 (Wed, 30 Apr 2008)
New Revision: 6823

Modified:
   packages/trunk/ode/debian/changelog
   packages/trunk/ode/debian/copyright
   packages/trunk/ode/debian/rules
Log:
* use the original ode tarball since, thanks to Hans de Goede who pointed
  out a clause in OPCODE FAQ that make it dfsg OK
* update the copyright file


Modified: packages/trunk/ode/debian/changelog
===================================================================
--- packages/trunk/ode/debian/changelog	2008-04-30 03:19:10 UTC (rev 6822)
+++ packages/trunk/ode/debian/changelog	2008-04-30 13:12:59 UTC (rev 6823)
@@ -1,3 +1,11 @@
+ode (1:0.9-1) unstable; urgency=low
+
+  * use the original ode tarball since, thanks to Hans de Goede who pointed
+    out a clause in OPCODE FAQ that make it dfsg OK
+  * update the copyright file
+
+ -- Gonéri Le Bouder <goneri at rulezlan.org>  Wed, 30 Apr 2008 15:30:34 +0200
+
 ode (1:0.9.dfsg-2) unstable; urgency=low
 
   [ Eddy Petrișor ]

Modified: packages/trunk/ode/debian/copyright
===================================================================
--- packages/trunk/ode/debian/copyright	2008-04-30 03:19:10 UTC (rev 6822)
+++ packages/trunk/ode/debian/copyright	2008-04-30 13:12:59 UTC (rev 6823)
@@ -51,3 +51,16 @@
 Copyright  (c) 2006 , Francisco León.
 
 It's covered by the same licenses than ODE itself.
+
+the OPCODE directory is covered by this license:
+You’re free to use them in any commercial or non-commercial program.
+Copyright  2001-2003 Pierre Terdiman
+
+Another clause found in http://www.codercorner.com/OpcodeUserManual.pdf makes the license
+DFSG free:
+Q: Am I allowed to use OPCODE in a commercial program ?
+A: Yes. The library is free. No GPL or LGPL, you can do whatever you want with the code. I
+would appreciate it if you write somewhere in your product that you're using OPCODE, but
+that's not mandatory. I would also appreciate a notification by mail, just to know how people
+are using the lib.
+

Modified: packages/trunk/ode/debian/rules
===================================================================
--- packages/trunk/ode/debian/rules	2008-04-30 03:19:10 UTC (rev 6822)
+++ packages/trunk/ode/debian/rules	2008-04-30 13:12:59 UTC (rev 6823)
@@ -24,7 +24,7 @@
 configure-stamp:
 	dh_testdir
 	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2	
-	./configure --enable-soname --prefix=/usr --enable-release --with-trimesh=gimpact
+	./configure --enable-soname --prefix=/usr --enable-release --with-trimesh=opcode
 	
 	touch configure-stamp
 




More information about the Pkg-games-commits mailing list