[Pkg-telepathy-commits] [SCM] Empathy packaging branch, debian, updated. debian/2.27.5-1-15-ga8c86fd
Jonny Lamb
jonny at debian.org
Wed Aug 26 11:03:58 UTC 2009
The following commit has been merged in the debian branch:
commit 48ddbc9a72491b940adc1575c0511afba30d6794
Author: Jonny Lamb <jonny at debian.org>
Date: Tue Aug 25 18:39:31 2009 +0100
debian/rules: Use --with-connectivity instead of --enable-network-manager.
Signed-off-by: Jonny Lamb <jonny at debian.org>
diff --git a/debian/changelog b/debian/changelog
index 5354434..48f36ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,10 @@ empathy (2.27.91.1-1) UNRELEASED; urgency=low
* debian/control:
+ Upped dependencies as appropriate for the new release.
+ Upped Standards-Version. (no changes)
+ * debian/rules:
+ + Use --with-connectivity instead of --enable-network-manager.
- -- Jonny Lamb <jonny at debian.org> Tue, 25 Aug 2009 18:37:24 +0100
+ -- Jonny Lamb <jonny at debian.org> Tue, 25 Aug 2009 18:39:11 +0100
empathy (2.27.5-1) experimental; urgency=low
diff --git a/debian/rules b/debian/rules
index d398f5e..129c563 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ DEB_CONFIGURE_EXTRA_FLAGS := --enable-spell \
--enable-python \
--enable-megaphone \
--disable-tests \
- --enable-network-manager \
+ --with-connectivity=nm \
--enable-webkit \
--enable-location \
--enable-map
--
Empathy packaging
More information about the Pkg-telepathy-commits
mailing list