~ubuntu-branches/ubuntu/saucy/ibus-chewing/saucy

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): LI Daobing, Asias He, LI Daobing
  • Date: 2010-06-07 21:25:30 UTC
  • mfrom: (1.1.9 upstream) (0.1.11 sid)
  • Revision ID: james.westby@ubuntu.com-20100607212530-0esr4ym1x8mj0fwx
Tags: 1.3.4.20100605-1
[ Asias He ]
* debian/control:
  - set maintainer to pkg-ime, add LI Daobing <lidaobing@debian.org> 
    & Asias He <asias.hejun@gmail.com> to uploaders.
  - update Vcs-* fields.
* New upstream release.

[ LI Daobing ]
* debian/control: build depends on gob2 (>= 2.0.17) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
#==================================================================
46
46
# Developer setting.
47
47
#
48
 
SET(CVS_DIST_TAGS F-11 F-12 F-13)
49
48
SET(HOSTING_SERVICE_PROVIDER "GitHub")
50
49
SET(DEVELOPER_SETTING_FILE "DEVELOPER_SETTING_NO_PACK")
51
50
SET(DEVELOPER_DEPENDS UploadPkg.batch.in)
152
151
SET(CPACK_RESOURCE_FILE_LICENSE
153
152
    ${CMAKE_CURRENT_SOURCE_DIR}/COPYING)
154
153
 
155
 
# GOB_GENERATED source codes are not excluded,
156
 
# in order to avoid Bug 519108.
157
 
# https://bugzilla.redhat.com/show_bug.cgi?id=519108
158
154
SET(PRJ_COMMON_IGNORE_FILES
159
155
    "/docs/"
160
156
    "\\\\.cache$"  "\\\\.spec$"
161
157
    "messages.po$"
162
158
)
163
159
 
 
160
# GOB_GENERATED source codes are now excluded,
 
161
# As Bug 519108 (https://bugzilla.redhat.com/show_bug.cgi?id=519108)
 
162
# Is fixed from Fedora 11
 
163
SET(PRJ_COMMON_IGNORE_FILES
 
164
    ${PRJ_COMMON_IGNORE_FILES} "src/maker-dialog.*\\\\.[ch]" "src/ibus-chewing-engine.*\\\\.[ch]"
 
165
)
 
166
 
164
167
SET(CPACK_SOURCE_IGNORE_FILES ${CPACK_SOURCE_IGNORE_FILES} ${PRJ_COMMON_IGNORE_FILES} "/bin/"
165
168
    "\\\\.xml$" "\\\\.schemas")
166
169
SET(CPACK_PACKAGE_IGNORE_FILES ${CPACK_BINARY_IGNORE_FILES} ${PRJ_COMMON_IGNORE_FILES} "/src/"