r3057 - packages/tags/glest/2.0.0-1/debian

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


Author: eddyp-guest
Date: 2007-06-21 15:32:08 +0000 (Thu, 21 Jun 2007)
New Revision: 3057

Modified:
   packages/tags/glest/2.0.0-1/debian/changelog
   packages/tags/glest/2.0.0-1/debian/rules
Log:
backport r3056 from trunk (cofigure is executable)

Modified: packages/tags/glest/2.0.0-1/debian/changelog
===================================================================
--- packages/tags/glest/2.0.0-1/debian/changelog	2007-06-21 15:19:26 UTC (rev 3056)
+++ packages/tags/glest/2.0.0-1/debian/changelog	2007-06-21 15:32:08 UTC (rev 3057)
@@ -18,6 +18,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/tags/glest/2.0.0-1/debian/rules
===================================================================
--- packages/tags/glest/2.0.0-1/debian/rules	2007-06-21 15:19:26 UTC (rev 3056)
+++ packages/tags/glest/2.0.0-1/debian/rules	2007-06-21 15:32:08 UTC (rev 3057)
@@ -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