From 39fe6781c62cd2efc25ec2a4cf12c6d4edb9ad50 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 19 Jul 2022 14:23:03 -0700 Subject: initial Debianisation --- debian/changelog | 5 +++++ debian/control | 23 +++++++++++++++++++++++ debian/copyright | 28 ++++++++++++++++++++++++++++ debian/docs | 2 ++ debian/elpa | 1 + debian/rules | 10 ++++++++++ debian/source/format | 1 + debian/watch | 4 ++++ 8 files changed, 74 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/docs create mode 100644 debian/elpa create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/watch 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 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 +Uploaders: Sean Whitton +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 +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 . + . + 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 -- cgit v1.2.3