1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
The Debian packaging of helm-org is maintained in git, using the
merging workflow described in dgit-maint-merge(7). There isn't a
patch queue that can be represented as a quilt series.
A detailed breakdown of the changes is available from their canonical
representation - git commits in the packaging repository. For
example, to see the changes made by the Debian maintainer in the first
upload of upstream version 1.2.3, you could use:
% git clone https://git.dgit.debian.org/helm-org
% cd helm-org
% git log --oneline 1.2.3..debian/1.2.3-1 -- . ':!debian'
(If you have dgit, use `dgit clone helm-org`, rather than plain `git
clone`.)
A single combined diff, containing all the changes, follows.
--- helm-org-1.0.orig/README.org
+++ helm-org-1.0/README.org
@@ -1,7 +1,3 @@
-[[https://github.com/emacs-helm/helm-recoll/blob/master/LICENSE][file:http://img.shields.io/badge/license-GNU%20GPLv3-blue.svg]]
-[[http://stable.melpa.org/#/helm-recoll][file:http://stable.melpa.org/packages/helm-org-badge.svg]]
-[[http://melpa.org/#/helm-recoll][file:http://melpa.org/packages/helm-org-badge.svg]]
-
* Helm for org headlines and keywords completion.
** Features
@@ -26,14 +22,3 @@ Completion on org capture templates.
It also make ~org-capture~ and ~org-set-tags~ working properly with
~helm-mode~.
-
-** Installation
-
-The easiest way is to install from Melpa with
-M-x ~helm-list-elisp-packages~.
-
-To install from source, ensure Helm is installed (see
-https://github.com/emacs-helm/helm/wiki#install for this) then install
-~helm-org.el~ in your ~load-path~, byte-compile it, and add
-~(require 'helm-org)~ to your init file.
-
|