This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository qmapshack.
commit 13cd4e5ca95c48e1377049a1e15c7a06bcb9d306 Author: Bas Couwenberg <[email protected]> Date: Sun Oct 30 00:45:30 2016 +0200 Disable icon regeneration on mips64el, 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 1404439..54ce6a1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +qmapshack (1.7.1-2) UNRELEASED; urgency=medium + + * Disable icon regeneration on mips64el, inkscape fails there too. + + -- Bas Couwenberg <[email protected]> Sun, 30 Oct 2016 00:45:07 +0200 + qmapshack (1.7.1-1) unstable; urgency=medium * New upstream release. diff --git a/debian/rules b/debian/rules index 3d10d68..8f457df 100755 --- a/debian/rules +++ b/debian/rules @@ -15,7 +15,7 @@ override_dh_auto_configure: dh_auto_configure -- -DCMAKE_VERBOSE_MAKEFILE=1 override_dh_auto_build: -ifeq (,$(findstring $(DEB_HOST_ARCH),"arm64 powerpc hurd-i386")) +ifeq (,$(findstring $(DEB_HOST_ARCH),"arm64 mips64el powerpc hurd-i386")) # Don't regenerate icons on architectures where 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 _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

