File: control

package info (click to toggle)
mhc 1.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,320 kB
  • ctags: 3,529
  • sloc: ruby: 12,404; lisp: 7,448; makefile: 70; sh: 69
file content (46 lines) | stat: -rw-r--r-- 1,859 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
Source: mhc
Section: misc
Priority: optional
Maintainer: Tatsuya Kinoshita <tats@debian.org>
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 7)
Vcs-Git: git://anonscm.debian.org/collab-maint/mhc.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/mhc.git
Homepage: http://www.quickhack.net/mhc/

Package: mhc
Section: lisp
Architecture: all
Depends: emacsen-common (>= 2.0.8), emacs | emacs25 | emacs24 | emacs-snapshot, mhc-utils (>= 1.0.0~), ${misc:Depends}
Suggests: gv, cups-client | lprng, uuid-runtime, emacs-calfw
Replaces: mhc-utils
Description: schedule management tool for Emacs
 MHC (Message Harmonized Calendaring system) is a personal schedule
 management system, that is designed to help those who receive most
 appointments via email.
 .
 MHC has the following features:
  - You can easily import schedule articles from existing buffers.
  - Simple data structure; schedule articles are stored in the same form
    of MH that allows you to manipulate stored data in many ways.
  - Powerful but simple expression of appointments.
 .
 Non Elisp utilities are provided by the mhc-utils package.

Package: mhc-utils
Architecture: all
Depends: ruby, ruby-thor, ruby-tzinfo, ${misc:Depends}
Recommends: mhc
Description: utilities for the MHC schedule management system
 MHC (Message Harmonized Calendaring system) is a personal schedule
 management system, that is designed to help those who receive most
 appointments via email.
 .
 MHC has the following features:
  - You can easily import schedule articles from existing buffers.
  - Simple data structure; schedule articles are stored in the same form
    of MH that allows you to manipulate stored data in many ways.
  - Powerful but simple expression of appointments.
 .
 This package provides the mhc command and Ruby libraries.  To use MHC
 on Emacs, install the mhc package.