r51448 - in /packages/unstable/gnome-builder/debian: changelog control control.in rules

ah at users.alioth.debian.org ah at users.alioth.debian.org
Sun Oct 16 14:49:06 UTC 2016


Author: ah
Date: Sun Oct 16 14:49:06 2016
New Revision: 51448

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=51448
Log:
Update list of architectures to include all where sysprof as of
3.22.1-2 has built successfully on.

Modified:
    packages/unstable/gnome-builder/debian/changelog
    packages/unstable/gnome-builder/debian/control
    packages/unstable/gnome-builder/debian/control.in
    packages/unstable/gnome-builder/debian/rules

Modified: packages/unstable/gnome-builder/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-builder/debian/changelog?rev=51448&op=diff
==============================================================================
--- packages/unstable/gnome-builder/debian/changelog	[utf-8] (original)
+++ packages/unstable/gnome-builder/debian/changelog	[utf-8] Sun Oct 16 14:49:06 2016
@@ -12,6 +12,8 @@
 
   [ Andreas Henriksson ]
   * Bump sysprof build-dependency to >= 3.22.1 according to configure.ac
+  * Update list of architectures to include all where sysprof as of
+    3.22.1-2 has built successfully on.
 
  -- Michael Biebl <biebl at debian.org>  Wed, 21 Sep 2016 02:20:42 +0200
 

Modified: packages/unstable/gnome-builder/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-builder/debian/control?rev=51448&op=diff
==============================================================================
--- packages/unstable/gnome-builder/debian/control	[utf-8] (original)
+++ packages/unstable/gnome-builder/debian/control	[utf-8] Sun Oct 16 14:49:06 2016
@@ -33,7 +33,7 @@
                mm-common,
                python-gi-dev (>= 3.21.0),
                python3-dev,
-               sysprof (>= 3.21.90) [amd64 i386 ppc64el x32],
+               sysprof (>= 3.22.1) [amd64 arm64 armel armhf i386 mips64el mipsel ppc64el alpha powerpcspe x32],
                valac (>= 0.34),
                yelp-tools
 # Don't (re)build libide api docs for now:

Modified: packages/unstable/gnome-builder/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-builder/debian/control.in?rev=51448&op=diff
==============================================================================
--- packages/unstable/gnome-builder/debian/control.in	[utf-8] (original)
+++ packages/unstable/gnome-builder/debian/control.in	[utf-8] Sun Oct 16 14:49:06 2016
@@ -29,7 +29,7 @@
                mm-common,
                python-gi-dev (>= 3.21.0),
                python3-dev,
-               sysprof (>= 3.22.1) [amd64 i386 ppc64el x32],
+               sysprof (>= 3.22.1) [amd64 arm64 armel armhf i386 mips64el mipsel ppc64el alpha powerpcspe x32],
                valac (>= 0.34),
                yelp-tools
 # Don't (re)build libide api docs for now:

Modified: packages/unstable/gnome-builder/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-builder/debian/rules?rev=51448&op=diff
==============================================================================
--- packages/unstable/gnome-builder/debian/rules	[utf-8] (original)
+++ packages/unstable/gnome-builder/debian/rules	[utf-8] Sun Oct 16 14:49:06 2016
@@ -21,7 +21,7 @@
 # Explicitly disable this plugin which defaults to enabled
 # unless we're on the limited set of architectures that has sysprof.
 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
-ifneq (,$(filter amd64 i386 ppc64el x32,$(DEB_HOST_ARCH)))
+ifneq (,$(filter amd64 arm64 armel armhf i386 mips64el mipsel ppc64el alpha powerpcspe x32,$(DEB_HOST_ARCH)))
 SYSPROF_PLUGIN = --enable-sysprof-plugin
 else
 SYSPROF_PLUGIN = --disable-sysprof-plugin




More information about the pkg-gnome-commits mailing list