~ubuntu-branches/ubuntu/quantal/sunpinyin/quantal

« back to all changes in this revision

Viewing changes to debian/patches/disable-lm-dict-compile.patch

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2010-11-25 12:45:23 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20101125124523-gy11rn1kqo42yfq2
Tags: 2.0.3~rc1-0ubuntu1
* New upstream release
* Drop bump-new-pkgconfig-version.patch, arm-endianess.patch as its
  incorporated upstream
* Refresh all remaining patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
in another package. 
3
3
--- a/SConstruct
4
4
+++ b/SConstruct
5
 
@@ -366,12 +366,6 @@
 
5
@@ -360,12 +352,6 @@ libname_link = 'libsunpinyin.so'
6
6
 lib = env.SharedLibrary('sunpinyin-%d.%d' % (abi_major, abi_minor),
7
7
                         source=imesource)
8
8
 
15
15
 if GetOption('clean'):
16
16
     os.environ['TAR'] = env['TAR']
17
17
     os.environ['MAKE'] = env['MAKE']
18
 
@@ -400,9 +394,7 @@
 
18
@@ -394,9 +380,7 @@ def DoInstall():
19
19
 
20
20
     lib_pkgconfig_target = env.Install(libdir+'/pkgconfig',
21
21
                                        ['sunpinyin-2.0.pc'])