[SCM] jack-audio-connection-kit/master: d/rules: get rid of a flag that imho is not so useful...

mattia at users.alioth.debian.org mattia at users.alioth.debian.org
Wed Nov 8 16:45:59 UTC 2017


The following commit has been merged in the master branch:
commit e2af5f569decac83b2e6888ae9e1f87cd7fe3832
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Wed Nov 8 17:13:57 2017 +0100

    d/rules: get rid of a flag that imho is not so useful...
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>

diff --git a/debian/rules b/debian/rules
index 1a47aa9..38b8211 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,11 +14,6 @@ DEB_CONFIGURE_EXTRA_FLAGS := \
 	--disable-ensure-mlock \
 	--enable-static=yes \
 
-# to avoid stripping when nostrip is set in DEB_BUILD_OPTIONS
-ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
-  DEB_CONFIGURE_EXTRA_FLAGS += --enable-stripped-jackd
-endif
-
 ifneq (,$(filter doopt,$(DEB_BUILD_OPTIONS)))
 # do optimization for the different architectures
   ifneq (,$(findstring i386,$(DEB_BUILD_ARCH)))

-- 
Debian packaging for jack-audio-connection-kit



More information about the pkg-multimedia-commits mailing list