The Debian packaging of wc-mode 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/wc-mode
    % cd wc-mode
    % git log --oneline 1.2.3..debian/1.2.3-1 -- . ':!debian'

(If you have dgit, use `dgit clone wc-mode`, rather than plain `git
clone`.)

A single combined diff, containing all the changes, follows.
--- wc-mode-1.3.orig/README.org
+++ wc-mode-1.3/README.org
@@ -10,23 +10,6 @@
   goal of the site is to encourage writing by setting a goal of 750
   words at a time.  I wanted the same functionality in Emacs.
 
-* Installation
-
-  Obtain the package from Github
-  
-: git clone git://github.com/bnbeckwith/wc-mode.git
-
-  Then, add to your Emacs setup.
-
-: ;; Add the path to the repo
-: (add-to-list 'load-path "/path/to/wc-mode/")
-: (require 'wc-mode)
-: ;; Suggested setting
-: (global-set-key "\C-cw" 'wc-mode)
-
-  The code above sets up the minor mode and then assigns a global key
-  to toggle the mode on and off.
-
 * Customization
 
   There are a few settings that may be customized to provide better
--- wc-mode-1.3.orig/wc-mode.el
+++ wc-mode-1.3/wc-mode.el
@@ -3,7 +3,7 @@
 ;; Author: Benjamin Beckwith
 ;; Created: 2010-6-19
 ;; Version: 1.3
-;; Last-Updated: 2010-6-19
+;; Last-Updated: 2016-10-31
 ;; URL: https://github.com/bnbeckwith/wc-mode
 ;; Keywords:
 ;; Compatability:
