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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): YunQiang Su
  • Date: 2012-03-30 15:31:55 UTC
  • mfrom: (1.1.3) (1.2.7 sid)
  • Revision ID: package-import@ubuntu.com-20120330153155-qgls77sogzgtg9zp
Tags: 2.0.3+git20120222-1
* Team upload: git snapshot 20120222.
   - fix breaks if LDFLAGS in environment contains
       multiple words (Closese #646001).
   - rm patches merged to upstream:
       append-os-environ-toenv.patch
       fix-ftbfs-on-sh.patch
       remove-10-candidate-words-limitation.patch
   - refresh disable-lm-dict-compile.patch.
* Bump stardard version to 3.9.3: no modify needed.
* add libsunpinyin3-dbg and python-sunpinyin packages.
* debian/compat to 9, multiarch it.
* rewrite debian/rules with dh 7 format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Disable LM data and dictionary data compile, these data will be 
2
2
in another package. 
3
 
--- a/SConstruct
4
 
+++ b/SConstruct
5
 
@@ -350,12 +350,6 @@
 
3
Index: sunpinyin/SConstruct
 
4
===================================================================
 
5
--- sunpinyin.orig/SConstruct   2012-03-30 15:49:08.623210295 +0800
 
6
+++ sunpinyin/SConstruct        2012-03-30 15:49:14.659240221 +0800
 
7
@@ -367,12 +367,6 @@
6
8
 lib = env.SharedLibrary('sunpinyin-%d.%d' % (abi_major, abi_minor),
7
9
                         source=imesource)
8
10
 
15
17
 if GetOption('clean'):
16
18
     os.environ['TAR'] = env['TAR']
17
19
     os.environ['MAKE'] = env['MAKE']
18
 
@@ -384,9 +378,7 @@
 
20
@@ -401,9 +395,7 @@
19
21
 
20
22
     lib_pkgconfig_target = env.Install(libdir+'/pkgconfig',
21
23
                                        ['sunpinyin-2.0.pc'])