~joel-auterson/ubuntu/maverick/ibus/newmenuname

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): LI Daobing
  • Date: 2009-06-26 22:47:52 UTC
  • mfrom: (1.2.3 upstream) (9 karmic)
  • mto: (6.2.2 squeeze)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20090626224752-ka1w2t85vuc03252
Tags: 1.2.0.20090617-1
* new upstream release.
* libibus0 -> libibus1:
  - debian/control: rename the package.
  - debian/libibus0.install: removed
  - debian/libibus0.symbols: removed
  - debian/libibus1.install: added
  - debian/libibus1.symbols: added
  - debian/rules: change script of dh_gtkmodules
* debian/ibus-gtk.install: updated.
* debian/control: 
  - ibus conflicts the ibus modules with low version. 
  - bump policy version to 3.8.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 libgconf2-dev,
18
18
 python-dbus (>= 0.83.0),
19
19
 intltool (>= 0.40.0)
20
 
Standards-Version: 3.8.1
 
20
Standards-Version: 3.8.2
21
21
Homepage: http://code.google.com/p/ibus/
22
22
Vcs-Bzr: lp:~lidaobing/+junk/ibus
23
23
Vcs-Browser: https://code.launchpad.net/~lidaobing/+junk/ibus
26
26
Architecture: any
27
27
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-glade2,
28
28
 im-switch, python-ibus (= ${source:Version}), python-xdg
 
29
Conflicts: ibus-anthy (< 1.2),
 
30
 ibus-table (< 1.2),
 
31
 ibus-pinyin (< 1.2),
 
32
 ibus-m17n (< 1.2),
 
33
 ibus-hangul (< 1.2),
 
34
 ibus-chewing (< 1.2)
29
35
Description: New input method framework using dbus
30
36
 IBus is an Intelligent Input Bus. It is a new input framework for Linux
31
37
 OS. It provides full featured and user friendly input method user interface.
32
38
 It also may help developers to develop input method easily.
33
39
 
34
 
Package: libibus0
 
40
Package: libibus1
35
41
Section: libs
36
42
Architecture: any
37
43
Depends: ${shlibs:Depends}, ${misc:Depends}
40
46
 OS. It provides full featured and user friendly input method user interface.
41
47
 It also may help developers to develop input method easily.
42
48
 .
43
 
 libibus0 is the library of ibus.
 
49
 libibus1 is the library of ibus.
44
50
 
45
51
Package: libibus-dev
46
52
Section: libdevel
47
53
Architecture: any
48
 
Depends: libibus0 (= ${binary:Version}), libglib2.0-dev, libdbus-1-dev, ${shlibs:Depends}, ${misc:Depends}
 
54
Depends: libibus1 (= ${binary:Version}), libglib2.0-dev, libdbus-1-dev, ${shlibs:Depends}, ${misc:Depends}
49
55
Description: New input method framework using dbus
50
56
 IBus is an Intelligent Input Bus. It is a new input framework for Linux
51
57
 OS. It provides full featured and user friendly input method user interface.
67
73
Package: python-ibus
68
74
Section: python
69
75
Architecture: all
70
 
Depends: ${python:Depends}, ${misc:Depends}, python-gtk2, python-dbus (>= 0.83.0)
 
76
Depends: ${python:Depends}, ${misc:Depends}, python-gtk2, python-dbus (>= 0.83.0), iso-codes
71
77
Description: New input method framework using dbus
72
78
 IBus is an Intelligent Input Bus. It is a new input framework for Linux
73
79
 OS. It provides full featured and user friendly input method user interface.