Merge lp:~cjwatson/html5-browser/python-gi-dep into lp:html5-browser/packaging

Proposed by Colin Watson
Status: Needs review
Proposed branch: lp:~cjwatson/html5-browser/python-gi-dep
Merge into: lp:html5-browser/packaging
Diff against target: 12 lines (+1/-1)
1 file modified
debian/control (+1/-1)
To merge this branch: bzr merge lp:~cjwatson/html5-browser/python-gi-dep
Reviewer Review Type Date Requested Status
Curtis Hovey Pending
Review via email: mp+273090@code.launchpad.net

Commit message

Depend on python-gi, since it's needed to import from gi.repository.

Description of the change

Depend on python-gi, since it's needed to import from gi.repository. This is a reasonable default in all supported Ubuntu series.

To post a comment you must log in.

Unmerged revisions

30. By Colin Watson

Depend on python-gi, since it's needed to import from gi.repository.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/control'
2--- debian/control 2011-06-23 23:34:28 +0000
3+++ debian/control 2015-10-01 15:20:47 +0000
4@@ -11,7 +11,7 @@
5 Package: python-html5-browser
6 Architecture: all
7 Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends},
8- gir1.2-webkit-3.0
9+ gir1.2-webkit-3.0, python-gi
10 Description: A HTML5 featured browser that can be driven by Python code.
11 A library that allows Python code to load a page and execute JavaScript.
12 The browser is based on WebKit.

Subscribers

People subscribed via source and target branches

to all changes: