~ubuntu-branches/ubuntu/maverick/uim/maverick

« back to all changes in this revision

Viewing changes to debian/patches/03_intltool_fake_version.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Masahito Omote
  • Date: 2008-06-25 19:56:33 UTC
  • mfrom: (3.1.18 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080625195633-8jljph4rfq00l8o7
Tags: 1:1.5.1-2
* uim-tcode: provide tutcode-custom.scm, tutcode-bushudic.scm
  and tutcode-rule.scm (Closes: #482659)
* Fix FTBFS: segv during compile (Closes: #483078).
  I personally think this bug is not specific for uim but is a optimization
  problem on gcc-4.3.1. (https://bugs.freedesktop.org/show_bug.cgi?id=16477)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## 03_intltool_fake_version.dpatch by Masahito Omote <omote@debian.org>
 
3
##
 
4
## All lines beginning with `## DP:' are a description of the patch.
 
5
## DP: No description.
 
6
 
 
7
@DPATCH@
 
8
diff -urNad uim-1.4.0~/configure.ac uim-1.4.0/configure.ac
 
9
--- uim-1.4.0~/configure.ac     2007-01-07 02:43:43.000000000 +0900
 
10
+++ uim-1.4.0/configure.ac      2007-02-14 02:27:53.891987277 +0900
 
11
@@ -708,7 +708,7 @@
 
12
 
 
13
 # To get qt/chardict/po working, 0.35.2 is required. 0.35.[01] has a hard-coded
 
14
 # $(top_builddir) bug.  -- YamaKen 2006-12-28
 
15
-IT_PROG_INTLTOOL([0.35.2], [no-xml])
 
16
+IT_PROG_INTLTOOL([0.35.0], [no-xml])
 
17
 IT_PO_SUBDIR([qt/chardict/po])
 
18
 
 
19