[Pkg-chromium-commit] chromium-browser/chromium-browser.experimental: 682 Enable compile-time dependency on gnome-keyring

Giuseppe Iuculano iuculano at debian.org
Fri Oct 1 16:06:55 UTC 2010


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: 682
Revision Id: iuculano at debian.org-20101001160655-g6eby1p428dxj2n3
Committer: Giuseppe Iuculano <iuculano at debian.org>
Message : Enable compile-time dependency on gnome-keyring


--------------------------------------------------------
  ** Modified :
        - debian/changelog
        - debian/rules

-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2010-10-01 15:52:00 +0000
+++ b/debian/changelog	2010-10-01 16:06:55 +0000
@@ -4,8 +4,9 @@
   * Remove system-icu.patch, applied upstream
   * Remove icu44.patch, applied upstream
   * Refreshed patches
+  * Enable compile-time dependency on gnome-keyring
 
- -- Giuseppe Iuculano <iuculano at debian.org>  Fri, 01 Oct 2010 17:51:49 +0200
+ -- Giuseppe Iuculano <iuculano at debian.org>  Fri, 01 Oct 2010 18:06:43 +0200
 
 chromium-browser (6.0.472.62~r59676-1) unstable; urgency=low
 

=== modified file 'debian/rules'
--- a/debian/rules	2010-09-18 14:48:35 +0000
+++ b/debian/rules	2010-10-01 16:06:55 +0000
@@ -53,6 +53,9 @@
 # is installed, the set of usable codecs (at runtime) will still vary
 GYP_DEFINES += proprietary_codecs=1
 
+# enable compile-time dependency on gnome-keyring
+GYP_DEFINES += use_gnome_keyring=1
+
 # Only keep -Werror when building for the Debian or Ubuntu development branches
 ifeq (,$(filter unstable development,$(DEBIAN_DIST)))
 GYP_DEFINES += werror=$(NULL)



More information about the Pkg-chromium-commit mailing list