[Pkg-chromium-commit] [SCM] Git repository for pkg-chromium branch, master, updated. debian/18.0.1025.168_r134367-1-6-gc9e2e81

Jonathan Nieder jrnieder at gmail.com
Sat May 26 23:49:37 UTC 2012


The following commit has been merged in the master branch:
commit c9e2e810b6a7adf0c6be716a311a603f1280b290
Author: Jonathan Nieder <jrnieder at gmail.com>
Date:   Sat May 26 18:44:47 2012 -0500

    Require nspr4 >= 2:4.9-2
    
    It's not clear why, but with the new nspr build the renderer does not
    crash any more trying to call PR_CallOnce during NSS initialization.
    With version 4.9-1 the crash is still 100% reproducible.  Add a
    dependency to reflect this.
    
    Closes: #651912

diff --git a/debian/control b/debian/control
index f02a58a..93e529e 100644
--- a/debian/control
+++ b/debian/control
@@ -39,7 +39,7 @@ Build-Depends: cdbs,
 	libsqlite3-dev,
 	libasound2-dev,
 	libnss3-dev (>= 3.12.3),
-	libnspr4-dev,
+	libnspr4-dev (>= 2:4.9-2~),
 	libgl1-mesa-dri,
 	mesa-common-dev,
 	libgl1-mesa-dev,
@@ -136,6 +136,7 @@ Description: page inspector for the chromium-browser - transitional dummy packag
 Package: chromium
 Architecture: i386 amd64 armel armhf
 Depends: ${shlibs:Depends}, ${misc:Depends},
+	libnspr4 (>= 2:4.9-2~),
 	xdg-utils,
 	chromium-inspector
 Suggests: chromium-l10n

-- 
Git repository for pkg-chromium



More information about the Pkg-chromium-commit mailing list