Revision: 741
http://python-ogre.svn.sourceforge.net/python-ogre/?rev=741&view=rev
Author: mithro
Date: 2008-09-10 10:36:22 +0000 (Wed, 10 Sep 2008)
Log Message:
-----------
Bump the demos version.
Modified Paths:
--------------
trunk/python-ogre/debs/python-ogre-demos/changelog
trunk/python-ogre/debs/python-ogre-demos/rules
Modified: trunk/python-ogre/debs/python-ogre-demos/changelog
===================================================================
--- trunk/python-ogre/debs/python-ogre-demos/changelog 2008-09-10 10:33:32 UTC (rev 740)
+++ trunk/python-ogre/debs/python-ogre-demos/changelog 2008-09-10 10:36:22 UTC (rev 741)
@@ -1,3 +1,8 @@
+python-ogre-demos (0.0.0-2) unstable; urgency=low
+
+ * Remove the non-compiling demos.
+
+ -- Tim 'Mithro' Ansell <mi...@mi...> Wed, 10 Sep 2008 22:00:00 +1000
python-ogre-demos (0.0.0-1) unstable; urgency=low
* First attempt at packaging the demos.
Modified: trunk/python-ogre/debs/python-ogre-demos/rules
===================================================================
--- trunk/python-ogre/debs/python-ogre-demos/rules 2008-09-10 10:33:32 UTC (rev 740)
+++ trunk/python-ogre/debs/python-ogre-demos/rules 2008-09-10 10:36:22 UTC (rev 741)
@@ -12,6 +12,9 @@
PYVERS := $(shell $(PYTHON) -c 'import sys; print sys.version[:3]')
#PYVERS = 2.5 #$(shell pyversions -vr)
+build:
+ true
+
clean:
dh_testdir
dh_testroot
@@ -57,4 +60,4 @@
binary: binary-indep binary-arch
-.PHONY: clean demos binary-indep binary-arch binary install configure prep
+.PHONY: clean demos binary-indep binary-arch binary build install configure prep
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|