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

ah at users.alioth.debian.org ah at users.alioth.debian.org
Thu Sep 4 22:15:21 UTC 2014


Author: ah
Date: Thu Sep  4 22:15:21 2014
New Revision: 42476

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=42476
Log:
Add hppa and alpha to the list of architectures where we don't enable
seed (Closes: #757241)

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=42476&op=diff
==============================================================================
--- desktop/unstable/libpeas/debian/changelog	[utf-8] (original)
+++ desktop/unstable/libpeas/debian/changelog	[utf-8] Thu Sep  4 22:15:21 2014
@@ -1,3 +1,10 @@
+libpeas (1.10.1-2) unstable; urgency=medium
+
+  * Add hppa and alpha to the list of architectures where we don't enable
+    seed (Closes: #757241)
+
+ -- Andreas Henriksson <andreas at fatal.se>  Fri, 05 Sep 2014 00:01:41 +0200
+
 libpeas (1.10.1-1) unstable; urgency=medium
 
   [ Emilio Pozuelo Monfort ]

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




More information about the pkg-gnome-commits mailing list