[SCM] vlc/squeeze-backports-sloppy: Add missing closing bracket. (cherry picked from commit d53c319009fdc1a3b8eb329327b6cc032f6e27b4)

edwardw-guest at users.alioth.debian.org edwardw-guest at users.alioth.debian.org
Sun Jun 9 19:34:49 UTC 2013


The following commit has been merged in the squeeze-backports-sloppy branch:
commit ba8370bcb9b3d27c5ce3bafb1f8d7a484d143b8c
Author: Benjamin Drung <bdrung at debian.org>
Date:   Fri Mar 22 13:41:12 2013 +0100

    Add missing closing bracket.
    (cherry picked from commit d53c319009fdc1a3b8eb329327b6cc032f6e27b4)

diff --git a/debian/rules b/debian/rules
index 013878e..ce0083c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -198,7 +198,7 @@ removeplugins += altivec
 endif
 
 # PowerPCSPE specific optimizations
-ifeq (,$(filter-out powerpcspe,$(DEB_HOST_ARCH))
+ifeq (,$(filter-out powerpcspe,$(DEB_HOST_ARCH)))
 confflags += --with-tuning=8548
 endif
 

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list