summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-07-19 14:23:03 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-07-19 14:27:27 -0700
commit39fe6781c62cd2efc25ec2a4cf12c6d4edb9ad50 (patch)
treec150ec771cec79711078e9a785b15605b772724f
parent43d4a2490a048b01ca5a6f44c5b4f24a458dfc95 (diff)
-rw-r--r--debian/changelog5
-rw-r--r--debian/control23
-rw-r--r--debian/copyright28
-rw-r--r--debian/docs2
-rw-r--r--debian/elpa1
-rwxr-xr-xdebian/rules10
-rw-r--r--debian/source/format1
-rw-r--r--debian/watch4
8 files changed, 74 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..abd51af
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+org-make-toc (0.5-1) unstable; urgency=medium
+
+ * Initial release (Closes: #1015729).
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Tue, 19 Jul 2022 14:27:21 -0700
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.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..772e70f
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: org-make-toc
+Source: http://github.com/alphapapa/org-make-toc
+
+Files: *
+Copyright: (C) 2020 Adam Porter
+License: GPL-3+
+
+Files: debian/*
+Copyright: (C) 2022 Sean Whitton <spwhitton@spwhitton.name>
+License: GPL-3+
+
+License: GPL-3+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..aa99e05
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,2 @@
+README.org
+example.org
diff --git a/debian/elpa b/debian/elpa
new file mode 100644
index 0000000..30afa7f
--- /dev/null
+++ b/debian/elpa
@@ -0,0 +1 @@
+org-make-toc.el
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..f346797
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --with elpa
+
+override_dh_auto_build:
+
+override_dh_auto_clean:
+
+override_dh_auto_install:
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..4e1033e
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=4
+opts="filenamemangle=s/(?:.*?)?v?(\d[\d.]*)\.tar\.gz/org-make-toc-$1.tar.gz/" \
+ https://github.com/alphapapa/org-make-toc/tags \
+ (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate