[Python-apps-commits] r3992 - in packages/tictactoe-ng/trunk/debian (rules)

lamalex-guest at users.alioth.debian.org lamalex-guest at users.alioth.debian.org
Sun Oct 18 20:56:35 UTC 2009


    Date: Sunday, October 18, 2009 @ 20:56:34
  Author: lamalex-guest
Revision: 3992

properly install to private dir and link into games

Modified:
  packages/tictactoe-ng/trunk/debian/rules

Modified: packages/tictactoe-ng/trunk/debian/rules
===================================================================
--- packages/tictactoe-ng/trunk/debian/rules	2009-10-18 19:55:19 UTC (rev 3991)
+++ packages/tictactoe-ng/trunk/debian/rules	2009-10-18 20:56:34 UTC (rev 3992)
@@ -1,8 +1,14 @@
 #!/usr/bin/make -f
+
 DEB_PYTHON_SYSTEM=pysupport
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
 DEB_PYTHON_INSTALL_ARGS_ALL+= \
 	--install-lib=/usr/share/tictactoe-ng \
 	--install-scripts=/usr/share/tictactoe-ng
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/python-distutils.mk
\ No newline at end of file
+install/tictactoe-ng::
+	mv $(CURDIR)/debian/tictactoe-ng/usr/share/tictactoe-ng/tictactoe/tictactoe \
+	$(CURDIR)/debian/tictactoe-ng/usr/share/tictactoe-ng/tictactoe-ng




More information about the Python-apps-commits mailing list