summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas D Steeves <nsteeves@gmail.com>2018-11-28 20:11:27 -0400
committerNicholas D Steeves <nsteeves@gmail.com>2018-11-28 20:11:27 -0400
commit586ceebc1480d05674bdcab3e7b716435fcc582b (patch)
treed6a7f9352a65f4c8ca0c31e260cb37348a0dc73c
Import muttrc-mode-el_1.2.1-1.debian.tar.xz
[dgit import tarball muttrc-mode-el 1.2.1-1 muttrc-mode-el_1.2.1-1.debian.tar.xz]
-rw-r--r--changelog12
-rw-r--r--compat1
-rw-r--r--control24
-rw-r--r--copyright35
-rw-r--r--docs1
-rw-r--r--elpa1
-rw-r--r--gbp.conf12
-rw-r--r--info1
-rwxr-xr-xrules14
-rw-r--r--source/format1
-rw-r--r--watch4
11 files changed, 106 insertions, 0 deletions
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..c1a7774
--- /dev/null
+++ b/changelog
@@ -0,0 +1,12 @@
+muttrc-mode-el (1.2.1-1) unstable; urgency=medium
+
+ * New upstream release.
+ * debian/gbp.conf: Set upstream-tag to use the correct format.
+
+ -- Nicholas D Steeves <nsteeves@gmail.com> Wed, 28 Nov 2018 19:11:27 -0500
+
+muttrc-mode-el (1.2+git20180915.aa1601a-1) unstable; urgency=medium
+
+ * Initial release. (Closes: #904810)
+
+ -- Nicholas D Steeves <nsteeves@gmail.com> Fri, 28 Sep 2018 20:47:57 -0400
diff --git a/compat b/compat
new file mode 100644
index 0000000..b4de394
--- /dev/null
+++ b/compat
@@ -0,0 +1 @@
+11
diff --git a/control b/control
new file mode 100644
index 0000000..b830bc6
--- /dev/null
+++ b/control
@@ -0,0 +1,24 @@
+Source: muttrc-mode-el
+Section: lisp
+Priority: optional
+Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
+Uploaders: Nicholas D Steeves <nsteeves@gmail.com>
+Build-Depends: debhelper (>= 11),
+ dh-elpa,
+ texinfo <!nodoc>
+Standards-Version: 4.2.1
+Homepage: https://github.com/neomutt/muttrc-mode-el
+Vcs-Browser: https://salsa.debian.org/emacsen-team/muttrc-mode-el
+Vcs-Git: https://salsa.debian.org/emacsen-team/muttrc-mode-el.git
+
+Package: elpa-muttrc-mode
+Architecture: all
+Depends: ${elpa:Depends}, ${misc:Depends}
+Recommends: emacs (>= 46.0)
+Enhances: emacs,
+ emacs25
+Description: Emacs major mode for editing muttrc
+ This mode provides syntax highlighting for muttrc and /etc/aliases.
+ Basic fontification (via font-lock) appears on strings, comments,
+ command names, and variables. Additional fontification for commands
+ arguments can be enabled through the customisation buffer.
diff --git a/copyright b/copyright
new file mode 100644
index 0000000..3fcc441
--- /dev/null
+++ b/copyright
@@ -0,0 +1,35 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: muttrc-mode-el
+Source: https://github.com/neomutt/muttrc-mode-el
+
+Files: *
+Copyright: 2000, 2001, 2002 Laurent Pelecq <laurent.pelecq@soleil.org>
+ 2009 Kumar Appaiah <a.kumar@alumni.iitm.ac.in>
+License: GPL-2+
+
+Files: muttrc-mode.texi
+Copyright: 2000-2003 Roland Mas <lolando@debian.org>,
+ 2005-2014 Peter S Galbraith <psg@debian.org>
+ 2014 Julian Gilbey <jdg@debian.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/docs b/docs
new file mode 100644
index 0000000..b43bf86
--- /dev/null
+++ b/docs
@@ -0,0 +1 @@
+README.md
diff --git a/elpa b/elpa
new file mode 100644
index 0000000..abf136d
--- /dev/null
+++ b/elpa
@@ -0,0 +1 @@
+*.el
diff --git a/gbp.conf b/gbp.conf
new file mode 100644
index 0000000..8eaf793
--- /dev/null
+++ b/gbp.conf
@@ -0,0 +1,12 @@
+[DEFAULT]
+# upstream-branch = upstream
+debian-branch = master
+upstream-tag = %(version)s
+debian-tag = debian/%(version)s
+
+sign-tags = True
+pristine-tar = False
+pristine-tar-commit = False
+
+compression = xz
+compression-level = 9
diff --git a/info b/info
new file mode 100644
index 0000000..531c8b9
--- /dev/null
+++ b/info
@@ -0,0 +1 @@
+muttrc-mode.info
diff --git a/rules b/rules
new file mode 100755
index 0000000..5b56667
--- /dev/null
+++ b/rules
@@ -0,0 +1,14 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --with elpa
+
+# info page is not generated without this override
+override_dh_elpa:
+ dh_elpa
+# support the nodoc build profile
+ifneq ($(filter nodoc,$(DEB_BUILD_PROFILES)),)
+ echo -e "\nnodoc build profile enabled, therefore not building docs.\n"
+else
+ makeinfo --no-split muttrc-mode.texi -o debian/tmp/muttrc-mode.info
+endif
diff --git a/source/format b/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/watch b/watch
new file mode 100644
index 0000000..349dc98
--- /dev/null
+++ b/watch
@@ -0,0 +1,4 @@
+version=4
+opts="filenamemangle=s/(?:.*?)?v?(\d[\d.]*)\.tar\.gz/muttrc-mode-el-$1.tar.gz/" \
+ https://github.com/neomutt/muttrc-mode-el/tags \
+ (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate