summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas D Steeves <nsteeves@gmail.com>2018-05-26 23:00:35 -0300
committerNicholas D Steeves <nsteeves@gmail.com>2018-05-26 23:00:35 -0300
commit59cf7abab4f6e2c5fa6b3bf150a8ba983e101b49 (patch)
treeecb85425f07961fbd09038b40d851588b7e03815
Import writegood-mode_2.0.3-1.debian.tar.xz
[dgit import tarball writegood-mode 2.0.3-1 writegood-mode_2.0.3-1.debian.tar.xz]
-rw-r--r--changelog43
-rw-r--r--compat1
-rw-r--r--control25
-rw-r--r--copyright28
-rw-r--r--docs1
-rw-r--r--elpa1
-rw-r--r--gbp.conf12
-rwxr-xr-xrules4
-rw-r--r--source/format1
-rw-r--r--watch4
10 files changed, 120 insertions, 0 deletions
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..705d8ff
--- /dev/null
+++ b/changelog
@@ -0,0 +1,43 @@
+writegood-mode (2.0.3-1) unstable; urgency=medium
+
+ * New upstream release.
+ * debian/control:
+ - Lowercase short description.
+ - Switch to debhelper 11.
+ - Change section to editors, which is more accurate and discoverable.
+ - Switch Vcs from alioth to salsa.
+ - Update Maintainer team name and email address.
+ * Declare compat level 11.
+ * Drop patches merged upstream:
+ - 0001-Correct-Version-and-Last-Updated-date.patch
+ - 0002-Remove-executable-bit-from-README.org-and-writegood-.patch
+ * Declare Standards-Version: 4.1.4. (No additional changes needed).
+
+ -- Nicholas D Steeves <nsteeves@gmail.com> Sat, 26 May 2018 22:00:35 -0400
+
+writegood-mode (2.0.2-2) unstable; urgency=medium
+
+ * Add 0002-Remove-executable-bit-from-README.org-and-writegood-.patch
+ - READMEs and emacs libraries do not need the executable bit
+ * Update debian/control to current pkg-emacsen standards
+ - Bump Standards-Version to 4.1.0 (no changes needed)
+ - Drop dep on emacsen-common (now provided by ${misc:Depends)
+ - Drop emacs24 Enhances
+ - Drop Built-Using
+ * Update d/watch to current pkg-emacsen standards
+ - Stop using "mode=git"
+ * Disable pristine-tar in gbp.conf
+
+ -- Nicholas D Steeves <nsteeves@gmail.com> Sun, 24 Sep 2017 14:52:34 -0400
+
+writegood-mode (2.0.2-1) unstable; urgency=medium
+
+ * Initial release. (Closes: #861125)
+ * Add 0001-Correct-Version-and-Last-Updated-date.patch
+ - this insures that any potential ELPA dependencies are correctly
+ satisfied from within Emacs. If a user downloads a MELPA package that
+ needs a newer version of writegood-mode than this, Emacs should
+ download that updated version from MELPA, and hopefully that user will
+ file a bug requesting that we package that new upstream version.
+
+ -- Nicholas D Steeves <nsteeves@gmail.com> Sun, 14 May 2017 21:49:52 -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..4cbde4f
--- /dev/null
+++ b/control
@@ -0,0 +1,25 @@
+Source: writegood-mode
+Section: editors
+Priority: optional
+Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
+Uploaders: Nicholas D Steeves <nsteeves@gmail.com>
+Build-Depends: debhelper (>= 11~)
+ , dh-elpa
+Standards-Version: 4.1.4
+Vcs-Browser: https://salsa.debian.org/emacsen-team/writegood-mode
+Vcs-Git: https://salsa.debian.org/emacsen-team/writegood-mode.git
+Homepage: http://bnbeckwith.com/code/writegood-mode.html
+
+Package: elpa-writegood-mode
+Architecture: all
+Depends: ${elpa:Depends}
+ , ${misc:Depends}
+Recommends: emacs (>= 46.0)
+Enhances: emacs
+ , emacs25
+Description: minor mode for Emacs to improve English writing
+ This is a minor mode to aid in finding common writing problems.
+ Matt Might’s weaselwords scripts inspired this mode.
+ .
+ It highlights text based on a set of weasel-words, passive-voice,
+ and duplicate words.
diff --git a/copyright b/copyright
new file mode 100644
index 0000000..b83fdb7
--- /dev/null
+++ b/copyright
@@ -0,0 +1,28 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://github.com/bnbeckwith/writegood-mode
+
+Files: *
+Copyright: 2010-2017 Benjamin Beckwith <bnbeckwith@gmail.com>
+License: GPL-3+
+
+Files: debian/*
+Copyright: 2017 Nicholas D Steeves <nsteeves@gmail.com>
+ 2017 Antoine Beaupré <anarcat@debian.org>
+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 <http://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/docs b/docs
new file mode 100644
index 0000000..f20153b
--- /dev/null
+++ b/docs
@@ -0,0 +1 @@
+README.org
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..a25c522
--- /dev/null
+++ b/gbp.conf
@@ -0,0 +1,12 @@
+[DEFAULT]
+# upstream-branch = upstream
+debian-branch = master
+upstream-tag = v%(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/rules b/rules
new file mode 100755
index 0000000..e8e22ba
--- /dev/null
+++ b/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --with elpa
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..97cc6fd
--- /dev/null
+++ b/watch
@@ -0,0 +1,4 @@
+version=4
+opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%writegood-mode-$1.tar.gz%" \
+ https://github.com/bnbeckwith/writegood-mode/tags \
+ (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate