r42684 - in /desktop/unstable/libpeas/debian: changelog rules

ah at users.alioth.debian.org ah at users.alioth.debian.org
Sun Sep 7 19:53:48 UTC 2014


Author: ah
Date: Sun Sep  7 19:53:48 2014
New Revision: 42684

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=42684
Log:
Also add arm64 to platforms where we don't enable seed.

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=42684&op=diff
==============================================================================
--- desktop/unstable/libpeas/debian/changelog	[utf-8] (original)
+++ desktop/unstable/libpeas/debian/changelog	[utf-8] Sun Sep  7 19:53:48 2014
@@ -1,3 +1,9 @@
+libpeas (1.10.1-3) unstable; urgency=medium
+
+  * Also add arm64 to platforms where we don't enable seed.
+
+ -- Andreas Henriksson <andreas at fatal.se>  Sun, 07 Sep 2014 21:48:58 +0200
+
 libpeas (1.10.1-2) unstable; urgency=medium
 
   * Add hppa and alpha to the list of architectures where we don't enable

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




More information about the pkg-gnome-commits mailing list