[Python-modules-commits] [pygtkspellcheck] 13/19: Add python-gi and gir1.2-gtk-3.0 to dependencies

Raphaël Hertzog hertzog at moszumanska.debian.org
Mon Nov 21 21:02:38 UTC 2016


This is an automated email from the git hooks/post-receive script.

hertzog pushed a commit to branch master
in repository pygtkspellcheck.

commit d6df2c96e8c5dafa29dda345fd72965f84187ea3
Author: Raphaël Hertzog <hertzog at debian.org>
Date:   Mon Nov 21 21:24:22 2016 +0100

    Add python-gi and gir1.2-gtk-3.0 to dependencies
---
 debian/control | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 7bc85e1..3942f72 100644
--- a/debian/control
+++ b/debian/control
@@ -8,9 +8,12 @@ Build-Depends: debhelper (>= 10),
                dh-python,
                python-sphinx,
                python-enchant,
+               python-gi,
                python3,
                python3-sphinx,
-               python3-enchant
+               python3-enchant,
+               python3-gi,
+               gir1.2-gtk-3.0,
 Standards-Version: 3.9.3
 Homepage: http://pygtkspellcheck.readthedocs.org/
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pygtkspellcheck.git
@@ -18,7 +21,7 @@ Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pygtkspellcheck.
 
 Package: python-gtkspellcheck
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-enchant, python-gtk2 | python-gi
+Depends: ${python:Depends}, ${misc:Depends}, python-enchant, python-gtk2 | python-gi, python-gtk2 | gir1.2-gtk-3.0
 Recommends: iso-codes
 Description: spellchecking library written in Python for Gtk based on Enchant
  It supports both Gtk's Python bindings, PyGObject and PyGtk, and for both 
@@ -31,7 +34,7 @@ Description: spellchecking library written in Python for Gtk based on Enchant
 
 Package: python3-gtkspellcheck
 Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}, python3-enchant, python3-gi
+Depends: ${python3:Depends}, ${misc:Depends}, python3-enchant, python3-gi, gir1.2-gtk-3.0
 Recommends: iso-codes, python-gtkspellcheck-docs
 Description: spellchecking library written in Python for Gtk based on Enchant
  It supports both Gtk's Python bindings, PyGObject and PyGtk, and for both 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pygtkspellcheck.git



More information about the Python-modules-commits mailing list