~ubuntu-branches/ubuntu/hardy/uim/hardy

« 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: 2007-04-21 03:46:09 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070421034609-gpcurkutp8vaysqj
Tags: 1:1.4.1-3
* Switch to dh_gtkmodules for the gtk 2.10 transition (Closes:
  #419318)
  - debian/control: Add ${misc:Depends} and remove libgtk2.0-bin on
    uim-gtk2.0.
  - debian/uim-gtk2.0.post{inst,rm}: Removed.

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