Merge lp:~attente/ubuntu/saucy/ibus-anthy/move-typelib into lp:ubuntu/saucy/ibus-anthy

Proposed by William Hua
Status: Needs review
Proposed branch: lp:~attente/ubuntu/saucy/ibus-anthy/move-typelib
Merge into: lp:ubuntu/saucy/ibus-anthy
Diff against target: 40 lines (+11/-2)
3 files modified
debian/changelog (+8/-0)
debian/ibus-anthy.install (+1/-1)
debian/rules (+2/-1)
To merge this branch: bzr merge lp:~attente/ubuntu/saucy/ibus-anthy/move-typelib
Reviewer Review Type Date Requested Status
Brandon Schaefer (community) Approve
Review via email: mp+178402@code.launchpad.net

Commit message

ibus-engine-anthy doesn't run properly due to the Anthy-9000.typelib being installed in the wrong directory. This fixes it, as well as forces the regeneration of engine/_config.py so that it doesn't point to /usr/local.

Description of the change

ibus-engine-anthy doesn't run properly due to the Anthy-9000.typelib being installed in the wrong directory. This fixes it, as well as forces the regeneration of engine/_config.py so that it doesn't point to /usr/local.

To post a comment you must log in.
Revision history for this message
Brandon Schaefer (brandontschaefer) wrote :

LGTM. Confirmed this if fixing the issue of not being able to use ibus-anthy!

review: Approve
Revision history for this message
Jeremy BĂ­cha (jbicha) wrote :

Alternatively, you could use dh-autoreconf to regenerate all the files like _config.py (because if that file is broken, who knows if another file is too?). I verified that all the 1.3, 1.4, and 1.5 series tarballs have this problem.

Unmerged revisions

20. By William Hua

* debian/rules:
  - Move typelibs directory and force regeneration of
    engine/_config.py.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2013-07-14 01:01:12 +0000
+++ debian/changelog 2013-08-02 23:43:28 +0000
@@ -1,3 +1,11 @@
1ibus-anthy (1.5.3-1ubuntu1) UNRELEASED; urgency=low
2
3 * debian/rules:
4 - Move typelibs directory and force regeneration of
5 engine/_config.py.
6
7 -- William Hua <william.hua@canonical.com> Fri, 02 Aug 2013 19:32:54 -0400
8
1ibus-anthy (1.5.3-1) experimental; urgency=low9ibus-anthy (1.5.3-1) experimental; urgency=low
210
3 [ Osamu Aoki ]11 [ Osamu Aoki ]
412
=== modified file 'debian/ibus-anthy.install'
--- debian/ibus-anthy.install 2013-07-14 01:01:12 +0000
+++ debian/ibus-anthy.install 2013-08-02 23:43:28 +0000
@@ -1,5 +1,5 @@
1usr/lib/*/*.so.*1usr/lib/*/*.so.*
2usr/lib/*/girepository-1.0/*2usr/lib/girepository-1.0/*
3usr/lib/ibus/*3usr/lib/ibus/*
4usr/share/applications/*4usr/share/applications/*
5usr/share/ibus-anthy/*5usr/share/ibus-anthy/*
66
=== modified file 'debian/rules'
--- debian/rules 2013-07-14 01:01:12 +0000
+++ debian/rules 2013-08-02 23:43:28 +0000
@@ -3,7 +3,8 @@
3 dh $@ --with python2 --with autotools-dev3 dh $@ --with python2 --with autotools-dev
44
5override_dh_auto_configure:5override_dh_auto_configure:
6 dh_auto_configure -- --libexecdir=/usr/lib/ibus6 -rm -f $(CURDIR)/engine/_config.py
7 dh_auto_configure -- --libexecdir=/usr/lib/ibus --with-anthygobject-typelibsdir=/usr/lib/girepository-1.0
78
8override_dh_python2:9override_dh_python2:
9 dh_python2 --no-guessing-versions10 dh_python2 --no-guessing-versions

Subscribers

People subscribed via source and target branches

to all changes: