r42687 - in /desktop/unstable/libpeas/debian: changelog control control.in rules

ah at users.alioth.debian.org ah at users.alioth.debian.org
Sun Sep 7 20:13:29 UTC 2014


Author: ah
Date: Sun Sep  7 20:13:29 2014
New Revision: 42687

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=42687
Log:
* Also exclude arm64 hppa and arm from the seed build-dependency.
* Add ppc64el and ia64 to archs where we don't enable seed
  and exclude them from the seed build-dependency.

Modified:
    desktop/unstable/libpeas/debian/changelog
    desktop/unstable/libpeas/debian/control
    desktop/unstable/libpeas/debian/control.in
    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=42687&op=diff
==============================================================================
--- desktop/unstable/libpeas/debian/changelog	[utf-8] (original)
+++ desktop/unstable/libpeas/debian/changelog	[utf-8] Sun Sep  7 20:13:29 2014
@@ -1,3 +1,11 @@
+libpeas (1.10.1-4) unstable; urgency=medium
+
+  * Also exclude arm64 hppa and arm from the seed build-dependency.
+  * Add ppc64el and ia64 to archs where we don't enable seed
+    and exclude them from the seed build-dependency.
+
+ -- Andreas Henriksson <andreas at fatal.se>  Sun, 07 Sep 2014 22:01:32 +0200
+
 libpeas (1.10.1-3) unstable; urgency=medium
 
   * Also add arm64 to platforms where we don't enable seed.

Modified: desktop/unstable/libpeas/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libpeas/debian/control?rev=42687&op=diff
==============================================================================
--- desktop/unstable/libpeas/debian/control	[utf-8] (original)
+++ desktop/unstable/libpeas/debian/control	[utf-8] Sun Sep  7 20:13:29 2014
@@ -18,7 +18,7 @@
                gobject-introspection (>= 1.39.0),
                libgirepository1.0-dev (>= 0.10.1),
                libgtk-3-dev,
-               libseed-gtk3-dev (>= 2.91.91) [!mips !powerpc !s390x !sparc !hurd-i386],
+               libseed-gtk3-dev (>= 2.91.91) [!arm64 !mips !powerpc !ppc64el !s390x !sparc !hurd-i386 !ia64 !alpha !hppa],
                python-dev (>= 2.5.2),
                python-gi-dev (>= 3.7.2),
                python3-dev,

Modified: desktop/unstable/libpeas/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libpeas/debian/control.in?rev=42687&op=diff
==============================================================================
--- desktop/unstable/libpeas/debian/control.in	[utf-8] (original)
+++ desktop/unstable/libpeas/debian/control.in	[utf-8] Sun Sep  7 20:13:29 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 !powerpc !s390x !sparc !hurd-i386],
+               libseed-gtk3-dev (>= 2.91.91) [!arm64 !mips !powerpc !ppc64el !s390x !sparc !hurd-i386 !ia64 !alpha !hppa],
                python-dev (>= 2.5.2),
                python-gi-dev (>= 3.7.2),
                python3-dev,

Modified: desktop/unstable/libpeas/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libpeas/debian/rules?rev=42687&op=diff
==============================================================================
--- desktop/unstable/libpeas/debian/rules	[utf-8] (original)
+++ desktop/unstable/libpeas/debian/rules	[utf-8] Sun Sep  7 20:13:29 2014
@@ -16,7 +16,7 @@
                              --enable-python2 \
                              --enable-python3
 
-ifeq (,$(filter $(DEB_HOST_ARCH),arm64 mips powerpc s390x sparc hurd-i386 hppa alpha))
+ifeq (,$(filter $(DEB_HOST_ARCH),arm64 mips powerpc ppc64el s390x sparc hurd-i386 ia64 alpha hppa))
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-seed
 endif
 




More information about the pkg-gnome-commits mailing list