summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Bogatov <KAction@gnu.org>2016-07-01 16:05:13 +0300
committerDmitry Bogatov <KAction@gnu.org>2016-07-01 16:05:13 +0300
commit78340f66c9191398b81247e1feb91f4bc33d6590 (patch)
treebfd3aa17c0e13f5b776bd15e2eab5120ad6a407b
parent0567828d4cdb2ab1542b4f92d8673ffcea316b5a (diff)
Export patches
-rw-r--r--debian/patches/0001-Remove-installation-section-from-README.md.patch28
-rw-r--r--debian/patches/series1
2 files changed, 29 insertions, 0 deletions
diff --git a/debian/patches/0001-Remove-installation-section-from-README.md.patch b/debian/patches/0001-Remove-installation-section-from-README.md.patch
new file mode 100644
index 0000000..ecbd917
--- /dev/null
+++ b/debian/patches/0001-Remove-installation-section-from-README.md.patch
@@ -0,0 +1,28 @@
+From: Dmitry Bogatov <KAction@gnu.org>
+Date: Fri, 1 Jul 2016 16:03:08 +0300
+Subject: Remove installation section from README.md
+
+Installation section suggests using el-get, which is several years as
+deprecated in favor of package.el, so this patch removes any mentions
+of it to avoid confusing user.
+
+Forwarded: not-needed
+---
+ README.md | 4 ----
+ 1 file changed, 4 deletions(-)
+
+diff --git a/README.md b/README.md
+index d520c12..cad9aa8 100644
+--- a/README.md
++++ b/README.md
+@@ -6,10 +6,6 @@ In order to accomplish this whenever you try to use a modifier command
+ like "d, c, y", to modify the paredit buffer, it will stop you to do
+ so in the case you break the parity of parenthesis.
+
+-## Installation
+-
+-Install via [el-get](https://github.com/dimitri/el-get/)
+-
+ ## Setup
+
+ ```elisp
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..87c8053
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Remove-installation-section-from-README.md.patch