summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control23
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..1a88b1e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,23 @@
+Source: org-make-toc
+Section: editors
+Priority: optional
+Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
+Uploaders: Sean Whitton <spwhitton@spwhitton.name>
+Build-Depends: debhelper-compat (= 13),
+ dh-elpa
+Standards-Version: 4.5.1
+Vcs-Browser: https://salsa.debian.org/emacsen-team/org-make-toc
+Vcs-Git: https://salsa.debian.org/emacsen-team/org-make-toc.git
+Homepage: http://github.com/alphapapa/org-make-toc
+Rules-Requires-Root: no
+
+Package: elpa-org-make-toc
+Architecture: all
+Depends: ${elpa:Depends}, ${misc:Depends}
+Recommends: emacs (>= 46.0)
+Enhances: emacs
+Description: Automatic tables of contents for Org files
+ This package makes it easy to have one or more customizable tables of
+ contents in Org files. They can be updated manually, or automatically when
+ the file is saved. Links to headings are created compatible with GitHub's
+ Org renderer.