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

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Jul 21 22:49:10 UTC 2011


Author: biebl
Date: Thu Jul 21 22:49:09 2011
New Revision: 29024

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29024
Log:
Update debian/rules, disable seed on mips (in addition to ia64)

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=29024&op=diff
==============================================================================
--- desktop/unstable/epiphany-browser/debian/changelog [utf-8] (original)
+++ desktop/unstable/epiphany-browser/debian/changelog [utf-8] Thu Jul 21 22:49:09 2011
@@ -6,8 +6,7 @@
     - Remove Build-Depends on gir1.2-gtk-3.0 and let libgtk-3-dev pull that
       dependency in. Bump Build-Depends on libgtk-3-dev to (>= 3.0.8-1~)
       accordingly.
-    - Disable seed support on mips. Should be re-enabled when #633730 is
-      fixed.
+  * Disable seed support on mips. Should be re-enabled when #633730 is fixed.
   * Upload to unstable. Remove check-dist.mk include.
 
  -- Michael Biebl <biebl at debian.org>  Sat, 02 Jul 2011 01:16:52 +0200

Modified: desktop/unstable/epiphany-browser/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/rules?rev=29024&op=diff
==============================================================================
--- desktop/unstable/epiphany-browser/debian/rules [utf-8] (original)
+++ desktop/unstable/epiphany-browser/debian/rules [utf-8] Thu Jul 21 22:49:09 2011
@@ -22,7 +22,7 @@
 		--enable-spell-checker \
 		--with-ca-file=/etc/ssl/certs/ca-certificates.crt
 
-ifneq ($(DEB_HOST_ARCH),ia64)
+ifneq (,$(filter $(DEB_HOST_ARCH),ia64 mips))
 DEB_CONFIGURE_EXTRA_FLAGS += \
 		--enable-seed
 endif




More information about the pkg-gnome-commits mailing list