The Debian packaging of debpaste-el is maintained using dgit.  For the
sake of an efficient workflow, Debian modifications to the upstream
source are squashed into a single diff, rather than a series of quilt
patches.  To obtain a patch queue for package version 1.2.3-1:

    # apt-get install dgit
    % dgit clone debpaste-el
    % cd debpaste-el
    % git log --oneline 1.2.3..debian/1.2.3-1 -- . ':!debian'

See dgit(1), dgit(7) and dgit-maint-merge(7) for more information.
--- debpaste-el-0.1.5.orig/README.org
+++ debpaste-el-0.1.5/README.org
@@ -5,40 +5,6 @@ provides receiving, posting and deleting
 Highlighting (i.e. enabling a major-mode depending on a paste language)
 is supported.
 
-* Dependencies
-[[https://www.emacswiki.org/emacs/XmlRpc][XmlRpc]] package is required.  It can be installed from [[http://melpa.org][MELPA]] or
-[[https://marmalade-repo.org][Marmalade]].
-
-* Installation
-** Manual
-As usual you need to add this to your =.emacs=:
-#+BEGIN_SRC emacs-lisp
-  (add-to-list 'load-path "/path/to/debpaste-dir")
-#+END_SRC
-After that you can either load the package on emacs start with:
-#+BEGIN_SRC emacs-lisp
-  (require 'debpaste)
-#+END_SRC
-or add a bunch of lines for autoloading functions and put into
-=eval-after-load= what should be put there, for example:
-#+BEGIN_SRC emacs-lisp
-  (autoload 'debpaste-display-paste "debpaste" nil t)
-  (autoload 'debpaste-paste-region "debpaste" nil t)
-  (autoload 'debpaste-paste-buffer "debpaste" nil t)
-  (autoload 'debpaste-delete-paste "debpaste" nil t)
-  (with-eval-after-load 'debpaste
-    (delete 'debpaste-display-received-info-in-minibuffer
-            debpaste-received-filter-functions)
-    (define-key debpaste-command-map "i"
-      'debpaste-display-received-info-in-buffer)
-    (define-key debpaste-command-map "l"
-      'debpaste-display-posted-info-in-buffer))
-#+END_SRC
-
-** MELPA
-The package can be installed from [[http://melpa.org][MELPA]] (with =M-x package-install= or
-=M-x list-packages=).
-
 * Using and configuration
 You can explore variables available for customizing with:
 : M-x customize-group RET debpaste
