r33882 - in /desktop/unstable/libpeas/debian: changelog rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Sat Mar 31 21:37:22 UTC 2012
Author: biebl
Date: Sat Mar 31 21:37:22 2012
New Revision: 33882
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=33882
Log:
Don't enable the seed plugin on ia64 and mips since seed is not available
on those architectures.
Modified:
desktop/unstable/libpeas/debian/changelog
desktop/unstable/libpeas/debian/rules
Modified: desktop/unstable/libpeas/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libpeas/debian/changelog?rev=33882&op=diff
==============================================================================
--- desktop/unstable/libpeas/debian/changelog [utf-8] (original)
+++ desktop/unstable/libpeas/debian/changelog [utf-8] Sat Mar 31 21:37:22 2012
@@ -1,3 +1,10 @@
+libpeas (1.4.0-2) UNRELEASED; urgency=low
+
+ * Don't enable the seed plugin on ia64 and mips since seed is not available
+ on those architectures.
+
+ -- Michael Biebl <biebl at debian.org> Sat, 31 Mar 2012 23:36:41 +0200
+
libpeas (1.4.0-1) unstable; urgency=low
* New upstream release.
Modified: desktop/unstable/libpeas/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libpeas/debian/rules?rev=33882&op=diff
==============================================================================
--- desktop/unstable/libpeas/debian/rules [utf-8] (original)
+++ desktop/unstable/libpeas/debian/rules [utf-8] Sat Mar 31 21:37:22 2012
@@ -8,9 +8,12 @@
DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc \
--enable-vala \
- --enable-seed \
--enable-python \
--disable-gjs
+
+ifeq (,$(filter $(DEB_HOST_ARCH),ia64 mips))
+DEB_CONFIGURE_EXTRA_FLAGS += --enable-seed
+endif
# We clean the test directory before running check because we need to stop
# -Bsymbolic-functions from being used when building the tests. Else
More information about the pkg-gnome-commits
mailing list