r37036 - in /desktop/experimental/epiphany-browser/debian: changelog rules

kov at users.alioth.debian.org kov at users.alioth.debian.org
Tue Mar 19 00:30:21 UTC 2013


Author: kov
Date: Tue Mar 19 00:30:20 2013
New Revision: 37036

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=37036
Log:
Adjust configure arguments to new upstream realities

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

Modified: desktop/experimental/epiphany-browser/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/epiphany-browser/debian/changelog?rev=37036&op=diff
==============================================================================
--- desktop/experimental/epiphany-browser/debian/changelog [utf-8] (original)
+++ desktop/experimental/epiphany-browser/debian/changelog [utf-8] Tue Mar 19 00:30:20 2013
@@ -1,8 +1,13 @@
 epiphany-browser (3.7.91-1) UNRELEASED; urgency=low
 
   * New upstream development release
-
- -- Gustavo Noronha Silva <kov at debian.org>  Mon, 18 Mar 2013 21:27:23 -0300
+  * debian/rules:
+  - adjust configure arguments to new upstream realities:
+    + no more extensions support
+    + CA file is now found by libsoup without help
+    + scrollkeeper is no more for a bit
+
+ -- Gustavo Noronha Silva <kov at debian.org>  Mon, 18 Mar 2013 21:29:57 -0300
 
 epiphany-browser (3.6.1-2) experimental; urgency=low
 

Modified: desktop/experimental/epiphany-browser/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/epiphany-browser/debian/rules?rev=37036&op=diff
==============================================================================
--- desktop/experimental/epiphany-browser/debian/rules [utf-8] (original)
+++ desktop/experimental/epiphany-browser/debian/rules [utf-8] Tue Mar 19 00:30:20 2013
@@ -13,17 +13,11 @@
 LDFLAGS += -Wl,-O1 -Wl,--as-needed
 
 DEB_CONFIGURE_EXTRA_FLAGS += \
-		--disable-scrollkeeper \
 		--enable-zeroconf \
 		--libexecdir=\$${prefix}/lib/epiphany-browser \
 		--enable-gtk-doc \
 		--enable-introspection \
-		--with-ca-file=/etc/ssl/certs/ca-certificates.crt
-
-ifeq (,$(filter $(DEB_HOST_ARCH),ia64 mips))
-DEB_CONFIGURE_EXTRA_FLAGS += \
-		--enable-seed
-endif
+		--with-distributor-name=Debian
 
 DEB_DH_INSTALLCHANGELOGS_ARGS_ALL := --no-act
 DEB_INSTALL_DOCS_ALL := --no-act




More information about the pkg-gnome-commits mailing list