[SCM] ardour3/master: Remove stale make variables

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Wed Sep 25 19:13:53 UTC 2013


The following commit has been merged in the master branch:
commit ba560e8105c2508b60365ee4269e39d391dd7ece
Author: Felipe Sateler <fsateler at debian.org>
Date:   Wed Sep 25 15:52:50 2013 -0300

    Remove stale make variables

diff --git a/debian/rules b/debian/rules
index 523726f..ee66a45 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,33 +10,12 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/makefile.mk
 
-export LINKFLAGS = $(LDFLAGS)
-
-#export CFLAGS += $(CPPFLAGS)
-#export CXXFLAGS += $(CPPFLAGS)
-
 DEB_CLEAN_EXCLUDE=debian/tmp
 DEB_DESTDIR = $(CURDIR)/debian/tmp/
 
-NJOBS = $(DEB_PARALLEL_JOBS:%=-j%)
-
-ALTIVEC_OPT_FLAGS := -O3 -mcpu=7400 -maltivec -mabi=altivec -mhard-float -mpowerpc-gfxopt
-I686_OPT_FLAGS := -O3 -march=i686 -mmmx
-
 # ignore oddly packaged bzip2 archive to not upset dpkg
 DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^\./waf|\./debian/(changelog|copyright(|_hints|_newhints))$
 
-DEB_MAKE_NOOPT_FLAGS := DEBUG=no FPU_OPTIMIZATION=no
-ifneq (,$(findstring amd64,$(DEB_BUILD_ARCH)))
-DEB_MAKE_NOOPT_FLAGS := DEBUG=no FPU_OPTIMIZATION=yes
-endif
-
-ifneq (,$(findstring i386,$(DEB_BUILD_ARCH)))
-DEB_MAKE_NOOPT_FLAGS += DIST_TARGET=i386
-endif
-
-LD_LIBRARY_PATH += :$(DEB_DESTDIR)/usr/lib/ardour3/
-
 DIST_TARGET = none
 ifneq (,$(findstring i386,$(DEB_BUILD_ARCH)))
 	DIST_TARGET = i386

-- 
ardour3 packaging



More information about the pkg-multimedia-commits mailing list