r51251 - in /desktop/unstable/gnome-software/debian: changelog rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Fri Oct 7 17:51:07 UTC 2016


Author: pochu
Date: Fri Oct  7 17:51:01 2016
New Revision: 51251

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=51251
Log:
Fix FTCBFS: Deconfuse build vs. host. (Closes: #839878)

Modified:
    desktop/unstable/gnome-software/debian/changelog
    desktop/unstable/gnome-software/debian/rules

Modified: desktop/unstable/gnome-software/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-software/debian/changelog?rev=51251&op=diff
==============================================================================
--- desktop/unstable/gnome-software/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-software/debian/changelog	[utf-8] Fri Oct  7 17:51:01 2016
@@ -1,3 +1,9 @@
+gnome-software (3.22.0-2) UNRELEASED; urgency=medium
+
+  * Fix FTCBFS: Deconfuse build vs. host. (Closes: #839878)
+
+ -- Helmut Grohne <helmut at subdivi.de>  Wed, 05 Oct 2016 22:00:41 +0200
+
 gnome-software (3.22.0-1) unstable; urgency=medium
 
   [ Jeremy Bicha ]

Modified: desktop/unstable/gnome-software/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-software/debian/rules?rev=51251&op=diff
==============================================================================
--- desktop/unstable/gnome-software/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-software/debian/rules	[utf-8] Fri Oct  7 17:51:01 2016
@@ -13,7 +13,7 @@
 	GS_CONFIGURE_FLAGS += --enable-limba --enable-flatpak
 
 	# Enable fwupd support on supported architectures
-	ifneq (,$(findstring $(DEB_BUILD_ARCH), amd64 arm64 armhf i386))
+	ifneq (,$(findstring $(DEB_HOST_ARCH), amd64 arm64 armhf i386))
 		GS_CONFIGURE_FLAGS += --enable-firmware
 	endif
 endif




More information about the pkg-gnome-commits mailing list