[qmapshack] 01/02: Disable icon regeneration on powerpc, inkscape fails there too.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Thu Oct 22 22:50:15 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository qmapshack.

commit c4d49ae089e61a12e6bf7cf64cd343856f339ef3
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Oct 23 00:33:54 2015 +0200

    Disable icon regeneration on powerpc, inkscape fails there too.
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 890c6c1..8b4b48f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+qmapshack (1.3.1-3) UNRELEASED; urgency=medium
+
+  * Disable icon regeneration on powerpc, inkscape fails there too.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Fri, 23 Oct 2015 00:33:25 +0200
+
 qmapshack (1.3.1-2) unstable; urgency=medium
 
   * Use desktop file in favor of menu file per CTTE #741573.
diff --git a/debian/rules b/debian/rules
index 668323b..1598858 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ override_dh_auto_configure:
 	dh_auto_configure -- -DCMAKE_VERBOSE_MAKEFILE=1
 
 override_dh_auto_build:
-ifeq (,$(findstring $(DEB_HOST_ARCH),"arm64"))
+ifeq (,$(findstring $(DEB_HOST_ARCH),"arm64 powerpc"))
 	# Don't regenerate icons on arm64, inkscape fails
 	$(RM) $(CURDIR)/src/icons/16x16/*
 	$(RM) $(CURDIR)/src/icons/32x32/*

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/qmapshack.git



More information about the Pkg-grass-devel mailing list