[Pkg-telepathy-commits] [SCM] Empathy packaging branch, debian-experimental, updated. debian/3.3.90.2-1-9-ge64dc74

Laurent Bigonville bigon at bigon.be
Fri Mar 30 21:03:19 UTC 2012


The following commit has been merged in the debian-experimental branch:
commit e64dc74a8142f5be0072a352a70b3588143374a3
Author: Laurent Bigonville <bigon at bigon.be>
Date:   Fri Mar 30 23:02:58 2012 +0200

    Compile with geoclue support enabled as intended (Closes: #663697)
    
    * debian/rules:
      - Compile with geoclue support enabled as intended (Closes: #663697)

diff --git a/debian/changelog b/debian/changelog
index 9271cdd..658c0af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,10 @@ empathy (3.4.0-1) UNRELEASED; urgency=low
     - Drop dconf-gsettings-backend | gsettings-backend dependency:
       Let dh_installgsettings generate the dependency
     - Bump Standards-Version to 3.9.3 (no further changes)
+  * debian/rules:
+    - Compile with geoclue support enabled as intended (Closes: #663697)
 
- -- Laurent Bigonville <bigon at debian.org>  Fri, 30 Mar 2012 22:23:49 +0200
+ -- Laurent Bigonville <bigon at debian.org>  Fri, 30 Mar 2012 23:00:36 +0200
 
 empathy (3.3.90.2-1) experimental; urgency=low
 
diff --git a/debian/rules b/debian/rules
index b0b1b4c..5b15469 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,10 +29,9 @@ DEB_CONFIGURE_EXTRA_FLAGS := --enable-spell=yes \
 DEB_BUILD_ARCH_OS := $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS)
 
 ifeq ($(DEB_BUILD_ARCH_OS),linux)
-  DEB_CONFIGURE_EXTRA_FLAGS += --with-connectivity=nm --enable-location=no \
-    --enable-gudev=yes
+  DEB_CONFIGURE_EXTRA_FLAGS += --with-connectivity=nm --enable-gudev=yes
 else
-  DEB_CONFIGURE_EXTRA_FLAGS += --with-connectivity=no --enable-location=no
+  DEB_CONFIGURE_EXTRA_FLAGS += --with-connectivity=no --enable-gudev=no
 endif
 
 DEB_DH_MAKESHLIBS_ARGS_empathy = --no-act

-- 
Empathy packaging



More information about the Pkg-telepathy-commits mailing list