~ubuntu-branches/ubuntu/precise/ibus-chewing/precise-updates

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): LI Daobing
  • Date: 2009-05-30 13:20:34 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090530132034-slp2vk4vef7hg38b
Tags: 1.0.10.20090523-1
* new upstream release.
* debian/rules: use "dh clean"
* debian/clean: added.
* debian/copyright: (C) -> ©

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)
 
48
SET(CVS_DIST_TAGS F-10 F-11)
49
49
SET(HOSTING_SERVICE_PROVIDER "GitHub")
50
50
SET(DEVELOPER_SETTING_FILE "DEVELOPER_SETTING_NO_PACK")
51
51
SET(DEVELOPER_DEPENDS UploadPkg.batch.in)
52
52
ADD_CUSTOM_TARGET(commit
53
 
    COMMAND git-commit -a -m "${CHANGE_SUMMARY}"
54
 
    COMMAND git-tag -a "${PRJ_VER}"
 
53
    COMMAND git commit -a -m "${CHANGE_SUMMARY}"
 
54
    COMMAND git tag -a "${PRJ_VER}" -m "Ver ${PRJ_VER}"
55
55
    COMMENT "Commit and tag the changes"
56
56
    )
57
57