Fix issue with gi dependency

This commit is contained in:
Gobinath 2017-04-15 14:54:20 -04:00
parent 0a4590c400
commit 84c6e2fb50
4 changed files with 4 additions and 5 deletions

View File

@ -13,7 +13,7 @@ Read more about Safe Eyes on [WEB UPD8](http://www.webupd8.org/):
2: Download the package list: `sudo apt update`
3: Install Safe Eyes: `sudo apt install safeeyes`
3: Install Safe Eyes: `sudo apt install safeeyes=1.1.8-1`
4: Start Safe Eyes from start menu.

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
safeeyes (1.2.0a7-1) xenial; urgency=low
safeeyes (1.2.0a7-3) xenial; urgency=low
* Move to Python 3

4
debian/control vendored
View File

@ -2,14 +2,14 @@ Source: safeeyes
Section: utils
Priority: optional
Maintainer: Gobinath Loganathan <slgobinath@gmail.com>
Build-Depends: debhelper (>= 9), python3
Build-Depends: debhelper (>= 9), python3, python3-setuptools
Standards-Version: 3.9.6
X-Python3-Version: >= 3.4
Homepage: https://github.com/slgobinath/SafeEyes/
Package: safeeyes
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, gir1.2-appindicator3-0.1, python3 (>= 3.4.0), python3-xlib, python3-gi, python3-dbus, gir1.2-notify-0.7, python3-babel, xprintidle, python3-pyaudio, python3-psutil
Depends: ${misc:Depends}, ${python3:Depends}, gir1.2-appindicator3-0.1, python3 (>= 3.4.0), python3-xlib, python3-dbus, gir1.2-notify-0.7, python3-babel, xprintidle, python3-pyaudio, python3-psutil
Description: Safe Eyes
Safe Eyes is a simple tool to remind you to take periodic breaks for your eyes. This is essential for anyone spending more time on the computer to avoid eye strain and other physical problems.
.

View File

@ -7,7 +7,6 @@ requires = [
'python-xlib',
'pyaudio',
'psutil',
'gi',
'babel']