[SCM] openimageio/master: debian/rules: useless parameter removed

mfv-guest at users.alioth.debian.org mfv-guest at users.alioth.debian.org
Sun Mar 4 09:29:53 UTC 2012


The following commit has been merged in the master branch:
commit 7c0f639d48a07b4302158167eb914b52d9e332ea
Author: Matteo F. Vescovi <mfv.debian at gmail.com>
Date:   Sun Mar 4 10:28:06 2012 +0100

    debian/rules: useless parameter removed
    
    Git-Dch: Ignore

diff --git a/debian/rules b/debian/rules
index 07fa53f..5f7639f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,10 +5,8 @@ ifeq ($(DEB_HOST_ARCH_CPU),amd64)
 CXXFLAGS += -fPIC
 endif
 
-BLDDIR = debian/cmake
-
 %:
-	dh $@ -Scmake -Dsrc -B$(BLDDIR) --parallel
+	dh $@ -Scmake -Dsrc --parallel
 
 override_dh_auto_configure:
 	dh_auto_configure -- \

-- 
openimageio packaging



More information about the pkg-multimedia-commits mailing list