Author: nacho
Date: 2007-07-13 22:01:50 +0000 (Fri, 13 Jul 2007)
New Revision: 3393

Modified:
   packages/trunk/rabbyt/debian/rules
Log:
removing an useless configure rule

Modified: packages/trunk/rabbyt/debian/rules
===================================================================
--- packages/trunk/rabbyt/debian/rules  2007-07-13 21:50:29 UTC (rev 3392)
+++ packages/trunk/rabbyt/debian/rules  2007-07-13 22:01:50 UTC (rev 3393)
@@ -2,13 +2,8 @@
 
 PYVERS=$(shell pyversions -vs)
 
-configure: configure-stamp
-configure-stamp:
-       dh_testdir
-       touch $@
+build: $(PYVERS:%=build-python%)
 
-build: configure-stamp $(PYVERS:%=build-python%)
-
 build-python%:
        dh_testdir
        python$* setup.py build
@@ -18,7 +13,7 @@
        dh_testdir
        dh_testroot
        rm -f $(CURDIR)/rabbyt/*.c $(CURDIR)/Rabbyt.egg-info/SOURCES.txt
-       rm -f build-stamp configure-stamp build-python2.* install-python2.*
+       rm -f build-python2.* install-python2.*
        rm -rf build
        dh_clean 
 


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to