File: control

package info (click to toggle)
gnome-shell-pomodoro 0.18.0-0.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 7,752 kB
  • sloc: javascript: 2,778; makefile: 649; xml: 230; sql: 88; sh: 20
file content (70 lines) | stat: -rw-r--r-- 2,702 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
70
Source: gnome-shell-pomodoro
Maintainer: Joseph Herlant <aerostitch@debian.org>
Section: gnome
Priority: optional
Build-Depends: appstream-util,
               autoconf-archive,
               debhelper-compat (= 13),
               desktop-file-utils,
               gettext,
               gjs,
               gnome-shell,
               gobject-introspection (>= 1.36.0),
               gsettings-desktop-schemas-dev (>= 3.16.0),
               libayatana-appindicator3-dev,
               libcanberra-dev (>= 0.30),
               libgirepository1.0-dev,
               libglib2.0-dev (>= 2.38.0),
               libgom-1.0-dev (>= 0.3.0),
               libgstreamer1.0-dev (>= 1.2.0),
               libgtk-3-dev (>= 3.20.0),
               libpeas-dev (>= 1.5.0),
               libsqlite3-dev,
               pkg-config,
               valac (>=0.28),
               xauth,
               xvfb
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://github.com/codito/gnome-pomodoro/
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 (>= 3.15),
         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
Replaces: gnome-shell-pomodoro (<< 0.10.2-4)
Breaks: gnome-shell-pomodoro (<< 0.10.2-4)
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.