summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-12-26 19:22:45 +0000
committerSean Whitton <spwhitton@spwhitton.name>2017-12-26 19:22:45 +0000
commitccb992685c5e04b489c8016af336f66500c5102e (patch)
treea8e93d882ed37e1e40f753572b160b2293f1de70 /debian
parent177b15c31af16ba56e104549ca658d6382f1f754 (diff)
Commit Debian 3.0 (quilt) metadata
[dgit (4.0) quilt-fixup]
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/debian-changes32
1 files changed, 32 insertions, 0 deletions
diff --git a/debian/patches/debian-changes b/debian/patches/debian-changes
index 516ca1d6..60c12eda 100644
--- a/debian/patches/debian-changes
+++ b/debian/patches/debian-changes
@@ -14,6 +14,38 @@ version 1.2.3, you could use:
(If you have dgit, use `dgit clone cider`, rather than plain `git clone`.)
A single combined diff, containing all the changes, follows.
+--- cider-0.15.1.orig/cider-repl.el
++++ cider-0.15.1/cider-repl.el
+@@ -326,7 +326,8 @@ client process connection. Unless NO-BA
+ (substitute-command-keys
+ "\n;; ======================================================================
+ ;; If you're new to CIDER it is highly recommended to go through its
+-;; manual first. Type <M-x cider-view-manual> to view it.
++;; manual first. Install the cider-doc apt package and then type
++;; <M-x cider-view-manual> to view it.
+ ;; In case you're seeing any warnings you should consult the manual's
+ ;; \"Troubleshooting\" section.
+ ;;
+--- cider-0.15.1.orig/cider-util.el
++++ cider-0.15.1/cider-util.el
+@@ -398,7 +398,7 @@ plugin or dependency with:
+
+ (defvar cider-version)
+
+-(defconst cider-manual-url "http://cider.readthedocs.org/en/%s/"
++(defconst cider-manual-url "file:///usr/share/doc/elpa-cider/html/index.html"
+ "The URL to CIDER's manual.")
+
+ (defun cider--manual-version ()
+@@ -409,7 +409,7 @@ plugin or dependency with:
+
+ (defun cider-manual-url ()
+ "The CIDER manual's url."
+- (format cider-manual-url (cider--manual-version)))
++ cider-manual-url)
+
+ ;;;###autoload
+ (defun cider-view-manual ()
--- cider-0.15.1.orig/doc/about/contributing.md
+++ cider-0.15.1/doc/about/contributing.md
@@ -70,9 +70,9 @@ You can support the development of CIDER