summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Bogatov <KAction@gnu.org>2016-07-02 03:04:04 +0300
committerDmitry Bogatov <KAction@gnu.org>2016-07-02 03:04:04 +0300
commite1a704bdf02d7cc09ca3c0307f8cc28b9836a1e2 (patch)
tree11a463f9172ed6596d2ae825b4edb915e6011992
parent85eaa5313c1b2e9f1441088406013aa4a4186905 (diff)
Export patches
-rw-r--r--debian/patches/0002-Relax-dependency-on-paredit.patch23
-rw-r--r--debian/patches/series1
2 files changed, 24 insertions, 0 deletions
diff --git a/debian/patches/0002-Relax-dependency-on-paredit.patch b/debian/patches/0002-Relax-dependency-on-paredit.patch
new file mode 100644
index 0000000..de554ff
--- /dev/null
+++ b/debian/patches/0002-Relax-dependency-on-paredit.patch
@@ -0,0 +1,23 @@
+From: Dmitry Bogatov <KAction@gnu.org>
+Date: Sat, 2 Jul 2016 03:01:58 +0300
+Subject: Relax dependency on paredit
+
+25beta advices aganist distribution by APT, but 24 is good enough.
+Forwarded: not-needed
+---
+ evil-paredit.el | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/evil-paredit.el b/evil-paredit.el
+index 0df87be..99bbe01 100644
+--- a/evil-paredit.el
++++ b/evil-paredit.el
+@@ -14,7 +14,7 @@
+
+ ;; URL: https://github.com/roman/evil-paredit
+
+-;; Package-Requires: ((evil "1.0.9") (paredit "25beta"))
++;; Package-Requires: ((evil "1.0.9") (paredit "24"))
+
+ ;;; Code:
+
diff --git a/debian/patches/series b/debian/patches/series
index 87c8053..3a07fbd 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
0001-Remove-installation-section-from-README.md.patch
+0002-Relax-dependency-on-paredit.patch