~ubuntu-branches/ubuntu/utopic/yelp/utopic-proposed

« back to all changes in this revision

Viewing changes to debian/patches/00_no_am_gnu_gettext.patch

  • Committer: Package Import Robot
  • Author(s): Matthew Fischer
  • Date: 2013-05-25 20:01:06 UTC
  • mfrom: (1.1.67) (131.1.1 saucy-proposed)
  • Revision ID: package-import@ubuntu.com-20130525200106-4re1oimhqy8exd9b
Tags: 3.8.1-0ubuntu1
* New upstream release (LP: #1184244)
  - Added test token for classic mode (Matthias Clasen)
  - Updated translations
  - Stop checking for pangox and X11 (Emilio Pozuelo Monfort)
  - Add keywords to the desktop file (Matthias Clasen)
  - Fixed handling of xref links with anchors, #686095 (Tails developers)
  - Fixed various memory management bugs, #683100 (Carlos Garcia Campos)
  - Added local copy of MathJax for MathML display (Shaun McCance)
  - Added support for xdg help system in All Documents (Shaun McCance)
  - Fixed if:test="action:install" (Shaun McCance)
  - Switched to using 'itstool -j' for XSL domain (Shaun McCance)
* Refreshed patches, removed some patches that have been unused for some
  time.
  - debian/patches/00_no_am_gnu_gettext.patch - Removed, unused
  - debian/patches/02_man-utf8.patch - Removed, unused
  - debian/patches/04_man-utf8.patch - Removed, unused

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
From 04600e254d453c66a278b9e4fa259311396e2904 Mon Sep 17 00:00:00 2001
2
 
From: Robert Ancell <robert.ancell@canonical.com>
3
 
Date: Fri, 19 Nov 2010 12:55:59 +1100
4
 
Subject: [PATCH 2/3] Don't use both IT_PROG_INTLTOOL and AM_GNU_GETTEXT
5
 
 
6
 
---
7
 
 configure.ac |    3 ---
8
 
 1 files changed, 0 insertions(+), 3 deletions(-)
9
 
 
10
 
Index: yelp-3.4.2/configure.ac
11
 
===================================================================
12
 
--- yelp-3.4.2.orig/configure.ac        2012-05-16 01:38:47.000000000 +1200
13
 
+++ yelp-3.4.2/configure.ac     2012-05-22 11:50:50.154162326 +1200
14
 
@@ -65,9 +65,6 @@
15
 
 ALL_LINGUAS="`grep -v '^#' "$srcdir/po/LINGUAS" | tr '\n' ' '`"
16
 
 AC_SUBST(ALL_LINGUAS)
17
 
 
18
 
-AM_GNU_GETTEXT([external])
19
 
-AM_GNU_GETTEXT_VERSION([0.17])
20
 
-
21
 
 GETTEXT_PACKAGE=yelp
22
 
 AC_SUBST(GETTEXT_PACKAGE)
23
 
 AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE",