From 0c61044e4ee7229a00578bc076da7ddcc8fcb3c5 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 20 Jan 2019 14:45:11 -0700 Subject: Commit Debian 3.0 (quilt) metadata [dgit (8.3~bpo9+1) quilt-fixup] --- debian/patches/fix-libvirt.hs-haddock-build.patch | 20 ++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 21 insertions(+) create mode 100644 debian/patches/fix-libvirt.hs-haddock-build.patch diff --git a/debian/patches/fix-libvirt.hs-haddock-build.patch b/debian/patches/fix-libvirt.hs-haddock-build.patch new file mode 100644 index 00000000..d2cc77d1 --- /dev/null +++ b/debian/patches/fix-libvirt.hs-haddock-build.patch @@ -0,0 +1,20 @@ +From: Sean Whitton +Date: Sun, 20 Jan 2019 14:44:49 -0700 +X-Dgit-Generated: 5.6.0-1 83a74baadcf7d0c4ff00423d8d40636b7ef816c7 +Subject: fix Libvirt.hs haddock build + +Signed-off-by: Sean Whitton + +--- + +--- propellor-5.6.0.orig/src/Propellor/Property/Libvirt.hs ++++ propellor-5.6.0/src/Propellor/Property/Libvirt.hs +@@ -30,7 +30,7 @@ newtype MiBMemory = MiBMemory Int + data AutoStart = AutoStart | NoAutoStart + + -- | Which type of disk image to build for the virtual machine +-data DiskImageType = Raw -- | QCow2 ++data DiskImageType = Raw -- TODO: | QCow2 + + -- | Install basic libvirt components + installed :: Property DebianLike diff --git a/debian/patches/series b/debian/patches/series index 7d0cb20f..713fa10f 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ 0002-dpkg-mergechangelogs.patch +fix-libvirt.hs-haddock-build.patch -- cgit v1.2.3