r23147 - in /desktop/unstable/epiphany-browser/debian: changelog rules

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Sat Feb 27 12:21:25 UTC 2010


Author: slomo
Date: Sat Feb 27 12:21:23 2010
New Revision: 23147

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23147
Log:
* debian/rules:
  + Pass location of the CA certificates file to configure.

Modified:
    desktop/unstable/epiphany-browser/debian/changelog
    desktop/unstable/epiphany-browser/debian/rules

Modified: desktop/unstable/epiphany-browser/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/changelog?rev=23147&op=diff
==============================================================================
--- desktop/unstable/epiphany-browser/debian/changelog [utf-8] (original)
+++ desktop/unstable/epiphany-browser/debian/changelog [utf-8] Sat Feb 27 12:21:23 2010
@@ -14,8 +14,10 @@
         instead of new functions to allow compilation with GTK 2.18.
     + debian/patches/99_autoreconf.patch:
       - Regenerated for the new version.
-
- -- Sebastian Dröge <slomo at debian.org>  Sat, 27 Feb 2010 12:47:10 +0100
+  * debian/rules:
+    + Pass location of the CA certificates file to configure.
+
+ -- Sebastian Dröge <slomo at debian.org>  Sat, 27 Feb 2010 13:20:40 +0100
 
 epiphany-browser (2.29.90.1-2) unstable; urgency=low
 

Modified: desktop/unstable/epiphany-browser/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/rules?rev=23147&op=diff
==============================================================================
--- desktop/unstable/epiphany-browser/debian/rules [utf-8] (original)
+++ desktop/unstable/epiphany-browser/debian/rules [utf-8] Sat Feb 27 12:21:23 2010
@@ -38,7 +38,8 @@
 		--enable-gtk-doc \
 		--enable-introspection \
 		--enable-seed \
-		--enable-spell-checker
+		--enable-spell-checker \
+		--with-ca-file=/etc/ssl/certs/ca-certificates.crt
 
 ifeq ($(DEB_HOST_ARCH_OS),linux)
 configure_flags += \




More information about the pkg-gnome-commits mailing list