r2726 - in packages/trunk/chromium/debian: . patches

Reinhard Tartler siretart at alioth.debian.org
Sat May 26 20:56:33 UTC 2007


Author: siretart
Date: 2007-05-26 20:56:33 +0000 (Sat, 26 May 2007)
New Revision: 2726

Added:
   packages/trunk/chromium/debian/patches/50_fix-configure
Modified:
   packages/trunk/chromium/debian/changelog
   packages/trunk/chromium/debian/patches/series
Log:
  * use /bin/bash instead of /bin/sh in configure to avoid FTBFS with
    /bin/sh pointing to dash. This causes build failiure in ubuntu.



Modified: packages/trunk/chromium/debian/changelog
===================================================================
--- packages/trunk/chromium/debian/changelog	2007-05-26 15:47:37 UTC (rev 2725)
+++ packages/trunk/chromium/debian/changelog	2007-05-26 20:56:33 UTC (rev 2726)
@@ -1,3 +1,10 @@
+chromium (0.9.12-14) UNRELEASED; urgency=low
+
+  * use /bin/bash instead of /bin/sh in configure to avoid FTBFS with
+    /bin/sh pointing to dash. This causes build failiure in ubuntu.
+
+ -- Reinhard Tartler <siretart at tauware.de>  Sat, 26 May 2007 22:54:33 +0200
+
 chromium (0.9.12-13) unstable; urgency=low
 
   * New maintainer (Closes: #417805).

Added: packages/trunk/chromium/debian/patches/50_fix-configure
===================================================================
--- packages/trunk/chromium/debian/patches/50_fix-configure	                        (rev 0)
+++ packages/trunk/chromium/debian/patches/50_fix-configure	2007-05-26 20:56:33 UTC (rev 2726)
@@ -0,0 +1,10 @@
+Index: chromium-0.9.12/configure
+===================================================================
+--- chromium-0.9.12.orig/configure	2007-05-26 15:41:50.000000000 -0500
++++ chromium-0.9.12/configure	2007-05-26 15:42:47.000000000 -0500
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/bash
+ 
+ ## Minimum versions of libs
+ ###################################

Modified: packages/trunk/chromium/debian/patches/series
===================================================================
--- packages/trunk/chromium/debian/patches/series	2007-05-26 15:47:37 UTC (rev 2725)
+++ packages/trunk/chromium/debian/patches/series	2007-05-26 20:56:33 UTC (rev 2726)
@@ -6,3 +6,4 @@
 30_new_openAL.dpatch
 35_powerup_crash.diff
 40_sdl_quit.diff
+50_fix-configure




More information about the Pkg-games-commits mailing list