~ubuntu-branches/ubuntu/utopic/pango1.0/utopic

« back to all changes in this revision

Viewing changes to debian/patches/fix-thai-configure

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2013-02-21 17:58:07 UTC
  • mfrom: (1.6.6)
  • Revision ID: package-import@ubuntu.com-20130221175807-jtjv8iqwt3ix2px8
Tags: 1.32.5-0ubuntu1
* New upstream release; several changes from Rico Tzschichholz - thanks!
* debian/control:
  - Add build-depend on libharfbuzz-dev (>= 0.9.9)
  - Bump build-depend on libfonconfig1-dev (>= 2.5.0)
* debian/libpango1.0-0.symbols:
  - Updated
* debian/patches:
  - 00git_*.patch, dropped, they are upstream
  - 10_scan-module-files-in-dirs.patch,
    11_module-files-append-module-files-d.patch. refeshed
  - readd-pangox.patch, Readd libpangox library to temporarily
    preserve backwards compat
  - 0001-Link-basicfc-module-to-HarfBuzz.patch: Add, git backport to link
    correctly against harfbuzz.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff --git a/configure.ac b/configure.ac
 
2
index da10fd7..adc0672 100644
 
3
--- a/configure.ac
 
4
+++ b/configure.ac
 
5
@@ -491,7 +491,7 @@ indic_modules="indic-lang"
 
6
 thai_modules=""
 
7
 
 
8
 if $have_libthai ; then
 
9
-  thai_modules="$thai_modules,thai-lang"
 
10
+  thai_modules="thai-lang"
 
11
 fi
 
12
 
 
13
 all_modules="$arabic_modules,$basic_modules,$indic_modules,$thai_modules"