File: control

package info (click to toggle)
email-reminder 0.7.8-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 744 kB
  • ctags: 154
  • sloc: perl: 2,302; xml: 112; sh: 75; makefile: 11
file content (37 lines) | stat: -rw-r--r-- 1,370 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
Source: email-reminder
Section: mail
Priority: optional
Maintainer: Francois Marier <francois@debian.org>
Build-Depends: debhelper (>= 9), po-debconf
Standards-Version: 3.9.8
Homepage: https://launchpad.net/email-reminder
Vcs-git: https://anonscm.debian.org/git/collab-maint/email-reminder.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/email-reminder.git

Package: email-reminder
Architecture: all
Depends: adduser,
         cron,
         debconf,
         libdate-manip-perl,
         libemail-valid-perl,
         libgtk2-perl,
         libxml-dom-perl,
         ${misc:Depends},
         ${perl:Depends}
Recommends: anacron,
            exim4 | mail-transport-agent,
            libauthen-sasl-perl,
            libemail-mime-encodings-perl,
            libnet-smtp-ssl-perl
Description: Send event reminders by email
 Email-reminder allows users to define events that they want to be reminded of
 by email.  Possible events include birthdays, anniversaries and yearly events.
 Reminders can be sent on the day of the event and/or a few days beforehand.
 .
 This package includes the cron job that checks for events and send reminders
 once a day, and a simple GUI allowing users to edit the reminders they want to
 receive.
 .
 Make sure you install the anacron package if your computer is turned off at
 night or the reminders will never get sent.