r12401 - packages/trunk/slimevolley/debian

Evgeni Golov evgeni at alioth.debian.org
Thu May 19 15:09:32 UTC 2011


Author: evgeni
Date: 2011-05-19 15:09:23 +0000 (Thu, 19 May 2011)
New Revision: 12401

Modified:
   packages/trunk/slimevolley/debian/changelog
   packages/trunk/slimevolley/debian/rules
Log:
revert r12400, does not work as expected

Modified: packages/trunk/slimevolley/debian/changelog
===================================================================
--- packages/trunk/slimevolley/debian/changelog	2011-05-19 14:50:06 UTC (rev 12400)
+++ packages/trunk/slimevolley/debian/changelog	2011-05-19 15:09:23 UTC (rev 12401)
@@ -7,7 +7,6 @@
   * Add more copyright information about the font for the mushrooms theme.
   * Add a get-orig-source target to create DFSG-free tarball.
   * Use http://download.tuxfamily.org/slime/next/ in the watchfile.
-  * Use $(CURDIR) for the definition of DATA_INSTALL_DIR.
 
  -- Evgeni Golov <evgeni at debian.org>  Thu, 19 May 2011 16:49:39 +0200
 

Modified: packages/trunk/slimevolley/debian/rules
===================================================================
--- packages/trunk/slimevolley/debian/rules	2011-05-19 14:50:06 UTC (rev 12400)
+++ packages/trunk/slimevolley/debian/rules	2011-05-19 15:09:23 UTC (rev 12401)
@@ -17,7 +17,7 @@
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
-	cmake -DCMAKE_INSTALL_PREFIX=/usr -DBIN_DIR=games -DATA_DIR=/usr/share/games/slimevolley -DDATA_INSTALL_DIR=$(CURDIR)/debian/slimevolley-data/usr/share/games/slimevolley .
+	cmake -DCMAKE_INSTALL_PREFIX=/usr -DBIN_DIR=games -DATA_DIR=/usr/share/games/slimevolley -DDATA_INSTALL_DIR=../../..//debian/slimevolley-data/usr/share/games/slimevolley .
 
 	touch configure-stamp
 




More information about the Pkg-games-commits mailing list