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:
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
%:
- dh $@
+ dh $@ $(BUILD_PACKAGES)
override_dh_auto_configure:
$(empty)
override_dh_auto_build-arch:
+ifneq (,$(filter armel,$(DEB_HOST_ARCH)))
dh_auto_build -- Projucer juce_lv2_helper
+endif
cp $(CURDIR)/examples/DemoRunner/Builds/iOS/DemoRunner/Images.xcassets/AppIcon.appiconset/Icon.png \
$(DEBIAN_BUILD_ARTIFACTS)/juce.png
override_dh_auto_build-indep:
+ifneq (,$(filter armel,$(DEB_HOST_ARCH)))
dh_auto_build -- juce_lv2_helper
+endif
mkdir -p docs/doxygen/build
cp docs/JUCE*.md docs/CMake*.md docs/doxygen/build/
make -C docs/doxygen