mirror of
https://github.com/slgobinath/SafeEyes.git
synced 2024-12-28 00:10:44 +01:00
Fix debian build issues
This commit is contained in:
parent
1f959ce41b
commit
5e49d74e3a
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -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 <slgobinath@gmail.com> Sat, 15 Oct 2016 06:28:40 +0530
|
||||
-- Gobinath Loganathan <slgobinath@gmail.com> Sat, 15 Oct 2016 06:28:40 +0530
|
||||
|
7
debian/control
vendored
7
debian/control
vendored
@ -2,13 +2,14 @@ Source: safeeyes
|
||||
Section: utils
|
||||
Priority: optional
|
||||
Maintainer: Gobinath Loganathan <slgobinath@gmail.com>
|
||||
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.
|
||||
.
|
||||
|
2
debian/install
vendored
2
debian/install
vendored
@ -1,2 +0,0 @@
|
||||
safeeyes /usr/lib/python2.7/dist-packages/
|
||||
share /usr
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -1,3 +1,3 @@
|
||||
#!/usr/bin/make -f
|
||||
%:
|
||||
dh $@
|
||||
dh $@ --with python3 --buildsystem=pybuild
|
||||
|
Loading…
Reference in New Issue
Block a user