diff --git a/README.md b/README.md index 191e3b7..9b078ed 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/debian/changelog b/debian/changelog index 6de6d9d..f416bc2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -safeeyes (1.2.0a7-1) xenial; urgency=low +safeeyes (1.2.0a7-3) xenial; urgency=low * Move to Python 3 diff --git a/debian/control b/debian/control index df4160d..046c152 100644 --- a/debian/control +++ b/debian/control @@ -2,14 +2,14 @@ Source: safeeyes Section: utils Priority: optional Maintainer: Gobinath Loganathan -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. . diff --git a/setup.py b/setup.py index 543bc43..16b48bb 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,6 @@ requires = [ 'python-xlib', 'pyaudio', 'psutil', - 'gi', 'babel']