[Pkg-chromium-commit] chromium-browser/chromium-browser.sid: 716 Set CHROME_WRAPPER to the real name of the wrapper now that upstream

Giuseppe Iuculano iuculano at debian.org
Sun Jan 30 15:19:24 UTC 2011


Branch name: chromium-browser/chromium-browser.sid
Branch location : bzr+ssh://bzr.debian.org/bzr/pkg-chromium/chromium-browser/chromium-browser.sid
Browse location: http://bzr.debian.org/loggerhead/pkg-chromium
Revision No: 716
Revision Id: iuculano at debian.org-20110130151924-xivsnjao9smv5shr
Committer: Giuseppe Iuculano <iuculano at debian.org>
Message : Set CHROME_WRAPPER to the real name of the wrapper now that upstream
use its value


--------------------------------------------------------
  ** Modified :
        - debian/changelog
        - debian/chromium-browser.sh.in

-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2011-01-30 15:17:15 +0000
+++ b/debian/changelog	2011-01-30 15:19:24 +0000
@@ -16,9 +16,11 @@
   [ Fabien Tassin ]
   * Add libxt-dev to Build-deps needed by ppGoogleNaClPluginChrome
   * Add x-scheme-handler/http and x-scheme-handler/https to the MimeType
-    entry of the desktop file 
+    entry of the desktop file
+  * Set CHROME_WRAPPER to the real name of the wrapper now that upstream
+    use its value
 
- -- Giuseppe Iuculano <iuculano at debian.org>  Sun, 30 Jan 2011 16:16:20 +0100
+ -- Giuseppe Iuculano <iuculano at debian.org>  Sun, 30 Jan 2011 16:18:38 +0100
 
 chromium-browser (9.0.587.0~r66374-1) experimental; urgency=low
 

=== modified file 'debian/chromium-browser.sh.in'
--- a/debian/chromium-browser.sh.in	2010-06-27 08:23:43 +0000
+++ b/debian/chromium-browser.sh.in	2011-01-30 15:19:24 +0000
@@ -44,7 +44,7 @@
 # to xdg-settings. Also set CHROME_WRAPPER in case xdg-settings is
 # not able to do anything useful
 export PATH="$LIBDIR:$PATH"
-export CHROME_WRAPPER=true
+export CHROME_WRAPPER="`readlink -f "$0"`"
 
 #DIST=`lsb_release -si`
 #RELEASE=`lsb_release -sr`



More information about the Pkg-chromium-commit mailing list