From 8208f32e161a560ae80380817c75e9b5c2dc216c Mon Sep 17 00:00:00 2001 From: =?utf8?q?IOhannes=20m=20zm=C3=B6lnig=20=28Debian/GNU=29?= Date: Thu, 16 Dec 2021 11:23:45 +0100 Subject: [PATCH] Drop no longer used variables TARGET_ARCH and DEB_SRCDIR TARGET_ARCH: obviously upstream no longer adds "-march=native" DEB_SRCDIR: obsolete since we switched to cmake --- debian/rules | 6 ------ 1 file changed, 6 deletions(-) diff --git a/debian/rules b/debian/rules index 958dc15d..379b001f 100755 --- a/debian/rules +++ b/debian/rules @@ -7,11 +7,6 @@ DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/default.mk include /usr/share/dpkg/buildtools.mk -## export dummy TARGET_ARCH that doesn't do much, -## but disables "-march=native" optimization -export TARGET_ARCH=-Wl,--as-needed - -DEB_SRCDIR=extras/Projucer/Builds/LinuxMakefile DEBIAN_BUILD_ARTIFACTS = debian/artifacts DEB_COPYRIGHT_CHECK_IGNORE_REGEX = \ @@ -83,7 +78,6 @@ override_dh_installchangelogs: execute_after_dh_clean: make -C docs/doxygen/ clean make -C debian/extra/lv2-ttl-generator/ clean - rm -rf build $(DEB_SRCDIR)/build rm -f $(DEBIAN_BUILD_ARTIFACTS)/* -- 2.30.2