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

(If you have dgit, use `dgit clone foo`, rather than plain `git clone`.)

A single combined diff, containing all the changes, follows.
--- os-autoinst-4.6.1632799442.f77d4e1.orig/CMakeLists.txt
+++ os-autoinst-4.6.1632799442.f77d4e1/CMakeLists.txt
@@ -177,7 +177,7 @@ install(
     DESTINATION "${CMAKE_INSTALL_BINDIR}"
     PERMISSIONS ${EXECUTABLE_PERMISSIONS}
 )
-foreach (FILE README.asciidoc COPYING ${GENERATED_DOC_FILES})
+foreach (FILE README.asciidoc ${GENERATED_DOC_FILES})
     install(FILES "${FILE}" DESTINATION "${OS_AUTOINST_DOC_DIR}")
 endforeach ()
 foreach (FILE ${PERL_FILES} ${MISC_FILES})
--- os-autoinst-4.6.1632799442.f77d4e1.orig/crop.py
+++ os-autoinst-4.6.1632799442.f77d4e1/crop.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 # Copyright (c) 2013-2016 SUSE LLC
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy
--- os-autoinst-4.6.1632799442.f77d4e1.orig/systemd/os-autoinst-openvswitch.service.in
+++ os-autoinst-4.6.1632799442.f77d4e1/systemd/os-autoinst-openvswitch.service.in
@@ -3,8 +3,8 @@
 # systemctl start os-autoinst-openvswitch.service
 [Unit]
 Description=os-autoinst openvswitch helper
-BindsTo=openvswitch.service
-After=openvswitch.service network.target
+BindsTo=openvswitch-switch.service
+After=openvswitch-switch.service network.target
 Before=openqa-worker.target
 
 [Service]
--- os-autoinst-4.6.1632799442.f77d4e1.orig/t/data/bootmenu-ocr.ref.json
+++ os-autoinst-4.6.1632799442.f77d4e1/t/data/bootmenu-ocr.ref.json
@@ -19,7 +19,7 @@
             "type": "ocr",
             "width": 100,
             "xpos": 240,
-            "ypos": 545
+            "ypos": 550
         }
     ],
     "tags": [
--- os-autoinst-4.6.1632799442.f77d4e1.orig/tools/check_coverage
+++ os-autoinst-4.6.1632799442.f77d4e1/tools/check_coverage
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 
 use Mojo::Base -strict;
 use autodie;
