[Pkg-telepathy-commits] [SCM] Empathy packaging branch, debian, updated. debian/2.27.3-1-6-ge0ad214

Laurent Bigonville bigon at bigon.be
Tue Jun 23 09:09:00 UTC 2009


The following commit has been merged in the debian branch:
commit e894784f2cd6cf4a69d7dc80b77636430b8f5606
Author: Laurent Bigonville <bigon at bigon.be>
Date:   Mon Jun 22 23:50:52 2009 +0200

    Enable geoclue support
    
    * Enable geoclue support
      - debian/rules: Pass --enable-location to configure
      - debian/control: Add libgeoclue-dev build-dep
      - debian/libempathy-gtk24.symbols: Add new exported symbols

diff --git a/debian/changelog b/debian/changelog
index 1e29db2..7f6bf7b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,8 +8,12 @@ empathy (2.27.3-2) UNRELEASED; urgency=low
     - debian/rules: Pass --enable-webkit to configure
     - debian/control: Add libwebkit-dev build-dep
     - debian/libempathy-gtk24.symbols: Add new exported symbols
+  * Enable geoclue support
+    - debian/rules: Pass --enable-location to configure
+    - debian/control: Add libgeoclue-dev build-dep
+    - debian/libempathy-gtk24.symbols: Add new exported symbols
 
- -- Laurent Bigonville <bigon at debian.org>  Sun, 21 Jun 2009 17:49:41 +0200
+ -- Laurent Bigonville <bigon at debian.org>  Mon, 22 Jun 2009 22:33:09 +0200
 
 empathy (2.27.3-1) experimental; urgency=low
 
diff --git a/debian/control b/debian/control
index 0fa7720..642947b 100644
--- a/debian/control
+++ b/debian/control
@@ -31,7 +31,8 @@ Build-Depends: cdbs,
                libtelepathy-farsight-dev (>= 0.0.4),
                libgstreamer0.10-dev,
                libgstreamer-plugins-base0.10-dev,
-               libwebkit-dev (>= 1.1.7)
+               libwebkit-dev (>= 1.1.7),
+               libgeoclue-dev (>= 0.11)
 Standards-Version: 3.8.2
 Vcs-Git: git://git.debian.org/git/pkg-telepathy/empathy.git
 Vcs-Browser: http://git.debian.org/?p=pkg-telepathy/empathy.git
@@ -161,7 +162,11 @@ Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         libempathy-gtk-common (= ${source:Version})
+         libempathy-gtk-common (= ${source:Version}),
+         geoclue
+Recommends: geoclue-hostip,
+            geoclue-localnet,
+            geoclue-manual
 Description: High-level library and user-interface for Telepathy (GTK library)
  Empathy consists of a rich set of reusable instant messaging widgets, and a
  GNOME client using those widgets. It uses Telepathy and Nokia's Mission
diff --git a/debian/libempathy-gtk24.symbols b/debian/libempathy-gtk24.symbols
index e7e609c..6028248 100644
--- a/debian/libempathy-gtk24.symbols
+++ b/debian/libempathy-gtk24.symbols
@@ -151,6 +151,8 @@ libempathy-gtk.so.24 libempathy-gtk24 #MINVER#
  empathy_icon_name_from_account at Base 0.21.91
  empathy_irc_network_dialog_show at Base 0.21.91
  empathy_link_button_new at Base 0.21.91
+ empathy_location_manager_dup_singleton at Base 2.27.3-2~
+ empathy_location_manager_get_type at Base 2.27.3-2~
  empathy_log_window_show at Base 0.21.91
  empathy_new_contact_dialog_show at Base 0.21.91
  empathy_new_message_dialog_show at Base 0.21.91
diff --git a/debian/rules b/debian/rules
index 6fe2965..1103a18 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,8 @@ DEB_CONFIGURE_EXTRA_FLAGS := --enable-spell \
                              --enable-python \
                              --enable-megaphone \
                              --disable-tests \
-                             --enable-webkit
+                             --enable-webkit \
+                             --enable-location
 
 binary-install/python-empathy::
 	dh_pysupport -p$(cdbs_curpkg)

-- 
Empathy packaging



More information about the Pkg-telepathy-commits mailing list