From 586ceebc1480d05674bdcab3e7b716435fcc582b Mon Sep 17 00:00:00 2001 From: Nicholas D Steeves Date: Wed, 28 Nov 2018 20:11:27 -0400 Subject: 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] --- changelog | 12 ++++++++++++ compat | 1 + control | 24 ++++++++++++++++++++++++ copyright | 35 +++++++++++++++++++++++++++++++++++ docs | 1 + elpa | 1 + gbp.conf | 12 ++++++++++++ info | 1 + rules | 14 ++++++++++++++ source/format | 1 + watch | 4 ++++ 11 files changed, 106 insertions(+) create mode 100644 changelog create mode 100644 compat create mode 100644 control create mode 100644 copyright create mode 100644 docs create mode 100644 elpa create mode 100644 gbp.conf create mode 100644 info create mode 100755 rules create mode 100644 source/format create mode 100644 watch 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 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 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 +Uploaders: Nicholas D Steeves +Build-Depends: debhelper (>= 11), + dh-elpa, + texinfo +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 + 2009 Kumar Appaiah +License: GPL-2+ + +Files: muttrc-mode.texi +Copyright: 2000-2003 Roland Mas , + 2005-2014 Peter S Galbraith + 2014 Julian Gilbey +License: GPL-2+ + +Files: debian/* +Copyright: 2018 Nicholas D Steeves +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 . + . + 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 -- cgit v1.2.3