[SCM] liblo/master: Do not build on sparc

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Fri Jan 31 16:30:35 UTC 2014


The following commit has been merged in the master branch:
commit 23a0896b2b13169584d63138ab794d37940b6a36
Author: Felipe Sateler <fsateler at debian.org>
Date:   Mon Nov 25 09:24:56 2013 -0300

    Do not build on sparc

diff --git a/debian/rules b/debian/rules
index 07596a7..28ec009 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,6 +27,10 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 CDBS_BUILD_DEPENDS_rules_upstream-tarball =
 CDBS_BUILD_DEPENDS_rules_utils_copyright-check =
 
+pre-build::
+	test "$(DEB_HOST_ARCH_CPU)" != "sparc"
+	test "$(DEB_HOST_ARCH_CPU)" != "sparc64"
+
 # TODO: Check (when temporary doxygen circular dependency is dropped) if
 # perhaps only dependency on dexygen itself is satisfactory
 CDBS_BUILD_DEPENDS += , doxygen-latex

-- 
liblo packaging



More information about the pkg-multimedia-commits mailing list