[Pkg-telepathy-commits] [SCM] Empathy packaging branch, debian, updated. debian/3.1.4-1-8-gcbb6cd6
Laurent Bigonville
bigon at bigon.be
Fri Aug 19 14:37:31 UTC 2011
The following commit has been merged in the debian branch:
commit 462feb920213fe75bd87de0039e1ad9dfd056b74
Author: Laurent Bigonville <bigon at bigon.be>
Date: Fri Aug 19 05:36:04 2011 +0200
Enable build-time geoclue support on Hurd
diff --git a/debian/changelog b/debian/changelog
index bc0f947..0118e9f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,9 @@ empathy (3.1.5-1) UNRELEASED; urgency=low
- Add libpulse-dev build-dependency
* debian/rules:
- Only enable gudev support on linux architectures
+ - Enable build-time geoclue support on Hurd
- -- Laurent Bigonville <bigon at debian.org> Fri, 19 Aug 2011 05:07:45 +0200
+ -- Laurent Bigonville <bigon at debian.org> Fri, 19 Aug 2011 05:35:30 +0200
empathy (3.1.4-1) experimental; urgency=low
diff --git a/debian/rules b/debian/rules
index 587a19f..17e80eb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,10 +23,8 @@ DEB_CONFIGURE_EXTRA_FLAGS := --enable-spell \
ifeq ($(DEB_BUILD_ARCH_OS),linux)
DEB_CONFIGURE_EXTRA_FLAGS += --with-connectivity=nm --enable-location=yes --enable-gudev=yes
-else ifeq ($(DEB_BUILD_ARCH_OS),kfreebsd)
- DEB_CONFIGURE_EXTRA_FLAGS += --with-connectivity=no --enable-location=yes --enable-gudev=no
else
- DEB_CONFIGURE_EXTRA_FLAGS += --with-connectivity=no --enable-location=no --enable-gudev=no
+ DEB_CONFIGURE_EXTRA_FLAGS += --with-connectivity=no --enable-location=yes --enable-gudev=no
endif
DEB_DH_MAKESHLIBS_ARGS_empathy = --no-act
--
Empathy packaging
More information about the Pkg-telepathy-commits
mailing list