[Pkg-telepathy-commits] [SCM] Empathy packaging branch, debian, updated. debian/2.29.5.1-1-1-gc500162

Laurent Bigonville bigon at bigon.be
Sun Jan 17 23:28:10 UTC 2010


The following commit has been merged in the debian branch:
commit c500162017ff32d5bfc0fab751cad3545b163467
Author: Laurent Bigonville <bigon at bigon.be>
Date:   Mon Jan 18 00:28:01 2010 +0100

    debian/rules: Fix configure flags

diff --git a/debian/changelog b/debian/changelog
index acb9f92..cd449e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+empathy (2.29.5.1-1) UNRELEASED; urgency=low
+
+  * debian/rules: Fix configure flags
+
+ -- Laurent Bigonville <bigon at debian.org>  Mon, 18 Jan 2010 00:27:08 +0100
+
 empathy (2.29.5.1-1) experimental; urgency=low
 
   * New upstream release
diff --git a/debian/rules b/debian/rules
index 3b8d4d9..a987953 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,10 +14,11 @@ common-binary-post-install-arch:: list-missing
 #LDFLAGS += -Wl,-z,defs -Wl,-O1
 
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-spell \
-                             --enable-python \
                              --disable-tests \
+                             --with-connectivity=nm \
                              --enable-webkit \
                              --enable-map \
+                             --enable-location \
                              --enable-nautilus-sendto
 
 DEB_DBG_PACKAGE_empathy = empathy-dbg

-- 
Empathy packaging



More information about the Pkg-telepathy-commits mailing list