File: control

package info (click to toggle)
remind 03.03.01-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,096 kB
  • sloc: ansic: 17,507; sh: 3,962; perl: 828; lisp: 343; makefile: 178
file content (40 lines) | stat: -rw-r--r-- 1,594 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
Source: remind
Section: utils
Priority: optional
Maintainer: Ana Beatriz Guerrero Lopez <ana@debian.org>
Build-Depends: debhelper (>= 10), cdbs
Standards-Version: 4.5.0
Homepage: https://dianne.skoll.ca/projects/remind/
Vcs-Git: https://salsa.debian.org/debian/remind.git
Vcs-Browser: https://salsa.debian.org/debian/remind

Package: remind
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: tkremind, wyrd
Description: sophisticated calendar and alarm program
 Remind allows you to remind yourself of upcoming events and
 appointments.  Each reminder or alarm can consist of a message sent
 to standard output, or a program to be executed.
 .
 It also features: sophisticated date calculation, moon phases,
 sunrise/sunset, Hebrew calendar, alarms, PostScript output, tcl/tk
 front-end and proper handling of holidays.
 .
 Reminders can be created by the remind scripting language or by using
 the graphical frontend package "tkremind".

Package: tkremind
Architecture: any
Depends: remind (= ${binary:Version}), tk, tcllib, ${misc:Depends}
Description: Tk GUI interface to remind
 Remind allows you to remind yourself of upcoming events and
 appointments.  Each reminder or alarm can consist of a message sent
 to standard output, or a program to be executed.
 .
 It also features: sophisticated date calculation, moon phases,
 sunrise/sunset, Hebrew calendar, alarms, PostScript output, tcl/tk
 front-end and proper handling of holidays.
 .
 Tkremind provides a GUI which allows viewing a calendar and adding or editing
 reminders without learning the syntax of Remind.