Revision: 732
http://python-ogre.svn.sourceforge.net/python-ogre/?rev=732&view=rev
Author: mithro
Date: 2008-09-04 00:48:38 +0000 (Thu, 04 Sep 2008)
Log Message:
-----------
Fixed the empty debs.
Modified Paths:
--------------
trunk/python-ogre/debian/rules
Modified: trunk/python-ogre/debian/rules
===================================================================
--- trunk/python-ogre/debian/rules 2008-09-03 12:29:57 UTC (rev 731)
+++ trunk/python-ogre/debian/rules 2008-09-04 00:48:38 UTC (rev 732)
@@ -50,6 +50,7 @@
dh_clean
install: build $(PYVERS:%=build-python%) $(PYVERS:%=install-python%)
+ echo $(PYVERS:%=build-python%) $(PYVERS:%=install-python%)
install-python%:
dh_testdir
@@ -89,4 +90,4 @@
# sudo dpkg --install libboost-python1.34.1-index*.deb
binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure prep build $(PYVERS:%=build-python%) $(PYVERS:%=install-python%)
+.PHONY: build clean binary-indep binary-arch binary install configure prep build
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|