~ubuntu-branches/ubuntu/saucy/evolution-data-server/saucy

« back to all changes in this revision

Viewing changes to debian/patches/20_gettext_intltool.patch

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-10-08 12:58:16 UTC
  • mfrom: (181.1.7 quantal)
  • Revision ID: package-import@ubuntu.com-20121008125816-i3n76e8c0m64e7xp
Tags: 3.6.0-0ubuntu2
* Fix LP: #1038047 part 1 - Don't abort in e_source_registry_new* when a
  problem occurs connecting to the Dbus service
  - add debian/patches/dont-abort-in-e_source_registry_new.patch
  - update debian/patches/series
* Fix LP: #1038047 part 2 - libedataserver depends on
  evolution-data-server-common to ensure that the GSettings schemas are
  present
  - update debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: evolution-data-server-3.2.2/configure.ac
2
 
===================================================================
3
 
--- evolution-data-server-3.2.2.orig/configure.ac       2011-12-16 19:13:22.103941922 +0100
4
 
+++ evolution-data-server-3.2.2/configure.ac    2011-12-16 19:13:45.732057437 +0100
5
 
@@ -249,9 +249,6 @@ dnl I18N stuff
6
 
 dnl ******************************
7
 
 IT_PROG_INTLTOOL([0.35.5])
8
 
 
9
 
-AM_GNU_GETTEXT_VERSION([0.17])
10
 
-AM_GNU_GETTEXT([external])
11
 
-
12
 
 GETTEXT_PACKAGE=evolution-data-server-$BASE_VERSION
13
 
 AC_SUBST(GETTEXT_PACKAGE)
14
 
 AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Package name for gettext])