Skip to content

Commit f964aa1

Browse files
make dependencies readable in debian/control
1 parent 88200b2 commit f964aa1

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

debian/control

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,18 @@ Homepage: https://github.com/slgobinath/SafeEyes/
99

1010
Package: safeeyes
1111
Architecture: all
12-
Depends: ${misc:Depends}, ${python3:Depends}, python3 (>= 3.10.0), python3-xlib, gir1.2-notify-0.7, python3-babel, x11-utils, xprintidle, alsa-utils, python3-psutil, python3-croniter, python3-packaging, gir1.2-gtk-4.0
12+
Depends: ${misc:Depends}, ${python3:Depends},
13+
python3 (>= 3.10.0),
14+
python3-xlib,
15+
python3-babel,
16+
x11-utils,
17+
xprintidle,
18+
alsa-utils,
19+
python3-psutil,
20+
python3-croniter,
21+
python3-packaging,
22+
gir1.2-notify-0.7,
23+
gir1.2-gtk-4.0
1324
Description: Prevent eye strain with Safe Eyes – an essential screen break reminder.
1425
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.
1526
.

0 commit comments

Comments
 (0)