[qmapshack] 01/01: Disable icon regeneration on hurd-i386, inkscape fails there too.

Bas Couwenberg sebastic at debian.org
Sun Sep 4 15:10:29 UTC 2016


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

sebastic pushed a commit to branch master
in repository qmapshack.

commit 80939fe791be3c917348feee4ca398bbe8672d04
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Sep 4 17:10:21 2016 +0200

    Disable icon regeneration on hurd-i386, inkscape fails there too.
---
 debian/changelog | 6 ++++++
 debian/rules     | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 84a2292..2731df9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+qmapshack (1.6.3-2) UNRELEASED; urgency=medium
+
+  * Disable icon regeneration on hurd-i386, inkscape fails there too.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Sun, 04 Sep 2016 17:10:01 +0200
+
 qmapshack (1.6.3-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/rules b/debian/rules
index 813cec4..3d10d68 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,8 +15,8 @@ override_dh_auto_configure:
 	dh_auto_configure -- -DCMAKE_VERBOSE_MAKEFILE=1
 
 override_dh_auto_build:
-ifeq (,$(findstring $(DEB_HOST_ARCH),"arm64 powerpc"))
-	# Don't regenerate icons on arm64, inkscape fails
+ifeq (,$(findstring $(DEB_HOST_ARCH),"arm64 powerpc hurd-i386"))
+	# Don't regenerate icons on architectures where inkscape fails
 	$(RM) $(CURDIR)/src/icons/16x16/*
 	$(RM) $(CURDIR)/src/icons/32x32/*
 	$(RM) $(CURDIR)/src/icons/48x48/*

-- 
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