r41505 - in /desktop/experimental/libpeas/debian: changelog control.in rules
ah at users.alioth.debian.org
ah at users.alioth.debian.org
Sat Apr 26 18:16:16 UTC 2014
Author: ah
Date: Sat Apr 26 18:16:16 2014
New Revision: 41505
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=41505
Log:
* debian/rules, debian/control.in:
Disable seed support on big-endian architectures (Closes: #727127)
- add powerpc s390x sparc since mips was already excluded.
- seed (because of webkit?) is broken on big endian.
Modified:
desktop/experimental/libpeas/debian/changelog
desktop/experimental/libpeas/debian/control.in
desktop/experimental/libpeas/debian/rules
Modified: desktop/experimental/libpeas/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libpeas/debian/changelog?rev=41505&op=diff
==============================================================================
--- desktop/experimental/libpeas/debian/changelog [utf-8] (original)
+++ desktop/experimental/libpeas/debian/changelog [utf-8] Sat Apr 26 18:16:16 2014
@@ -1,3 +1,12 @@
+libpeas (1.10.0-2) unstable; urgency=medium
+
+ * debian/rules, debian/control.in:
+ Disable seed support on big-endian architectures (Closes: #727127)
+ - add powerpc s390x sparc since mips was already excluded.
+ - seed (because of webkit?) is broken on big endian.
+
+ -- Andreas Henriksson <andreas at fatal.se> Sat, 26 Apr 2014 20:06:47 +0200
+
libpeas (1.10.0-1) experimental; urgency=medium
* export NOCONFIGURE in debian/rules to avoid double-configure.
Modified: desktop/experimental/libpeas/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libpeas/debian/control.in?rev=41505&op=diff
==============================================================================
--- desktop/experimental/libpeas/debian/control.in [utf-8] (original)
+++ desktop/experimental/libpeas/debian/control.in [utf-8] Sat Apr 26 18:16:16 2014
@@ -13,7 +13,7 @@
gobject-introspection (>= 1.39.0),
libgirepository1.0-dev (>= 0.10.1),
libgtk-3-dev,
- libseed-gtk3-dev (>= 2.91.91) [!mips],
+ libseed-gtk3-dev (>= 2.91.91) [!mips !powerpc !s390x !sparc],
python-dev (>= 2.5.2),
python-gi-dev (>= 3.7.2),
python3-dev,
Modified: desktop/experimental/libpeas/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libpeas/debian/rules?rev=41505&op=diff
==============================================================================
--- desktop/experimental/libpeas/debian/rules [utf-8] (original)
+++ desktop/experimental/libpeas/debian/rules [utf-8] Sat Apr 26 18:16:16 2014
@@ -16,7 +16,7 @@
--enable-python2 \
--enable-python3
-ifeq (,$(filter $(DEB_HOST_ARCH),mips))
+ifeq (,$(filter $(DEB_HOST_ARCH),mips powerpc s390x sparc))
DEB_CONFIGURE_EXTRA_FLAGS += --enable-seed
endif
More information about the pkg-gnome-commits
mailing list