[Pkg-cli-apps-commits] [SCM] banshee branch, master, updated. debian/1.9.5-1-1-g3b75d9a

Chow Loong Jin hyperair at ubuntu.com
Tue Mar 15 14:34:41 UTC 2011


The following commit has been merged in the master branch:
commit 3b75d9a793cd40b430fd634e31fc14580d7c8cd6
Author: Chow Loong Jin <hyperair at ubuntu.com>
Date:   Tue Mar 15 22:32:16 2011 +0800

    Fix wrong comparison of yes vs y for gio-hardware
    
    This fixes the issue where --disable-gio-hardware was passed to Banshee on Linux
    architectures.

diff --git a/debian/rules b/debian/rules
index 16b045d..163b429 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,7 +46,7 @@ CONFFLAGS += \
 	--disable-ubuntuone
 endif
 
-ifeq ($(shell dpkg-architecture -ilinux-any && echo yes), y)
+ifeq ($(shell dpkg-architecture -ilinux-any && echo yes), yes)
 CONFFLAGS += --enable-gio-hardware
 else
 CONFFLAGS += --disable-gio-hardware

-- 
banshee



More information about the Pkg-cli-apps-commits mailing list