[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 3f85562b57fd36f1dc28b45cf83d12d6bd1529e9
Author: Laurent Bigonville <bigon at bigon.be>
Date:   Mon Jun 22 22:48:47 2009 +0200

    Enable Adium themes support
    
    * Enable Adium themes support
      - debian/rules: Pass --enable-webkit to configure
      - debian/control: Add libwebkit-dev build-dep
      - debian/libempathy-gtk24.symbols: Add new exported symbols

diff --git a/debian/changelog b/debian/changelog
index 7d7334d..1e29db2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,12 @@ empathy (2.27.3-2) UNRELEASED; urgency=low
   * debian/control:
     - Bump Standards-Version (no further changes)
     - Drop all conflicts, packages not even in old-stable anymore
+  * Enable Adium themes support
+    - debian/rules: Pass --enable-webkit to configure
+    - debian/control: Add libwebkit-dev build-dep
+    - debian/libempathy-gtk24.symbols: Add new exported symbols
 
- -- Laurent Bigonville <bigon at debian.org>  Sun, 21 Jun 2009 17:24:43 +0200
+ -- Laurent Bigonville <bigon at debian.org>  Sun, 21 Jun 2009 17:49:41 +0200
 
 empathy (2.27.3-1) experimental; urgency=low
 
diff --git a/debian/control b/debian/control
index 30de524..0fa7720 100644
--- a/debian/control
+++ b/debian/control
@@ -30,7 +30,8 @@ Build-Depends: cdbs,
                libnotify-dev (>= 0.4.4),
                libtelepathy-farsight-dev (>= 0.0.4),
                libgstreamer0.10-dev,
-               libgstreamer-plugins-base0.10-dev
+               libgstreamer-plugins-base0.10-dev,
+               libwebkit-dev (>= 1.1.7)
 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
diff --git a/debian/libempathy-gtk24.symbols b/debian/libempathy-gtk24.symbols
index 95b0030..e7e609c 100644
--- a/debian/libempathy-gtk24.symbols
+++ b/debian/libempathy-gtk24.symbols
@@ -194,6 +194,9 @@ libempathy-gtk.so.24 libempathy-gtk24 #MINVER#
  empathy_subscription_dialog_show at Base 0.21.91
  empathy_text_iter_backward_search at Base 0.21.91
  empathy_text_iter_forward_search at Base 0.21.91
+ empathy_theme_adium_get_type at Base 2.27.3-2~
+ empathy_theme_adium_is_valid at Base 2.27.3-2~
+ empathy_theme_adium_new at Base 2.27.3-2~
  empathy_theme_boxes_get_type at Base 0.21.91
  empathy_theme_boxes_new at Base 2.25.3
  empathy_theme_irc_get_type at Base 0.21.91
diff --git a/debian/rules b/debian/rules
index d15ecdf..6fe2965 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,8 @@ common-binary-post-install-arch:: list-missing
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-spell \
                              --enable-python \
                              --enable-megaphone \
-                             --disable-tests
+                             --disable-tests \
+                             --enable-webkit
 
 binary-install/python-empathy::
 	dh_pysupport -p$(cdbs_curpkg)

-- 
Empathy packaging



More information about the Pkg-telepathy-commits mailing list