r3722 - packages/trunk/btanks/debian
Miriam Ruiz
baby-guest at alioth.debian.org
Mon Aug 20 21:47:20 UTC 2007
Author: baby-guest
Date: 2007-08-20 21:47:20 +0000 (Mon, 20 Aug 2007)
New Revision: 3722
Modified:
packages/trunk/btanks/debian/changelog
packages/trunk/btanks/debian/rules
Log:
Adjust rpath to get the libraries from /usr/lib/btanks
Modified: packages/trunk/btanks/debian/changelog
===================================================================
--- packages/trunk/btanks/debian/changelog 2007-08-20 19:28:33 UTC (rev 3721)
+++ packages/trunk/btanks/debian/changelog 2007-08-20 21:47:20 UTC (rev 3722)
@@ -1,4 +1,4 @@
-btanks (0.5.4549-1) unstable; urgency=low
+btanks (0.5.4740-1) unstable; urgency=low
* Initial release (Closes: #434740)
Modified: packages/trunk/btanks/debian/rules
===================================================================
--- packages/trunk/btanks/debian/rules 2007-08-20 19:28:33 UTC (rev 3721)
+++ packages/trunk/btanks/debian/rules 2007-08-20 21:47:20 UTC (rev 3722)
@@ -29,7 +29,7 @@
build: build-stamp
build-stamp: configure-stamp
dh_testdir
- scons prefix=/usr resources_dir=/usr/share/games
+ scons prefix=/usr resources_dir=/usr/share/games lib_dir=/usr/lib/btanks
touch $@
clean:
@@ -52,7 +52,7 @@
dh_clean -k
dh_installdirs
find data | while read l; do if [ -f "$$l" ]; then chmod -x "$$l"; fi; done
- chrpath --delete bt
+ #chrpath --delete bt
# Build architecture-independent files here.
binary-indep: build install
More information about the Pkg-games-commits
mailing list