Skip to content

Commit

Permalink
Fix missing dependency on python-gi package
Browse files Browse the repository at this point in the history
  • Loading branch information
radujipa committed Apr 24, 2018
1 parent dda2c6f commit aecd355
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
1 change: 1 addition & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
linux-story (4.0.0-0) unstable; urgency=low

* Fixed Gtk3 styling and import issues for packages in Stretch
* Updated debian dependencies for the project

-- Team Kano <[email protected]> Fri, 20 Apr 2018 19:40:00 +0100

Expand Down
16 changes: 13 additions & 3 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,22 @@ Maintainer: Team Kano <[email protected]>
Section: games
Priority: optional
Standards-Version: 3.9.4
Build-Depends: debhelper (>=9.0.0), python-setuptools, gettext, python
Build-Depends:
debhelper (>=9.0.0),
python-setuptools,
gettext,
python

Package: linux-story
Architecture: all
Depends: ${misc:Depends}, python (>=2.7), gir1.2-vte-2.90,
kano-profile (>=1.3-6), kano-toolset (>=2.4.0-1), kano-i18n, python
Depends:
${misc:Depends},
python,
python-gi,
gir1.2-vte-2.90,
kano-profile (>=1.3-6),
kano-toolset (>=2.4.0-1),
kano-i18n
Description: Story to teach people basic Linux commands
via a text based adventure game style.

Expand Down

0 comments on commit aecd355

Please sign in to comment.