[Pkg-cli-apps-commits] [SCM] tangerine branch, master, updated. upstream/0.3.1-15-g35e86f3

Chow Loong Jin hyperair at gmail.com
Mon Aug 10 15:56:40 UTC 2009


The following commit has been merged in the master branch:
commit a02b7318f9fb58e3097cfaf10b9ef6a3c75a1d39
Author: Chow Loong Jin <hyperair at gmail.com>
Date:   Mon Aug 10 15:51:05 2009 +0800

    Disable beagle since the files have been omitted

diff --git a/debian/control b/debian/control
index 2afb82b..4389af6 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,6 @@ Build-Depends: debhelper (>= 7),
                libglade2.0-cil (>= 2.4),
                libndesk-dbus-glib1.0-cil,
                libsm-dev,
-               beagle-dev (>= 0.1.4),
                banshee (>= 1.4.2),
 Standards-Version: 3.8.2
 Homepage: http://launchpad.net/tangerine/
diff --git a/debian/rules b/debian/rules
index 3a0da87..95e90b3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,11 +19,11 @@ get-orig-source:
 		--rename
 
 override_dh_auto_configure:
-	dh_auto_configure \
+	dh_auto_configure -- \
 		--enable-release \
 		--enable-debug \
-		--enable-beagle \
-		--enable-banshee
+		--enable-banshee \
+		--disable-beagle
 
 %:
 	dh $@

-- 
tangerine



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