[SCM] ffado/master: d/rules: drop code specifying DIST_TARGET to the build system

mattia at users.alioth.debian.org mattia at users.alioth.debian.org
Sun Nov 12 11:08:20 UTC 2017


The following commit has been merged in the master branch:
commit ea5926e1dbaf5d35989aa6cfaa075f33f4e13cf2
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Sun Nov 12 11:53:35 2017 +0100

    d/rules: drop code specifying DIST_TARGET to the build system
    
    Disabling all automation seems to let the compiler do the right thing
    better than this stuff.
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>

diff --git a/debian/rules b/debian/rules
index 148a498..e54bd0e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,14 +27,6 @@ ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
   NJOBS += -j$(NUMJOBS)
 endif
 
-ifneq (,$(findstring power,$(DEB_HOST_ARCH)))
-EXPLICIT_TARGET = DIST_TARGET=powerpc
-else ifneq (,$(findstring i386,$(DEB_HOST_ARCH)))
-EXPLICIT_TARGET = DIST_TARGET=i386
-else
-EXPLICIT_TARGET =
-endif
-
 DEB_SCONS_EXTRA_FLAGS := \
 	PREFIX=/usr \
 	LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH) \
@@ -42,7 +34,6 @@ DEB_SCONS_EXTRA_FLAGS := \
 	PYPKGDIR=/usr/share/ffado-mixer-qt4/ \
 	WILL_DEAL_WITH_XDG_MYSELF=1 \
 	DETECT_USERSPACE_ENV=0 \
-	$(EXPLICIT_TARGET) \
 	$(NJOBS)
 
 

-- 
Free Firewire Audio Drivers (ffado.org) packaging



More information about the pkg-multimedia-commits mailing list