r24434 - in /desktop/unstable/epiphany-browser/debian: changelog control control.in rules

joss at users.alioth.debian.org joss at users.alioth.debian.org
Sat May 29 13:57:41 UTC 2010


Author: joss
Date: Sat May 29 13:57:35 2010
New Revision: 24434

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=24434
Log:
Disable seed on ia64 since it doesn’t work.

Modified:
    desktop/unstable/epiphany-browser/debian/changelog
    desktop/unstable/epiphany-browser/debian/control
    desktop/unstable/epiphany-browser/debian/control.in
    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=24434&op=diff
==============================================================================
--- desktop/unstable/epiphany-browser/debian/changelog [utf-8] (original)
+++ desktop/unstable/epiphany-browser/debian/changelog [utf-8] Sat May 29 13:57:35 2010
@@ -9,8 +9,9 @@
     Closes: #583347.
   * Make epiphany-extensions conflict a Breaks. Bump the version since 
     the directory changed again in the meantime.
-
- -- Josselin Mouette <joss at debian.org>  Sat, 29 May 2010 13:42:42 +0200
+  * Disable seed on ia64 since it doesn’t work.
+
+ -- Josselin Mouette <joss at debian.org>  Sat, 29 May 2010 15:57:13 +0200
 
 epiphany-browser (2.30.2-1) unstable; urgency=low
 

Modified: desktop/unstable/epiphany-browser/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/control?rev=24434&op=diff
==============================================================================
--- desktop/unstable/epiphany-browser/debian/control [utf-8] (original)
+++ desktop/unstable/epiphany-browser/debian/control [utf-8] Sat May 29 13:57:35 2010
@@ -37,7 +37,7 @@
                gir1.0-gtk-2.0,
                gir1.0-freedesktop,
                gir1.0-webkit-1.0,
-               libseed-dev (>= 2.27.91),
+               libseed-dev (>= 2.27.91) [!ia64],
                iso-codes (>= 0.35),
                gnome-doc-utils (>= 0.3.2),
                intltool (>= 0.40.0),

Modified: desktop/unstable/epiphany-browser/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/control.in?rev=24434&op=diff
==============================================================================
--- desktop/unstable/epiphany-browser/debian/control.in [utf-8] (original)
+++ desktop/unstable/epiphany-browser/debian/control.in [utf-8] Sat May 29 13:57:35 2010
@@ -32,7 +32,7 @@
                gir1.0-gtk-2.0,
                gir1.0-freedesktop,
                gir1.0-webkit-1.0,
-               libseed-dev (>= 2.27.91),
+               libseed-dev (>= 2.27.91) [!ia64],
                iso-codes (>= 0.35),
                gnome-doc-utils (>= 0.3.2),
                intltool (>= 0.40.0),

Modified: desktop/unstable/epiphany-browser/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/rules?rev=24434&op=diff
==============================================================================
--- desktop/unstable/epiphany-browser/debian/rules [utf-8] (original)
+++ desktop/unstable/epiphany-browser/debian/rules [utf-8] Sat May 29 13:57:35 2010
@@ -37,9 +37,13 @@
 		--libexecdir=\$${prefix}/lib/epiphany-browser \
 		--enable-gtk-doc \
 		--enable-introspection \
-		--enable-seed \
 		--enable-spell-checker \
 		--with-ca-file=/etc/ssl/certs/ca-certificates.crt
+
+ifneq ($(DEB_HOST_ARCH),ia64)
+configure_flags += \
+		--enable-seed
+endif
 
 ifeq ($(DEB_HOST_ARCH_OS),linux)
 configure_flags += \




More information about the pkg-gnome-commits mailing list