[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:38 UTC 2009


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

    Add some custom configure flags

diff --git a/debian/changelog b/debian/changelog
index 1656b78..0768b8c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -26,6 +26,7 @@ tangerine (0.3.2.1-1) UNRELEASED; urgency=low
   * debian/rules:
     + Rewrite to use DH7
     + Clean up get-orig-source rule
+    + Add some custom configure flags
   * debian/compat:
     + Bump to 7
 
diff --git a/debian/rules b/debian/rules
index fe1a40d..3a0da87 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,6 +18,13 @@ get-orig-source:
 		--destdir=. \
 		--rename
 
+override_dh_auto_configure:
+	dh_auto_configure \
+		--enable-release \
+		--enable-debug \
+		--enable-beagle \
+		--enable-banshee
+
 %:
 	dh $@
 

-- 
tangerine



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