summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas D Steeves <nsteeves@gmail.com>2017-04-25 09:17:48 -0400
committerNicholas D Steeves <nsteeves@gmail.com>2017-04-25 09:17:48 -0400
commit47f6cf6d72bfe90852649c94a9be23e7cd61297f (patch)
tree5e37bf5fd2f34c647112a80c052938960d232c25
parent3700c12a0a93268dbc6930ae68927909fd3c0890 (diff)
Add patch to make headers match upsteam tagged version and modified time
-rw-r--r--debian/patches/0001-Fix-headers-to-match-upstream-tag-and-modified-time.patch23
-rw-r--r--debian/patches/series1
2 files changed, 24 insertions, 0 deletions
diff --git a/debian/patches/0001-Fix-headers-to-match-upstream-tag-and-modified-time.patch b/debian/patches/0001-Fix-headers-to-match-upstream-tag-and-modified-time.patch
new file mode 100644
index 0000000..09e3fbc
--- /dev/null
+++ b/debian/patches/0001-Fix-headers-to-match-upstream-tag-and-modified-time.patch
@@ -0,0 +1,23 @@
+From: Nicholas D Steeves <nsteeves@gmail.com>
+Date: Tue, 25 Apr 2017 09:16:21 -0400
+Subject: Fix headers to match upstream tag and modified time
+
+---
+ writegood-mode.el | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/writegood-mode.el b/writegood-mode.el
+index f2ba7e1..cb2e023 100755
+--- a/writegood-mode.el
++++ b/writegood-mode.el
+@@ -2,8 +2,8 @@
+ ;;
+ ;; Author: Benjamin Beckwith
+ ;; Created: 2010-8-12
+-;; Version: 2.1
+-;; Last-Updated: 2014-2-13
++;; Version: 2.0.2
++;; Last-Updated: 2015-03-25
+ ;; URL: http://github.com/bnbeckwith/writegood-mode
+ ;; Keywords: writing weasel-words grammar
+ ;; Compatability:
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..88df8be
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Fix-headers-to-match-upstream-tag-and-modified-time.patch