[Pkg-chromium-commit] chromium-browser/chromium-browser.sid: 619 Partially revert info in about:version, it has significant impact in

Giuseppe Iuculano iuculano at debian.org
Fri Jun 25 19:27:14 UTC 2010


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: 619
Revision Id: iuculano at debian.org-20100625192714-g7yszpkz8oq4sycw
Committer: Giuseppe Iuculano <iuculano at debian.org>
Message : Partially revert info in about:version, it has significant impact in
first-run performance


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

-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2010-06-25 08:15:51 +0000
+++ b/debian/changelog	2010-06-25 19:27:14 +0000
@@ -1,3 +1,10 @@
+chromium-browser (5.0.375.86~r49890-2) UNRELEASED; urgency=low
+
+  * Partially revert info in about:version, it has significant impact in
+    first-run performance
+
+ -- Giuseppe Iuculano <iuculano at debian.org>  Fri, 25 Jun 2010 21:26:35 +0200
+
 chromium-browser (5.0.375.86~r49890-1) unstable; urgency=low
 
   [ Jonathan Nieder ]

=== modified file 'debian/chromium-browser.sh.in'
--- a/debian/chromium-browser.sh.in	2010-06-25 08:07:25 +0000
+++ b/debian/chromium-browser.sh.in	2010-06-25 19:27:14 +0000
@@ -45,8 +45,10 @@
 export PATH="$LIBDIR:$PATH"
 export CHROME_WRAPPER=true
 
-DIST=`lsb_release -si`
-RELEASE=`lsb_release -sr`
+#DIST=`lsb_release -si`
+#RELEASE=`lsb_release -sr`
+DIST=Debian
+RELEASE=`cat /etc/debian_version`
 
 # Set CHROME_VERSION_EXTRA visible in the About dialog and in about:version
 if [ "$DIST $RELEASE" = "$BUILD_DIST" ] ; then



More information about the Pkg-chromium-commit mailing list