summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-01-15 19:09:43 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-01-15 19:09:43 -0700
commit7efc55eb729355fc5c70bbfcca05de3f20991456 (patch)
tree6c4cbdb7e4c806b64a985967fff81773322f96bc /debian
parentcc0c02625fd9fe00d98d0b278e83c4f48ee92a31 (diff)
refresh 0003 patch
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/patches/0003-decruft-README.patch34
2 files changed, 25 insertions, 16 deletions
diff --git a/debian/changelog b/debian/changelog
index 366fe3eb..c3f89564 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+helm (2.4.0-1) UNRELEASED; urgency=medium
+
+ * New upstream release.
+ * Refresh 0003-decruft-README.patch
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Sun, 15 Jan 2017 19:05:34 -0700
+
helm (2.3.4-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/patches/0003-decruft-README.patch b/debian/patches/0003-decruft-README.patch
index 81284c7a..1d37b116 100644
--- a/debian/patches/0003-decruft-README.patch
+++ b/debian/patches/0003-decruft-README.patch
@@ -8,32 +8,34 @@ Subject: decruft-README
--- a/README.md
+++ b/README.md
-@@ -1,19 +1,11 @@
+@@ -1,21 +1,11 @@
-<p><a href="http://www.gnu.org/licenses/gpl-3.0.txt"><img src="https://img.shields.io/badge/license-GPL_3-green.svg" alt="License GPL 3" /></a>
-<a href="https://melpa.org/#/helm"><img alt="MELPA" src="https://melpa.org/packages/helm-badge.svg"/></a>
-<a href="https://stable.melpa.org/#/helm"><img alt="MELPA Stable" src="https://stable.melpa.org/packages/helm-badge.svg"/></a></p>
-+Maintainance of Helm is a lot of work that I do freely on my sparse
-+time, please consider donating:
-+<https://www.paypal.com/cgi-bin/webscr?cmd=_donations&amp;business=thierry.volpiatto@gmail.com&amp;lc=US&amp;currency_code=EUR&amp;bn=PP-DonationsBF:btn_donateCC_LG.gif:NonHosted>
-
+-
-<h1>Emacs-helm</h1>
-+or <https://gratipay.com/emacs-helm/>
-
+-
-<p><img src="https://avatars3.githubusercontent.com/u/1541688?v=3&amp;s=200" alt="Emacs-helm" title="" /></p>
-+or <https://www.strongcoin.com/?ref=1HyxLfpdJL81rnk2n6dPmbCkaozk4zzPRh>
-
+-
-<p>Maintainance of Helm is a lot of work that I do freely on my sparse time,</p>
-<p>please <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&amp;business=thierry.volpiatto@gmail.com&amp;lc=US&amp;currency_code=EUR&amp;bn=PP-DonationsBF:btn_donateCC_LG.gif:NonHosted"><img src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" alt="Donate" title="" /></a> to help this project, </p>
-or [![Support via Gratipay](https://cdn.rawgit.com/gratipay/gratipay-badge/2.3.0/dist/gratipay.png)](https://gratipay.com/emacs-helm/)
-
-
-or with [Bitcoins](https://www.strongcoin.com/?ref=1HyxLfpdJL81rnk2n6dPmbCkaozk4zzPRh)
--
++Maintainance of Helm is a lot of work that I do freely in my spare
++time, please consider donating:
++<https://www.paypal.com/cgi-bin/webscr?cmd=_donations&amp;business=thierry.volpiatto@gmail.com&amp;lc=US&amp;currency_code=EUR&amp;bn=PP-DonationsBF:btn_donateCC_LG.gif:NonHosted>
++or <https://gratipay.com/emacs-helm/>
++or with Bitcoins: <https://www.strongcoin.com/?ref=1HyxLfpdJL81rnk2n6dPmbCkaozk4zzPRh>
+
+ Thanks.
+
-<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-generate-toc again -->
**Table of Contents**
- [Introduction](#introduction)
-@@ -36,8 +28,6 @@ or with [Bitcoins](https://www.strongcoi
+@@ -38,8 +28,6 @@ Thanks.
- [Bugs & Improvements](#bugs--improvements)
- [Getting help](#getting-help)
@@ -42,7 +44,7 @@ Subject: decruft-README
# Introduction
`Helm` is an Emacs framework for incremental completions and narrowing
-@@ -63,98 +53,11 @@ and dired operations in Helm.
+@@ -65,98 +53,11 @@ and dired operations in Helm.
# Getting Started
@@ -144,7 +146,7 @@ Subject: decruft-README
The full configuration I (the helm maintainer) use is
[here](https://github.com/thierryvolpiatto/emacs-tv-config/blob/master/init-helm-thierry.el).
-@@ -202,9 +105,9 @@ To make helm-mode start with Emacs init
+@@ -204,9 +105,9 @@ To make helm-mode start with Emacs init
To discover helm commands, look at helm menu item in Emacs menu.
Another way to discover helm commands: run the shell script:
@@ -157,7 +159,7 @@ Subject: decruft-README
## Advanced usage
-@@ -212,7 +115,7 @@ Helm contains many features, some of whi
+@@ -214,7 +115,7 @@ Helm contains many features, some of whi
visually. Here is a demo of `helm-buffers-list` used with
`helm-moccur`. Demo starts with `Eval: START` in the minibuffer.
@@ -166,7 +168,7 @@ Subject: decruft-README
- Regexp `*C` selects the C buffers. `*Tcl` in the demo selects TCL
buffers, then with `*C` switches back to C buffers.
-@@ -352,8 +255,8 @@ interacts with many Emacs features, bugs
+@@ -354,8 +255,8 @@ interacts with many Emacs features, bugs
itself.
One way to ascertain that the bugs are helm-related, recreate the
@@ -177,7 +179,7 @@ Subject: decruft-README
# Getting help
-@@ -363,5 +266,3 @@ are two readily available locations.
+@@ -365,5 +266,3 @@ are two readily available locations.
Cheers,<br>
The Helm Team