summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2019-08-24 20:36:36 -0300
committerDavid Bremner <david@tethera.net>2019-08-24 20:36:36 -0300
commitb15b5b90f22ff9cabc0c11c53a0814de3cb85be3 (patch)
tree3be7f500fb01779695b98f798acff7607ecd3635
parent672220b9493c8ede4ded337167e1d021e79473cf (diff)
Commit Debian 3.0 (quilt) metadata
[dgit (9.7) quilt-fixup]
-rw-r--r--debian/patches/auto-0.9-3-672220b9493c8ede4ded337167e1d021e79473cf-156668979681
-rw-r--r--debian/patches/series1
2 files changed, 82 insertions, 0 deletions
diff --git a/debian/patches/auto-0.9-3-672220b9493c8ede4ded337167e1d021e79473cf-1566689796 b/debian/patches/auto-0.9-3-672220b9493c8ede4ded337167e1d021e79473cf-1566689796
new file mode 100644
index 0000000..37a22a9
--- /dev/null
+++ b/debian/patches/auto-0.9-3-672220b9493c8ede4ded337167e1d021e79473cf-1566689796
@@ -0,0 +1,81 @@
+From: David Bremner <bremner@debian.org>
+Subject: Automatically generated patch (0.9-3)
+
+Last (up to) 3 git changes, FYI:
+
+commit 672220b9493c8ede4ded337167e1d021e79473cf
+Author: David Bremner <david@tethera.net>
+Date: Sat Aug 24 20:36:34 2019 -0300
+
+ changelog for rebuild with current dh-elpa
+
+commit de96605dd78fa8c614405cbae04cdff05b25f1bd
+Author: David Bremner <david@tethera.net>
+Date: Fri Jun 1 21:01:06 2018 -0300
+
+ changelog for byte compilation rebuild
+
+commit 3f5c6cc0f0453dc010f73af5a5e60fe5d23e4268
+Author: Dmitry Bogatov <KAction@gnu.org>
+Date: Thu Jun 30 16:24:25 2016 +0300
+
+ Add Forwarded: patch header
+---
+
+--- elisp-slime-nav-0.9.orig/README.md
++++ elisp-slime-nav-0.9/README.md
+@@ -1,3 +1,6 @@
++[![Melpa Status](http://melpa.org/packages/elisp-slime-nav-badge.svg)](http://melpa.org/#/elisp-slime-nav)
++[![Melpa Stable Status](http://stable.melpa.org/packages/elisp-slime-nav-badge.svg)](http://stable.melpa.org/#/elisp-slime-nav)
++
+ # Slime-style navigation for Emacs Lisp
+
+ Slime allows very convenient navigation to the symbol at point (using
+@@ -12,6 +15,36 @@ at point, whatever its type. As with `sl
+ functionality is bound both to <kbd>C-c C-d d</kbd> and <kbd>C-c C-d
+ C-d</kbd> by default.
+
++## Installation
++
++### Manual
++
++Ensure `elisp-slime-nav.el` is in a directory on your load-path, and
++add the following to your `~/.emacs` or `~/.emacs.d/init.el`:
++
++``` lisp
++(require 'elisp-slime-nav)
++(dolist (hook '(emacs-lisp-mode-hook ielm-mode-hook))
++ (add-hook hook 'elisp-slime-nav-mode))
++```
++
++### MELPA
++
++If you're an Emacs 24 user or you have a recent version of
++`package.el` you can install `elisp-slime-nav` from the
++[MELPA](http://melpa.org) repository. The version of
++`elisp-slime-nav` there will always be up-to-date. There are also
++packages in Marmalade.
++
++Enable `elisp-slime-nav` in `emacs-lisp-mode` and `ielm` by adding
++code such as the following to your emacs startup file:
++
++``` lisp
++(dolist (hook '(emacs-lisp-mode-hook ielm-mode-hook))
++ (add-hook hook 'turn-on-elisp-slime-nav-mode))
++```
++
++
+ ## About
+
+ Author: Steve Purcell <steve at sanityinc dot com>
+--- elisp-slime-nav-0.9.orig/elisp-slime-nav.el
++++ elisp-slime-nav-0.9/elisp-slime-nav.el
+@@ -5,7 +5,7 @@
+ ;; Author: Steve Purcell <steve@sanityinc.com>
+ ;; Keywords: navigation slime elisp emacs-lisp
+ ;; URL: https://github.com/purcell/elisp-slime-nav
+-;; Package-Version: 0.9
++;; Package-Version: 0
+ ;; Package-Requires: ((cl-lib "0.2"))
+
+ ;; This program is free software; you can redistribute it and/or modify
diff --git a/debian/patches/series b/debian/patches/series
index c7d1d9a..c192f9b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
0001-Fix-Package-Version-header.patch
0002-Remove-installation-instructions-from-README.md.patch
+auto-0.9-3-672220b9493c8ede4ded337167e1d021e79473cf-1566689796