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

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

A single combined diff, containing all the changes, follows.
--- f-el-0.20.0+git20230823.1.ab3ee38.orig/README.org
+++ f-el-0.20.0+git20230823.1.ab3ee38/README.org
@@ -1,22 +1,9 @@
 # -*- mode: org -*-
 #+title: f.el
 
-[[https://github.com/rejeep/f.el/actions/workflows/workflow.yml][file:https://github.com/rejeep/f.el/actions/workflows/workflow.yml/badge.svg]]
-[[https://coveralls.io/r/rejeep/f.el][file:https://img.shields.io/coveralls/rejeep/f.el.svg]]
-[[https://melpa.org/#/f][file:https://melpa.org/packages/f-badge.svg]]
-[[https://stable.melpa.org/#/f][file:https://stable.melpa.org/packages/f-badge.svg]]
-
 Much inspired by [[https://github.com/magnars][@magnars]]s excellent [[https://github.com/magnars/s.el][s.el]] and [[https://github.com/magnars/dash.el][dash.el]], [[https://github.com/rejeep/f.el][f.el]] is a
 modern API for working with files and directories in Emacs.
 
-* Installation                                                     :noexport:
-It’s available on [[https://melpa.org/#/f][Melpa]] and [[https://stable.melpa.org/#/f][Melpa Stable]].
-#+begin_src text
-M-x package-install f
-#+end_src
-
-Or you can just dump ~f.el~ in your load path somewhere.
-
 * Table of Contents                                                :TOC_3_gh:
 - [[#contributing][Contributing]]
 - [[#documentation-and-examples][Documentation and examples]]
--- f-el-0.20.0+git20230823.1.ab3ee38.orig/test/f-init.el
+++ f-el-0.20.0+git20230823.1.ab3ee38/test/f-init.el
@@ -25,8 +25,8 @@
 
 ;;; Code:
 
-(require 'undercover)
-(undercover "f.el")
+;; (require 'undercover)
+;; (undercover "f.el")
 
 (defvar f-test/test-path
   (directory-file-name (file-name-directory load-file-name))
@@ -39,7 +39,7 @@
 ;; TODO: WHERE CAN WE PUT THIS?
 ;; (unload-feature 'f 'force)
 
-(load (expand-file-name "f" f-test/root-path) 'noerror 'nomessage)
+(require 'f)
 
 (require 'ert-async)
 (unless (require 'ert nil t)
