r3056 - packages/trunk/glest/debian

Eddy Petrisor eddyp-guest at alioth.debian.org
Thu Jun 21 15:19:26 UTC 2007


Author: eddyp-guest
Date: 2007-06-21 15:19:26 +0000 (Thu, 21 Jun 2007)
New Revision: 3056

Modified:
   packages/trunk/glest/debian/changelog
   packages/trunk/glest/debian/rules
Log:
fix the executable permission issue of configure, thanks Alfie

Modified: packages/trunk/glest/debian/changelog
===================================================================
--- packages/trunk/glest/debian/changelog	2007-06-21 15:15:00 UTC (rev 3055)
+++ packages/trunk/glest/debian/changelog	2007-06-21 15:19:26 UTC (rev 3056)
@@ -24,6 +24,7 @@
   * added an unfinished and disabled patch for big endian support in the hope
     it will be finalized by somebody else
   * don't use utopia fonts since are not available in Debian
+  * make sure that the configure script is always executable
 
   [ Gonéri Le Bouder ]
   * call dh_desktop to run update-desktop-database

Modified: packages/trunk/glest/debian/rules
===================================================================
--- packages/trunk/glest/debian/rules	2007-06-21 15:15:00 UTC (rev 3055)
+++ packages/trunk/glest/debian/rules	2007-06-21 15:19:26 UTC (rev 3056)
@@ -28,7 +28,7 @@
 configure-stamp: patch-stamp
 	dh_testdir
 	# Add here commands to configure the package.
-	cd mk/linux && CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
+	cd mk/linux && chmod +x configure && CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
 	touch configure-stamp
 
 




More information about the Pkg-games-commits mailing list