Build-Depends-Indep:
doxygen,
graphviz,
+# the binary packages don't build on armel, so don't try
+Build-Conflicts:
+ build-essential [armel],
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://www.juce.com
Vcs-Browser: https://salsa.debian.org/multimedia-team/juce
Package: juce-modules-source
-# Via debian/rules, it's actually: !armel
Architecture: any
Multi-Arch: same
Depends:
(which will force this package to be installed as well).
Package: juce-tools
-# Via debian/rules, it's actually: !armel
Architecture: any
Multi-Arch: foreign
Depends:
DEB_CXXFLAGS_MAINT_APPEND += -mxgot
endif
-
-ifneq (,$(filter armel,$(DEB_HOST_ARCH)))
-BUILD_PACKAGES = -Njuce-modules-source -Njuce-tools
-endif
-
-
-
# Debian's Projucer is GPL
DEB_CPPFLAGS_MAINT_APPEND += -DJUCER_ENABLE_GPL_MODE=1
--- /dev/null
+# we only Build-Conflict with build-essential on specific architectures
+# that are known to fail: armel
+build-depends-on-build-essential