r2791 - packages/trunk/ode/debian

Gonéri Le Bouder goneri-guest at alioth.debian.org
Fri Jun 1 23:09:09 UTC 2007


Author: goneri-guest
Date: 2007-06-01 23:09:09 +0000 (Fri, 01 Jun 2007)
New Revision: 2791

Modified:
   packages/trunk/ode/debian/changelog
   packages/trunk/ode/debian/copyright
   packages/trunk/ode/debian/rules
Log:
+   - dfsg: remove the OPCODE and contrib directorys because of missing license
+  * remove --disable-opcode and use new --with-trimesh=gimpact instead
+   GIMPACT is used to manage collision (Closes: #383868, #408023)
+  * debian/copyright:
+   - Debian Games Team is the new maintainer
+   - update the home site url and add a paragraph about GIMPACT


Modified: packages/trunk/ode/debian/changelog
===================================================================
--- packages/trunk/ode/debian/changelog	2007-06-01 21:40:30 UTC (rev 2790)
+++ packages/trunk/ode/debian/changelog	2007-06-01 23:09:09 UTC (rev 2791)
@@ -1,4 +1,4 @@
-ode (1:0.8-1) experimental; urgency=low
+ode (1:0.8.dfsg-1) experimental; urgency=low
 
   * new upstream release
    - remove add_fPIC_flag.diff (patch accepted)
@@ -6,11 +6,14 @@
    - ode 0.8 is not compatible with binary created with ode 0.5. use the -V
    flag to force packages build with this release to use at last
    ode >= 0.8-1, thanks Yaroslav Halchenko (Closes: #412026)
-  * remove --disable-opcode. its support had been improved since the
-  0.5 release. GIMPACT is used to manage collision (Closes: #383868, 408023)
+   - dfsg: remove the OPCODE and contrib directorys because of missing license
+  * remove --disable-opcode and use new --with-trimesh=gimpact instead
+   GIMPACT is used to manage collision (Closes: #383868, #408023)
    - remove fix_dTRIMESH_ENABLED_undef.diff (useless)
   * clean up in debian/rules
-  * debian/copyrig: Debian Games Team is the new maintainer
+  * debian/copyright:
+   - Debian Games Team is the new maintainer
+   - update the home site url and add a paragraph about GIMPACT 
   * new package: libode-doc
   * add XS-Vcs-Svn informations in the control file
 

Modified: packages/trunk/ode/debian/copyright
===================================================================
--- packages/trunk/ode/debian/copyright	2007-06-01 21:40:30 UTC (rev 2790)
+++ packages/trunk/ode/debian/copyright	2007-06-01 23:09:09 UTC (rev 2791)
@@ -4,7 +4,7 @@
 The actual maintainer is the Debian Games Team:
 http://wiki.debian.org/Games/Development
 
-It was downloaded from http://opende.sourceforge.net/
+It was downloaded from http://www.ode.org/
 
 Upstream Author: Russel Smith <russ at q12.org>
 
@@ -46,3 +46,8 @@
 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+The GIMPACT directory:
+Copyright  (c) 2006 , Francisco León.
+
+It's covered by the same licenses than ODE itself.

Modified: packages/trunk/ode/debian/rules
===================================================================
--- packages/trunk/ode/debian/rules	2007-06-01 21:40:30 UTC (rev 2790)
+++ packages/trunk/ode/debian/rules	2007-06-01 23:09:09 UTC (rev 2791)
@@ -27,7 +27,7 @@
 configure-stamp:
 	dh_testdir
 	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2	
-	./configure --enable-soname --prefix=/usr --enable-release
+	./configure --enable-soname --prefix=/usr --enable-release --with-trimesh=gimpact
 	
 	touch configure-stamp
 




More information about the Pkg-games-commits mailing list