~ubuntu-branches/ubuntu/lucid/ibus-hangul/lucid

« back to all changes in this revision

Viewing changes to setup/ibus-setup-hangul.in

  • Committer: Bazaar Package Importer
  • Author(s): LI Daobing
  • Date: 2009-05-01 12:42:43 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090501124243-ce3woybqulpsbbo2
Tags: 1.1.0.20090328-0ubuntu1
* new upstream release (LP: #370199).
* debian/control: 
  - build depends on libibus-dev.
  - change maintainer's email.
  - bump standards version to 3.8.1.
  - depends on ${python:Depends}.
* debian/patches/01_engine.dpatch: no longer needed, removed.
* no patch needed. remove dpatch from debian/*.
* debian/rules: install README and AUTHORS 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
# vim:set noet ts=4:
 
3
#
 
4
# ibus-hangul - The Hangul Engine For IBus
 
5
#
 
6
# Copyright (c) 2009 Choe Hwanjin <choe.hwanjin@gmail.com>
 
7
#
 
8
# This program is free software; you can redistribute it and/or modify
 
9
# it under the terms of the GNU General Public License as published by
 
10
# the Free Software Foundation; either version 2, or (at your option)
 
11
# any later version.
 
12
#
 
13
# This program is distributed in the hope that it will be useful,
 
14
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
16
# GNU General Public License for more details.
 
17
#
 
18
# You should have received a copy of the GNU General Public License
 
19
# along with this program; if not, write to the Free Software
 
20
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
21
 
 
22
exec python @prefix@/share/ibus-hangul/setup/main.py $@
 
23