r3426 - packages/trunk/transcend/debian
Miriam Ruiz
baby-guest at alioth.debian.org
Mon Jul 16 18:21:06 UTC 2007
Author: baby-guest
Date: 2007-07-16 18:21:06 +0000 (Mon, 16 Jul 2007)
New Revision: 3426
Modified:
packages/trunk/transcend/debian/changelog
packages/trunk/transcend/debian/rules
Log:
Removed bashisms
Modified: packages/trunk/transcend/debian/changelog
===================================================================
--- packages/trunk/transcend/debian/changelog 2007-07-16 17:50:52 UTC (rev 3425)
+++ packages/trunk/transcend/debian/changelog 2007-07-16 18:21:06 UTC (rev 3426)
@@ -6,6 +6,8 @@
[ Miriam Ruiz ]
* Fixed building system to respect DEB_BUILD_OPTIONS={noopt, nostrip} and use
CFLAGS defined in debian/rules. Closes: #433361
+ * Removed unneeded stuff from debian/rules as configure is not an autotools
+ generated script.
-- Miriam Ruiz <little_miry at yahoo.es> Mon, 16 Jul 2007 17:47:01 +0000
Modified: packages/trunk/transcend/debian/rules
===================================================================
--- packages/trunk/transcend/debian/rules 2007-07-16 17:50:52 UTC (rev 3425)
+++ packages/trunk/transcend/debian/rules 2007-07-16 18:21:06 UTC (rev 3426)
@@ -3,11 +3,6 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-# These are used for cross-compiling and for saving the configure script
-# from having to guess our platform (since we know it already)
-DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
CFLAGS_DEBUG = -g
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
@@ -21,6 +16,7 @@
dh_testdir
$(MAKE) -f /usr/share/quilt/quilt.make patch
chmod u+x Transcend/configure
+ @# Be careful! Transcend/configure is not an autoconf generated configure!
cd Transcend; CFLAGS="$(CFLAGS) -Wl,-z,defs" platformSelection=1 ./configure
touch $@
@@ -34,7 +30,7 @@
dh_testdir
dh_testroot
rm -f {config,build}-stamp
- -cd Transcend/game; $(MAKE) clean; rm -f config.{sub,guess,log}
+ -cd Transcend/game; $(MAKE) clean;
-rm -f Transcend/editors/Makefile
-rm -f Transcend/game/Makefile
-rm -f Transcend/game/Makefile.minorGems_dependencies
More information about the Pkg-games-commits
mailing list