summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-09-08 10:28:41 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-09-08 10:28:41 -0700
commit3ada7e91231fac45d35932d193594a473bbb41f7 (patch)
tree81393f50143ba808fdf990b8cf1dd85939292f06
parentabbdec6c4c447182229ca3b6636eda08e730634e (diff)
Commit Debian 3.0 (quilt) metadata
[dgit (6.11~bpo9+1) quilt-fixup]
-rw-r--r--debian/patches/debian-changes32
1 files changed, 16 insertions, 16 deletions
diff --git a/debian/patches/debian-changes b/debian/patches/debian-changes
index 7f6d3d97..b3b21c3a 100644
--- a/debian/patches/debian-changes
+++ b/debian/patches/debian-changes
@@ -14,8 +14,8 @@ 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.18.0.orig/cider-repl.el
-+++ cider-0.18.0/cider-repl.el
+--- cider-0.18.0+dfsg.orig/cider-repl.el
++++ cider-0.18.0+dfsg/cider-repl.el
@@ -359,7 +359,9 @@ client process connection. Unless NO-BA
(substitute-command-keys
"\n;; ======================================================================
@@ -27,8 +27,8 @@ A single combined diff, containing all the changes, follows.
;; In case you're seeing any warnings you should consult the manual's
;; \"Troubleshooting\" section.
;;
---- cider-0.18.0.orig/cider-util.el
-+++ cider-0.18.0/cider-util.el
+--- cider-0.18.0+dfsg.orig/cider-util.el
++++ cider-0.18.0+dfsg/cider-util.el
@@ -404,7 +404,7 @@ plugin or dependency with:
(defvar cider-version)
@@ -47,8 +47,8 @@ A single combined diff, containing all the changes, follows.
;;;###autoload
(defun cider-view-manual ()
---- cider-0.18.0.orig/cider.el
-+++ cider-0.18.0/cider.el
+--- cider-0.18.0+dfsg.orig/cider.el
++++ cider-0.18.0+dfsg/cider.el
@@ -286,7 +286,7 @@ This variable is used by `cider-connect'
:group 'cider
:package-version '(cider . "0.9.0"))
@@ -58,8 +58,8 @@ A single combined diff, containing all the changes, follows.
"When nil, do not inject repl dependencies (most likely nREPL middlewares) at `cider-jack-in' time."
:type 'boolean
:safe #'booleanp
---- cider-0.18.0.orig/doc/about/contributing.md
-+++ cider-0.18.0/doc/about/contributing.md
+--- cider-0.18.0+dfsg.orig/doc/about/contributing.md
++++ cider-0.18.0+dfsg/doc/about/contributing.md
@@ -71,7 +71,7 @@ You can support the development of CIDER
[Patreon](https://www.patreon.com/bbatsov),
[Liberapay](https://liberapay.com/bbatsov/donate) and PayPal.
@@ -69,8 +69,8 @@ A single combined diff, containing all the changes, follows.
### Open Collective
---- cider-0.18.0.orig/doc/index.md
-+++ cider-0.18.0/doc/index.md
+--- cider-0.18.0+dfsg.orig/doc/index.md
++++ cider-0.18.0+dfsg/doc/index.md
@@ -1,7 +1,3 @@
-<p align="center">
- <img src="https://raw.github.com/clojure-emacs/cider/master/logo/cider-logo-w640.png" alt="CIDER Logo"/>
@@ -79,8 +79,8 @@ A single combined diff, containing all the changes, follows.
CIDER is the **C**lojure(Script) **I**nteractive **D**evelopment **E**nvironment
that **R**ocks!
---- cider-0.18.0.orig/doc/installation.md
-+++ cider-0.18.0/doc/installation.md
+--- cider-0.18.0+dfsg.orig/doc/installation.md
++++ cider-0.18.0+dfsg/doc/installation.md
@@ -1,125 +1,3 @@
-The canonical way to install CIDER is via `package.el` (Emacs's built-in package
-manager), but it can be installed manually or via alternative package managers such
@@ -207,8 +207,8 @@ A single combined diff, containing all the changes, follows.
## CIDER's nREPL middleware
Much of CIDER's functionality depends on the presence of CIDER's own
---- cider-0.18.0.orig/mkdocs.yml
-+++ cider-0.18.0/mkdocs.yml
+--- cider-0.18.0+dfsg.orig/mkdocs.yml
++++ cider-0.18.0+dfsg/mkdocs.yml
@@ -1,5 +1,6 @@
site_name: "CIDER: The Clojure Interactive Development Environment that Rocks"
repo_url: https://github.com/clojure-emacs/cider
@@ -225,8 +225,8 @@ A single combined diff, containing all the changes, follows.
markdown_extensions:
- admonition
theme: readthedocs
---- cider-0.18.0.orig/test/cider-util-tests.el
-+++ cider-0.18.0/test/cider-util-tests.el
+--- cider-0.18.0+dfsg.orig/test/cider-util-tests.el
++++ cider-0.18.0+dfsg/test/cider-util-tests.el
@@ -179,15 +179,15 @@
(expect (cider--deep-vector-to-list '[bug]) :to-equal '(bug))
(expect (cider--deep-vector-to-list '(bug)) :to-equal '(bug))))