summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas D Steeves <nsteeves@gmail.com>2018-07-23 16:33:32 -0400
committerNicholas D Steeves <nsteeves@gmail.com>2018-07-23 16:33:32 -0400
commitc3918b0f0bc7f073b80dbb09d5aa8d2c27a82841 (patch)
tree71f1f5196d9977b3dcaddc4d21e94a5552533808
parent97bf66c59580167d1242a8fe0f0934932547c998 (diff)
initial Debianisation
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control28
-rw-r--r--debian/copyright30
-rw-r--r--debian/docs1
-rw-r--r--debian/elpa1
-rwxr-xr-xdebian/rules4
-rw-r--r--debian/source/format1
-rw-r--r--debian/watch4
9 files changed, 75 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..8234c8b
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+apache-mode (2.1+4.g97bf66c-1) UNRELEASED; urgency=medium
+
+ * Initial release. (Closes: #889056)
+
+ -- Nicholas D Steeves <nsteeves@gmail.com> Mon, 25 Jun 2018 16:47:21 -0400
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..49062fc
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,28 @@
+Source: apache-mode
+Section: editors
+Priority: optional
+Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
+Uploaders: Nicholas D Steeves <nsteeves@gmail.com>
+Build-Depends: debhelper (>= 10),
+ dh-elpa
+Standards-Version: 4.1.5
+Vcs-Browser:
+Vcs-Git:
+Homepage: https://github.com/emacs-php/apache-mode
+
+Package: elpa-apache-mode
+Architecture: all
+Depends: ${elpa:Depends}, ${misc:Depends}
+Recommends: emacs (>= 46.0)
+Enhances: emacs,
+ emacs25
+Description: Emacs major mode for editing Apache configuration files
+ apache-mode.el provides fontification when editing Apache
+ configuration files.
+ .
+ Say something about the history here, and file and upstream PR for
+ a README.md.
+ .
+ File a PR about adding sensible defaults like:
+ ;; apache-mode.el
+ (add-to-list 'auto-mode-alist '("apache2\\.conf\\'" . apache-mode) \ No newline at end of file
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..cc602cc
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,30 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: apache-mode
+Source: https://github.com/emacs-php/apache-mode
+Upstream-Contact: USAMI Kenta <tadsan@zonu.me>
+
+Files: *
+Copyright: 1999 Jonathan Marten <jonathan.marten@uk.sun.com>
+ 2004, 2005 Karl Chen <quarl@nospam.quarl.org>
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2018 Nicholas D Steeves <nsteeves@gmail.com>
+License: GPL-2+
+
+License: GPL-2+
+ 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 2 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 <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..f20153b
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README.org
diff --git a/debian/elpa b/debian/elpa
new file mode 100644
index 0000000..abf136d
--- /dev/null
+++ b/debian/elpa
@@ -0,0 +1 @@
+*.el
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..e8e22ba
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --with elpa
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..5692a4c
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=4
+opts="filenamemangle=s/(?:.*?)?v?(\d[\d.]*)\.tar\.gz/apache-mode-$1.tar.gz/" \
+ https://github.com/emacs-php/apache-mode/tags \
+ (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate