~ubuntu-branches/debian/jessie/empathy/jessie

« back to all changes in this revision

Viewing changes to debian/patches/0001-Transition-to-libchamplain-0.8.patch

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville
  • Date: 2011-04-13 12:32:02 UTC
  • Revision ID: james.westby@ubuntu.com-20110413123202-g77co6nimub080pi
Tags: 2.30.3-2
* debian/gbp.conf: Switch to wheezy branches
* debian/patches/0001-Transition-to-libchamplain-0.8.patch: Add patch
  to transition libchamplain 0.8
* debian/control, debian/rules: Add dh-autoreconf support
* debian/control: Bump libchamplain build-dependencies

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
From a442fcdaa6ae96791eb294c65e23935deb6da5f4 Mon Sep 17 00:00:00 2001
 
2
From: Laurent Bigonville <bigon@bigon.be>
 
3
Date: Wed, 13 Apr 2011 11:57:13 +0200
 
4
Subject: [PATCH] Transition to libchamplain 0.8
 
5
 
 
6
---
 
7
 configure.ac |    8 ++++----
 
8
 1 files changed, 4 insertions(+), 4 deletions(-)
 
9
 
 
10
diff --git a/configure.ac b/configure.ac
 
11
index 2052fdd..b36555e 100644
 
12
--- a/configure.ac
 
13
+++ b/configure.ac
 
14
@@ -38,8 +38,8 @@ ENCHANT_REQUIRED=1.2.0
 
15
 ISO_CODES_REQUIRED=0.35
 
16
 LIBNOTIFY_REQUIRED=0.4.4
 
17
 LIBCANBERRA_GTK_REQUIRED=0.4
 
18
-LIBCHAMPLAIN_REQUIRED=0.4
 
19
-LIBCHAMPLAIN_GTK_REQUIRED=0.4
 
20
+LIBCHAMPLAIN_REQUIRED=0.7.1
 
21
+LIBCHAMPLAIN_GTK_REQUIRED=0.7.1
 
22
 CLUTTER_GTK_REQUIRED=0.10
 
23
 GEOCLUE_REQUIRED=0.11
 
24
 WEBKIT_REQUIRED=1.1.15
 
25
@@ -379,8 +379,8 @@ AC_ARG_ENABLE(map,
 
26
 if test "x$enable_map" != "xno"; then
 
27
    PKG_CHECK_MODULES(LIBCHAMPLAIN,
 
28
    [
 
29
-      champlain-0.4 >= $LIBCHAMPLAIN_REQUIRED,
 
30
-      champlain-gtk-0.4 >= $LIBCHAMPLAIN_GTK_REQUIRED
 
31
+      champlain-0.8 >= $LIBCHAMPLAIN_REQUIRED,
 
32
+      champlain-gtk-0.8 >= $LIBCHAMPLAIN_GTK_REQUIRED
 
33
       clutter-gtk-0.10 >= $CLUTTER_GTK_REQUIRED
 
34
    ], have_libchamplain="yes", have_libchamplain="no")
 
35
 
 
36
-- 
 
37
1.7.4.1