[Pkg-chromium-commit] chromium-browser/chromium-browser.experimental: 712 * Remove mips from archs

Giuseppe Iuculano iuculano at debian.org
Wed Feb 23 10:43:46 UTC 2011


Branch name: chromium-browser/chromium-browser.experimental
Branch location : bzr+ssh://bzr.debian.org/bzr/pkg-chromium/chromium-browser/chromium-browser.experimental
Browse location: http://bzr.debian.org/loggerhead/pkg-chromium
Revision No: 712
Revision Id: iuculano at debian.org-20110223104346-j6m1tjmhz9blhwaa
Committer: Giuseppe Iuculano <iuculano at debian.org>
Message : * Remove mips from archs
* Use in-source v8


--------------------------------------------------------
  ** Modified :
        - debian/changelog
        - debian/control
        - debian/patches/series
        - debian/rules

-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2011-02-23 10:14:47 +0000
+++ b/debian/changelog	2011-02-23 10:43:46 +0000
@@ -7,8 +7,10 @@
   * Removed SMULBB instructions (Closes: 611725) Thanks to J?r?my Lal
   * Move /etc/chromium-browser/{default,master_preferences} to
     /etc/chromium/{default,master_preferences}
+  * Remove mips from archs
+  * Use in-source v8
 
- -- Giuseppe Iuculano <iuculano at debian.org>  Wed, 23 Feb 2011 11:12:01 +0100
+ -- Giuseppe Iuculano <iuculano at debian.org>  Wed, 23 Feb 2011 11:43:01 +0100
 
 chromium-browser (9.0.597.98~r74359-1) unstable; urgency=low
 

=== modified file 'debian/control'
--- a/debian/control	2011-02-23 09:10:49 +0000
+++ b/debian/control	2011-02-23 10:43:46 +0000
@@ -113,7 +113,7 @@
  This package contains 'inspector', transitional dummy package
 
 Package: chromium
-Architecture: i386 amd64 armel mips
+Architecture: i386 amd64 armel
 Depends: ${shlibs:Depends}, ${misc:Depends},
 	libnss3-1d (>= 3.12.3),
 	xdg-utils,
@@ -133,7 +133,7 @@
  This package contains the Chromium browser
 
 Package: chromium-dbg
-Architecture: i386 amd64 armel mips
+Architecture: i386 amd64 armel
 Section: debug
 Priority: extra
 Depends: ${shlibs:Depends}, ${misc:Depends}, chromium (= ${binary:Version})

=== modified file 'debian/patches/series'
--- a/debian/patches/series	2011-01-30 17:39:17 +0000
+++ b/debian/patches/series	2011-02-23 10:43:46 +0000
@@ -5,7 +5,7 @@
 nspr.patch
 nss.patch
 expat.patch
-system_v8.patch
+#system_v8.patch
 prefs.patch
 #protobuf.patch
 armv4.patch

=== modified file 'debian/rules'
--- a/debian/rules	2011-02-23 09:10:49 +0000
+++ b/debian/rules	2011-02-23 10:43:46 +0000
@@ -32,7 +32,7 @@
 WANT_SHARED_LIBS ?= 0
 WANT_TESTS       ?= 0
 WANT_SANDBOXING  ?= 1
-USE_SYSTEM_V8    ?= 1
+USE_SYSTEM_V8    ?= 0
 VERBOSE          ?= 0
 
 export DEB_BUILD_HARDENING=1



More information about the Pkg-chromium-commit mailing list