From 5e49d74e3abaceac20e60f2be2d0f6ef98131069 Mon Sep 17 00:00:00 2001 From: Gobinath Date: Mon, 10 Apr 2017 21:06:50 -0400 Subject: [PATCH] Fix debian build issues --- debian/changelog | 4 ++-- debian/control | 7 ++++--- debian/install | 2 -- debian/rules | 2 +- 4 files changed, 7 insertions(+), 8 deletions(-) delete mode 100644 debian/install diff --git a/debian/changelog b/debian/changelog index 5b3e7d9..cc4c98a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -safeeyes (1.1.8-1) xenial; urgency=medium +safeeyes (1.2.0-1) xenial; urgency=medium * Fix random crash @@ -38,4 +38,4 @@ safeeyes (1.1.8-1) xenial; urgency=medium * Initial release - -- Loganathan Gobinath Sat, 15 Oct 2016 06:28:40 +0530 + -- Gobinath Loganathan Sat, 15 Oct 2016 06:28:40 +0530 diff --git a/debian/control b/debian/control index 6e694ee..3e0abe7 100644 --- a/debian/control +++ b/debian/control @@ -2,13 +2,14 @@ Source: safeeyes Section: utils Priority: optional Maintainer: Gobinath Loganathan -Build-Depends: debhelper (>= 9) +Build-Depends: debhelper (>= 9), python3 Standards-Version: 3.9.6 +X-Python3-Version: >= 3.4 Homepage: https://github.com/slgobinath/SafeEyes/ Package: safeeyes -Architecture: any -Depends: gir1.2-appindicator3-0.1, python (>= 2.7.0), python-xlib, python-gi, python-dbus, gir1.2-notify-0.7, python-gtk2, python-babel, xprintidle, python-pyaudio, python-psutil +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, python-gtk2, 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/debian/install b/debian/install deleted file mode 100644 index f2dbb42..0000000 --- a/debian/install +++ /dev/null @@ -1,2 +0,0 @@ -safeeyes /usr/lib/python2.7/dist-packages/ -share /usr \ No newline at end of file diff --git a/debian/rules b/debian/rules index fac20c9..5aa9c88 100755 --- a/debian/rules +++ b/debian/rules @@ -1,3 +1,3 @@ #!/usr/bin/make -f %: - dh $@ + dh $@ --with python3 --buildsystem=pybuild