Don't try to not build helpers on armel
authorIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Tue, 16 Aug 2022 12:36:17 +0000 (14:36 +0200)
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Tue, 16 Aug 2022 12:36:17 +0000 (14:36 +0200)
Gbp-Dch: ignore

debian/rules

index 5c71076282a7f55209aaaffee49aa01a54c4b2bc..dd1f991fbb31a5da36ed25848ee54aeaf14709dc 100755 (executable)
@@ -63,16 +63,12 @@ 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