summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control32
1 files changed, 32 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..e95241d
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,32 @@
+Source: org-mode
+Section: misc
+Priority: optional
+Maintainer: Sebastien Delafond <seb@debian.org>
+Build-Depends: debhelper (>= 6)
+Build-Depends-Indep: emacs | emacs24 | emacs23 | emacs-snapshot
+Standards-Version: 3.9.6
+Homepage: http://orgmode.org
+Vcs-Git: git://anonscm.debian.org/collab-maint/org-mode.git
+Vcs-Browser: http://anonscm.debian.org/git/collab-maint/org-mode.git
+
+Package: org-mode
+Architecture: all
+Depends: ${misc:Depends}, emacsen-common (>= 2.0.8), emacs24 | emacs23 | emacs-snapshot
+Conflicts: emacsen-common (<< 2.0.0)
+Recommends: texlive-generic-recommended, texlive-latex-recommended
+Suggests: ditaa, texlive-latex-extra, texlive-fonts-recommended
+Description: keep notes, maintain ToDo lists, and do project planning in emacs
+ Org-mode is a mode for keeping notes, maintaining ToDo lists, and
+ doing project planning with a fast and effective plain-text system.
+ .
+ Org-mode develops organizational tasks around NOTES files that contain
+ information about projects as plain text. Org-mode is implemented on
+ top of outline-mode, which makes it possible to keep the content of
+ large files well structured. Visibility cycling and structure editing
+ help to work with the tree. Tables are easily created with a built-in
+ table editor. Org-mode supports ToDo items, deadlines, time stamps,
+ and scheduling. It dynamically compiles entries into an agenda. Plain
+ text URL-like links connect to websites, emails, Usenet messages,
+ BBDB entries, and any files related to the projects. For printing and
+ sharing of notes, an Org-mode file can be exported as a structured
+ ASCII file, HTML, and LaTeX.