File: control

package info (click to toggle)
gnome-shell-pomodoro 0.27.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,844 kB
  • sloc: javascript: 3,470; xml: 240; sql: 88; makefile: 5; sh: 1
file content (69 lines) | stat: -rw-r--r-- 2,529 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Source: gnome-shell-pomodoro
Maintainer: Tobias Frost <tobi@debian.org>
Section: gnome
Priority: optional
Build-Depends: appstream-util,
               debhelper-compat (= 13),
               desktop-file-utils,
               gettext,
               gjs,
               gnome-shell,
               gobject-introspection,
               gsettings-desktop-schemas-dev,
               libayatana-appindicator3-dev,
               libcanberra-dev,
               libgirepository1.0-dev,
               libglib2.0-dev,
               libgom-1.0-dev,
               libgstreamer1.0-dev,
               libgtk-3-dev,
               libjson-glib-dev,
               libpeas-dev,
               libsqlite3-dev,
               meson,
               pkgconf,
               valac,
               xauth,
               xvfb
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://gnomepomodoro.org/
Vcs-Browser: https://salsa.debian.org/debian/gnome-shell-pomodoro
Vcs-Git: https://salsa.debian.org/debian/gnome-shell-pomodoro.git

Package: gnome-shell-pomodoro
Architecture: linux-any
Depends: gnome-shell (>= 46), gnome-shell (<< 49~),
         gnome-shell-pomodoro-data (= ${source:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Description: GNOME Shell time-management app
 This GNOME Shell app helps you to manage time according to the
 pomodoro technique.
 .
 Features:
  * puts a countdown timer in the GNOME Shell top panel;
  * nags you with reminders about taking a break;
  * uses full screen notifications that can be easily dismissed;
  * hides other notifications until the start of the break;
  * sets your IM (Empathy) status to "busy".
 .
 The pomodoro technique is a time and focus management method which improves
 productivity and quality of work. The name comes from a kitchen timer, which
 can be used to keep track of time. In short, you are supposed to focus on work
 for around 25 minutes and then have a well deserved break in which you should
 relax. Then when this cycle repeats for the fourth time you should take a
 longer break (have a walk or something).

Package: gnome-shell-pomodoro-data
Architecture: all
Depends: ${misc:Depends}
Description: Data for GNOME Shell time-management app
 This package contains the architecture-independent data
 used by the gnome-shell-pomodoro package.
 .
 This GNOME Shell app helps you to manage time according to the
 pomodoro technique.
 .
 For more information about gnome-shell-pomodoro, see the gnome-shell-pomodoro
 package description.